changeset 10251:bf1c7dcc69db

(esc-map): Delete excess closeparen.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Dec 1994 22:05:30 +0000
parents 422c3b96efda
children 85ae09b49021
files lisp/dabbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Sun Dec 25 21:15:07 1994 +0000
+++ b/lisp/dabbrev.el	Sun Dec 25 22:05:30 1994 +0000
@@ -297,7 +297,7 @@
 (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)