Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa02a29f
Commit
aa02a29f
authored
Oct 22, 2010
by
Glenn Morris
Browse files
* lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
parent
280f417b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/help.el
lisp/help.el
+2
-5
No files found.
lisp/ChangeLog
View file @
aa02a29f
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.
...
...
lisp/help.el
View file @
aa02a29f
;;; 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment