aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-08-06 11:21:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-08-06 11:21:00 +0000
commit6a9a58bd90f9bdc7dcc16f10f26fb146c6560d13 (patch)
treeec21bc5232a5980b03326819042e3ff64771cf6f /elisp
parentaab53a42366211b4f9ee42e24a5bb142cee88a66 (diff)
downloadanubis-6a9a58bd90f9bdc7dcc16f10f26fb146c6560d13.tar.gz
anubis-6a9a58bd90f9bdc7dcc16f10f26fb146c6560d13.tar.bz2
(anubis-mode-map): Changed '?' mapping to '\e?'
Diffstat (limited to 'elisp')
-rw-r--r--elisp/anubis-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/anubis-mode.el b/elisp/anubis-mode.el
index 108b00a..7b7d8e9 100644
--- a/elisp/anubis-mode.el
+++ b/elisp/anubis-mode.el
@@ -80,7 +80,7 @@
(setq anubis-mode-map (make-sparse-keymap))
(define-key anubis-mode-map "\t" 'anubis-complete-or-indent)
(define-key anubis-mode-map "\e\t" 'anubis-indent-line)
- (define-key anubis-mode-map "?" 'anubis-describe-keywords))
+ (define-key anubis-mode-map "\e?" 'anubis-describe-keywords))
(defvar anubis-section-body-indent 0
"Indent of a section body in an Anubis rc file")

Return to:

Send suggestions and report system problems to the System administrator.