From: Michael Albinus Date: Thu, 24 Jul 2008 21:56:29 +0000 (+0000) Subject: * Makefile.in (ELCFILES): Add net/xesam.el. X-Git-Tag: emacs-pretest-23.0.90~3904 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0118d12c809e42450689cb1c634ac0a21dfe2d3c;p=emacs.git * Makefile.in (ELCFILES): Add net/xesam.el. --- 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 \