* Makefile.in (lisppath): Don't include externallispdir in this.
We're not sure whether we're even going to distribute the directory yet.
This commit is contained in:
parent
6d19f28ad1
commit
ab8478d1f1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ locallisppath=${datadir}/emacs/site-lisp
|
|||
# this, check to see if your purpose wouldn't better be served by
|
||||
# changing locallisppath. This should be a colon-separated list of
|
||||
# directories.
|
||||
lisppath=${locallisppath}:${lispdir}:${externallispdir}
|
||||
lisppath=${locallisppath}:${lispdir}
|
||||
|
||||
# Where Emacs will search for its elisp files while building. This is
|
||||
# only used during the process of compiling Emacs, to help Emacs find
|
||||
|
|
Loading…
Add table
Reference in a new issue