From: Thien-Thi Nguyen Date: Tue, 10 Apr 2007 11:40:50 +0000 (+0000) Subject: (tty-handle-args): Use %S to log ARGS. X-Git-Tag: emacs-pretest-22.0.98~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae8bf5abb809f4056086093416f954f912bd1a69;p=emacs.git (tty-handle-args): Use %S to log ARGS. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a88de10da50..6ec8dd39a75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-10 Thien-Thi Nguyen + + * startup.el (tty-handle-args): Use %S to log ARGS. + 2007-04-10 Glenn Morris * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since diff --git a/lisp/startup.el b/lisp/startup.el index 22f32d2b149..84dc4dca8d8 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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))