* lisp/term/ns-win.el (global-map): Remove binding for ispell-next,
deleted 1999-05-29. Fixes: debbugs:15357
This commit is contained in:
parent
44ee21472c
commit
56834f3b63
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-09-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* term/ns-win.el (global-map): Remove binding for ispell-next,
|
||||
deleted 1999-05-29. (Bug#15357)
|
||||
|
||||
2013-09-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* echistory.el (electric-command-history): Remove call to deleted func.
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ The properties returned may include `top', `left', `height', and `width'."
|
|||
(define-key global-map [?\s-~] 'ns-prev-frame)
|
||||
(define-key global-map [?\s--] 'center-line)
|
||||
(define-key global-map [?\s-:] 'ispell)
|
||||
(define-key global-map [?\s-\;] 'ispell-next)
|
||||
(define-key global-map [?\s-?] 'info)
|
||||
(define-key global-map [?\s-^] 'kill-some-buffers)
|
||||
(define-key global-map [?\s-&] 'kill-this-buffer)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue