(tty-handle-args): Use %S to log ARGS.

This commit is contained in:
Thien-Thi Nguyen 2007-04-10 11:40:50 +00:00
parent 5acce4b775
commit ae8bf5abb8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
* startup.el (tty-handle-args): Use %S to log ARGS.
2007-04-10 Glenn Morris <rgm@gnu.org>
* dframe.el (dframe-frame-mode): Do not set auto-show-mode, since

View file

@ -510,7 +510,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; Handle the X-like command-line arguments "-fg", "-bg", "-name", etc.
(defun tty-handle-args (args)
(let (rest)
(message "%s" args)
(message "%S" args)
(while (and args
(not (equal (car args) "--")))
(let* ((argi (pop args))