From 0118d12c809e42450689cb1c634ac0a21dfe2d3c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 24 Jul 2008 21:56:29 +0000 Subject: [PATCH] * Makefile.in (ELCFILES): Add net/xesam.el. --- lisp/ChangeLog | 2 ++ lisp/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79f680ec932..9091d9768cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-07-24 Michael Albinus + * Makefile.in (ELCFILES): Add net/xesam.el. + * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique process name. Reported by Markus Triska . 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 EMACSOPT = -batch --no-site-file --multibyte # Extra flags to pass to the byte compiler -BYTE_COMPILE_EXTRA_FLAGS = +BYTE_COMPILE_EXTRA_FLAGS = # For example to not display the undefined function warnings you can use this: # BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))' # The example above is just for developers, it should not be used by default. @@ -864,6 +864,7 @@ ELCFILES = \ $(lisp)/net/tramp.elc \ $(lisp)/net/trampver.elc \ $(lisp)/net/webjump.elc \ + $(lisp)/net/xesam.elc \ $(lisp)/net/zeroconf.elc \ $(lisp)/newcomment.elc \ $(lisp)/novice.elc \ -- 2.39.2