From: yamaoka Date: Tue, 13 Mar 2001 23:41:55 +0000 (+0000) Subject: Fix the comment why loading cl-macs is needed. X-Git-Tag: t-gnus-6_15_0-10-quimby~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=baccedda7cd0602fbe386f57973c9758920b85a4;p=elisp%2Fgnus.git- Fix the comment why loading cl-macs is needed. --- diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 44d9ccd..07d4ff7 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") "."))