summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-25 22:05:30 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-25 22:05:30 +0000
commit3ef6713f95e38cd884c1883b4e17ef75ce19deda (patch)
treef6653c2bcf0b2580e180cf6a605c7b8887c11c72 /lisp/dabbrev.el
parent550266642c5389d964f448d823eb996af0f3e88d (diff)
downloademacs-3ef6713f95e38cd884c1883b4e17ef75ce19deda.tar.gz
(esc-map): Delete excess closeparen.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index 5c7c37fe54d..430824de8eb 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -297,7 +297,7 @@ this list.")
(define-key esc-map "/" 'dabbrev-expand)
;;;??? Do we want this?
;;;###autoload
-(define-key esc-map [?\C-/] 'dabbrev-completion))
+(define-key esc-map [?\C-/] 'dabbrev-completion)
;;;###autoload
(defun dabbrev-completion (&optional arg)