Remove old debug print
This commit is contained in:
parent
525d9a3cec
commit
ad97cc28d1
2 changed files with 4 additions and 1 deletions
|
@ -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 <dancol@dancol.org>
|
||||
|
||||
* startup.el (tty-handle-args): Remove debug message from 2007.
|
||||
|
||||
2014-03-15 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* term/ns-win.el (x-command-line-resources): Rename from ns-... version,
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue