diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-22 19:36:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-22 19:36:28 -0700 |
commit | aa02a29f612975623ce2f7a7a9906f5a2a14e0ba (patch) | |
tree | 8e8b3e8a5180e95334c9993d816dadb2a4578752 /lisp/help.el | |
parent | 280f417b7e9404fdc6b242e0b2edb0d3923055e6 (diff) | |
download | emacs-aa02a29f612975623ce2f7a7a9906f5a2a14e0ba.tar.gz |
* lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/help.el b/lisp/help.el index a2e721dd6b3..6c6bd76ec4b 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 @@ Select help window if the actual value of the user option (provide 'help) -;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423 ;;; help.el ends here |