2002-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
+ * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Also examine
+ backquote'd forms.
+
* lisp/nnheader.el (nnheader-with-unibyte): New macro.
(mm-with-unibyte): Alias to `nnheader-with-unibyte'.
(while form
(setq elem (pop form))
(unless (memq (car-safe elem)
- '(\` backquote
- defcustom defface defgroup
+ '(defcustom defface defgroup
define-widget quote))
(while (consp elem)
(push (car elem) form)