From: Daniel Colascione Date: Tue, 18 Mar 2014 00:42:37 +0000 (-0700) Subject: Remove old debug print X-Git-Tag: emacs-24.3.90~166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad97cc28d1420acf2b5537724bdc8a82745de8b6;p=emacs.git Remove old debug print --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e23f4c19a85..7f25ebb2e6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -67,6 +67,10 @@ (rst-uncomment-region, rst-font-lock-find-unindented-line-match) (rst-font-lock-handle-adornment-matcher): Mark unused arguments. +2014-03-18 Daniel Colascione + + * startup.el (tty-handle-args): Remove debug message from 2007. + 2014-03-15 Juanma Barranquero * term/ns-win.el (x-command-line-resources): Rename from ns-... version, diff --git a/lisp/startup.el b/lisp/startup.el index d6d0ff9bd42..129b54d974f 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -736,7 +736,6 @@ opening the first frame (e.g. open a connection to an X server).") (defun tty-handle-args (args) "Handle the X-like command-line arguments \"-fg\", \"-bg\", \"-name\", etc." (let (rest) - (message "%S" args) (while (and args (not (equal (car args) "--"))) (let* ((argi (pop args))