projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5317544
)
Fix the comment why loading cl-macs is needed.
author
yamaoka
<yamaoka>
Tue, 13 Mar 2001 23:41:48 +0000
(23:41 +0000)
committer
yamaoka
<yamaoka>
Tue, 13 Mar 2001 23:41:48 +0000
(23:41 +0000)
lisp/dgnushack.el
patch
|
blob
|
history
diff --git
a/lisp/dgnushack.el
b/lisp/dgnushack.el
index
b024635
..
f96815e
100644
(file)
--- 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") "."))