comparison lisp/auto-autoloads.el @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents c42ec1d1cded
children 4b85ae5eabfb
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
86 86
87 (make-variable-buffer-local 'list-buffers-directory) 87 (make-variable-buffer-local 'list-buffers-directory)
88 88
89 ;;;*** 89 ;;;***
90 90
91 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "lisp/bytecomp.el") 91 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-buffer byte-compile-and-load-file byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "lisp/bytecomp.el")
92 92
93 (autoload 'byte-force-recompile "bytecomp" "\ 93 (autoload 'byte-force-recompile "bytecomp" "\
94 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 94 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
95 Files in subdirectories of DIRECTORY are processed also." t nil) 95 Files in subdirectories of DIRECTORY are processed also." t nil)
96 96
120 120
121 (autoload 'byte-compile-file "bytecomp" "\ 121 (autoload 'byte-compile-file "bytecomp" "\
122 Compile a file of Lisp code named FILENAME into a file of byte code. 122 Compile a file of Lisp code named FILENAME into a file of byte code.
123 The output file's name is made by appending `c' to the end of FILENAME. 123 The output file's name is made by appending `c' to the end of FILENAME.
124 With prefix arg (noninteractively: 2nd arg), load the file after compiling." t nil) 124 With prefix arg (noninteractively: 2nd arg), load the file after compiling." t nil)
125
126 (autoload 'byte-compile-and-load-file "bytecomp" "\
127 Compile a file of Lisp code named FILENAME into a file of byte code,
128 and then load it. The output file's name is made by appending \"c\" to
129 the end of FILENAME." t nil)
130
131 (autoload 'byte-compile-buffer "bytecomp" "\
132 Byte-compile and evaluate contents of BUFFER (default: the current buffer)." t nil)
125 133
126 (autoload 'compile-defun "bytecomp" "\ 134 (autoload 'compile-defun "bytecomp" "\
127 Compile and evaluate the current top-level form. 135 Compile and evaluate the current top-level form.
128 Print the result in the minibuffer. 136 Print the result in the minibuffer.
129 With argument, insert value in current buffer after the form." t nil) 137 With argument, insert value in current buffer after the form." t nil)
635 that option." nil nil) 643 that option." nil nil)
636 644
637 (autoload 'customize-browse "cus-edit" "\ 645 (autoload 'customize-browse "cus-edit" "\
638 Create a tree browser for the customize hierarchy." t nil) 646 Create a tree browser for the customize hierarchy." t nil)
639 647
640 (defcustom custom-file (if (boundp 'user-init-directory) (concat "~" init-file-user user-init-directory "options.el") "~/.emacs") "File used for storing customization information.\nIf you change this from the default \"~/.emacs\" you need to\nexplicitly load that file for the settings to take effect." :type 'file :group 'customize) 648 (defcustom custom-file "~/.emacs" "File used for storing customization information.\nIf you change this from the default \"~/.emacs\" you need to\nexplicitly load that file for the settings to take effect." :type 'file :group 'customize)
641 649
642 (autoload 'customize-save-customized "cus-edit" "\ 650 (autoload 'customize-save-customized "cus-edit" "\
643 Save all user options which have been set in this session." t nil) 651 Save all user options which have been set in this session." t nil)
644 652
645 (autoload 'custom-save-all "cus-edit" "\ 653 (autoload 'custom-save-all "cus-edit" "\
824 (autoload 'list-tags "etags" "\ 832 (autoload 'list-tags "etags" "\
825 Display list of tags in FILE." t nil) 833 Display list of tags in FILE." t nil)
826 834
827 (autoload 'tags-apropos "etags" "\ 835 (autoload 'tags-apropos "etags" "\
828 Display list of all tags in tag table REGEXP matches." t nil) 836 Display list of all tags in tag table REGEXP matches." t nil)
829
830 (define-key esc-map "*" 'pop-tag-mark) 837 (define-key esc-map "*" 'pop-tag-mark)
831 838
832 ;;;*** 839 ;;;***
833 840
834 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el") 841 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el")