aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorConstantin Kulikov2012-12-24 18:49:19 +0100
committerMartin Rudalics2012-12-24 18:49:19 +0100
commitdc646358274fbfdab6ef3dfb7717bc4a52f607f3 (patch)
tree71e4f0d5881561ae18ee4a856ba8a2dd9d84f3a0 /etc
parentc1860cdc02404d84e7f29d206b799031190a794e (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6d97e9a5772..3c4a76b188e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,6 +39,9 @@ if there is one.
39This unfinished feature was introduced by accident in Emacs 23.1; 39This unfinished feature was introduced by accident in Emacs 23.1;
40simply disabling Transient Mark mode does the same thing. 40simply disabling Transient Mark mode does the same thing.
41 41
42** `initial-buffer-choice' can now specify a function to set up the
43initial 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.