1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-11-07 17:33:35 +00:00
parent eac6ee8fd2
commit acad3c0b5a
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-11-07 Gerd Moellmann <gerd@gnu.org>
* macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
* dired.el (dired-between-files): Add `^. find' as an alternative
to the regular expression, for find-dired.

View File

@ -1,5 +1,9 @@
2000-11-07 Gerd Moellmann <gerd@gnu.org>
* window.c (Fset_window_configuration): Don't try to preserve
point in the current buffer, if that buffer is displayed in more
than one window.
* xfaces.c (lookup_named_face): If default face isn't realized,
try to realize it. Return -1 if not successful.
(Fx_list_fonts): Handle case that face cannot be determined.