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
587b5737
Commit
587b5737
authored
Feb 06, 2001
by
Andrew Innes
Browse files
(EMACS): Use $(THISDIR) to make emacs.exe path
absolute.
parent
baf7eee4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/makefile.w32-in
lisp/makefile.w32-in
+1
-1
No files found.
lisp/ChangeLog
View file @
587b5737
2001-02-06 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
absolute.
2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
* hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
...
...
lisp/makefile.w32-in
View file @
587b5737
...
...
@@ -32,7 +32,7 @@ lisp = $(CURDIR)
# You can specify a different executable on the make command line,
# e.g. "make EMACS=../src/emacs ...".
EMACS
=
"../bin/emacs.exe"
EMACS
=
"
$(THISDIR)
/
../bin/emacs.exe"
# Command line flags for Emacs. This must include --multibyte,
# otherwise some files will not compile.
...
...
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