summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-06-25 00:26:09 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-06-25 00:26:09 +0900
commit974a53bfbe5a19326d2473012996ffd81ec91630 (patch)
tree225ae1d2df13ace840385a2f104e17d2713c6d3b /lisp/hilit-chg.el
parenta4750b39560a8a182cf95dd4494f79ab6466e9b2 (diff)
downloademacs-974a53bfbe5a19326d2473012996ffd81ec91630.tar.gz
Fix caller to ediff-setup
* lisp/hilit-chg.el (hilit-chg-get-diff-info): #Bug23820.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r--lisp/hilit-chg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el
index 263b5ab3bb5..6420b8c68b3 100644
--- a/lisp/hilit-chg.el
+++ b/lisp/hilit-chg.el
@@ -908,7 +908,7 @@ changes are made, so \\[highlight-changes-next-change] and
(let (hilit-e hilit-x hilit-y)
(ediff-setup buf-a file-a buf-b file-b
nil nil ; buf-c file-C
- 'hilit-chg-get-diff-list-hk
+ '(hilit-chg-get-diff-list-hk)
(list (cons 'ediff-job-name 'something))
)
(ediff-with-current-buffer hilit-e (ediff-really-quit nil))