From 6d91a595e02c8fc4d29daf6caf2dceb3a6018163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Gro=C3=9Fjohann?= Date: Wed, 2 Apr 2003 10:41:40 +0000 Subject: (top-level): Quote second arg to `eval-after-load'. --- lisp/emulation/crisp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/emulation/crisp.el') diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index 055c8e58de0..0f19d9e4cc4 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el @@ -387,9 +387,9 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." ;; Interaction with other packages. (eval-after-load 'cua - (progn - (add-to-list 'cua--standard-movement-commands 'crisp-home) - (add-to-list 'cua--standard-movement-commands 'crisp-end))) + '(progn + (add-to-list 'cua--standard-movement-commands 'crisp-home) + (add-to-list 'cua--standard-movement-commands 'crisp-end))) (run-hooks 'crisp-load-hook) (provide 'crisp) -- cgit v1.2.1