mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* mh-acros.el: Comment fixes.
This commit is contained in:
parent
0bcb96cddf
commit
272f6ebf1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user