aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-07-24 21:56:29 +0000
committerMichael Albinus2008-07-24 21:56:29 +0000
commit0118d12c809e42450689cb1c634ac0a21dfe2d3c (patch)
tree799c248395e0e2fbdf2d799985ae43f2600d73f3
parent0c68a24bc91894ee8dc306fee89c28c471b69b39 (diff)
downloademacs-0118d12c809e42450689cb1c634ac0a21dfe2d3c.tar.gz
emacs-0118d12c809e42450689cb1c634ac0a21dfe2d3c.zip
* Makefile.in (ELCFILES): Add net/xesam.el.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 79f680ec932..9091d9768cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-07-24 Michael Albinus <michael.albinus@gmx.de> 12008-07-24 Michael Albinus <michael.albinus@gmx.de>
2 2
3 * Makefile.in (ELCFILES): Add net/xesam.el.
4
3 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique 5 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4 process name. Reported by Markus Triska <markus.triska@gmx.at>. 6 process name. Reported by Markus Triska <markus.triska@gmx.at>.
5 7
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 25f01d845bf..02fdb3d6d42 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -34,7 +34,7 @@ EMACS = ../src/emacs
34EMACSOPT = -batch --no-site-file --multibyte 34EMACSOPT = -batch --no-site-file --multibyte
35 35
36# Extra flags to pass to the byte compiler 36# Extra flags to pass to the byte compiler
37BYTE_COMPILE_EXTRA_FLAGS = 37BYTE_COMPILE_EXTRA_FLAGS =
38# For example to not display the undefined function warnings you can use this: 38# For example to not display the undefined function warnings you can use this:
39# BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))' 39# BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))'
40# The example above is just for developers, it should not be used by default. 40# The example above is just for developers, it should not be used by default.
@@ -864,6 +864,7 @@ ELCFILES = \
864 $(lisp)/net/tramp.elc \ 864 $(lisp)/net/tramp.elc \
865 $(lisp)/net/trampver.elc \ 865 $(lisp)/net/trampver.elc \
866 $(lisp)/net/webjump.elc \ 866 $(lisp)/net/webjump.elc \
867 $(lisp)/net/xesam.elc \
867 $(lisp)/net/zeroconf.elc \ 868 $(lisp)/net/zeroconf.elc \
868 $(lisp)/newcomment.elc \ 869 $(lisp)/newcomment.elc \
869 $(lisp)/novice.elc \ 870 $(lisp)/novice.elc \