mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
*** empty log message ***
This commit is contained in:
parent
9e5d1b634e
commit
e3ccf404ae
@ -1,3 +1,13 @@
|
||||
2004-07-02 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* replace.el (query-replace-read-args): Swallow space after
|
||||
symbols, not after closeparens. But avoid error if string ends there.
|
||||
|
||||
* progmodes/python.el (python-beginning-of-statement):
|
||||
Exit the loop if backward-up-list gets error.
|
||||
|
||||
* textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
|
||||
|
||||
2004-07-02 Andre Spiegel <spiegel@gnu.org>
|
||||
|
||||
* vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
|
||||
@ -45,6 +55,11 @@
|
||||
|
||||
* emacs-lisp/pp.el (pp-buffer): Add autoload.
|
||||
|
||||
2004-06-28 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* font-lock.el (font-lock-fontify-syntactic-keywords-region):
|
||||
More changes to go with previous change in font-lock.el.
|
||||
|
||||
2004-06-26 David Kastrup <dak@gnu.org>
|
||||
|
||||
* replace.el (perform-replace): Highlight the match even in
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-07-02 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* files.texi (Saving Buffers): Cleanup write-contents-function.
|
||||
(Magic File Names): Cleanup file-remote-p.
|
||||
|
||||
2004-07-02 Kai Grossjohann <kai@emptydomain.de>
|
||||
|
||||
* files.texi (Magic File Names): `file-remote-p' returns an
|
||||
|
Loading…
Reference in New Issue
Block a user