emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105193: (initial-buffer-choice): Don


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105193: (initial-buffer-choice): Don't mention the `none' selection, which is against policy.
Date: Thu, 14 Jul 2011 14:57:06 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105193
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 14:57:06 +0200
message:
  (initial-buffer-choice): Don't mention the `none' selection, which is against 
policy.
modified:
  lisp/ChangeLog
  lisp/startup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-14 08:30:34 +0000
+++ b/lisp/ChangeLog    2011-07-14 12:57:06 +0000
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * startup.el (initial-buffer-choice): Don't mention the `none'
+       selection, which is against policy.
+
 2011-07-14  Martin Rudalics  <address@hidden>
 
        * window.el (display-buffer-normalize-special): Replace

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2011-07-13 21:53:41 +0000
+++ b/lisp/startup.el   2011-07-14 12:57:06 +0000
@@ -43,14 +43,12 @@
 If the value is nil and `inhibit-startup-screen' is nil, show the
 startup screen.  If the value is string, visit the specified file
 or directory using `find-file'.  If t, open the `*scratch*'
-buffer.  If `none', don't select anything, but show the
-buffer (if any) selected by the startup file."
+buffer."
   :type '(choice
          (const     :tag "Startup screen" nil)
          (directory :tag "Directory" :value "~/")
          (file      :tag "File" :value "~/.emacs")
-         (const     :tag "Lisp scratch buffer" t)
-         (const     :tag "Select no buffer" 'none))
+         (const     :tag "Lisp scratch buffer" t))
   :version "23.1"
   :group 'initialization)
 


reply via email to

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