comparison 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
comparison
equal deleted inserted replaced
95574:fa7d768bdd0b 95575:d34a432d5863
1813 ? Vminibuffer_local_completion_map 1813 ? Vminibuffer_local_completion_map
1814 : Vminibuffer_local_filename_completion_map) 1814 : Vminibuffer_local_filename_completion_map)
1815 : (NILP (Vminibuffer_completing_file_name) 1815 : (NILP (Vminibuffer_completing_file_name)
1816 || EQ (Vminibuffer_completing_file_name, Qlambda) 1816 || EQ (Vminibuffer_completing_file_name, Qlambda)
1817 ? Vminibuffer_local_must_match_map 1817 ? Vminibuffer_local_must_match_map
1818 : Vminibuffer_local_must_match_filename_map), 1818 : Vminibuffer_local_filename_must_match_map),
1819 init, prompt, make_number (pos), 0, 1819 init, prompt, make_number (pos), 0,
1820 histvar, histpos, def, 0, 1820 histvar, histpos, def, 0,
1821 !NILP (inherit_input_method)); 1821 !NILP (inherit_input_method));
1822 1822
1823 if (STRINGP (val) && SCHARS (val) == 0 && ! NILP (def)) 1823 if (STRINGP (val) && SCHARS (val) == 0 && ! NILP (def))