Don't bind non-existent command in picture-mode-map
* lisp/textmodes/picture.el (picture-mode-map): Remove ineffectual binding of non-existent command.
This commit is contained in:
parent
914f6b3c2c
commit
c2ed2e6858
1 changed files with 0 additions and 1 deletions
|
@ -641,7 +641,6 @@ Leaves the region surrounding the rectangle."
|
|||
(define-key map [remap move-end-of-line] 'picture-end-of-line)
|
||||
(define-key map [remap mouse-set-point] 'picture-mouse-set-point)
|
||||
(define-key map "\C-c\C-d" 'picture-delete-char)
|
||||
(define-key map "\e\t" 'picture-toggle-tab-state)
|
||||
(define-key map "\t" 'picture-tab)
|
||||
(define-key map "\e\t" 'picture-tab-search)
|
||||
(define-key map "\C-c\t" 'picture-set-tab-stops)
|
||||
|
|
Loading…
Add table
Reference in a new issue