mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
; Make function missed in previous change obsolete
* lisp/play/handwrite.el (menu-bar-handwrite-map): Make unused function obsolete.
This commit is contained in:
parent
697aaafca3
commit
9a110cb0d9
@ -90,6 +90,7 @@
|
||||
(define-key map [handwrite] '("Write by hand" . handwrite))
|
||||
map))
|
||||
(fset 'menu-bar-handwrite-map menu-bar-handwrite-map)
|
||||
(make-obsolete 'menu-bar-handwrite-map nil "28.1")
|
||||
(make-obsolete-variable 'menu-bar-handwrite-map nil "28.1")
|
||||
|
||||
;; User definable variables
|
||||
|
Loading…
Reference in New Issue
Block a user