diff options
author | Dave Love <fx@gnu.org> | 2000-07-24 09:44:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-07-24 09:44:02 +0000 |
commit | cfed918e7d0d6ad0357553f67ce387efa85c085c (patch) | |
tree | b59bd39800e3d25dcbcdbd123469adfb4e5a0ad7 /lisp/ediff-init.el | |
parent | 4d621febf38f1c03710a3d094d7dbd726409c062 (diff) | |
download | emacs-cfed918e7d0d6ad0357553f67ce387efa85c085c.tar.gz |
(ediff-region-help-echo): Bind face-help.
Diffstat (limited to 'lisp/ediff-init.el')
-rw-r--r-- | lisp/ediff-init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index 55b1983d428..21416c8ee6d 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el @@ -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) |