From 086171bf0b8c34abca3f4eed0512d2d1e4235d9d Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Thu, 25 Nov 1999 04:34:23 +0000 Subject: *** empty log message *** --- lisp/ediff-ptch.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lisp/ediff-ptch.el') 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 -- cgit v1.2.1