We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40f1c6 commit f58cae8Copy full SHA for f58cae8
lisp/widget.el
@@ -35,6 +35,7 @@
35
;; Doing this is unnecessary in Emacs 20. Kept as dummy in case
36
;; external libraries call it. We save a kb or two of purespace by
37
;; dummying-out such definitions generally.
38
+(make-obsolete 'define-widget-keywords nil "27.1")
39
(defmacro define-widget-keywords (&rest _keys)
40
;; ;; Don't use backquote, since that makes trouble trying to
41
;; ;; re-bootstrap from just the .el files.
0 commit comments