* dgnushack.el (dgnushack-bind-colon-keywords): Also examine backquote'd forms.
authoryamaoka <yamaoka>
Tue, 30 Apr 2002 05:29:59 +0000 (05:29 +0000)
committeryamaoka <yamaoka>
Tue, 30 Apr 2002 05:29:59 +0000 (05:29 +0000)
ChangeLog
lisp/dgnushack.el

index 129c065..b6ca1c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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'.
 
index 258db72..ea3d548 100644 (file)
@@ -345,8 +345,7 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again.
                     (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)