]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Delete excess closeparen.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 22:05:30 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 22:05:30 +0000 (22:05 +0000)
lisp/dabbrev.el

index 5c7c37fe54d2af659fead29f2b9ee9fd3c847a8c..430824de8ebbcf1bb151c7dcc3f0cc4ac84130ce 100644 (file)
@@ -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)