emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102050: * lisp/help.el (finder-by-ke


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102050: * lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
Date: Fri, 22 Oct 2010 19:36:28 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102050
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-22 19:36:28 -0700
message:
  * lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
modified:
  lisp/ChangeLog
  lisp/help.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-22 04:03:55 +0000
+++ b/lisp/ChangeLog    2010-10-23 02:36:28 +0000
@@ -1,3 +1,7 @@
+2010-10-23  Glenn Morris  <address@hidden>
+
+       * help.el (finder-by-keyword): Remove unnecessary autoload.
+
 2010-10-22  Glenn Morris  <address@hidden>
 
        * loadup.el: Unconditionally load float-sup.

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2010-08-29 16:17:13 +0000
+++ b/lisp/help.el      2010-10-23 02:36:28 +0000
@@ -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


reply via email to

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