emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116784: Remove old debug print


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r116784: Remove old debug print
Date: Tue, 18 Mar 2014 00:42:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116784
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Mon 2014-03-17 17:42:37 -0700
message:
  Remove old debug print
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/startup.el                startup.el-20091113204419-o5vbwnq5f7feedwu-260
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-17 18:30:53 +0000
+++ b/lisp/ChangeLog    2014-03-18 00:42:37 +0000
@@ -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  <address@hidden>
+
+       * startup.el (tty-handle-args): Remove debug message from 2007.
+
 2014-03-15  Juanma Barranquero  <address@hidden>
 
        * term/ns-win.el (x-command-line-resources): Rename from ns-... version,

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2014-02-26 19:45:18 +0000
+++ b/lisp/startup.el   2014-03-18 00:42:37 +0000
@@ -736,7 +736,6 @@
 (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]