comparison lisp/loaddefs.el @ 43274:10d0cff733e2

Remove the extraneous entries for lbytecomp.el.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 13 Feb 2002 18:21:21 +0000
parents 10539fb6d0fc
children cc345a1119f4
comparison
equal deleted inserted replaced
43273:b8391c00e2c9 43274:10d0cff733e2
1964 ;;;### (autoloads (insert-text-button make-text-button insert-button 1964 ;;;### (autoloads (insert-text-button make-text-button insert-button
1965 ;;;;;; make-button define-button-type) "button" "button.el" (15425 1965 ;;;;;; make-button define-button-type) "button" "button.el" (15425
1966 ;;;;;; 28360)) 1966 ;;;;;; 28360))
1967 ;;; Generated autoloads from button.el 1967 ;;; Generated autoloads from button.el
1968 1968
1969 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " 1969 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1970 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1971 Keymap used by buttons.") 1970 Keymap used by buttons.")
1972 1971
1973 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ 1972 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1974 Keymap useful for buffers containing buttons. 1973 Keymap useful for buffers containing buttons.
1975 Mode-specific keymaps may want to use this as their parent keymap.") 1974 Mode-specific keymaps may want to use this as their parent keymap.")
10933 the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and 10932 the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
10934 verbosity is controlled via the variable `lazy-lock-stealth-verbose'." t nil) 10933 verbosity is controlled via the variable `lazy-lock-stealth-verbose'." t nil)
10935 10934
10936 (autoload (quote turn-on-lazy-lock) "lazy-lock" "\ 10935 (autoload (quote turn-on-lazy-lock) "lazy-lock" "\
10937 Unconditionally turn on Lazy Lock mode." nil nil) 10936 Unconditionally turn on Lazy Lock mode." nil nil)
10938
10939 ;;;***
10940
10941 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
10942 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
10943 ;;;;;; byte-recompile-directory byte-force-recompile) "lbytecomp"
10944 ;;;;;; "emacs-lisp/lbytecomp.el" (15348 54632))
10945 ;;; Generated autoloads from emacs-lisp/lbytecomp.el
10946
10947 (autoload (quote byte-force-recompile) "lbytecomp" "\
10948 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
10949 Files in subdirectories of DIRECTORY are processed also." t nil)
10950
10951 (autoload (quote byte-recompile-directory) "lbytecomp" "\
10952 Recompile every `.el' file in DIRECTORY that needs recompilation.
10953 This is if a `.elc' file exists but is older than the `.el' file.
10954 Files in subdirectories of DIRECTORY are processed also.
10955
10956 If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
10957 But a prefix argument (optional second arg) means ask user,
10958 for each such `.el' file, whether to compile it. Prefix argument 0 means
10959 don't ask and compile the file anyway.
10960
10961 A nonzero prefix argument also means ask about each subdirectory.
10962
10963 If the third argument FORCE is non-nil,
10964 recompile every `.el' file that already has a `.elc' file." t nil)
10965
10966 (autoload (quote byte-compile-file) "lbytecomp" "\
10967 Compile a file of Lisp code named FILENAME into a file of byte code.
10968 The output file's name is made by appending `c' to the end of FILENAME.
10969 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
10970 The value is non-nil if there were no errors, nil if errors." t nil)
10971
10972 (autoload (quote compile-defun) "lbytecomp" "\
10973 Compile and evaluate the current top-level form.
10974 Print the result in the minibuffer.
10975 With argument, insert value in current buffer after the form." t nil)
10976
10977 (autoload (quote byte-compile) "lbytecomp" "\
10978 If FORM is a symbol, byte-compile its function definition.
10979 If FORM is a lambda or a macro, byte-compile it as a function." nil nil)
10980
10981 (autoload (quote display-call-tree) "lbytecomp" "\
10982 Display a call graph of a specified file.
10983 This lists which functions have been called, what functions called
10984 them, and what functions they call. The list includes all functions
10985 whose definitions have been compiled in this Emacs session, as well as
10986 all functions called by those functions.
10987
10988 The call graph does not include macros, inline functions, or
10989 primitives that the byte-code interpreter knows about directly (eq,
10990 cons, etc.).
10991
10992 The call tree also lists those functions which are not known to be called
10993 \(that is, to which no calls have been compiled), and which cannot be
10994 invoked interactively." t nil)
10995
10996 (autoload (quote batch-byte-compile) "lbytecomp" "\
10997 Run `byte-compile-file' on the files remaining on the command line.
10998 Use this from the command line, with `-batch';
10999 it won't work in an interactive Emacs.
11000 Each file is processed even if an error occurred previously.
11001 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil)
11002
11003 (autoload (quote batch-byte-recompile-directory) "lbytecomp" "\
11004 Runs `byte-recompile-directory' on the dirs remaining on the command line.
11005 Must be used only with `-batch', and kills Emacs on completion.
11006 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil)
11007 10937
11008 ;;;*** 10938 ;;;***
11009 10939
11010 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 10940 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
11011 ;;;;;; (15371 46416)) 10941 ;;;;;; (15371 46416))