Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0118d12c
Commit
0118d12c
authored
Jul 24, 2008
by
Michael Albinus
Browse files
* Makefile.in (ELCFILES): Add net/xesam.el.
parent
0c68a24b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/Makefile.in
lisp/Makefile.in
+2
-1
No files found.
lisp/ChangeLog
View file @
0118d12c
2008-07-24 Michael Albinus <michael.albinus@gmx.de>
* 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 <markus.triska@gmx.at>.
...
...
lisp/Makefile.in
View file @
0118d12c
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment