diff options
| author | Constantin Kulikov | 2012-12-24 18:49:19 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-12-24 18:49:19 +0100 |
| commit | dc646358274fbfdab6ef3dfb7717bc4a52f607f3 (patch) | |
| tree | 71e4f0d5881561ae18ee4a856ba8a2dd9d84f3a0 /etc | |
| parent | c1860cdc02404d84e7f29d206b799031190a794e (diff) | |
| download | emacs-dc646358274fbfdab6ef3dfb7717bc4a52f607f3.tar.gz emacs-dc646358274fbfdab6ef3dfb7717bc4a52f607f3.zip | |
Allow function as value of initial-buffer-choice (Bug#13251).
* startup.el (initial-buffer-choice): Allow function as value
(Bug#13251).
(command-line-1): Handle case where initial-buffer-choice
specifies a function.
* server.el (server-execute): Handle case where
initial-buffer-choice specifies a function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -39,6 +39,9 @@ if there is one. | |||
| 39 | This unfinished feature was introduced by accident in Emacs 23.1; | 39 | This unfinished feature was introduced by accident in Emacs 23.1; |
| 40 | simply disabling Transient Mark mode does the same thing. | 40 | simply disabling Transient Mark mode does the same thing. |
| 41 | 41 | ||
| 42 | ** `initial-buffer-choice' can now specify a function to set up the | ||
| 43 | initial buffer. | ||
| 44 | |||
| 42 | ** ACL support has been added. | 45 | ** ACL support has been added. |
| 43 | +++ | 46 | +++ |
| 44 | *** Emacs preserves the ACL entries of files when backing up. | 47 | *** Emacs preserves the ACL entries of files when backing up. |