From 9a110cb0d956ddf887e7d5ba9f0c2a67c9a1c6f0 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 28 Feb 2021 00:13:24 +0100 Subject: [PATCH] ; Make function missed in previous change obsolete * lisp/play/handwrite.el (menu-bar-handwrite-map): Make unused function obsolete. --- lisp/play/handwrite.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 3cc5d9c8dce..cc058230751 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -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 -- 2.39.2