# HG changeset patch # User Glenn Morris # Date 1266484452 28800 # Node ID 183412511935dc3f97d1af6cc3e120694c3ac891 # Parent b08ffdff79c7fc5664ce83a26cd719e95db76ea7 * mh-acros.el: Comment fixes. diff -r b08ffdff79c7 -r 183412511935 lisp/mh-e/mh-acros.el --- a/lisp/mh-e/mh-acros.el Thu Feb 18 01:11:18 2010 -0800 +++ b/lisp/mh-e/mh-acros.el Thu Feb 18 01:14:12 2010 -0800 @@ -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