From ad97cc28d1420acf2b5537724bdc8a82745de8b6 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 17 Mar 2014 17:42:37 -0700 Subject: [PATCH] Remove old debug print --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e23f4c19a8..7f25ebb2e6 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 d6d0ff9bd4..129b54d974 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)) -- 2.20.1