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 /src/minibuf.c | |
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 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 1c1bf0356e1..7c22b6b5b99 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1815,7 +1815,7 @@ Completion ignores case if the ambient value of : (NILP (Vminibuffer_completing_file_name) || EQ (Vminibuffer_completing_file_name, Qlambda) ? Vminibuffer_local_must_match_map - : Vminibuffer_local_must_match_filename_map), + : Vminibuffer_local_filename_must_match_map), init, prompt, make_number (pos), 0, histvar, histpos, def, 0, !NILP (inherit_input_method)); |