]> code.delx.au - gnu-emacs/blobdiff - lisp/ielm.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / ielm.el
index d5b2ba80c0326305029e6e48d098ab034e3db91f..183f8a6ce3ec9ded9a3105c058b2aaa2633b6653 100644 (file)
@@ -62,11 +62,11 @@ narrowing in effect.  This way you will be certain that none of
 the remaining prompts will be accidentally messed up.  You may
 wish to put something like the following in your init file:
 
-\(add-hook 'ielm-mode-hook
+\(add-hook \\='ielm-mode-hook
           (lambda ()
-             (define-key ielm-map \"\\C-w\" 'comint-kill-region)
+             (define-key ielm-map \"\\C-w\" \\='comint-kill-region)
              (define-key ielm-map [C-S-backspace]
-               'comint-kill-whole-line)))
+               \\='comint-kill-whole-line)))
 
 If you set `comint-prompt-read-only' to t, you might wish to use
 `comint-mode-hook' and `comint-mode-map' instead of