1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(ediff-region-help-echo): Bind face-help.

This commit is contained in:
Dave Love 2000-07-24 09:44:02 +00:00
parent 8170f46b63
commit a21f0bd5b4

View File

@ -816,7 +816,8 @@ appropriate symbol: `rcs', `pcl-cvs', or `generic-sc' if you so desire."
(setq overlay extent-or-window))
(let ((is-current (ediff-overlay-get overlay 'ediff))
(face (ediff-overlay-get overlay 'face))
(diff-num (ediff-overlay-get overlay 'ediff-diff-num)))
(diff-num (ediff-overlay-get overlay 'ediff-diff-num))
face-help)
;; This happens only for refinement overlays
(if (stringp face)