diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1999-11-25 04:34:23 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1999-11-25 04:34:23 +0000 |
commit | 086171bf0b8c34abca3f4eed0512d2d1e4235d9d (patch) | |
tree | d0bbc28d532df4f764a779ca75fa3e960df43a80 /lisp/ediff-ptch.el | |
parent | ba7394febc752024269693ac231be8de0ff988c6 (diff) | |
download | emacs-086171bf0b8c34abca3f4eed0512d2d1e4235d9d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ediff-ptch.el')
-rw-r--r-- | lisp/ediff-ptch.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 2bac3192b3b..1f1a42477a0 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el @@ -715,12 +715,11 @@ you can still examine the changes via M-x ediff-files" (setq startup-hooks ;; this sets various vars in the meta buffer inside ;; ediff-prepare-meta-buffer - (cons (` (lambda () - ;; tell what to do if the user clicks on a session record - (setq ediff-session-action-function - 'ediff-patch-file-form-meta - ediff-meta-patchbufer patch-buf) - )) + (cons `(lambda () + ;; tell what to do if the user clicks on a session record + (setq ediff-session-action-function + 'ediff-patch-file-form-meta + ediff-meta-patchbufer patch-buf) ) startup-hooks)) (setq meta-buf (ediff-prepare-meta-buffer 'ediff-filegroup-action |