From ae8bf5abb809f4056086093416f954f912bd1a69 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 10 Apr 2007 11:40:50 +0000 Subject: [PATCH] (tty-handle-args): Use %S to log ARGS. --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.39.5