diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/widget.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/widget.el b/lisp/widget.el index 4028fa1a20e..28ba6c6a005 100644 --- a/lisp/widget.el +++ b/lisp/widget.el @@ -35,6 +35,7 @@ ;; Doing this is unnecessary in Emacs 20. Kept as dummy in case ;; external libraries call it. We save a kb or two of purespace by ;; dummying-out such definitions generally. +(make-obsolete 'define-widget-keywords nil "27.1") (defmacro define-widget-keywords (&rest _keys) ;; ;; Don't use backquote, since that makes trouble trying to ;; ;; re-bootstrap from just the .el files. |