From baccedda7cd0602fbe386f57973c9758920b85a4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 13 Mar 2001 23:41:55 +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 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") ".")) -- 1.7.10.4