From: yamaoka Date: Tue, 30 Apr 2002 05:29:59 +0000 (+0000) Subject: * dgnushack.el (dgnushack-bind-colon-keywords): Also examine backquote'd forms. X-Git-Tag: t-gnus-6_15_7-00-quimby~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=49506049c520e8684d01e65846a34d056c41927d;p=elisp%2Fgnus.git- * dgnushack.el (dgnushack-bind-colon-keywords): Also examine backquote'd forms. --- diff --git a/ChangeLog b/ChangeLog index 129c065..b6ca1c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-04-30 Katsumi Yamaoka + * 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'. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 258db72..ea3d548 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -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)