*** empty log message ***
This commit is contained in:
parent
a5a08b1f3b
commit
75f70c1ce1
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue