diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-05 05:44:12 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-05 05:44:12 +0000 |
commit | 8ba31f366fc04228330e55c9ae48f2a6ba73760f (patch) | |
tree | 88ff83169a0c5977911825316cba6cdd10529e22 /etc/NEWS | |
parent | 6b1f69f1af2b8483b9c59518b40c8e47dc4b9996 (diff) | |
download | emacs-8ba31f366fc04228330e55c9ae48f2a6ba73760f.tar.gz |
* keymap.c (Vminibuffer_local_filename_must_match_map):
Rename from Vminibuffer_local_must_match_filename_map.
(syms_of_keymap):
* minibuf.c (Fcompleting_read): Adjust accordingly.
* commands.h: Rename declaration as well.
* minibuffer.el (minibuffer-local-must-match-filename-map):
Declare obsolete alias for the old name.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -811,6 +811,9 @@ functions and variables (formerly used for Tamil script). * Lisp Changes in Emacs 23.1 +** minibuffer-local-must-match-filename-map is now named +minibuffer-local-filename-must-match-map. + ** `all-completions' may now return the base size in the last cdr. Since this means the returned list is not properly nil-terminated, this is an incompatible change and is thus enabled by the new variable |