Mercurial > emacs
comparison etc/NEWS @ 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 | b3c0438c570b |
children | 457e9cb63681 |
comparison
equal
deleted
inserted
replaced
95574:fa7d768bdd0b | 95575:d34a432d5863 |
---|---|
809 functions and variables (formerly used for Tamil script). | 809 functions and variables (formerly used for Tamil script). |
810 | 810 |
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 |
817 completion-all-completions-with-base-size. | 820 completion-all-completions-with-base-size. |
818 | 821 |