aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index fb31e4cb4e2..6a5dc746343 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -462,6 +462,8 @@ If this is nil, Supercite keymap is not installed.")
462 (define-key sc-electric-mode-map "g" 'sc-eref-goto) 462 (define-key sc-electric-mode-map "g" 'sc-eref-goto)
463 (define-key sc-electric-mode-map "?" 'describe-mode) 463 (define-key sc-electric-mode-map "?" 'describe-mode)
464 (define-key sc-electric-mode-map "\C-h" 'describe-mode) 464 (define-key sc-electric-mode-map "\C-h" 'describe-mode)
465 (define-key sc-electric-mode-map [f1] 'describe-mode)
466 (define-key sc-electric-mode-map [help] 'describe-mode)
465 ) 467 )
466 468
467(defvar sc-minibuffer-local-completion-map nil 469(defvar sc-minibuffer-local-completion-map nil