aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-29 22:23:50 -0700
committerGlenn Morris2014-10-29 22:23:50 -0700
commita060ebf087014513d17bec33534e4505755ea61c (patch)
treef923e2ac9ce55b59c45c5cdb80a0e764f4fb26b2
parent52b410c60aebeb769ec9580af25ca50df2a44751 (diff)
downloademacs-a060ebf087014513d17bec33534e4505755ea61c.tar.gz
emacs-a060ebf087014513d17bec33534e4505755ea61c.zip
* NEWS: Remove items backported to NEWS.24
-rw-r--r--etc/NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27b58fefbeb..6cf981cd255 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,9 +64,6 @@ when called interactively. A prefix argument toggles this behavior.
64 64
65** New var `truncate-string-ellipsis' to choose how to indicate truncation. 65** New var `truncate-string-ellipsis' to choose how to indicate truncation.
66 66
67---
68** The default value of `history-length' has increased to 100.
69
70+++ 67+++
71** The new variable `term-file-aliases' replaces some files from lisp/term. 68** The new variable `term-file-aliases' replaces some files from lisp/term.
72The function `tty-run-terminal-initialization' consults this variable 69The function `tty-run-terminal-initialization' consults this variable
@@ -271,14 +268,6 @@ By default, 32 spaces and four TABs are considered to be too much but
271--- 268---
272*** gulp.el 269*** gulp.el
273 270
274---
275*** crisp.el, tpu-edt.el, ws-mode.el
276These emulations of old editors are believed to be no longer relevant
277 - contact emacs-devel@gnu.org if you disagree.
278
279---
280*** vi.el, vip.el (try M-x viper instead)
281
282 271
283* New Modes and Packages in Emacs 25.1 272* New Modes and Packages in Emacs 25.1
284 273
@@ -315,9 +304,6 @@ Emacs-21.
315*** x-get-selection-value is renamed to gui-get-primary-selection. 304*** x-get-selection-value is renamed to gui-get-primary-selection.
316*** x-set-selection is renamed to gui-set-selection 305*** x-set-selection is renamed to gui-set-selection
317 306
318** call-process-shell-command and process-file-shell-command
319don't take "&rest args" any more.
320
321** New function `alist-get', which is also a valid place (aka lvalue). 307** New function `alist-get', which is also a valid place (aka lvalue).
322 308
323** New function `funcall-interactively', which works like `funcall' 309** New function `funcall-interactively', which works like `funcall'