From 49506049c520e8684d01e65846a34d056c41927d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 30 Apr 2002 05:29:59 +0000 Subject: [PATCH] * dgnushack.el (dgnushack-bind-colon-keywords): Also examine backquote'd forms. --- ChangeLog | 3 +++ lisp/dgnushack.el | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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) -- 1.7.10.4