diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 21:21:17 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 21:21:17 +0000 |
commit | 026f408dc81a8cbfa78916b5757252d966730d8a (patch) | |
tree | a2cfb6729c7b010e49915a60294240981e18e897 /etc | |
parent | be5fc59bde20008088764f072b71e36dd616cfd8 (diff) | |
download | emacs-026f408dc81a8cbfa78916b5757252d966730d8a.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15,6 +15,10 @@ in line with the output of other GNU tools. ** perl-mode has a new variable `perl-indent-continued-arguments'. +** `special-display-buffer-names' and `special-display-regexps' now +understand two new boolean pseudo-frame-parameters `same-frame' and +`same-window'. + ** When pure storage overflows while dumping, Emacs now prints how much pure storage it will approximately need. @@ -72,6 +76,13 @@ accepts a float as UID parameter. ** The local variable `no-byte-compile' in elisp files is now obeyed. +** New functions `keymap-prompt' and `current-active-maps'. + +** New function `describe-buffer-bindings'. + +** New vars `exec-suffixes' and `load-suffixes' used when +searching for an executable resp. an elisp file. + ** Variable aliases have been implemented - Macro: defvaralias ALIAS-VAR BASE-VAR |