Fix the comment why loading cl-macs is needed.
authoryamaoka <yamaoka>
Tue, 13 Mar 2001 23:41:48 +0000 (23:41 +0000)
committeryamaoka <yamaoka>
Tue, 13 Mar 2001 23:41:48 +0000 (23:41 +0000)
lisp/dgnushack.el

index b024635..f96815e 100644 (file)
@@ -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") "."))