diff options
| author | Stefan Monnier | 2008-06-05 05:44:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-05 05:44:12 +0000 |
| commit | 8ba31f366fc04228330e55c9ae48f2a6ba73760f (patch) | |
| tree | 88ff83169a0c5977911825316cba6cdd10529e22 /etc | |
| parent | 6b1f69f1af2b8483b9c59518b40c8e47dc4b9996 (diff) | |
| download | emacs-8ba31f366fc04228330e55c9ae48f2a6ba73760f.tar.gz emacs-8ba31f366fc04228330e55c9ae48f2a6ba73760f.zip | |
* 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')
| -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). | |||
| 811 | 811 | ||
| 812 | * Lisp Changes in Emacs 23.1 | 812 | * Lisp Changes in Emacs 23.1 |
| 813 | 813 | ||
| 814 | ** minibuffer-local-must-match-filename-map is now named | ||
| 815 | minibuffer-local-filename-must-match-map. | ||
| 816 | |||
| 814 | ** `all-completions' may now return the base size in the last cdr. | 817 | ** `all-completions' may now return the base size in the last cdr. |
| 815 | Since this means the returned list is not properly nil-terminated, this | 818 | Since this means the returned list is not properly nil-terminated, this |
| 816 | is an incompatible change and is thus enabled by the new variable | 819 | is an incompatible change and is thus enabled by the new variable |