comparison lisp/loaddefs.el @ 28530:e17da1f43396

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 09 Apr 2000 20:32:42 +0000
parents 47e1a131eef3
children 9e9fa222ebcf
comparison
equal deleted inserted replaced
28529:b8ac36c58391 28530:e17da1f43396
4874 4874
4875 ;;;*** 4875 ;;;***
4876 4876
4877 ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace 4877 ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace
4878 ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree 4878 ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree
4879 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14575 4879 ;;;;;; ebrowse-tree-mode ebrowse-load) "ebrowse" "progmodes/ebrowse.el"
4880 ;;;;;; 54558)) 4880 ;;;;;; (14576 57912))
4881 ;;; Generated autoloads from progmodes/ebrowse.el 4881 ;;; Generated autoloads from progmodes/ebrowse.el
4882
4883 (autoload (quote ebrowse-load) "ebrowse" "\
4884 Load an Ebrowse file FILE into memory and make a tree buffer.
4885 Optional SWITCH non-nil means switch to the tree buffer afterwards.
4886 This function is normally called from a `find-file-hook'.
4887 Value is the tree buffer created." nil nil)
4882 4888
4883 (autoload (quote ebrowse-tree-mode) "ebrowse" "\ 4889 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
4884 Major mode for Ebrowse class tree buffers. 4890 Major mode for Ebrowse class tree buffers.
4885 Each line corresponds to a class in a class tree. 4891 Each line corresponds to a class in a class tree.
4886 Letters do not insert themselves, they are commands. 4892 Letters do not insert themselves, they are commands.
4906 4912
4907 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\ 4913 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\
4908 Write the current tree data structure to a file. 4914 Write the current tree data structure to a file.
4909 Read the file name from the minibuffer if interactive. 4915 Read the file name from the minibuffer if interactive.
4910 Otherwise, FILE-NAME specifies the file to save the tree in." t nil) 4916 Otherwise, FILE-NAME specifies the file to save the tree in." t nil)
4917
4918 ;;;***
4919
4920 ;;;### (autoloads (ebrowse-find-file-hook-fn) "ebrowse-ffh" "progmodes/ebrowse-ffh.el"
4921 ;;;;;; (14576 58508))
4922 ;;; Generated autoloads from progmodes/ebrowse-ffh.el
4923
4924 (autoload (quote ebrowse-find-file-hook-fn) "ebrowse-ffh" "\
4925 Function installed on `find-file-hooks'.
4926 Load an Ebrowse class tree when there's special signature at
4927 the beginning of the file." nil nil)
4928
4929 (add-hook (quote find-file-hooks) (quote ebrowse-find-file-hook-fn))
4911 4930
4912 ;;;*** 4931 ;;;***
4913 4932
4914 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 4933 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
4915 ;;;;;; (13778 5499)) 4934 ;;;;;; (13778 5499))
6562 (autoload (quote find-variable-at-point) "find-func" "\ 6581 (autoload (quote find-variable-at-point) "find-func" "\
6563 Find directly the function at point in the other window." t nil) 6582 Find directly the function at point in the other window." t nil)
6564 6583
6565 (autoload (quote find-function-setup-keys) "find-func" "\ 6584 (autoload (quote find-function-setup-keys) "find-func" "\
6566 Define some key bindings for the find-function family of functions." nil nil) 6585 Define some key bindings for the find-function family of functions." nil nil)
6586
6587 ;;;***
6588
6589 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
6590 ;;;;;; "finder" "finder.el" (14576 32883))
6591 ;;; Generated autoloads from finder.el
6592
6593 (autoload (quote finder-list-keywords) "finder" "\
6594 Display descriptions of the keywords in the Finder buffer." t nil)
6595
6596 (autoload (quote finder-commentary) "finder" "\
6597 Display FILE's commentary section.
6598 FILE should be in a form suitable for passing to `locate-library'." t nil)
6599
6600 (autoload (quote finder-by-keyword) "finder" "\
6601 Find packages matching a given keyword." t nil)
6567 6602
6568 ;;;*** 6603 ;;;***
6569 6604
6570 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 6605 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
6571 ;;;;;; "flow-ctrl.el" (12550 54450)) 6606 ;;;;;; "flow-ctrl.el" (12550 54450))