=== modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-10 22:01:18 +0000 +++ lisp/ChangeLog 2012-10-11 20:13:40 +0000 @@ -1,3 +1,15 @@ +2012-10-11 Jambunathan K + + * replace.el (read-regexp): Tighten the regexp that matches tag. + When tag is retrieved with `find-tag-default', use regexp that + matches symbol at point. Also update docstring. + * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer) + (hi-lock-face-phrase-buffer): Don't provide a default to + `read-regexp'. Effectively the default regexp matches tag at + point. + (hi-lock-read-face-name): Return face as a symbol. Fix earlier + commit. + 2012-10-10 Jambunathan K * hi-lock.el (hi-lock-auto-select-face): New user variable.