mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* lisp/paths.el: Remove no-byte-compile.
* lisp/loadup.el: No need to load lisp/paths.el uncompiled. * src/lisp.mk (lisp): Update for this change.
This commit is contained in:
parent
8825930890
commit
f9f334f0c2
@ -1,5 +1,8 @@
|
||||
2012-05-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* paths.el: Remove no-byte-compile.
|
||||
* loadup.el: No need to load paths.el uncompiled.
|
||||
|
||||
* image.el (imagemagick-types-inhibit): Doc fix.
|
||||
|
||||
* version.el: Remove no-byte-compile and associated formatting.
|
||||
|
@ -177,7 +177,7 @@
|
||||
(load "rfn-eshadow")
|
||||
|
||||
(load "menu-bar")
|
||||
(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
|
||||
(load "paths")
|
||||
(load "emacs-lisp/lisp")
|
||||
(load "textmodes/page")
|
||||
(load "register")
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*-
|
||||
;;; paths.el --- define pathnames for use by various Emacs commands
|
||||
|
||||
;; Copyright (C) 1986, 1988, 1994, 1999-2012 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -30,8 +30,9 @@
|
||||
## sed -e 's/"[ )].*//' -n -e '/(load "/ s/.*load "//p' loadup.el | \
|
||||
## grep -vE 'site-|ldefs-boot'
|
||||
## minus any duplicates.
|
||||
## Note that you cannot just add a ".elc" extension to every file,
|
||||
## since some of them are no-byte-compile (eg some language/ ones).
|
||||
## Note that you can generally just add a ".elc" extension to every file
|
||||
## that does not have an explicit .el extension, but beware of any
|
||||
## no-byte-compile ones.
|
||||
|
||||
## Confusingly, term/internal is not in loadup, but is unconditionally
|
||||
## loaded by pc-win, which is.
|
||||
@ -120,7 +121,7 @@ lisp = \
|
||||
$(lispsource)/isearch.elc \
|
||||
$(lispsource)/rfn-eshadow.elc \
|
||||
$(lispsource)/menu-bar.elc \
|
||||
$(lispsource)/paths.el \
|
||||
$(lispsource)/paths.elc \
|
||||
$(lispsource)/emacs-lisp/lisp.elc \
|
||||
$(lispsource)/textmodes/page.elc \
|
||||
$(lispsource)/register.elc \
|
||||
|
Loading…
Reference in New Issue
Block a user