Mercurial > emacs
comparison etc/NEWS @ 35090:b876bd6bde9e
butlast, nbutlast.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 05 Jan 2001 16:56:21 +0000 |
parents | 300e6676f5d4 |
children | 95799f3353e7 |
comparison
equal
deleted
inserted
replaced
35089:bc14e9ea5378 | 35090:b876bd6bde9e |
---|---|
2102 `automatic-hscrolling' is nil. | 2102 `automatic-hscrolling' is nil. |
2103 | 2103 |
2104 | 2104 |
2105 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2105 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
2106 (Display-related features are described in a page of their own below.) | 2106 (Display-related features are described in a page of their own below.) |
2107 | |
2108 +++ | |
2109 ** Functions `butlast' and `nbutlast' for removing trailing elements | |
2110 from a list are now available without requiring the CL package. | |
2107 | 2111 |
2108 +++ | 2112 +++ |
2109 ** The new user-option `even-window-heights' can be set to nil | 2113 ** The new user-option `even-window-heights' can be set to nil |
2110 to prevent `display-buffer' from evening out window heights. | 2114 to prevent `display-buffer' from evening out window heights. |
2111 | 2115 |