]> code.delx.au - gnu-emacs/commitdiff
* mh-acros.el: Comment fixes.
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 09:14:12 +0000 (01:14 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 09:14:12 +0000 (01:14 -0800)
lisp/mh-e/mh-acros.el

index 78aad1d4ec7f6551534f96d3665be50f49436cba..e90f5e7b6ae0d6cd351f9229fda1c80499aaec90 100644 (file)
 ;;; 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