From: yamaoka Date: Tue, 13 Mar 2001 23:41:48 +0000 (+0000) Subject: Fix the comment why loading cl-macs is needed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3f5107b5936bae7a64f552f21cc93c52cb51520b;p=elisp%2Fgnus.git- Fix the comment why loading cl-macs is needed. --- 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") "."))