From: Tassilo Horn Date: Fri, 20 Dec 2013 15:26:38 +0000 (+0100) Subject: Mark `split-window' change from command to function as ---. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bac0e622f44842f3f05fcc749abdf9d3323e849a;p=emacs.git Mark `split-window' change from command to function as ---. --- 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. the last step. Its default value is changed to nil which means a tab stop every `tab-width' columns. +--- ** `split-window' is no longer a command, just a non-interactive function. As a command it was a special case of `split-window-below', and as such superfluous. After being reimplemented in Lisp, its interactive form