# HG changeset patch # User Glenn Morris # Date 1287801388 25200 # Node ID 811daa44285f696abad7c3e84df7546f2f7fb2b6 # Parent d7e691f6ffc055c9840f5600eb64039586a51212 * lisp/help.el (finder-by-keyword): Remove unnecessary autoload. diff -r d7e691f6ffc0 -r 811daa44285f lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 23 00:01:49 2010 +0000 +++ b/lisp/ChangeLog Fri Oct 22 19:36:28 2010 -0700 @@ -1,3 +1,7 @@ +2010-10-23 Glenn Morris + + * help.el (finder-by-keyword): Remove unnecessary autoload. + 2010-10-22 Glenn Morris * loadup.el: Unconditionally load float-sup. diff -r d7e691f6ffc0 -r 811daa44285f lisp/help.el --- a/lisp/help.el Sat Oct 23 00:01:49 2010 +0000 +++ b/lisp/help.el Fri Oct 22 19:36:28 2010 -0700 @@ -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 @@ -119,9 +120,6 @@ (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 @@ (provide 'help) -;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423 ;;; help.el ends here