diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-27 11:48:16 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-27 11:48:16 -0800 |
commit | 0b8394572ac8f80ba3f3e7bc7fb6793325e0bdb6 (patch) | |
tree | db1e36dbe1f507873794c5785c177ce04b8d29ca /lisp/startup.el | |
parent | 9610796712a3bc43730c99005906571a2c0bccbd (diff) | |
download | emacs-0b8394572ac8f80ba3f3e7bc7fb6793325e0bdb6.tar.gz |
startup.el trivia.
* lisp/startup.el (package-enable-at-startup, package-initialize):
Remove unnecessary declarations. (I forgot about refreshing
ldefs-boot in such cases.)
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 99189b1df72..f9a9cbdd6fc 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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) |