diff options
author | Glenn Morris <rgm@gnu.org> | 2010-02-18 01:14:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-02-18 01:14:12 -0800 |
commit | 272f6ebf1e639e3d3d3b106a3b8c665436d386db (patch) | |
tree | cb6aaf4ab73a99f933c93faa29953ce255965859 /lisp/mh-e | |
parent | 0bcb96cddf20d424084e818cdb510e0ef14c14f8 (diff) | |
download | emacs-272f6ebf1e639e3d3d3b106a3b8c665436d386db.tar.gz |
* mh-acros.el: Comment fixes.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-acros.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 78aad1d4ec7..e90f5e7b6ae 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el @@ -26,12 +26,12 @@ ;;; Commentary: ;; This file contains all macros that are used in more than one file. -;; If you run "make recompile" in CVS Emacs and see the message +;; If you run "make recompile" in Bazaar Emacs and see the message ;; "Source is newer than compiled," it is a sign that macro probably ;; needs to be moved here. ;; Historically, it was so named with a silent "m" so that it would be -;; compiled first. Otherwise, "make recompile" in CVS Emacs would use +;; compiled first. Otherwise, "make recompile" in Bazaar Emacs would use ;; compiled files with stale macro definitions. Later, no-byte-compile ;; was added to the Local Variables section to avoid this problem and ;; because it's pointless to compile a file full of macros. But we |