comparison lisp/loaddefs.el @ 28939:c5964d5c6afa

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 May 2000 14:37:08 +0000
parents 4f53731e6965
children ca9466e54ffe
comparison
equal deleted inserted replaced
28938:d651bfda1ace 28939:c5964d5c6afa
2751 ;;;*** 2751 ;;;***
2752 2752
2753 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 2753 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
2754 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 2754 ;;;;;; compilation-mode grep-find grep compile compilation-search-path
2755 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 2755 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
2756 ;;;;;; "compile" "progmodes/compile.el" (14569 2479)) 2756 ;;;;;; "compile" "progmodes/compile.el" (14625 19427))
2757 ;;; Generated autoloads from progmodes/compile.el 2757 ;;; Generated autoloads from progmodes/compile.el
2758 2758
2759 (defvar compilation-mode-hook nil "\ 2759 (defvar compilation-mode-hook nil "\
2760 *List of hook functions run by `compilation-mode' (see `run-hooks').") 2760 *List of hook functions run by `compilation-mode' (see `run-hooks').")
2761 2761
4120 4120
4121 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4121 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
4122 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4122 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4123 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4123 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4124 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4124 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4125 ;;;;;; "dired" "dired.el" (14600 27076)) 4125 ;;;;;; "dired" "dired.el" (14625 18742))
4126 ;;; Generated autoloads from dired.el 4126 ;;; Generated autoloads from dired.el
4127 4127
4128 (defvar dired-listing-switches "-al" "\ 4128 (defvar dired-listing-switches "-al" "\
4129 *Switches passed to `ls' for dired. MUST contain the `l' option. 4129 *Switches passed to `ls' for dired. MUST contain the `l' option.
4130 May contain all other options that don't contradict `-l'; 4130 May contain all other options that don't contradict `-l';
4212 (autoload (quote dired-noselect) "dired" "\ 4212 (autoload (quote dired-noselect) "dired" "\
4213 Like `dired' but returns the dired buffer as value, does not select it." nil nil) 4213 Like `dired' but returns the dired buffer as value, does not select it." nil nil)
4214 4214
4215 ;;;*** 4215 ;;;***
4216 4216
4217 ;;;### (autoloads (dired-do-query-replace dired-do-search dired-hide-all 4217 ;;;### (autoloads (dired-do-query-replace-regexp dired-do-search
4218 ;;;;;; dired-hide-subdir dired-tree-down dired-tree-up dired-kill-subdir 4218 ;;;;;; dired-hide-all dired-hide-subdir dired-tree-down dired-tree-up
4219 ;;;;;; dired-mark-subdir-files dired-goto-subdir dired-prev-subdir 4219 ;;;;;; dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
4220 ;;;;;; dired-insert-subdir dired-maybe-insert-subdir dired-downcase 4220 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
4221 ;;;;;; dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp 4221 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
4222 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename 4222 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
4223 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory 4223 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
4224 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file 4224 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
4225 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 4225 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
4226 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4226 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4227 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4227 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4228 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4228 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4229 ;;;;;; "dired-aux.el" (14506 36592)) 4229 ;;;;;; "dired-aux.el" (14625 18672))
4230 ;;; Generated autoloads from dired-aux.el 4230 ;;; Generated autoloads from dired-aux.el
4231 4231
4232 (autoload (quote dired-diff) "dired-aux" "\ 4232 (autoload (quote dired-diff) "dired-aux" "\
4233 Compare file at point with file FILE using `diff'. 4233 Compare file at point with file FILE using `diff'.
4234 FILE defaults to the file at the mark. 4234 FILE defaults to the file at the mark.
4430 (autoload (quote dired-do-search) "dired-aux" "\ 4430 (autoload (quote dired-do-search) "dired-aux" "\
4431 Search through all marked files for a match for REGEXP. 4431 Search through all marked files for a match for REGEXP.
4432 Stops when a match is found. 4432 Stops when a match is found.
4433 To continue searching for next match, use command \\[tags-loop-continue]." t nil) 4433 To continue searching for next match, use command \\[tags-loop-continue]." t nil)
4434 4434
4435 (autoload (quote dired-do-query-replace) "dired-aux" "\ 4435 (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
4436 Do `query-replace-regexp' of FROM with TO, on all marked files. 4436 Do `query-replace-regexp' of FROM with TO, on all marked files.
4437 Third arg DELIMITED (prefix arg) means replace only word-delimited matches. 4437 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
4438 If you exit (\\[keyboard-quit] or ESC), you can resume the query replace 4438 If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
4439 with the command \\[tags-loop-continue]." t nil) 4439 with the command \\[tags-loop-continue]." t nil)
4440 4440
10067 (autoload (quote mpuz) "mpuz" "\ 10067 (autoload (quote mpuz) "mpuz" "\
10068 Multiplication puzzle with GNU Emacs." t nil) 10068 Multiplication puzzle with GNU Emacs." t nil)
10069 10069
10070 ;;;*** 10070 ;;;***
10071 10071
10072 ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14555 52300)) 10072 ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14625 20437))
10073 ;;; Generated autoloads from msb.el 10073 ;;; Generated autoloads from msb.el
10074 10074
10075 (defvar msb-mode nil "\ 10075 (defvar msb-mode nil "\
10076 Toggle msb-mode. 10076 Toggle msb-mode.
10077 Setting this variable directly does not take effect; 10077 Setting this variable directly does not take effect;
12706 \\{html-mode-map}" t nil) 12706 \\{html-mode-map}" t nil)
12707 12707
12708 ;;;*** 12708 ;;;***
12709 12709
12710 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 12710 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
12711 ;;;;;; (14432 40418)) 12711 ;;;;;; (14624 22794))
12712 ;;; Generated autoloads from progmodes/sh-script.el 12712 ;;; Generated autoloads from progmodes/sh-script.el
12713 12713
12714 (put (quote sh-mode) (quote mode-class) (quote special)) 12714 (put (quote sh-mode) (quote mode-class) (quote special))
12715 12715
12716 (autoload (quote sh-mode) "sh-script" "\ 12716 (autoload (quote sh-mode) "sh-script" "\
13349 From a program takes two point or marker arguments, BEG and END." t nil) 13349 From a program takes two point or marker arguments, BEG and END." t nil)
13350 13350
13351 ;;;*** 13351 ;;;***
13352 13352
13353 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 13353 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
13354 ;;;;;; "speedbar.el" (14623 45339)) 13354 ;;;;;; "speedbar.el" (14625 15888))
13355 ;;; Generated autoloads from speedbar.el 13355 ;;; Generated autoloads from speedbar.el
13356 13356
13357 (defalias (quote speedbar) (quote speedbar-frame-mode)) 13357 (defalias (quote speedbar) (quote speedbar-frame-mode))
13358 13358
13359 (autoload (quote speedbar-frame-mode) "speedbar" "\ 13359 (autoload (quote speedbar-frame-mode) "speedbar" "\