1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(esc-map): Delete excess closeparen.

This commit is contained in:
Richard M. Stallman 1994-12-25 22:05:30 +00:00
parent 2d4a771aad
commit f8b581fa23

View 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)