Mercurial > emacs
changeset 99818:c6b80a86b148
(initial-buffer-choice): Change an abstract file name
"file.txt" to more reasonable default file name value "~/.emacs".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 22 Nov 2008 20:44:42 +0000 |
parents | a5a1e57fb667 |
children | b6f54182d25b |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sat Nov 22 20:43:27 2008 +0000 +++ b/lisp/startup.el Sat Nov 22 20:44:42 2008 +0000 @@ -47,7 +47,7 @@ :type '(choice (const :tag "Startup screen" nil) (directory :tag "Directory" :value "~/") - (file :tag "File" :value "~/file.txt") + (file :tag "File" :value "~/.emacs") (const :tag "Lisp scratch buffer" t)) :version "23.1" :group 'initialization)