From 3f5107b5936bae7a64f552f21cc93c52cb51520b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 13 Mar 2001 23:41:48 +0000 Subject: [PATCH] Fix the comment why loading cl-macs is needed. --- lisp/dgnushack.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index b024635..f96815e 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -50,7 +50,7 @@ (require 'cl) (unless (dolist (var nil t)) - ;; Override the macro `dolist' which might be defined in egg.el. + ;; Override the macro `dolist' which may have been defined in egg.el. (load "cl-macs" nil t)) (defvar srcdir (or (getenv "srcdir") ".")) -- 1.7.10.4