*** empty log message ***

This commit is contained in:
Richard M. Stallman 2004-06-24 23:34:10 +00:00
parent ba8d15f972
commit b4a4b0ae66
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,16 @@
2004-06-24 Richard M. Stallman <rms@gnu.org>
* replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
* font-lock.el (font-lock-keywords): Change format of compiled values.
Document it.
(font-lock-add-keywords): If font-lock-keywords is compiled,
extract the uncompiled version, modify, then recompile.
(font-lock-remove-keywords): Likewise.
(font-lock-fontify-keywords-region): Handle changed format.
(font-lock-compile-keywords): Handle changed format.
(font-lock-set-defaults): Compile the keywords explicitly here.
2004-06-24 David Kastrup <dak@gnu.org>
* replace.el (query-replace-read-args): Implement `\,' and `\#'

View file

@ -1,5 +1,7 @@
2004-06-24 Richard M. Stallman <rms@gnu.org>
* commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
* customize.texi (Variable Definitions): Note about doc strings
and :set.