mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
*** empty log message ***
This commit is contained in:
parent
320c9428b4
commit
39e776cd97
2 changed files with 8 additions and 0 deletions
2
etc/NEWS
2
etc/NEWS
|
|
@ -1797,6 +1797,8 @@ functionality with aliases for the mldrag functions.
|
|||
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
|
||||
(Display-related features are described in a page of their own below.)
|
||||
|
||||
** `add-hook' now makes the hook local if called with a non-nil LOCAL arg.
|
||||
|
||||
+++
|
||||
** The treatment of non-ASCII characters in search ranges has changed.
|
||||
If a range in a regular expression or the arg of
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2000-10-24 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
|
||||
rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
|
||||
a symbol.
|
||||
|
||||
2000-10-24 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* dired.c (directory_files_internal_unwind): New function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue