*** empty log message ***

This commit is contained in:
Eli Zaretskii 2005-07-02 09:53:39 +00:00
parent cf2c08ca55
commit d6951bb47a
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
* font-lock.el (font-lock-regexp-grouping-backslash): Rename from
font-lock-regexp-backslash. Doc fix.
(font-lock-regexp-backslash-grouping-construct): Rename from
font-lock-regexp-backslash-construct. Doc fix.
(lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp
grouping constructs.
2005-07-02 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (bootstrap): Remove the $(EMACS) binary after

View file

@ -1,3 +1,8 @@
2005-07-02 Juri Linkov <juri@jurta.org>
* w32term.c (w32_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line.
2005-07-02 Eli Zaretskii <eliz@gnu.org>
* fileio.c (Fcopy_file): Rearrange the code that calls fchown and