* descr-text.el (describe-char): Put the overlays over the
"displayed as" character.
This commit is contained in:
parent
0fd0912879
commit
9229c65855
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* descr-text.el (describe-char): Put the overlays over the
|
||||
"displayed as" character.
|
||||
|
||||
2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc-units.el (math-default-units-table): Give an
|
||||
|
|
|
@ -689,7 +689,7 @@ relevant to POS."
|
|||
(when overlays
|
||||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(re-search-forward "character:[ \t\n]+")
|
||||
(re-search-forward "(displayed as ")
|
||||
(let ((end (+ (point) (length char-description))))
|
||||
(mapc (lambda (props)
|
||||
(let ((o (make-overlay (point) end)))
|
||||
|
|
Loading…
Add table
Reference in a new issue