SHA256
1
0
forked from pool/emacs
emacs/emacs-24.3-iconic.patch
2013-05-22 14:11:49 +00:00

13 lines
397 B
Diff

--- lisp/startup.el
+++ lisp/startup.el 2008-03-31 10:23:04.503065574 +0000
@@ -2171,6 +2171,9 @@ A fancy display is used on graphic displ
((equal argi "-no-splash")
(setq inhibit-startup-screen t))
+ ((equal argi "-iconic")
+ (setq inhibit-startup-message t))
+
((member argi '("-f" ; what the manual claims
"-funcall"
"-e")) ; what the source used to say