* startup.el (tty-handle-args): Don't just discard "--" and anything after.
2013-06-13 Glenn Morris <rgm@gnu.org>
+ * startup.el (tty-handle-args):
+ Don't just discard "--" and anything after. (Bug#14608)
+
* emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
2013-06-13 Michael Albinus <michael.albinus@gmx.de>
default-frame-alist))
(t
(push argi rest)))))
- (nreverse rest)))
+ (nconc (nreverse rest) args)))
(declare-function x-get-resource "frame.c"
(attribute class &optional component subclass))