aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 16:26:38 +0100
committerTassilo Horn2013-12-20 16:26:38 +0100
commitbac0e622f44842f3f05fcc749abdf9d3323e849a (patch)
tree06ccf4194576c074b58247c109ffb51fd899150c
parent2cd12d2869d4b084b299269afff16afbec351a74 (diff)
downloademacs-bac0e622f44842f3f05fcc749abdf9d3323e849a.tar.gz
emacs-bac0e622f44842f3f05fcc749abdf9d3323e849a.zip
Mark `split-window' change from command to function as ---.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6693c986201..254f4ccb2d6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -238,6 +238,7 @@ You can then use the left/right cursor keys to move the block of text.
238the last step. Its default value is changed to nil which means a tab 238the last step. Its default value is changed to nil which means a tab
239stop every `tab-width' columns. 239stop every `tab-width' columns.
240 240
241---
241** `split-window' is no longer a command, just a non-interactive function. 242** `split-window' is no longer a command, just a non-interactive function.
242As a command it was a special case of `split-window-below', and as such 243As a command it was a special case of `split-window-below', and as such
243superfluous. After being reimplemented in Lisp, its interactive form 244superfluous. After being reimplemented in Lisp, its interactive form