]> code.delx.au - gnu-emacs/commitdiff
* lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:36:28 +0000 (19:36 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 02:36:28 +0000 (19:36 -0700)
lisp/ChangeLog
lisp/help.el

index 48a784f68ec2a00b5c58f4abeb2262eaa0d49ee8..be371078142646b03dd68e297e62c35fe1cc8a62 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * help.el (finder-by-keyword): Remove unnecessary autoload.
+
 2010-10-22  Glenn Morris  <rgm@gnu.org>
 
        * loadup.el: Unconditionally load float-sup.
index a2e721dd6b3f907b18405678f6a9ebdc5ec89f8e..6c6bd76ec4b4fc80e13c506745fd5fa9c279db8b 100644 (file)
@@ -1,7 +1,8 @@
 ;;; help.el --- help commands for Emacs
 
 ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001, 2002,
-;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help, internal
 (define-key global-map [f1] 'help-command)
 (fset 'help-command help-map)
 
-(autoload 'finder-by-keyword "finder"
-  "Find packages matching a given keyword." t)
-
 ;; insert-button makes the action nil if it is not store somewhere
 (defvar help-button-cache nil)
 
@@ -1252,5 +1250,4 @@ Select help window if the actual value of the user option
 \f
 (provide 'help)
 
-;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423
 ;;; help.el ends here