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:
parent
2d4a771aad
commit
f8b581fa23
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue