*** empty log message ***
This commit is contained in:
parent
ba8d15f972
commit
b4a4b0ae66
2 changed files with 15 additions and 0 deletions
|
@ -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 `\#'
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue