comparison lisp/loaddefs.el @ 28542:9e9fa222ebcf

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 10 Apr 2000 13:43:06 +0000
parents e17da1f43396
children 6efaa4627dee
comparison
equal deleted inserted replaced
28541:f0c234df148e 28542:9e9fa222ebcf
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-load) "ebrowse" "progmodes/ebrowse.el" 4879 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14577
4880 ;;;;;; (14576 57912)) 4880 ;;;;;; 54346))
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)
4888 4882
4889 (autoload (quote ebrowse-tree-mode) "ebrowse" "\ 4883 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
4890 Major mode for Ebrowse class tree buffers. 4884 Major mode for Ebrowse class tree buffers.
4891 Each line corresponds to a class in a class tree. 4885 Each line corresponds to a class in a class tree.
4892 Letters do not insert themselves, they are commands. 4886 Letters do not insert themselves, they are commands.
4893 File operations in the tree buffer work on class tree data structures. 4887 File operations in the tree buffer work on class tree data structures.
4894 E.g.\\[save-buffer] writes the tree to the file it was loaded from. 4888 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
4895 4889
4896 Tree mode key bindings: 4890 Tree mode key bindings:
4897 \\{ebrowse-tree-mode-map}" nil nil) 4891 \\{ebrowse-tree-mode-map}" t nil)
4898 4892
4899 (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\ 4893 (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\
4900 Return a buffer containing a tree or nil if no tree found or canceled." t nil) 4894 Return a buffer containing a tree or nil if no tree found or canceled." t nil)
4901 4895
4902 (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "Perform completion on the C++ symbol preceding point.\nA second call of this function without changing point inserts the next match. \nA call with prefix PREFIX reads the symbol to insert from the minibuffer with\ncompletion." t nil) 4896 (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "Perform completion on the C++ symbol preceding point.\nA second call of this function without changing point inserts the next match. \nA call with prefix PREFIX reads the symbol to insert from the minibuffer with\ncompletion." t nil)
4912 4906
4913 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\ 4907 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\
4914 Write the current tree data structure to a file. 4908 Write the current tree data structure to a file.
4915 Read the file name from the minibuffer if interactive. 4909 Read the file name from the minibuffer if interactive.
4916 Otherwise, FILE-NAME specifies the file to save the tree in." t nil) 4910 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))
4930 4911
4931 ;;;*** 4912 ;;;***
4932 4913
4933 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 4914 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
4934 ;;;;;; (13778 5499)) 4915 ;;;;;; (13778 5499))
8861 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil) 8842 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil)
8862 8843
8863 ;;;*** 8844 ;;;***
8864 8845
8865 ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" 8846 ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el"
8866 ;;;;;; (14571 7073)) 8847 ;;;;;; (14577 45436))
8867 ;;; Generated autoloads from jit-lock.el 8848 ;;; Generated autoloads from jit-lock.el
8868 8849
8869 (autoload (quote jit-lock-mode) "jit-lock" "\ 8850 (autoload (quote jit-lock-mode) "jit-lock" "\
8870 Toggle Just-in-time Lock mode. 8851 Toggle Just-in-time Lock mode.
8871 With arg, turn Just-in-time Lock mode on if and only if arg is positive. 8852 With arg, turn Just-in-time Lock mode on if and only if arg is positive.