emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in
Date: Wed, 11 Jan 2006 19:50:08 +0000

Index: emacs/lisp/Makefile.in
diff -u emacs/lisp/Makefile.in:1.74 emacs/lisp/Makefile.in:1.75
--- emacs/lisp/Makefile.in:1.74 Thu Jan  5 22:49:42 2006
+++ emacs/lisp/Makefile.in      Wed Jan 11 19:50:07 2006
@@ -220,21 +220,21 @@
 # Update MH-E internal autoloads. These are not to be confused with
 # the autoloads for the MH-E entry points, which are already in
 # loaddefs.el.
-MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el   \
-       $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el    \
-       $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el           \
-       $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el         \
-       $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-inc.el         \
-       $(lisp)/mh-e/mh-init.el $(lisp)/mh-e/mh-index.el        \
-       $(lisp)/mh-e/mh-identity.el $(lisp)/mh-e/mh-junk.el     \
-       $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el         \
-       $(lisp)/mh-e/mh-utils.el
+MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el   \
+       $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el      \
+       $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el       \
+       $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-mime.el        \
+       $(lisp)/mh-e/mh-pick.el $(lisp)/mh-e/mh-print.el        \
+       $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el          \
+       $(lisp)/mh-e/mh-index.el $(lisp)/mh-e/mh-identity.el    \
+       $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-seq.el          \
+       $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-utils.el
 
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC)
+$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo ";;" >> $@
-       echo ";; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc." 
>> $@
+       echo ";; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, 
Inc." >> $@
        echo ";; Author: Bill Wohler <address@hidden>" >> $@
        echo ";; Keywords: mail" >> $@
        echo ";;; Commentary:" >> $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]