diff src/minibuf.c @ 95575:d34a432d5863

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Jun 2008 05:44:12 +0000
parents b8f0e53854e1
children a17231a1f8f8
line wrap: on
line diff
--- a/src/minibuf.c	Thu Jun 05 05:40:11 2008 +0000
+++ b/src/minibuf.c	Thu Jun 05 05:44:12 2008 +0000
@@ -1815,7 +1815,7 @@
 		      : (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));