2005-10-27 Romain Francoise <romain@orebokech.com>
+ * replace.el (occur-engine): Include colon in mouse-face highlight.
+
* dired-x.el: Change Maintainer field.
2005-10-26 Chong Yidong <cyd@stupidchicken.com>
(let* ((out-line
(concat
;; Using 7 digits aligns tabs properly.
- (apply #'propertize (format "%7d" lines)
+ (apply #'propertize (format "%7d:" lines)
(append
(when prefix-face
`(font-lock-face prefix-face))
- `(occur-prefix t mouse-face highlight
+ `(occur-prefix t mouse-face (highlight)
occur-target ,marker follow-link t
help-echo "mouse-2: go to this occurrence")))
- ":"
;; We don't put `mouse-face' on the newline,
;; because that loses. And don't put it
;; on context lines to reduce flicker.
- (propertize curstring 'mouse-face 'highlight
+ (propertize curstring 'mouse-face (list 'highlight)
'occur-target marker
'follow-link t
'help-echo