emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102192: Silence compilation of start


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102192: Silence compilation of startup.el.
Date: Sun, 31 Oct 2010 19:51:59 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102192
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 19:51:59 -0700
message:
  Silence compilation of startup.el.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Silence compiler.
modified:
  lisp/ChangeLog
  lisp/startup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-01 02:33:11 +0000
+++ b/lisp/ChangeLog    2010-11-01 02:51:59 +0000
@@ -1,5 +1,8 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * startup.el (package-enable-at-startup, package-initialize):
+       Silence compiler.
+
        * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
        Silence compiler.
 

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2010-10-31 00:06:18 +0000
+++ b/lisp/startup.el   2010-11-01 02:51:59 +0000
@@ -1,7 +1,7 @@
 ;;; startup.el --- process Emacs shell arguments
 
-;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-;;   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999,
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
@@ -691,6 +691,9 @@
 
 (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" ())
 
 (defun command-line ()
   (setq before-init-time (current-time)
@@ -2381,5 +2384,4 @@
       (setq file (replace-match "/" t t file)))
     file))
 
-;; arch-tag: 7e294698-244d-4758-984b-4047f887a5db
 ;;; startup.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]