*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-01-25 05:06:27 +00:00
parent a5a08b1f3b
commit 75f70c1ce1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-01-25 Richard M. Stallman <rms@gnu.org>
* subr.el (remove): Doc fix.
2002-01-24 Richard M. Stallman <rms@gnu.org>
* progmodes/compile.el (compilation-handle-exit):

View file

@ -799,7 +799,7 @@ the matching is case-sensitive."
(add-text-properties
(marker-position text-beg) (- (marker-position text-end) 1)
'(mouse-face highlight
help-echo "mouse-2: go to this occurence"))
help-echo "mouse-2: go to this occurrence"))
(put-text-property (marker-position text-beg)
(marker-position text-end)
'occur occur-marker)