startup.el trivia.
* lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.)
This commit is contained in:
parent
9610796712
commit
0b8394572a
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-11-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* startup.el (package-enable-at-startup, package-initialize):
|
||||
Remove unnecessary declarations.
|
||||
|
||||
2010-11-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/characters.el (glyphless-char-display-control):
|
||||
|
|
|
@ -688,9 +688,6 @@ opening the first frame (e.g. open a connection to an X server).")
|
|||
|
||||
(defvar server-name)
|
||||
(defvar server-process)
|
||||
;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
|
||||
(defvar package-enable-at-startup)
|
||||
(declare-function package-initialize "package" (&optional no-activate))
|
||||
|
||||
(defun command-line ()
|
||||
(setq before-init-time (current-time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue