emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102198: * lisp/info.el (finder-keywo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102198: * lisp/info.el (finder-keywords-hash, package-alist): Declare.
Date: Sun, 31 Oct 2010 22:48:20 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102198
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 22:48:20 -0700
message:
  * lisp/info.el (finder-keywords-hash, package-alist): Declare.
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-01 03:19:01 +0000
+++ b/lisp/ChangeLog    2010-11-01 05:48:20 +0000
@@ -1,3 +1,7 @@
+2010-11-01  Glenn Morris  <address@hidden>
+
+       * info.el (finder-keywords-hash, package-alist): Declare.
+
 2010-11-01  Chong Yidong  <address@hidden>
 
        * finder.el (finder-compile-keywords): Don't use intern-soft,

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2010-09-25 21:42:48 +0000
+++ b/lisp/info.el      2010-11-01 05:48:20 +0000
@@ -1,8 +1,8 @@
 ;; info.el --- info package for Emacs
 
-;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+;;   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+;;   2010  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help
@@ -3379,6 +3379,8 @@
 (declare-function find-library-name "find-func" (library))
 (declare-function finder-unknown-keywords "finder" ())
 (declare-function lm-commentary "lisp-mnt" (&optional file))
+(defvar finder-keywords-hash)
+(defvar package-alist)                  ; finder requires package
 
 (defun Info-finder-find-node (filename nodename &optional no-going-back)
   "Finder-specific implementation of Info-find-node-2."
@@ -4930,5 +4932,4 @@
 
 (provide 'info)
 
-;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac
 ;;; info.el ends here


reply via email to

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