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
36f99a92
Commit
36f99a92
authored
Aug 10, 1997
by
Kenichi Handa
Browse files
Invoke emacs by --no-init-file --no-site-file.
parent
486aa609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
leim/Makefile.in
leim/Makefile.in
+2
-2
No files found.
leim/Makefile.in
View file @
36f99a92
...
...
@@ -42,8 +42,8 @@ EMACS = ${dot}${dot}/src/emacs
buildlisppath
=
${srcdir}
/
${dot}${dot}
/lisp
# How to run Emacs.
This forces Emacs to use new Emacs Lisp libraries.
RUN-EMACS
=
${EMACS}
-batch
# How to run Emacs.
RUN-EMACS
=
${EMACS}
-batch
--no-init-file
--no-site-file
# Subdirectories to be made if ${srcdir} is different from the current
# directory.
...
...
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