1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-06-23 10:39:51 +00:00
parent e7962b9203
commit 28fa06eabf
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-23 Eli Zaretskii <eliz@gnu.org>
* dos-w32.el (top level): Use find-file-not-found-functions
instead of the obsolete find-file-not-found-hooks.
2006-06-22 Kim F. Storm <storm@cua.dk>
* progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps

View File

@ -1,3 +1,9 @@
2006-06-23 Martin Rudalics <rudalics@gmx.at>
* fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
itself on DOS_NT platforms, if the old and new names are identical
but for the letter-case.
2006-06-21 Kim F. Storm <storm@cua.dk>
* dispextern.h (struct it): Add `position' member to iterator stack.