comparison lisp/loaddefs.el @ 46357:7c329cdbab4d

regenerated
author Kim F. Storm <storm@cua.dk>
date Sat, 13 Jul 2002 23:09:32 +0000
parents 35a3f0ea981d
children 1eb106a10198
comparison
equal deleted inserted replaced
46356:35f0290a4079 46357:7c329cdbab4d
50 should return a grid vector array that is the new solution." t nil) 50 should return a grid vector array that is the new solution." t nil)
51 51
52 ;;;*** 52 ;;;***
53 53
54 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 54 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
55 ;;;;;; (15564 31133)) 55 ;;;;;; (15634 5014))
56 ;;; Generated autoloads from progmodes/ada-mode.el 56 ;;; Generated autoloads from progmodes/ada-mode.el
57 57
58 (autoload (quote ada-add-extensions) "ada-mode" "\ 58 (autoload (quote ada-add-extensions) "ada-mode" "\
59 Define SPEC and BODY as being valid extensions for Ada files. 59 Define SPEC and BODY as being valid extensions for Ada files.
60 Going from body to spec with `ff-find-other-file' used these 60 Going from body to spec with `ff-find-other-file' used these
62 SPEC and BODY are two regular expressions that must match against the file 62 SPEC and BODY are two regular expressions that must match against the file
63 name" nil nil) 63 name" nil nil)
64 64
65 (autoload (quote ada-mode) "ada-mode" "\ 65 (autoload (quote ada-mode) "ada-mode" "\
66 Ada mode is the major mode for editing Ada code. 66 Ada mode is the major mode for editing Ada code.
67 This version was built on $Date: 2002/04/28 21:14:17 $. 67 This version was built on Date: 2002/05/21 11:58:02 .
68 68
69 Bindings are as follows: (Note: 'LFD' is control-j.) 69 Bindings are as follows: (Note: 'LFD' is control-j.)
70 \\{ada-mode-map} 70 \\{ada-mode-map}
71 71
72 Indent line '\\[ada-tab]' 72 Indent line '\\[ada-tab]'
108 Complete identifier: '\\[ada-complete-identifier]'." t nil) 108 Complete identifier: '\\[ada-complete-identifier]'." t nil)
109 109
110 ;;;*** 110 ;;;***
111 111
112 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 112 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
113 ;;;;;; (15539 41514)) 113 ;;;;;; (15634 2309))
114 ;;; Generated autoloads from progmodes/ada-stmt.el 114 ;;; Generated autoloads from progmodes/ada-stmt.el
115 115
116 (autoload (quote ada-header) "ada-stmt" "\ 116 (autoload (quote ada-header) "ada-stmt" "\
117 Insert a descriptive header at the top of the file." t nil) 117 Insert a descriptive header at the top of the file." t nil)
118 118
119 ;;;*** 119 ;;;***
120 120
121 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 121 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
122 ;;;;;; (15564 19762)) 122 ;;;;;; (15634 4492))
123 ;;; Generated autoloads from progmodes/ada-xref.el 123 ;;; Generated autoloads from progmodes/ada-xref.el
124 124
125 (autoload (quote ada-find-file) "ada-xref" "\ 125 (autoload (quote ada-find-file) "ada-xref" "\
126 Open a file anywhere in the source path. 126 Open a file anywhere in the source path.
127 Completion is available." t nil) 127 Completion is available." t nil)
129 ;;;*** 129 ;;;***
130 130
131 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 131 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
132 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 132 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
133 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 133 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
134 ;;;;;; add-log-full-name) "add-log" "add-log.el" (15583 21064)) 134 ;;;;;; add-log-full-name) "add-log" "add-log.el" (15583 21361))
135 ;;; Generated autoloads from add-log.el 135 ;;; Generated autoloads from add-log.el
136 136
137 (defvar add-log-full-name nil "\ 137 (defvar add-log-full-name nil "\
138 *Full name of user, for inclusion in ChangeLog daily headers. 138 *Full name of user, for inclusion in ChangeLog daily headers.
139 This defaults to the value returned by the function `user-full-name'.") 139 This defaults to the value returned by the function `user-full-name'.")
237 Fix any old-style date entries in the current log file to default format." t nil) 237 Fix any old-style date entries in the current log file to default format." t nil)
238 238
239 ;;;*** 239 ;;;***
240 240
241 ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 241 ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
242 ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15567 242 ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15656
243 ;;;;;; 16402)) 243 ;;;;;; 3013))
244 ;;; Generated autoloads from emacs-lisp/advice.el 244 ;;; Generated autoloads from emacs-lisp/advice.el
245 245
246 (defvar ad-redefinition-action (quote warn) "\ 246 (defvar ad-redefinition-action (quote warn) "\
247 *Defines what to do with redefinitions during Advice de/activation. 247 *Defines what to do with redefinitions during Advice de/activation.
248 Redefinition occurs if a previously activated function that already has an 248 Redefinition occurs if a previously activated function that already has an
405 A replacement function for `newline-and-indent', aligning as it goes." t nil) 405 A replacement function for `newline-and-indent', aligning as it goes." t nil)
406 406
407 ;;;*** 407 ;;;***
408 408
409 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 409 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
410 ;;;;;; "net/ange-ftp.el" (15599 56288)) 410 ;;;;;; "net/ange-ftp.el" (15664 47249))
411 ;;; Generated autoloads from net/ange-ftp.el 411 ;;; Generated autoloads from net/ange-ftp.el
412 412
413 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 413 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
414 414
415 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 415 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
419 may not know they exist. You can use this command to reread a specific 419 may not know they exist. You can use this command to reread a specific
420 directory, so that Emacs will know its current contents." t nil) 420 directory, so that Emacs will know its current contents." t nil)
421 421
422 (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil) 422 (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil)
423 423
424 (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist))) 424 (put (quote ange-ftp-hook-function) (quote file-remote-p) t)
425
426 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))
427 425
428 ;;;*** 426 ;;;***
429 427
430 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 428 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
431 ;;;;;; "animate" "play/animate.el" (15220 9096)) 429 ;;;;;; "animate" "play/animate.el" (15220 9096))
502 ;;;*** 500 ;;;***
503 501
504 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 502 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
505 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 503 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
506 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 504 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
507 ;;;;;; "appt" "calendar/appt.el" (15362 27516)) 505 ;;;;;; "appt" "calendar/appt.el" (15651 2421))
508 ;;; Generated autoloads from calendar/appt.el 506 ;;; Generated autoloads from calendar/appt.el
509 507
510 (defvar appt-issue-message t "\ 508 (defvar appt-issue-message t "\
511 *Non-nil means check for appointments in the diary buffer. 509 *Non-nil means check for appointments in the diary buffer.
512 To be detected, the diary entry must have the time 510 To be detected, the diary entry must have the time
687 685
688 Entering array mode calls the function `array-mode-hook'." t nil) 686 Entering array mode calls the function `array-mode-hook'." t nil)
689 687
690 ;;;*** 688 ;;;***
691 689
692 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15490 690 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15651
693 ;;;;;; 41522)) 691 ;;;;;; 2155))
694 ;;; Generated autoloads from textmodes/artist.el 692 ;;; Generated autoloads from textmodes/artist.el
695 693
696 (autoload (quote artist-mode) "artist" "\ 694 (autoload (quote artist-mode) "artist" "\
697 Toggle artist mode. With arg, turn artist mode on if arg is positive. 695 Toggle artist mode. With arg, turn artist mode on if arg is positive.
698 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses 696 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses
1183 The mode line will be updated automatically every `battery-update-interval' 1181 The mode line will be updated automatically every `battery-update-interval'
1184 seconds." t nil) 1182 seconds." t nil)
1185 1183
1186 ;;;*** 1184 ;;;***
1187 1185
1188 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15507 1186 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15629
1189 ;;;;;; 55753)) 1187 ;;;;;; 13597))
1190 ;;; Generated autoloads from textmodes/bibtex.el 1188 ;;; Generated autoloads from textmodes/bibtex.el
1191 1189
1192 (autoload (quote bibtex-mode) "bibtex" "\ 1190 (autoload (quote bibtex-mode) "bibtex" "\
1193 Major mode for editing BibTeX files. 1191 Major mode for editing BibTeX files.
1194 1192
1418 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate 1416 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate
1419 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list 1417 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list
1420 ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1418 ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1421 ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1419 ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1422 ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1420 ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1423 ;;;;;; "bookmark.el" (15618 26049)) 1421 ;;;;;; "bookmark.el" (15623 49345))
1424 ;;; Generated autoloads from bookmark.el 1422 ;;; Generated autoloads from bookmark.el
1425 (define-key ctl-x-map "rb" 'bookmark-jump) 1423 (define-key ctl-x-map "rb" 'bookmark-jump)
1426 (define-key ctl-x-map "rm" 'bookmark-set) 1424 (define-key ctl-x-map "rm" 'bookmark-set)
1427 (define-key ctl-x-map "rl" 'bookmark-bmenu-list) 1425 (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
1428 1426
1678 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1676 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1679 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1677 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1680 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1678 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1681 ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1679 ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1682 ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1680 ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1683 ;;;;;; "net/browse-url.el" (15510 21816)) 1681 ;;;;;; "net/browse-url.el" (15634 63688))
1684 ;;; Generated autoloads from net/browse-url.el 1682 ;;; Generated autoloads from net/browse-url.el
1685 1683
1686 (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1684 (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
1687 *Function to display the current buffer in a WWW browser. 1685 *Function to display the current buffer in a WWW browser.
1688 This is used by the `browse-url-at-point', `browse-url-at-mouse', and 1686 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2056 2054
2057 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2055 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2058 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2056 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2059 ;;;;;; compile-defun byte-compile-file byte-recompile-directory 2057 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2060 ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2058 ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2061 ;;;;;; (15613 3486)) 2059 ;;;;;; (15649 62850))
2062 ;;; Generated autoloads from emacs-lisp/bytecomp.el 2060 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2063 2061
2064 (autoload (quote byte-force-recompile) "bytecomp" "\ 2062 (autoload (quote byte-force-recompile) "bytecomp" "\
2065 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 2063 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2066 Files in subdirectories of DIRECTORY are processed also." t nil) 2064 Files in subdirectories of DIRECTORY are processed also." t nil)
2068 (autoload (quote byte-recompile-directory) "bytecomp" "\ 2066 (autoload (quote byte-recompile-directory) "bytecomp" "\
2069 Recompile every `.el' file in DIRECTORY that needs recompilation. 2067 Recompile every `.el' file in DIRECTORY that needs recompilation.
2070 This is if a `.elc' file exists but is older than the `.el' file. 2068 This is if a `.elc' file exists but is older than the `.el' file.
2071 Files in subdirectories of DIRECTORY are processed also. 2069 Files in subdirectories of DIRECTORY are processed also.
2072 2070
2073 If the `.elc' file does not exist, normally the `.el' file is *not* compiled. 2071 If the `.elc' file does not exist, normally this function *does not*
2074 But a prefix argument (optional second arg) means ask user, 2072 compile the corresponding `.el' file. However,
2075 for each such `.el' file, whether to compile it. Prefix argument 0 means 2073 if ARG (the prefix argument) is 0, that means do compile all those files.
2076 don't ask and compile the file anyway. 2074 A nonzero ARG means ask the user, for each such `.el' file,
2077 2075 whether to compile it.
2078 A nonzero prefix argument also means ask about each subdirectory. 2076
2077 A nonzero ARG also means ask about each subdirectory before scanning it.
2079 2078
2080 If the third argument FORCE is non-nil, 2079 If the third argument FORCE is non-nil,
2081 recompile every `.el' file that already has a `.elc' file." t nil) 2080 recompile every `.el' file that already has a `.elc' file." t nil)
2082 2081
2083 (autoload (quote byte-compile-file) "bytecomp" "\ 2082 (autoload (quote byte-compile-file) "bytecomp" "\
2151 2150
2152 ;;;*** 2151 ;;;***
2153 2152
2154 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2153 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2155 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2154 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2156 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15605 2155 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15622
2157 ;;;;;; 42983)) 2156 ;;;;;; 55290))
2158 ;;; Generated autoloads from calc/calc.el 2157 ;;; Generated autoloads from calc/calc.el
2159 2158
2160 (defvar calc-info-filename "calc.info" "\ 2159 (defvar calc-info-filename "calc.info" "\
2161 *File name in which to look for the Calculator's Info documentation.") 2160 *File name in which to look for the Calculator's Info documentation.")
2162 2161
2843 \\{pike-mode-map}" t nil) 2842 \\{pike-mode-map}" t nil)
2844 2843
2845 ;;;*** 2844 ;;;***
2846 2845
2847 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2846 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2848 ;;;;;; "progmodes/cc-styles.el" (15556 56060)) 2847 ;;;;;; "progmodes/cc-styles.el" (15618 38209))
2849 ;;; Generated autoloads from progmodes/cc-styles.el 2848 ;;; Generated autoloads from progmodes/cc-styles.el
2850 2849
2851 (autoload (quote c-set-style) "cc-styles" "\ 2850 (autoload (quote c-set-style) "cc-styles" "\
2852 Set CC Mode variables to use one of several different indentation styles. 2851 Set CC Mode variables to use one of several different indentation styles.
2853 STYLENAME is a string representing the desired style from the list of 2852 STYLENAME is a string representing the desired style from the list of
2855 for details of setting up styles. 2854 for details of setting up styles.
2856 2855
2857 The variable `c-indentation-style' always contains the buffer's current 2856 The variable `c-indentation-style' always contains the buffer's current
2858 style name. 2857 style name.
2859 2858
2860 If the optional argument DONT-OVERRIDE is non-nil, no style variables 2859 If the optional argument DONT-OVERRIDE is t, no style variables that
2861 that already have values will be overridden. I.e. in the case of 2860 already have values will be overridden. I.e. in the case of
2862 `c-offsets-alist', syntactic symbols will only be added, and in the 2861 `c-offsets-alist', syntactic symbols will only be added, and in the
2863 case of all other style variables, only those set to `set-from-style' 2862 case of all other style variables, only those set to `set-from-style'
2864 will be reassigned. 2863 will be reassigned.
2865 2864
2866 Obviously, specifying DONT-OVERRIDE is useful mainly when the initial 2865 If DONT-OVERRIDE is neither nil nor t, only those style variables that
2867 style is chosen for a CC Mode buffer by a major mode. Since this is 2866 have default (i.e. non-buffer local) values will keep their settings
2868 done internally by CC Mode, there's hardly ever a reason to use it." t nil) 2867 while the rest will be overridden. This is useful to avoid overriding
2868 global settings done in ~/.emacs when setting a style from a mode hook
2869 \(providing the style variables are buffer local, which is the
2870 default).
2871
2872 Obviously, setting DONT-OVERRIDE to t is useful mainly when the
2873 initial style is chosen for a CC Mode buffer by a major mode. Since
2874 that is done internally by CC Mode, it typically won't have any effect
2875 when used elsewhere." t nil)
2869 2876
2870 (autoload (quote c-add-style) "cc-styles" "\ 2877 (autoload (quote c-add-style) "cc-styles" "\
2871 Adds a style to `c-style-alist', or updates an existing one. 2878 Adds a style to `c-style-alist', or updates an existing one.
2872 STYLE is a string identifying the style to add or update. DESCRIP is 2879 STYLE is a string identifying the style to add or update. DESCRIP is
2873 an association list describing the style and must be of the form: 2880 an association list describing the style and must be of the form:
3152 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun 3159 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3153 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces 3160 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3154 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3161 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3155 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3162 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3156 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3163 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3157 ;;;;;; (15583 13479)) 3164 ;;;;;; (15631 17733))
3158 ;;; Generated autoloads from emacs-lisp/checkdoc.el 3165 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3159 3166
3160 (autoload (quote checkdoc) "checkdoc" "\ 3167 (autoload (quote checkdoc) "checkdoc" "\
3161 Interactivly check the entire buffer for style errors. 3168 Interactivly check the entire buffer for style errors.
3162 The current status of the ckeck will be displayed in a buffer which 3169 The current status of the ckeck will be displayed in a buffer which
3345 This command always recompiles the Command History listing 3352 This command always recompiles the Command History listing
3346 and runs the normal hook `command-history-hook'." t nil) 3353 and runs the normal hook `command-history-hook'." t nil)
3347 3354
3348 ;;;*** 3355 ;;;***
3349 3356
3350 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15618 31188)) 3357 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15664 47249))
3351 ;;; Generated autoloads from emacs-lisp/cl.el 3358 ;;; Generated autoloads from emacs-lisp/cl.el
3352 3359
3353 (defvar custom-print-functions nil "\ 3360 (defvar custom-print-functions nil "\
3354 This is a list of functions that format user objects for printing. 3361 This is a list of functions that format user objects for printing.
3355 Each function is called in turn with three arguments: the object, the 3362 Each function is called in turn with three arguments: the object, the
3463 ;;;*** 3470 ;;;***
3464 3471
3465 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3472 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3466 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3473 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3467 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3474 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3468 ;;;;;; (15588 11134)) 3475 ;;;;;; (15657 20748))
3469 ;;; Generated autoloads from comint.el 3476 ;;; Generated autoloads from comint.el
3470 3477
3471 (autoload (quote make-comint-in-buffer) "comint" "\ 3478 (autoload (quote make-comint-in-buffer) "comint" "\
3472 Make a comint process NAME in BUFFER, running PROGRAM. 3479 Make a comint process NAME in BUFFER, running PROGRAM.
3473 If BUFFER is nil, it defaults to NAME surrounded by `*'s. 3480 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
3541 If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) 3548 If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
3542 3549
3543 ;;;*** 3550 ;;;***
3544 3551
3545 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3552 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3546 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 3553 ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
3547 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3554 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3548 ;;;;;; "compile" "progmodes/compile.el" (15606 43524)) 3555 ;;;;;; "compile" "progmodes/compile.el" (15664 47328))
3549 ;;; Generated autoloads from progmodes/compile.el 3556 ;;; Generated autoloads from progmodes/compile.el
3550 3557
3551 (defvar compilation-mode-hook nil "\ 3558 (defvar compilation-mode-hook nil "\
3552 *List of hook functions run by `compilation-mode' (see `run-hooks').") 3559 *List of hook functions run by `compilation-mode' (see `run-hooks').")
3553 3560
3625 to find the text that grep hits refer to. 3632 to find the text that grep hits refer to.
3626 3633
3627 This command uses a special history list for its arguments, so you can 3634 This command uses a special history list for its arguments, so you can
3628 easily repeat a find command." t nil) 3635 easily repeat a find command." t nil)
3629 3636
3630 (defvar grep-tree-last-regexp "") 3637 (autoload (quote grep-tree) "compile" "\
3638 Grep for REGEXP in FILES in directory tree rooted at DIR.
3639 Collect output in a buffer.
3640 Interactively, prompt separately for each search parameter.
3641 With prefix arg, reuse previous REGEXP.
3642 The search is limited to file names matching shell pattern FILES.
3643 FILES may use abbreviations defined in `grep-tree-files-aliases', e.g.
3644 entering `ch' is equivalent to `*.[ch]'.
3645
3646 While find runs asynchronously, you can use the \\[next-error] command
3647 to find the text that grep hits refer to.
3648
3649 This command uses a special history list for its arguments, so you can
3650 easily repeat a find command.
3651
3652 When used non-interactively, optional arg SUBDIRS limits the search to
3653 those sub directories of DIR." t nil)
3631 3654
3632 (autoload (quote compilation-mode) "compile" "\ 3655 (autoload (quote compilation-mode) "compile" "\
3633 Major mode for compilation log buffers. 3656 Major mode for compilation log buffers.
3634 \\<compilation-mode-map>To visit the source for a line-numbered error, 3657 \\<compilation-mode-map>To visit the source for a line-numbered error,
3635 move point to the error message line and type \\[compile-goto-error]. 3658 move point to the error message line and type \\[compile-goto-error].
3722 ;;;*** 3745 ;;;***
3723 3746
3724 ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 3747 ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
3725 ;;;;;; find-composition compose-chars decompose-string compose-string 3748 ;;;;;; find-composition compose-chars decompose-string compose-string
3726 ;;;;;; decompose-region compose-region) "composite" "composite.el" 3749 ;;;;;; decompose-region compose-region) "composite" "composite.el"
3727 ;;;;;; (15185 62672)) 3750 ;;;;;; (15643 9693))
3728 ;;; Generated autoloads from composite.el 3751 ;;; Generated autoloads from composite.el
3729 3752
3730 (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 3753 (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
3731 Alist of symbols vs integer codes of glyph reference points. 3754 Alist of symbols vs integer codes of glyph reference points.
3732 A glyph reference point symbol is to be used to specify a composition 3755 A glyph reference point symbol is to be used to specify a composition
3902 after a sequence character events." t nil) 3925 after a sequence character events." t nil)
3903 (global-set-key [compose-last-chars] 'compose-last-chars) 3926 (global-set-key [compose-last-chars] 'compose-last-chars)
3904 3927
3905 (autoload (quote decompose-composite-char) "composite" "\ 3928 (autoload (quote decompose-composite-char) "composite" "\
3906 Convert CHAR to string. 3929 Convert CHAR to string.
3907 This is only for backward compatibility with Emacs 20.4 and the earlier. 3930 This is only for backward compatibility with Emacs 20.4 and earlier.
3908 3931
3909 If optional 2nd arg TYPE is non-nil, it is `string', `list', or 3932 If optional 2nd arg TYPE is non-nil, it is `string', `list', or
3910 `vector'. In this case, CHAR is converted string, list of CHAR, or 3933 `vector'. In this case, CHAR is converted string, list of CHAR, or
3911 vector of CHAR respectively." nil nil) 3934 vector of CHAR respectively." nil nil)
3912 3935
3951 Insert a copyright by $ORGANIZATION notice at cursor." t nil) 3974 Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3952 3975
3953 ;;;*** 3976 ;;;***
3954 3977
3955 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3978 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3956 ;;;;;; (15538 21135)) 3979 ;;;;;; (15649 48536))
3957 ;;; Generated autoloads from progmodes/cperl-mode.el 3980 ;;; Generated autoloads from progmodes/cperl-mode.el
3958 3981
3959 (autoload (quote cperl-mode) "cperl-mode" "\ 3982 (autoload (quote cperl-mode) "cperl-mode" "\
3960 Major mode for editing Perl code. 3983 Major mode for editing Perl code.
3961 Expression and list commands understand all C brackets. 3984 Expression and list commands understand all C brackets.
3966 Various characters in Perl almost always come in pairs: {}, (), [], 3989 Various characters in Perl almost always come in pairs: {}, (), [],
3967 sometimes <>. When the user types the first, she gets the second as 3990 sometimes <>. When the user types the first, she gets the second as
3968 well, with optional special formatting done on {}. (Disabled by 3991 well, with optional special formatting done on {}. (Disabled by
3969 default.) You can always quote (with \\[quoted-insert]) the left 3992 default.) You can always quote (with \\[quoted-insert]) the left
3970 \"paren\" to avoid the expansion. The processing of < is special, 3993 \"paren\" to avoid the expansion. The processing of < is special,
3971 since most the time you mean \"less\". Cperl mode tries to guess 3994 since most the time you mean \"less\". CPerl mode tries to guess
3972 whether you want to type pair <>, and inserts is if it 3995 whether you want to type pair <>, and inserts is if it
3973 appropriate. You can set `cperl-electric-parens-string' to the string that 3996 appropriate. You can set `cperl-electric-parens-string' to the string that
3974 contains the parenths from the above list you want to be electrical. 3997 contains the parenths from the above list you want to be electrical.
3975 Electricity of parenths is controlled by `cperl-electric-parens'. 3998 Electricity of parenths is controlled by `cperl-electric-parens'.
3976 You may also set `cperl-electric-parens-mark' to have electric parens 3999 You may also set `cperl-electric-parens-mark' to have electric parens
4117 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook' 4140 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4118 with no args. 4141 with no args.
4119 4142
4120 DO NOT FORGET to read micro-docs (available from `Perl' menu) 4143 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4121 or as help on variables `cperl-tips', `cperl-problems', 4144 or as help on variables `cperl-tips', `cperl-problems',
4122 `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil) 4145 `cperl-praise', `cperl-speed'." t nil)
4123 4146
4124 ;;;*** 4147 ;;;***
4125 4148
4126 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 4149 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4127 ;;;;;; (15593 24727)) 4150 ;;;;;; (15593 24727))
4195 INHERIT-INPUT-METHOD." nil nil) 4218 INHERIT-INPUT-METHOD." nil nil)
4196 4219
4197 ;;;*** 4220 ;;;***
4198 4221
4199 ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" 4222 ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4200 ;;;;;; (15609 17209)) 4223 ;;;;;; (15635 12413))
4201 ;;; Generated autoloads from emulation/cua-base.el 4224 ;;; Generated autoloads from emulation/cua-base.el
4202 4225
4203 (defvar cua-mode nil "\ 4226 (defvar cua-mode nil "\
4204 Non-nil means that CUA emulation mode is enabled. 4227 Non-nil means that CUA emulation mode is enabled.
4205 In CUA mode, shifted movement keys highlight and extend the region. 4228 In CUA mode, shifted movement keys highlight and extend the region.
4231 ;;;;;; customize-apropos-options customize-apropos customize-saved 4254 ;;;;;; customize-apropos-options customize-apropos customize-saved
4232 ;;;;;; customize-customized customize-face-other-window customize-face 4255 ;;;;;; customize-customized customize-face-other-window customize-face
4233 ;;;;;; customize-option-other-window customize-changed-options customize-option 4256 ;;;;;; customize-option-other-window customize-changed-options customize-option
4234 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 4257 ;;;;;; customize-group-other-window customize-group customize customize-save-variable
4235 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 4258 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
4236 ;;;;;; (15583 13478)) 4259 ;;;;;; (15620 5158))
4237 ;;; Generated autoloads from cus-edit.el 4260 ;;; Generated autoloads from cus-edit.el
4238 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4261 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4239 4262
4240 (autoload (quote customize-set-value) "cus-edit" "\ 4263 (autoload (quote customize-set-value) "cus-edit" "\
4241 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. 4264 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
4658 " t nil) 4681 " t nil)
4659 4682
4660 ;;;*** 4683 ;;;***
4661 4684
4662 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 4685 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
4663 ;;;;;; "emacs-lisp/debug.el" (15544 37708)) 4686 ;;;;;; "emacs-lisp/debug.el" (15656 41733))
4664 ;;; Generated autoloads from emacs-lisp/debug.el 4687 ;;; Generated autoloads from emacs-lisp/debug.el
4665 4688
4666 (setq debugger (quote debug)) 4689 (setq debugger (quote debug))
4667 4690
4668 (autoload (quote debug) "debug" "\ 4691 (autoload (quote debug) "debug" "\
4809 any selection." t nil) 4832 any selection." t nil)
4810 4833
4811 ;;;*** 4834 ;;;***
4812 4835
4813 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 4836 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
4814 ;;;;;; "derived" "derived.el" (15383 8927)) 4837 ;;;;;; "derived" "derived.el" (15644 31044))
4815 ;;; Generated autoloads from derived.el 4838 ;;; Generated autoloads from derived.el
4816 4839
4817 (autoload (quote define-derived-mode) "derived" "\ 4840 (autoload (quote define-derived-mode) "derived" "\
4818 Create a new mode as a variant of an existing mode. 4841 Create a new mode as a variant of an existing mode.
4819 4842
4852 empty syntax table, and an empty abbrev table -- these will be merged 4875 empty syntax table, and an empty abbrev table -- these will be merged
4853 the first time the mode is used." nil nil) 4876 the first time the mode is used." nil nil)
4854 4877
4855 ;;;*** 4878 ;;;***
4856 4879
4857 ;;;### (autoloads (describe-text-at) "descr-text" "descr-text.el" 4880 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
4858 ;;;;;; (15618 34771)) 4881 ;;;;;; "descr-text.el" (15639 37005))
4859 ;;; Generated autoloads from descr-text.el 4882 ;;; Generated autoloads from descr-text.el
4860 4883
4861 (autoload (quote describe-text-at) "descr-text" "\ 4884 (autoload (quote describe-text-properties) "descr-text" "\
4862 Describe widgets, buttons, overlays and text properties at POS." t nil) 4885 Describe widgets, buttons, overlays and text properties at POS.
4886 Interactively, describe them for the character after point.
4887 If optional second argument OUTPUT-BUFFER is non-nil,
4888 insert the output into that buffer, and don't initialize or clear it
4889 otherwise." t nil)
4890
4891 (autoload (quote describe-char) "descr-text" "\
4892 Describe the character after POS (interactively, the character after point).
4893 The information includes character code, charset and code points in it,
4894 syntax, category, how the character is encoded in a file,
4895 character composition information (if relevant),
4896 as well as widgets, buttons, overlays, and text properties." t nil)
4863 4897
4864 ;;;*** 4898 ;;;***
4865 4899
4866 ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 4900 ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
4867 ;;;;;; (15501 5682)) 4901 ;;;;;; (15501 5682))
4876 Also inhibit further loading of it. Call this from your `.emacs' file 4910 Also inhibit further loading of it. Call this from your `.emacs' file
4877 to provide correct modes for autoloaded files." nil nil) 4911 to provide correct modes for autoloaded files." nil nil)
4878 4912
4879 ;;;*** 4913 ;;;***
4880 4914
4881 ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15400 4915 ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15656
4882 ;;;;;; 23222)) 4916 ;;;;;; 43924))
4883 ;;; Generated autoloads from language/devan-util.el 4917 ;;; Generated autoloads from language/devan-util.el
4884 4918
4885 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 4919 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
4886 4920
4887 ;;;*** 4921 ;;;***
4963 4997
4964 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4998 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
4965 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4999 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4966 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5000 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4967 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5001 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4968 ;;;;;; "dired" "dired.el" (15613 3383)) 5002 ;;;;;; "dired" "dired.el" (15645 61694))
4969 ;;; Generated autoloads from dired.el 5003 ;;; Generated autoloads from dired.el
4970 5004
4971 (defvar dired-listing-switches "-al" "\ 5005 (defvar dired-listing-switches "-al" "\
4972 *Switches passed to `ls' for dired. MUST contain the `l' option. 5006 *Switches passed to `ls' for dired. MUST contain the `l' option.
4973 May contain all other options that don't contradict `-l'; 5007 May contain all other options that don't contradict `-l';
5477 When Double mode is on, some keys will insert different strings 5511 When Double mode is on, some keys will insert different strings
5478 when pressed twice. See variable `double-map' for details." t nil) 5512 when pressed twice. See variable `double-map' for details." t nil)
5479 5513
5480 ;;;*** 5514 ;;;***
5481 5515
5482 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15186 44923)) 5516 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15650 57368))
5483 ;;; Generated autoloads from play/dunnet.el 5517 ;;; Generated autoloads from play/dunnet.el
5484 5518
5485 (autoload (quote dunnet) "dunnet" "\ 5519 (autoload (quote dunnet) "dunnet" "\
5486 Switch to *dungeon* buffer and start game." t nil) 5520 Switch to *dungeon* buffer and start game." t nil)
5487 5521
5550 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro)) 5584 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro))
5551 5585
5552 ;;;*** 5586 ;;;***
5553 5587
5554 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5588 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5555 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15587 5589 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15656
5556 ;;;;;; 64723)) 5590 ;;;;;; 4152))
5557 ;;; Generated autoloads from emacs-lisp/easymenu.el 5591 ;;; Generated autoloads from emacs-lisp/easymenu.el
5558 5592
5559 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5593 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
5560 5594
5561 (autoload (quote easy-menu-define) "easymenu" "\ 5595 (autoload (quote easy-menu-define) "easymenu" "\
5797 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree 5831 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
5798 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack 5832 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
5799 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 5833 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
5800 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 5834 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
5801 ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 5835 ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
5802 ;;;;;; "progmodes/ebrowse.el" (15496 13874)) 5836 ;;;;;; "progmodes/ebrowse.el" (15664 47250))
5803 ;;; Generated autoloads from progmodes/ebrowse.el 5837 ;;; Generated autoloads from progmodes/ebrowse.el
5804 5838
5805 (autoload (quote ebrowse-tree-mode) "ebrowse" "\ 5839 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
5806 Major mode for Ebrowse class tree buffers. 5840 Major mode for Ebrowse class tree buffers.
5807 Each line corresponds to a class in a class tree. 5841 Each line corresponds to a class in a class tree.
6147 6181
6148 ;;;*** 6182 ;;;***
6149 6183
6150 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 6184 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
6151 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 6185 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
6152 ;;;;;; (15186 56482)) 6186 ;;;;;; (15634 63357))
6153 ;;; Generated autoloads from edmacro.el 6187 ;;; Generated autoloads from edmacro.el
6154 (define-key ctl-x-map "\C-k" 'edit-kbd-macro) 6188 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
6155 6189
6156 (defvar edmacro-eight-bits nil "\ 6190 (defvar edmacro-eight-bits nil "\
6157 *Non-nil if edit-kbd-macro should leave 8-bit characters intact. 6191 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
6191 or nil, use a compact 80-column format." nil nil) 6225 or nil, use a compact 80-column format." nil nil)
6192 6226
6193 ;;;*** 6227 ;;;***
6194 6228
6195 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 6229 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
6196 ;;;;;; "emulation/edt.el" (15424 44422)) 6230 ;;;;;; "emulation/edt.el" (15631 17712))
6197 ;;; Generated autoloads from emulation/edt.el 6231 ;;; Generated autoloads from emulation/edt.el
6198 6232
6199 (autoload (quote edt-set-scroll-margins) "edt" "\ 6233 (autoload (quote edt-set-scroll-margins) "edt" "\
6200 Set scroll margins. 6234 Set scroll margins.
6201 Argument TOP is the top margin in number of lines or percent of window. 6235 Argument TOP is the top margin in number of lines or percent of window.
6430 6464
6431 (autoload (quote enriched-decode) "enriched" nil nil nil) 6465 (autoload (quote enriched-decode) "enriched" nil nil nil)
6432 6466
6433 ;;;*** 6467 ;;;***
6434 6468
6435 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15470 6469 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620
6436 ;;;;;; 10677)) 6470 ;;;;;; 25657))
6437 ;;; Generated autoloads from eshell/esh-mode.el 6471 ;;; Generated autoloads from eshell/esh-mode.el
6438 6472
6439 (autoload (quote eshell-mode) "esh-mode" "\ 6473 (autoload (quote eshell-mode) "esh-mode" "\
6440 Emacs shell interactive mode. 6474 Emacs shell interactive mode.
6441 6475
6486 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file 6520 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
6487 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 6521 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
6488 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6522 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6489 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 6523 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
6490 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 6524 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
6491 ;;;;;; (15593 24727)) 6525 ;;;;;; (15633 48133))
6492 ;;; Generated autoloads from progmodes/etags.el 6526 ;;; Generated autoloads from progmodes/etags.el
6493 6527
6494 (defvar tags-file-name nil "\ 6528 (defvar tags-file-name nil "\
6495 *File name of tags table. 6529 *File name of tags table.
6496 To switch to a new tags table, setting this variable is sufficient. 6530 To switch to a new tags table, setting this variable is sufficient.
7033 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 7067 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
7034 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 7068 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
7035 7069
7036 ;;;*** 7070 ;;;***
7037 7071
7038 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15601 18545)) 7072 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15637 60559))
7039 ;;; Generated autoloads from progmodes/f90.el 7073 ;;; Generated autoloads from progmodes/f90.el
7040 7074
7041 (autoload (quote f90-mode) "f90" "\ 7075 (autoload (quote f90-mode) "f90" "\
7042 Major mode for editing Fortran 90,95 code in free format. 7076 Major mode for editing Fortran 90,95 code in free format.
7043 7077
7099 7133
7100 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special 7134 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special
7101 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 7135 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
7102 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 7136 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
7103 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 7137 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
7104 ;;;;;; "facemenu" "facemenu.el" (15578 56997)) 7138 ;;;;;; "facemenu" "facemenu.el" (15656 59685))
7105 ;;; Generated autoloads from facemenu.el 7139 ;;; Generated autoloads from facemenu.el
7106 (define-key global-map "\M-g" 'facemenu-keymap) 7140 (define-key global-map "\M-g" 'facemenu-keymap)
7107 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 7141 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
7108 7142
7109 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 7143 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
7139 (defvar facemenu-menu nil "\ 7173 (defvar facemenu-menu nil "\
7140 Facemenu top-level menu keymap.") 7174 Facemenu top-level menu keymap.")
7141 7175
7142 (setq facemenu-menu (make-sparse-keymap "Text Properties")) 7176 (setq facemenu-menu (make-sparse-keymap "Text Properties"))
7143 7177
7144 (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Text") (quote describe-text-at))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--")))) 7178 (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Properties") (quote describe-text-properties))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--"))))
7145 7179
7146 (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu)))) 7180 (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu))))
7147 7181
7148 (defalias (quote facemenu-menu) facemenu-menu) 7182 (defalias (quote facemenu-menu) facemenu-menu)
7149 7183
7763 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil) 7797 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil)
7764 7798
7765 ;;;*** 7799 ;;;***
7766 7800
7767 ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 7801 ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
7768 ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15595 7802 ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15656
7769 ;;;;;; 18430)) 7803 ;;;;;; 60228))
7770 ;;; Generated autoloads from font-lock.el 7804 ;;; Generated autoloads from font-lock.el
7771 7805
7772 (autoload (quote font-lock-add-keywords) "font-lock" "\ 7806 (autoload (quote font-lock-add-keywords) "font-lock" "\
7773 Add highlighting KEYWORDS for MODE. 7807 Add highlighting KEYWORDS for MODE.
7774 MODE should be a symbol, the major mode command name, such as `c-mode' 7808 MODE should be a symbol, the major mode command name, such as `c-mode'
8379 Update the format specification near point." t nil) 8413 Update the format specification near point." t nil)
8380 8414
8381 ;;;*** 8415 ;;;***
8382 8416
8383 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8417 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8384 ;;;;;; "gnus/gnus-start.el" (15515 40561)) 8418 ;;;;;; "gnus/gnus-start.el" (15650 59284))
8385 ;;; Generated autoloads from gnus/gnus-start.el 8419 ;;; Generated autoloads from gnus/gnus-start.el
8386 8420
8387 (autoload (quote gnus-unload) "gnus-start" "\ 8421 (autoload (quote gnus-unload) "gnus-start" "\
8388 Unload all Gnus features. 8422 Unload all Gnus features.
8389 \(For some value of `all' or `Gnus'.) Currently, features whose names 8423 \(For some value of `all' or `Gnus'.) Currently, features whose names
8558 8592
8559 ;;;*** 8593 ;;;***
8560 8594
8561 ;;;### (autoloads (describe-categories describe-syntax describe-variable 8595 ;;;### (autoloads (describe-categories describe-syntax describe-variable
8562 ;;;;;; variable-at-point describe-function-1 describe-function locate-library 8596 ;;;;;; variable-at-point describe-function-1 describe-function locate-library
8563 ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15577 29856)) 8597 ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15664 47247))
8564 ;;; Generated autoloads from help-fns.el 8598 ;;; Generated autoloads from help-fns.el
8565 8599
8566 (autoload (quote help-with-tutorial) "help-fns" "\ 8600 (autoload (quote help-with-tutorial) "help-fns" "\
8567 Select the Emacs learn-by-doing tutorial. 8601 Select the Emacs learn-by-doing tutorial.
8568 If there is a tutorial version written in the language 8602 If there is a tutorial version written in the language
8623 8657
8624 ;;;*** 8658 ;;;***
8625 8659
8626 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 8660 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8627 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 8661 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8628 ;;;;;; help-mode) "help-mode" "help-mode.el" (15424 41953)) 8662 ;;;;;; help-mode) "help-mode" "help-mode.el" (15622 54373))
8629 ;;; Generated autoloads from help-mode.el 8663 ;;; Generated autoloads from help-mode.el
8630 8664
8631 (autoload (quote help-mode) "help-mode" "\ 8665 (autoload (quote help-mode) "help-mode" "\
8632 Major mode for viewing help text and navigating references in it. 8666 Major mode for viewing help text and navigating references in it.
8633 Entry to this mode runs the normal hook `help-mode-hook'. 8667 Entry to this mode runs the normal hook `help-mode-hook'.
8651 restore it properly when going back." nil nil) 8685 restore it properly when going back." nil nil)
8652 8686
8653 (autoload (quote help-make-xrefs) "help-mode" "\ 8687 (autoload (quote help-make-xrefs) "help-mode" "\
8654 Parse and hyperlink documentation cross-references in the given BUFFER. 8688 Parse and hyperlink documentation cross-references in the given BUFFER.
8655 8689
8656 Find cross-reference information in a buffer and, if 8690 Find cross-reference information in a buffer and activate such cross
8657 `help-highlight-p' is non-nil, highlight it with face defined by 8691 references for selection with `help-follow'. Cross-references have
8658 `help-highlight-face'; activate such cross references for selection 8692 the canonical form `...' and the type of reference may be
8659 with `help-follow'. Cross-references have the canonical form `...' 8693 disambiguated by the preceding word(s) used in
8660 and the type of reference may be disambiguated by the preceding 8694 `help-xref-symbol-regexp'.
8661 word(s) used in `help-xref-symbol-regexp'.
8662 8695
8663 If the variable `help-xref-mule-regexp' is non-nil, find also 8696 If the variable `help-xref-mule-regexp' is non-nil, find also
8664 cross-reference information related to multilingual environment 8697 cross-reference information related to multilingual environment
8665 \(e.g., coding-systems). This variable is also used to disambiguate 8698 \(e.g., coding-systems). This variable is also used to disambiguate
8666 the type of reference as the same way as `help-xref-symbol-regexp'. 8699 the type of reference as the same way as `help-xref-symbol-regexp'.
8698 Provide help for current mode." t nil) 8731 Provide help for current mode." t nil)
8699 8732
8700 ;;;*** 8733 ;;;***
8701 8734
8702 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8735 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8703 ;;;;;; "hexl.el" (15490 51792)) 8736 ;;;;;; "hexl.el" (15658 42831))
8704 ;;; Generated autoloads from hexl.el 8737 ;;; Generated autoloads from hexl.el
8705 8738
8706 (autoload (quote hexl-mode) "hexl" "\ 8739 (autoload (quote hexl-mode) "hexl" "\
8707 \\<hexl-mode-map>A mode for editing binary files in hex dump format. 8740 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
8708 This is not an ordinary major mode; it alters some aspects 8741 This is not an ordinary major mode; it alters some aspects
8709 if the current mode's behavior, but not all; also, you can exit 8742 of the current mode's behavior, but not all; also, you can exit
8710 Hexl mode and return to the previous mode using `hexl-mode-exit'. 8743 Hexl mode and return to the previous mode using `hexl-mode-exit'.
8711 8744
8712 This function automatically converts a buffer into the hexl format 8745 This function automatically converts a buffer into the hexl format
8713 using the function `hexlify-buffer'. 8746 using the function `hexlify-buffer'.
8714 8747
9241 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode 9274 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
9242 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p 9275 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
9243 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 9276 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9244 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 9277 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9245 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 9278 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9246 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15583 8288)) 9279 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15583 22100))
9247 ;;; Generated autoloads from ibuf-ext.el 9280 ;;; Generated autoloads from ibuf-ext.el
9248 9281
9249 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9282 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9250 Toggle use of Ibuffer's auto-update facility. 9283 Toggle use of Ibuffer's auto-update facility.
9251 With numeric ARG, enable auto-update if and only if ARG is positive." t nil) 9284 With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9481 9514
9482 ;;;*** 9515 ;;;***
9483 9516
9484 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 9517 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9485 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15618 9518 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15618
9486 ;;;;;; 36529)) 9519 ;;;;;; 40764))
9487 ;;; Generated autoloads from ibuf-macs.el 9520 ;;; Generated autoloads from ibuf-macs.el
9488 9521
9489 (autoload (quote define-ibuffer-column) "ibuf-macs" "\ 9522 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
9490 Define a column SYMBOL for use with `ibuffer-formats'. 9523 Define a column SYMBOL for use with `ibuffer-formats'.
9491 9524
9559 bound to the current value of the filter." nil (quote macro)) 9592 bound to the current value of the filter." nil (quote macro))
9560 9593
9561 ;;;*** 9594 ;;;***
9562 9595
9563 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9596 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9564 ;;;;;; "ibuffer" "ibuffer.el" (15618 36814)) 9597 ;;;;;; "ibuffer" "ibuffer.el" (15627 36471))
9565 ;;; Generated autoloads from ibuffer.el 9598 ;;; Generated autoloads from ibuffer.el
9566 9599
9567 (autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9600 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
9568 Display a list of buffers, in another window. 9601 Display a list of buffers, in another window.
9569 If optional argument FILES-ONLY is non-nil, then add a filter for 9602 If optional argument FILES-ONLY is non-nil, then add a filter for
9645 with no args, if that value is non-nil." t nil) 9678 with no args, if that value is non-nil." t nil)
9646 9679
9647 ;;;*** 9680 ;;;***
9648 9681
9649 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 9682 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
9650 ;;;;;; (15587 64724)) 9683 ;;;;;; (15660 820))
9651 ;;; Generated autoloads from progmodes/idlw-shell.el 9684 ;;; Generated autoloads from progmodes/idlw-shell.el
9652 9685
9653 (autoload (quote idlwave-shell) "idlw-shell" "\ 9686 (autoload (quote idlwave-shell) "idlw-shell" "\
9654 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. 9687 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
9655 If buffer exists but shell process is not running, start new IDL. 9688 If buffer exists but shell process is not running, start new IDL.
9786 9819
9787 \\{idlwave-mode-map}" t nil) 9820 \\{idlwave-mode-map}" t nil)
9788 9821
9789 ;;;*** 9822 ;;;***
9790 9823
9791 ;;;### (autoloads (ielm) "ielm" "ielm.el" (15482 24869)) 9824 ;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired
9825 ;;;;;; ido-insert-file ido-write-file ido-find-file-other-frame
9826 ;;;;;; ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window
9827 ;;;;;; ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window
9828 ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
9829 ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
9830 ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
9831 ;;;;;; "ido.el" (15664 47248))
9832 ;;; Generated autoloads from ido.el
9833
9834 (defvar ido-mode nil "\
9835 Determines for which functional group (buffer and files) ido behavior
9836 should be enabled. The following values are possible:
9837 - 'buffer: Turn only on ido buffer behavior (switching, killing,
9838 displaying...)
9839 - 'file: Turn only on ido file behavior (finding, writing, inserting...)
9840 - 'both: Turn on ido buffer and file behavior.
9841 - nil: Turn off any ido switching.
9842
9843 Setting this variable directly does not take effect;
9844 use either \\[customize] or the function `ido-mode'.")
9845
9846 (custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable))
9847
9848 (custom-add-load (quote ido-mode) (quote ido))
9849
9850 (autoload (quote ido-mode) "ido" "\
9851 Toggle ido speed-ups on or off.
9852 With ARG, turn ido speed-up on if arg is positive, off otherwise.
9853 If second argument NOBIND is non-nil, no keys are rebound; otherwise,
9854 turning on ido-mode will modify the default keybindings for the
9855 find-file and switch-to-buffer families of commands to the ido
9856 versions of these functions.
9857 However, if second arg equals 'files, bind only for files, or if it
9858 equals 'buffers, bind only for buffers.
9859 This function also adds a hook to the minibuffer." t nil)
9860
9861 (autoload (quote ido-read-buffer) "ido" "\
9862 Replacement for the built-in `read-buffer'.
9863 Return the name of a buffer selected.
9864 PROMPT is the prompt to give to the user. DEFAULT if given is the default
9865 buffer to be selected, which will go to the front of the list.
9866 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
9867 If INITIAL is non-nil, it specifies the initial input string." nil nil)
9868
9869 (autoload (quote ido-switch-buffer) "ido" "\
9870 Switch to another buffer.
9871 The buffer is displayed according to `ido-default-buffer-method' -- the
9872 default is to show it in the same window, unless it is already visible
9873 in another frame.
9874
9875 As you type in a string, all of the buffers matching the string are
9876 displayed if substring-matching is used (default). Look at
9877 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
9878 buffer you want, it can then be selected. As you type, most keys have their
9879 normal keybindings, except for the following: \\<ido-mode-map>
9880
9881 RET Select the buffer at the front of the list of matches. If the
9882 list is empty, possibly prompt to create new buffer.
9883
9884 \\[ido-select-text] Select the current prompt as the buffer.
9885 If no buffer is found, prompt for a new one.
9886
9887 \\[ido-next-match] Put the first element at the end of the list.
9888 \\[ido-prev-match] Put the last element at the start of the list.
9889 \\[ido-complete] Complete a common suffix to the current string that
9890 matches all buffers. If there is only one match, select that buffer.
9891 If there is no common suffix, show a list of all matching buffers
9892 in a separate window.
9893 \\[ido-edit-input] Edit input string.
9894 \\[ido-fallback-command] Fallback to non-ido version of current command.
9895 \\[ido-toggle-regexp] Toggle regexp searching.
9896 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
9897 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
9898 \\[ido-completion-help] Show list of matching buffers in separate window.
9899 \\[ido-enter-find-file] Drop into ido-find-file.
9900 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
9901 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t nil)
9902
9903 (autoload (quote ido-switch-buffer-other-window) "ido" "\
9904 Switch to another buffer and show it in another window.
9905 The buffer name is selected interactively by typing a substring.
9906 For details of keybindings, do `\\[describe-function] ido'." t nil)
9907
9908 (autoload (quote ido-display-buffer) "ido" "\
9909 Display a buffer in another window but don't select it.
9910 The buffer name is selected interactively by typing a substring.
9911 For details of keybindings, do `\\[describe-function] ido'." t nil)
9912
9913 (autoload (quote ido-kill-buffer) "ido" "\
9914 Kill a buffer.
9915 The buffer name is selected interactively by typing a substring.
9916 For details of keybindings, do `\\[describe-function] ido'." t nil)
9917
9918 (autoload (quote ido-insert-buffer) "ido" "\
9919 Insert contents of a buffer in current buffer after point.
9920 The buffer name is selected interactively by typing a substring.
9921 For details of keybindings, do `\\[describe-function] ido'." t nil)
9922
9923 (autoload (quote ido-switch-buffer-other-frame) "ido" "\
9924 Switch to another buffer and show it in another frame.
9925 The buffer name is selected interactively by typing a substring.
9926 For details of keybindings, do `\\[describe-function] ido'." t nil)
9927
9928 (autoload (quote ido-find-file-in-dir) "ido" "\
9929 Switch to another file starting from DIR." t nil)
9930
9931 (autoload (quote ido-find-file) "ido" "\
9932 Edit file with name obtained via minibuffer.
9933 The file is displayed according to `ido-default-file-method' -- the
9934 default is to show it in the same window, unless it is already
9935 visible in another frame.
9936
9937 The file name is selected interactively by typing a substring. As you type
9938 in a string, all of the filenames matching the string are displayed if
9939 substring-matching is used (default). Look at `ido-enable-prefix' and
9940 `ido-toggle-prefix'. When you have found the filename you want, it can
9941 then be selected. As you type, most keys have their normal keybindings,
9942 except for the following: \\<ido-mode-map>
9943
9944 RET Select the file at the front of the list of matches. If the
9945 list is empty, possibly prompt to create new file.
9946
9947 \\[ido-select-text] Select the current prompt as the buffer or file.
9948 If no buffer or file is found, prompt for a new one.
9949
9950 \\[ido-next-match] Put the first element at the end of the list.
9951 \\[ido-prev-match] Put the last element at the start of the list.
9952 \\[ido-complete] Complete a common suffix to the current string that
9953 matches all files. If there is only one match, select that file.
9954 If there is no common suffix, show a list of all matching files
9955 in a separate window.
9956 \\[ido-edit-input] Edit input string (including path).
9957 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
9958 \\[ido-merge-work-directories] search for file in the work directory history.
9959 \\[ido-forget-work-directory] removes current directory from the work directory history.
9960 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
9961 \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories.
9962 \\[ido-make-directory] prompts for a directory to create in current directory.
9963 \\[ido-fallback-command] Fallback to non-ido version of current command.
9964 \\[ido-toggle-regexp] Toggle regexp searching.
9965 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
9966 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
9967 \\[ido-toggle-vc] Toggle version control for this file.
9968 \\[ido-toggle-literal] Toggle literal reading of this file.
9969 \\[ido-completion-help] Show list of matching files in separate window.
9970 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'." t nil)
9971
9972 (autoload (quote ido-find-file-other-window) "ido" "\
9973 Switch to another file and show it in another window.
9974 The file name is selected interactively by typing a substring.
9975 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
9976
9977 (autoload (quote ido-find-alternate-file) "ido" "\
9978 Switch to another file and show it in another window.
9979 The file name is selected interactively by typing a substring.
9980 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
9981
9982 (autoload (quote ido-find-file-read-only) "ido" "\
9983 Edit file read-only with name obtained via minibuffer.
9984 The file name is selected interactively by typing a substring.
9985 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
9986
9987 (autoload (quote ido-find-file-read-only-other-window) "ido" "\
9988 Edit file read-only in other window with name obtained via minibuffer.
9989 The file name is selected interactively by typing a substring.
9990 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
9991
9992 (autoload (quote ido-find-file-read-only-other-frame) "ido" "\
9993 Edit file read-only in other frame with name obtained via minibuffer.
9994 The file name is selected interactively by typing a substring.
9995 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
9996
9997 (autoload (quote ido-display-file) "ido" "\
9998 Display a file in another window but don't select it.
9999 The file name is selected interactively by typing a substring.
10000 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10001
10002 (autoload (quote ido-find-file-other-frame) "ido" "\
10003 Switch to another file and show it in another frame.
10004 The file name is selected interactively by typing a substring.
10005 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10006
10007 (autoload (quote ido-write-file) "ido" "\
10008 Write current buffer to a file.
10009 The file name is selected interactively by typing a substring.
10010 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10011
10012 (autoload (quote ido-insert-file) "ido" "\
10013 Insert contents of file in current buffer.
10014 The file name is selected interactively by typing a substring.
10015 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10016
10017 (autoload (quote ido-dired) "ido" "\
10018 Call dired the ido way.
10019 The directory is selected interactively by typing a substring.
10020 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10021
10022 (autoload (quote ido-read-file-name) "ido" "\
10023 Read file name, prompting with PROMPT and completing in directory DIR.
10024 See `read-file-name' for additional parameters." nil nil)
10025
10026 (autoload (quote ido-read-directory-name) "ido" "\
10027 Read directory name, prompting with PROMPT and completing in directory DIR.
10028 See `read-file-name' for additional parameters." nil nil)
10029
10030 ;;;***
10031
10032 ;;;### (autoloads (ielm) "ielm" "ielm.el" (15627 19572))
9792 ;;; Generated autoloads from ielm.el 10033 ;;; Generated autoloads from ielm.el
9793 (add-hook 'same-window-buffer-names "*ielm*") 10034 (add-hook 'same-window-buffer-names "*ielm*")
9794 10035
9795 (autoload (quote ielm) "ielm" "\ 10036 (autoload (quote ielm) "ielm" "\
9796 Interactively evaluate Emacs Lisp expressions. 10037 Interactively evaluate Emacs Lisp expressions.
10093 10334
10094 ;;;*** 10335 ;;;***
10095 10336
10096 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 10337 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
10097 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 10338 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
10098 ;;;;;; "ind-util" "language/ind-util.el" (15390 23523)) 10339 ;;;;;; "ind-util" "language/ind-util.el" (15656 44038))
10099 ;;; Generated autoloads from language/ind-util.el 10340 ;;; Generated autoloads from language/ind-util.el
10100 10341
10101 (autoload (quote indian-compose-region) "ind-util" "\ 10342 (autoload (quote indian-compose-region) "ind-util" "\
10102 Compose the region according to `composition-function-table'. " t nil) 10343 Compose the region according to `composition-function-table'. " t nil)
10103 10344
10120 See also the function `indian-glyph-char'." nil nil) 10361 See also the function `indian-glyph-char'." nil nil)
10121 10362
10122 ;;;*** 10363 ;;;***
10123 10364
10124 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 10365 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
10125 ;;;;;; (15394 10957)) 10366 ;;;;;; (15650 57540))
10126 ;;; Generated autoloads from progmodes/inf-lisp.el 10367 ;;; Generated autoloads from progmodes/inf-lisp.el
10127 10368
10128 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 10369 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
10129 *What not to save on inferior Lisp's input history. 10370 *What not to save on inferior Lisp's input history.
10130 Input matching this regexp is not saved on the input history in Inferior Lisp 10371 Input matching this regexp is not saved on the input history in Inferior Lisp
10176 10417
10177 ;;;*** 10418 ;;;***
10178 10419
10179 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 10420 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
10180 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 10421 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
10181 ;;;;;; info info-other-window) "info" "info.el" (15618 37554)) 10422 ;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
10423 ;;;;;; (15664 47248))
10182 ;;; Generated autoloads from info.el 10424 ;;; Generated autoloads from info.el
10183 10425
10184 (autoload (quote info-other-window) "info" "\ 10426 (autoload (quote info-other-window) "info" "\
10185 Like `info' but show the Info buffer in another window." t nil) 10427 Like `info' but show the Info buffer in another window." t nil)
10186 (add-hook 'same-window-buffer-names "*info*") 10428 (add-hook 'same-window-buffer-names "*info*")
10196 to read a file name from the minibuffer. 10438 to read a file name from the minibuffer.
10197 10439
10198 The search path for Info files is in the variable `Info-directory-list'. 10440 The search path for Info files is in the variable `Info-directory-list'.
10199 The top-level Info directory is made by combining all the files named `dir' 10441 The top-level Info directory is made by combining all the files named `dir'
10200 in all the directories in that path." t nil) 10442 in all the directories in that path." t nil)
10443
10444 (autoload (quote info-emacs-manual) "info" nil t nil)
10201 10445
10202 (autoload (quote info-standalone) "info" "\ 10446 (autoload (quote info-standalone) "info" "\
10203 Run Emacs as a standalone Info reader. 10447 Run Emacs as a standalone Info reader.
10204 Usage: emacs -f info-standalone [filename] 10448 Usage: emacs -f info-standalone [filename]
10205 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil) 10449 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil)
10310 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil) 10554 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil)
10311 10555
10312 ;;;*** 10556 ;;;***
10313 10557
10314 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 10558 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
10315 ;;;;;; (15538 21134)) 10559 ;;;;;; (15634 63561))
10316 ;;; Generated autoloads from international/iso-acc.el 10560 ;;; Generated autoloads from international/iso-acc.el
10317 10561
10318 (autoload (quote iso-accents-mode) "iso-acc" "\ 10562 (autoload (quote iso-accents-mode) "iso-acc" "\
10319 Toggle ISO Accents mode, in which accents modify the following letter. 10563 Toggle ISO Accents mode, in which accents modify the following letter.
10320 This permits easy insertion of accented characters according to ISO-8859-1. 10564 This permits easy insertion of accented characters according to ISO-8859-1.
10791 If non-nil, CONTEXTUAL means that a contextual fontification would be useful." nil nil) 11035 If non-nil, CONTEXTUAL means that a contextual fontification would be useful." nil nil)
10792 11036
10793 ;;;*** 11037 ;;;***
10794 11038
10795 ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 11039 ;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
10796 ;;;;;; "jka-compr" "jka-compr.el" (15409 25587)) 11040 ;;;;;; "jka-compr" "jka-compr.el" (15619 36052))
10797 ;;; Generated autoloads from jka-compr.el 11041 ;;; Generated autoloads from jka-compr.el
10798 11042
10799 (defvar auto-compression-mode nil "\ 11043 (defvar auto-compression-mode nil "\
10800 Non-nil if Auto-Compression mode is enabled. 11044 Non-nil if Auto-Compression mode is enabled.
10801 See the command `auto-compression-mode' for a description of this minor-mode. 11045 See the command `auto-compression-mode' for a description of this minor-mode.
10816 11060
10817 ;;;*** 11061 ;;;***
10818 11062
10819 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 11063 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
10820 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 11064 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
10821 ;;;;;; (15586 46350)) 11065 ;;;;;; (15638 55421))
10822 ;;; Generated autoloads from emulation/keypad.el 11066 ;;; Generated autoloads from emulation/keypad.el
10823 11067
10824 (defvar keypad-setup nil "\ 11068 (defvar keypad-setup nil "\
10825 Specifies the keypad setup for unshifted keypad keys when NumLock is off. 11069 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
10826 When selecting the plain numeric keypad setup, the character returned by the 11070 When selecting the plain numeric keypad setup, the character returned by the
10827 decimal key must be specified.") 11071 decimal key must be specified.")
10828 11072
11073 (custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable))
11074
11075 (custom-add-load (quote keypad-setup) (quote keypad))
11076
10829 (defvar keypad-numlock-setup nil "\ 11077 (defvar keypad-numlock-setup nil "\
10830 Specifies the keypad setup for unshifted keypad keys when NumLock is on. 11078 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
10831 When selecting the plain numeric keypad setup, the character returned by the 11079 When selecting the plain numeric keypad setup, the character returned by the
10832 decimal key must be specified.") 11080 decimal key must be specified.")
10833 11081
11082 (custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable))
11083
11084 (custom-add-load (quote keypad-numlock-setup) (quote keypad))
11085
10834 (defvar keypad-shifted-setup nil "\ 11086 (defvar keypad-shifted-setup nil "\
10835 Specifies the keypad setup for shifted keypad keys when NumLock is off. 11087 Specifies the keypad setup for shifted keypad keys when NumLock is off.
10836 When selecting the plain numeric keypad setup, the character returned by the 11088 When selecting the plain numeric keypad setup, the character returned by the
10837 decimal key must be specified.") 11089 decimal key must be specified.")
10838 11090
11091 (custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable))
11092
11093 (custom-add-load (quote keypad-shifted-setup) (quote keypad))
11094
10839 (defvar keypad-numlock-shifted-setup nil "\ 11095 (defvar keypad-numlock-shifted-setup nil "\
10840 Specifies the keypad setup for shifted keypad keys when NumLock is off. 11096 Specifies the keypad setup for shifted keypad keys when NumLock is off.
10841 When selecting the plain numeric keypad setup, the character returned by the 11097 When selecting the plain numeric keypad setup, the character returned by the
10842 decimal key must be specified.") 11098 decimal key must be specified.")
11099
11100 (custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable))
11101
11102 (custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad))
10843 11103
10844 (autoload (quote keypad-setup) "keypad" "\ 11104 (autoload (quote keypad-setup) "keypad" "\
10845 Set keypad bindings in function-key-map according to SETUP. 11105 Set keypad bindings in function-key-map according to SETUP.
10846 If optional second argument NUMLOCK is non-nil, the NumLock On bindings 11106 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
10847 are changed. Otherwise, the NumLock Off bindings are changed. 11107 are changed. Otherwise, the NumLock Off bindings are changed.
10897 Users can select a desirable conversion interactively. 11157 Users can select a desirable conversion interactively.
10898 When called from a program, expects two arguments, 11158 When called from a program, expects two arguments,
10899 positions FROM and TO (integers or markers) specifying the target region. 11159 positions FROM and TO (integers or markers) specifying the target region.
10900 When it returns, the point is at the tail of the selected conversion, 11160 When it returns, the point is at the tail of the selected conversion,
10901 and the return value is the length of the conversion." t nil) 11161 and the return value is the length of the conversion." t nil)
11162
11163 ;;;***
11164
11165 ;;;### (autoloads (kmacro-initialize kmacro-initialize) "kmacro"
11166 ;;;;;; "kmacro.el" (15646 7183))
11167 ;;; Generated autoloads from kmacro.el
11168
11169 (defvar kmacro-initialize nil "\
11170 Setting this variable turns on the kmacro functionality.
11171 This binds the kmacro function keys in the `global-map', so
11172 unsetting this variable does not have any effect!")
11173
11174 (custom-add-to-group (quote kmacro) (quote kmacro-initialize) (quote custom-variable))
11175
11176 (custom-add-load (quote kmacro-initialize) (quote kmacro))
11177
11178 (autoload (quote kmacro-initialize) "kmacro" "\
11179 Setup key bindings for the keyboard macro package.
11180 If specified, use keys START-KEY, CALL-KEY, and CALL-MOUSE.
11181 Don't bind to any mouse event if CALL-MOUSE is t.
11182 Otherwise, use customized keys." nil nil)
10902 11183
10903 ;;;*** 11184 ;;;***
10904 11185
10905 ;;;### (autoloads (setup-korean-environment-internal) "korea-util" 11186 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
10906 ;;;;;; "language/korea-util.el" (15185 62673)) 11187 ;;;;;; "language/korea-util.el" (15185 62673))
11375 (define-key ctl-x-map "q" 'kbd-macro-query) 11656 (define-key ctl-x-map "q" 'kbd-macro-query)
11376 11657
11377 ;;;*** 11658 ;;;***
11378 11659
11379 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 11660 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
11380 ;;;;;; "mail/mail-extr.el" (15353 37573)) 11661 ;;;;;; "mail/mail-extr.el" (15658 46489))
11381 ;;; Generated autoloads from mail/mail-extr.el 11662 ;;; Generated autoloads from mail/mail-extr.el
11382 11663
11383 (autoload (quote mail-extract-address-components) "mail-extr" "\ 11664 (autoload (quote mail-extract-address-components) "mail-extr" "\
11384 Given an RFC-822 address ADDRESS, extract full name and canonical address. 11665 Given an RFC-822 address ADDRESS, extract full name and canonical address.
11385 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). 11666 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
11459 If 4th arg LIST is non-nil, return a list of all such fields." nil nil) 11740 If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
11460 11741
11461 ;;;*** 11742 ;;;***
11462 11743
11463 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 11744 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
11464 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15552 23097)) 11745 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15664 47249))
11465 ;;; Generated autoloads from mail/mailabbrev.el 11746 ;;; Generated autoloads from mail/mailabbrev.el
11466 11747
11467 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 11748 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
11468 Initialize use of the `mailabbrev' package." nil nil) 11749 Initialize use of the `mailabbrev' package." nil nil)
11469 11750
12089 (autoload (quote unmorse-region) "morse" "\ 12370 (autoload (quote unmorse-region) "morse" "\
12090 Convert morse coded text in region to ordinary ASCII text." t nil) 12371 Convert morse coded text in region to ordinary ASCII text." t nil)
12091 12372
12092 ;;;*** 12373 ;;;***
12093 12374
12094 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15363 12375 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15656
12095 ;;;;;; 46804)) 12376 ;;;;;; 1454))
12096 ;;; Generated autoloads from mouse-sel.el 12377 ;;; Generated autoloads from mouse-sel.el
12097 12378
12098 (autoload (quote mouse-sel-mode) "mouse-sel" "\ 12379 (autoload (quote mouse-sel-mode) "mouse-sel" "\
12099 Toggle Mouse Sel mode. 12380 Toggle Mouse Sel mode.
12100 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. 12381 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
12163 ;;;*** 12444 ;;;***
12164 12445
12165 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset 12446 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
12166 ;;;;;; describe-font list-coding-categories list-coding-systems 12447 ;;;;;; describe-font list-coding-categories list-coding-systems
12167 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly 12448 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
12168 ;;;;;; describe-coding-system describe-char-after describe-character-set 12449 ;;;;;; describe-coding-system describe-character-set list-charset-chars
12169 ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 12450 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
12170 ;;;;;; "international/mule-diag.el" (15618 34706)) 12451 ;;;;;; (15631 47997))
12171 ;;; Generated autoloads from international/mule-diag.el 12452 ;;; Generated autoloads from international/mule-diag.el
12172 12453
12173 (autoload (quote list-character-sets) "mule-diag" "\ 12454 (autoload (quote list-character-sets) "mule-diag" "\
12174 Display a list of all character sets. 12455 Display a list of all character sets.
12175 12456
12208 characters encoded by various Emacs coding systems which correspond to 12489 characters encoded by various Emacs coding systems which correspond to
12209 PC `codepages' and other coded character sets. See `non-iso-charset-alist'." t nil) 12490 PC `codepages' and other coded character sets. See `non-iso-charset-alist'." t nil)
12210 12491
12211 (autoload (quote describe-character-set) "mule-diag" "\ 12492 (autoload (quote describe-character-set) "mule-diag" "\
12212 Display information about built-in character set CHARSET." t nil) 12493 Display information about built-in character set CHARSET." t nil)
12213
12214 (autoload (quote describe-char-after) "mule-diag" "\
12215 Display information about the character at POS in the current buffer.
12216 POS defaults to point.
12217 The information includes character code, charset and code points in it,
12218 syntax, category, how the character is encoded in a file,
12219 which font is being used for displaying the character." t nil)
12220 12494
12221 (autoload (quote describe-coding-system) "mule-diag" "\ 12495 (autoload (quote describe-coding-system) "mule-diag" "\
12222 Display information about CODING-SYSTEM." t nil) 12496 Display information about CODING-SYSTEM." t nil)
12223 12497
12224 (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\ 12498 (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\
12287 ;;;;;; coding-system-equal coding-system-translation-table-for-encode 12561 ;;;;;; coding-system-equal coding-system-translation-table-for-encode
12288 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 12562 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
12289 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic 12563 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
12290 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width 12564 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
12291 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" 12565 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
12292 ;;;;;; (15590 45015)) 12566 ;;;;;; (15643 14444))
12293 ;;; Generated autoloads from international/mule-util.el 12567 ;;; Generated autoloads from international/mule-util.el
12294 12568
12295 (autoload (quote string-to-sequence) "mule-util" "\ 12569 (autoload (quote string-to-sequence) "mule-util" "\
12296 Convert STRING to a sequence of TYPE which contains characters in STRING. 12570 Convert STRING to a sequence of TYPE which contains characters in STRING.
12297 TYPE should be `list' or `vector'." nil nil) 12571 TYPE should be `list' or `vector'." nil nil)
12393 language environment LANG-ENV." nil nil) 12667 language environment LANG-ENV." nil nil)
12394 12668
12395 ;;;*** 12669 ;;;***
12396 12670
12397 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 12671 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
12398 ;;;;;; (15572 30789)) 12672 ;;;;;; (15643 34694))
12399 ;;; Generated autoloads from mwheel.el 12673 ;;; Generated autoloads from mwheel.el
12400 12674
12401 (defvar mouse-wheel-mode nil "\ 12675 (defvar mouse-wheel-mode nil "\
12402 Non-nil if Mouse-Wheel mode is enabled. 12676 Non-nil if Mouse-Wheel mode is enabled.
12403 See the command `mouse-wheel-mode' for a description of this minor-mode. 12677 See the command `mouse-wheel-mode' for a description of this minor-mode.
12478 12752
12479 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-or-uncomment-region 12753 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-or-uncomment-region
12480 ;;;;;; comment-region uncomment-region comment-kill comment-set-column 12754 ;;;;;; comment-region uncomment-region comment-kill comment-set-column
12481 ;;;;;; comment-indent comment-indent-default comment-normalize-vars 12755 ;;;;;; comment-indent comment-indent-default comment-normalize-vars
12482 ;;;;;; comment-multi-line comment-padding comment-style comment-column) 12756 ;;;;;; comment-multi-line comment-padding comment-style comment-column)
12483 ;;;;;; "newcomment" "newcomment.el" (15567 16402)) 12757 ;;;;;; "newcomment" "newcomment.el" (15631 29882))
12484 ;;; Generated autoloads from newcomment.el 12758 ;;; Generated autoloads from newcomment.el
12485 12759
12486 (defalias (quote indent-for-comment) (quote comment-indent)) 12760 (defalias (quote indent-for-comment) (quote comment-indent))
12487 12761
12488 (defalias (quote set-comment-column) (quote comment-set-column)) 12762 (defalias (quote set-comment-column) (quote comment-set-column))
12604 The inserted newline is marked hard if variable `use-hard-newlines' is true, 12878 The inserted newline is marked hard if variable `use-hard-newlines' is true,
12605 unless optional argument SOFT is non-nil." t nil) 12879 unless optional argument SOFT is non-nil." t nil)
12606 12880
12607 ;;;*** 12881 ;;;***
12608 12882
12609 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14857 12883 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (15635
12610 ;;;;;; 57188)) 12884 ;;;;;; 30400))
12611 ;;; Generated autoloads from gnus/nndoc.el 12885 ;;; Generated autoloads from gnus/nndoc.el
12612 12886
12613 (autoload (quote nndoc-add-type) "nndoc" "\ 12887 (autoload (quote nndoc-add-type) "nndoc" "\
12614 Add document DEFINITION to the list of nndoc document definitions. 12888 Add document DEFINITION to the list of nndoc document definitions.
12615 If POSITION is nil or `last', the definition will be added 12889 If POSITION is nil or `last', the definition will be added
12647 Generate NOV databases in all nnml directories." t nil) 12921 Generate NOV databases in all nnml directories." t nil)
12648 12922
12649 ;;;*** 12923 ;;;***
12650 12924
12651 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 12925 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
12652 ;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 27653)) 12926 ;;;;;; "nnsoup" "gnus/nnsoup.el" (15654 60777))
12653 ;;; Generated autoloads from gnus/nnsoup.el 12927 ;;; Generated autoloads from gnus/nnsoup.el
12654 12928
12655 (autoload (quote nnsoup-pack-replies) "nnsoup" "\ 12929 (autoload (quote nnsoup-pack-replies) "nnsoup" "\
12656 Make an outbound package of SOUP replies." t nil) 12930 Make an outbound package of SOUP replies." t nil)
12657 12931
13062 13336
13063 (custom-add-load (quote pc-selection-mode) (quote pc-select)) 13337 (custom-add-load (quote pc-selection-mode) (quote pc-select))
13064 13338
13065 ;;;*** 13339 ;;;***
13066 13340
13067 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15185 13341 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15644
13068 ;;;;;; 62672)) 13342 ;;;;;; 49243))
13069 ;;; Generated autoloads from pcmpl-cvs.el 13343 ;;; Generated autoloads from pcmpl-cvs.el
13070 13344
13071 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 13345 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
13072 Completion rules for the `cvs' command." nil nil) 13346 Completion rules for the `cvs' command." nil nil)
13073 13347
13195 13469
13196 ;;;*** 13470 ;;;***
13197 13471
13198 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 13472 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
13199 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 13473 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
13200 ;;;;;; "pcvs.el" (15588 20860)) 13474 ;;;;;; "pcvs.el" (15639 46384))
13201 ;;; Generated autoloads from pcvs.el 13475 ;;; Generated autoloads from pcvs.el
13202 13476
13203 (autoload (quote cvs-checkout) "pcvs" "\ 13477 (autoload (quote cvs-checkout) "pcvs" "\
13204 Run a 'cvs checkout MODULES' in DIR. 13478 Run a 'cvs checkout MODULES' in DIR.
13205 Feed the output to a *cvs* buffer, display it in the current window, 13479 Feed the output to a *cvs* buffer, display it in the current window,
13256 Run `cvs-examine' if DIR is a CVS administrative directory. 13530 Run `cvs-examine' if DIR is a CVS administrative directory.
13257 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t))))) 13531 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
13258 13532
13259 ;;;*** 13533 ;;;***
13260 13534
13261 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15394 12580)) 13535 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15646 4115))
13262 ;;; Generated autoloads from pcvs-defs.el 13536 ;;; Generated autoloads from pcvs-defs.el
13263 13537
13264 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 13538 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
13265 13539
13266 ;;;*** 13540 ;;;***
13318 Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil) 13592 Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
13319 13593
13320 ;;;*** 13594 ;;;***
13321 13595
13322 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 13596 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
13323 ;;;;;; (15507 55753)) 13597 ;;;;;; (15648 2314))
13324 ;;; Generated autoloads from textmodes/picture.el 13598 ;;; Generated autoloads from textmodes/picture.el
13325 13599
13326 (autoload (quote picture-mode) "picture" "\ 13600 (autoload (quote picture-mode) "picture" "\
13327 Switch to Picture mode, in which a quarter-plane screen model is used. 13601 Switch to Picture mode, in which a quarter-plane screen model is used.
13328 Printing characters replace instead of inserting themselves with motion 13602 Printing characters replace instead of inserting themselves with motion
13474 ;;;*** 13748 ;;;***
13475 13749
13476 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 13750 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
13477 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 13751 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
13478 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 13752 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
13479 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15589 29979)) 13753 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15631 17763))
13480 ;;; Generated autoloads from ps-mule.el 13754 ;;; Generated autoloads from ps-mule.el
13481 13755
13482 (defvar ps-multibyte-buffer nil "\ 13756 (defvar ps-multibyte-buffer nil "\
13483 *Specifies the multi-byte buffer handling. 13757 *Specifies the multi-byte buffer handling.
13484 13758
13722 13996
13723 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal 13997 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
13724 ;;;;;; quail-defrule quail-install-decode-map quail-install-map 13998 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
13725 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 13999 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
13726 ;;;;;; quail-define-package quail-use-package quail-title) "quail" 14000 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
13727 ;;;;;; "international/quail.el" (15453 4573)) 14001 ;;;;;; "international/quail.el" (15631 47919))
13728 ;;; Generated autoloads from international/quail.el 14002 ;;; Generated autoloads from international/quail.el
13729 14003
13730 (autoload (quote quail-title) "quail" "\ 14004 (autoload (quote quail-title) "quail" "\
13731 Return the title of the current Quail package." nil nil) 14005 Return the title of the current Quail package." nil nil)
13732 14006
14052 ;;;*** 14326 ;;;***
14053 14327
14054 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 14328 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
14055 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 14329 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
14056 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 14330 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
14057 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15576 14331 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15643
14058 ;;;;;; 17070)) 14332 ;;;;;; 14543))
14059 ;;; Generated autoloads from rect.el 14333 ;;; Generated autoloads from rect.el
14060 14334
14061 (autoload (quote move-to-column-force) "rect" "\ 14335 (autoload (quote move-to-column-force) "rect" "\
14062 Obsolete. Use `move-to-column'.
14063 If COLUMN is within a multi-column character, replace it by spaces and tab. 14336 If COLUMN is within a multi-column character, replace it by spaces and tab.
14064 As for `move-to-column', passing anything but nil or t in FLAG will move to 14337 As for `move-to-column', passing anything but nil or t in FLAG will move to
14065 the desired column only if the line is long enough." nil nil) 14338 the desired column only if the line is long enough." nil nil)
14066 14339
14067 (autoload (quote delete-rectangle) "rect" "\ 14340 (autoload (quote delete-rectangle) "rect" "\
14205 ------------------------------------------------------------------------------" t nil) 14478 ------------------------------------------------------------------------------" t nil)
14206 14479
14207 ;;;*** 14480 ;;;***
14208 14481
14209 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 14482 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
14210 ;;;;;; (15587 64724)) 14483 ;;;;;; (15649 48516))
14211 ;;; Generated autoloads from textmodes/reftex-cite.el 14484 ;;; Generated autoloads from textmodes/reftex-cite.el
14212 14485
14213 (autoload (quote reftex-citation) "reftex-cite" "\ 14486 (autoload (quote reftex-citation) "reftex-cite" "\
14214 Make a citation using BibTeX database files. 14487 Make a citation using BibTeX database files.
14215 After prompting for a regular expression, scans the buffers with 14488 After prompting for a regular expression, scans the buffers with
14216 bibtex entries (taken from the \\bibliography command) and offers the 14489 bibtex entries (taken from the \\bibliography command) and offers the
14217 matching entries for selection. The selected entry is formated according 14490 matching entries for selection. The selected entry is formatted according
14218 to `reftex-cite-format' and inserted into the buffer. 14491 to `reftex-cite-format' and inserted into the buffer.
14219 14492
14220 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned. 14493 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
14221 14494
14222 FORAT-KEY can be used to pre-select a citation format. 14495 FORAT-KEY can be used to pre-select a citation format.
14263 \\{reftex-index-phrases-map}" t nil) 14536 \\{reftex-index-phrases-map}" t nil)
14264 14537
14265 ;;;*** 14538 ;;;***
14266 14539
14267 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 14540 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
14268 ;;;;;; (15419 36726)) 14541 ;;;;;; (15631 43946))
14269 ;;; Generated autoloads from emacs-lisp/regexp-opt.el 14542 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
14270 14543
14271 (autoload (quote regexp-opt) "regexp-opt" "\ 14544 (autoload (quote regexp-opt) "regexp-opt" "\
14272 Return a regexp to match a string in STRINGS. 14545 Return a regexp to match a string in STRINGS.
14273 Each string should be unique in STRINGS and should not contain any regexps, 14546 Each string should be unique in STRINGS and should not contain any regexps,
14499 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge 14772 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
14500 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory 14773 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
14501 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 14774 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
14502 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 14775 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
14503 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 14776 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
14504 ;;;;;; "rmail" "mail/rmail.el" (15591 63985)) 14777 ;;;;;; "rmail" "mail/rmail.el" (15649 48472))
14505 ;;; Generated autoloads from mail/rmail.el 14778 ;;; Generated autoloads from mail/rmail.el
14506 14779
14507 (defvar rmail-dont-reply-to-names nil "\ 14780 (defvar rmail-dont-reply-to-names nil "\
14508 *A regexp specifying addresses to prune from a reply message. 14781 *A regexp specifying addresses to prune from a reply message.
14509 A value of nil means exclude your own email address as an address 14782 A value of nil means exclude your own email address as an address
14857 15130
14858 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder 15131 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
14859 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 15132 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
14860 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 15133 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
14861 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 15134 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
14862 ;;;;;; "rmailsum" "mail/rmailsum.el" (15479 52723)) 15135 ;;;;;; "rmailsum" "mail/rmailsum.el" (15649 48498))
14863 ;;; Generated autoloads from mail/rmailsum.el 15136 ;;; Generated autoloads from mail/rmailsum.el
14864 15137
14865 (defvar rmail-summary-scroll-between-messages t "\ 15138 (defvar rmail-summary-scroll-between-messages t "\
14866 *Non-nil means Rmail summary scroll commands move between messages.") 15139 *Non-nil means Rmail summary scroll commands move between messages.")
14867 15140
14912 If nil (default value), your `user-login-name' and `user-mail-address' 15185 If nil (default value), your `user-login-name' and `user-mail-address'
14913 are used to exclude yourself as correspondent. 15186 are used to exclude yourself as correspondent.
14914 15187
14915 Usually you don't have to set this variable, except if you collect mails 15188 Usually you don't have to set this variable, except if you collect mails
14916 sent by you under different user names. 15189 sent by you under different user names.
14917 Then it should be a regexp matching your mail adresses. 15190 Then it should be a regexp matching your mail addresses.
14918 15191
14919 Setting this variable has an effect only before reading a mail.") 15192 Setting this variable has an effect only before reading a mail.")
14920 15193
14921 ;;;*** 15194 ;;;***
14922 15195
15272 include REGEXP in string notation in the result." nil (quote macro)) 15545 include REGEXP in string notation in the result." nil (quote macro))
15273 15546
15274 ;;;*** 15547 ;;;***
15275 15548
15276 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 15549 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
15277 ;;;;;; (15186 56483)) 15550 ;;;;;; (15650 57012))
15278 ;;; Generated autoloads from progmodes/scheme.el 15551 ;;; Generated autoloads from progmodes/scheme.el
15279 15552
15280 (autoload (quote scheme-mode) "scheme" "\ 15553 (autoload (quote scheme-mode) "scheme" "\
15281 Major mode for editing Scheme code. 15554 Major mode for editing Scheme code.
15282 Editing commands are similar to those of `lisp-mode'. 15555 Editing commands are similar to those of `lisp-mode'.
15554 Prefix arg means just kill any existing server communications subprocess." t nil) 15827 Prefix arg means just kill any existing server communications subprocess." t nil)
15555 15828
15556 ;;;*** 15829 ;;;***
15557 15830
15558 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 15831 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
15559 ;;;;;; (15598 57569)) 15832 ;;;;;; (15664 47250))
15560 ;;; Generated autoloads from textmodes/sgml-mode.el 15833 ;;; Generated autoloads from textmodes/sgml-mode.el
15561 15834
15562 (autoload (quote sgml-mode) "sgml-mode" "\ 15835 (autoload (quote sgml-mode) "sgml-mode" "\
15563 Major mode for editing SGML documents. 15836 Major mode for editing SGML documents.
15564 Makes > match <. 15837 Makes > match <.
15616 \\{html-mode-map}" t nil) 15889 \\{html-mode-map}" t nil)
15617 15890
15618 ;;;*** 15891 ;;;***
15619 15892
15620 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 15893 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
15621 ;;;;;; (15437 54281)) 15894 ;;;;;; (15631 17816))
15622 ;;; Generated autoloads from progmodes/sh-script.el 15895 ;;; Generated autoloads from progmodes/sh-script.el
15623 15896
15624 (put (quote sh-mode) (quote mode-class) (quote special)) 15897 (put (quote sh-mode) (quote mode-class) (quote special))
15625 15898
15626 (autoload (quote sh-mode) "sh-script" "\ 15899 (autoload (quote sh-mode) "sh-script" "\
15757 Set up file shadowing." t nil) 16030 Set up file shadowing." t nil)
15758 16031
15759 ;;;*** 16032 ;;;***
15760 16033
15761 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 16034 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
15762 ;;;;;; (15585 17811)) 16035 ;;;;;; (15650 57182))
15763 ;;; Generated autoloads from shell.el 16036 ;;; Generated autoloads from shell.el
15764 16037
15765 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 16038 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
15766 Regexp to match shells that don't save their command history, and 16039 Regexp to match shells that don't save their command history, and
15767 don't handle the backslash as a quote character. For shells that 16040 don't handle the backslash as a quote character. For shells that
16302 From a program takes two point or marker arguments, BEG and END." t nil) 16575 From a program takes two point or marker arguments, BEG and END." t nil)
16303 16576
16304 ;;;*** 16577 ;;;***
16305 16578
16306 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 16579 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
16307 ;;;;;; "speedbar.el" (15545 51482)) 16580 ;;;;;; "speedbar.el" (15660 558))
16308 ;;; Generated autoloads from speedbar.el 16581 ;;; Generated autoloads from speedbar.el
16309 16582
16310 (defalias (quote speedbar) (quote speedbar-frame-mode)) 16583 (defalias (quote speedbar) (quote speedbar-frame-mode))
16311 16584
16312 (autoload (quote speedbar-frame-mode) "speedbar" "\ 16585 (autoload (quote speedbar-frame-mode) "speedbar" "\
16682 16955
16683 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer 16956 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
16684 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 16957 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
16685 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 16958 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
16686 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 16959 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
16687 ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" 16960 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (15664
16688 ;;;;;; (15571 26633)) 16961 ;;;;;; 47248))
16689 ;;; Generated autoloads from strokes.el 16962 ;;; Generated autoloads from strokes.el
16690
16691 (defvar strokes-mode nil "\
16692 Non-nil when `strokes' is globally enabled.
16693 Setting this variable directly does not take effect. Use either Customize
16694 or M-x strokes-mode.")
16695
16696 (custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable))
16697
16698 (custom-add-load (quote strokes-mode) (quote strokes))
16699 16963
16700 (autoload (quote strokes-global-set-stroke) "strokes" "\ 16964 (autoload (quote strokes-global-set-stroke) "strokes" "\
16701 Interactively give STROKE the global binding as COMMAND. 16965 Interactively give STROKE the global binding as COMMAND.
16702 Operated just like `global-set-key', except for strokes. 16966 Operated just like `global-set-key', except for strokes.
16703 COMMAND is a symbol naming an interactively-callable function. STROKE 16967 COMMAND is a symbol naming an interactively-callable function. STROKE
16704 is a list of sampled positions on the stroke grid as described in the 16968 is a list of sampled positions on the stroke grid as described in the
16705 documentation for the `strokes-define-stroke' function." t nil) 16969 documentation for the `strokes-define-stroke' function." t nil)
16706
16707 (defalias (quote global-set-stroke) (quote strokes-global-set-stroke))
16708 16970
16709 (autoload (quote strokes-read-stroke) "strokes" "\ 16971 (autoload (quote strokes-read-stroke) "strokes" "\
16710 Read a simple stroke (interactively) and return the stroke. 16972 Read a simple stroke (interactively) and return the stroke.
16711 Optional PROMPT in minibuffer displays before and during stroke reading. 16973 Optional PROMPT in minibuffer displays before and during stroke reading.
16712 This function will display the stroke interactively as it is being 16974 This function will display the stroke interactively as it is being
16716 16978
16717 (autoload (quote strokes-read-complex-stroke) "strokes" "\ 16979 (autoload (quote strokes-read-complex-stroke) "strokes" "\
16718 Read a complex stroke (interactively) and return the stroke. 16980 Read a complex stroke (interactively) and return the stroke.
16719 Optional PROMPT in minibuffer displays before and during stroke reading. 16981 Optional PROMPT in minibuffer displays before and during stroke reading.
16720 Note that a complex stroke allows the user to pen-up and pen-down. This 16982 Note that a complex stroke allows the user to pen-up and pen-down. This
16721 is implemented by allowing the user to paint with button1 or button2 and 16983 is implemented by allowing the user to paint with button 1 or button 2 and
16722 then complete the stroke with button3. 16984 then complete the stroke with button 3.
16723 Optional EVENT is acceptable as the starting event of the stroke" nil nil) 16985 Optional EVENT is acceptable as the starting event of the stroke" nil nil)
16724 16986
16725 (autoload (quote strokes-do-stroke) "strokes" "\ 16987 (autoload (quote strokes-do-stroke) "strokes" "\
16726 Read a simple stroke from the user and then execute its command. 16988 Read a simple stroke from the user and then execute its command.
16727 This must be bound to a mouse event." t nil) 16989 This must be bound to a mouse event." t nil)
16731 This must be bound to a mouse event." t nil) 16993 This must be bound to a mouse event." t nil)
16732 16994
16733 (autoload (quote strokes-describe-stroke) "strokes" "\ 16995 (autoload (quote strokes-describe-stroke) "strokes" "\
16734 Displays the command which STROKE maps to, reading STROKE interactively." t nil) 16996 Displays the command which STROKE maps to, reading STROKE interactively." t nil)
16735 16997
16736 (defalias (quote describe-stroke) (quote strokes-describe-stroke))
16737
16738 (autoload (quote strokes-help) "strokes" "\ 16998 (autoload (quote strokes-help) "strokes" "\
16739 Get instructional help on using the `strokes' package." t nil) 16999 Get instruction on using the `strokes' package." t nil)
16740 17000
16741 (autoload (quote strokes-load-user-strokes) "strokes" "\ 17001 (autoload (quote strokes-load-user-strokes) "strokes" "\
16742 Load user-defined strokes from file named by `strokes-file'." t nil) 17002 Load user-defined strokes from file named by `strokes-file'." t nil)
16743
16744 (defalias (quote load-user-strokes) (quote strokes-load-user-strokes))
16745 17003
16746 (autoload (quote strokes-list-strokes) "strokes" "\ 17004 (autoload (quote strokes-list-strokes) "strokes" "\
16747 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. 17005 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
16748 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes 17006 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
16749 chronologically by command name. 17007 chronologically by command name.
16750 If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil) 17008 If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil)
16751 17009
17010 (defvar strokes-mode nil "\
17011 Non-nil if Strokes mode is enabled.
17012 See the command `strokes-mode' for a description of this minor-mode.
17013 Setting this variable directly does not take effect;
17014 use either \\[customize] or the function `strokes-mode'.")
17015
17016 (custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable))
17017
17018 (custom-add-load (quote strokes-mode) (quote strokes))
17019
16752 (autoload (quote strokes-mode) "strokes" "\ 17020 (autoload (quote strokes-mode) "strokes" "\
16753 Toggle strokes being enabled. 17021 Toggle Strokes global minor mode.\\<strokes-mode-map>
16754 With ARG, turn strokes on if and only if ARG is positive or true. 17022 With ARG, turn strokes on if and only if ARG is positive.
16755 Note that `strokes-mode' is a global mode. Think of it as a minor 17023 Strokes are pictographic mouse gestures which invoke commands.
16756 mode in all buffers when activated. 17024 Strokes are invoked with \\[strokes-do-stroke]. You can define
16757 By default, strokes are invoked with mouse button-2. You can define 17025 new strokes with \\[strokes-global-set-stroke]. See also
16758 new strokes with 17026 \\[strokes-do-complex-stroke] for `complex' strokes.
16759
16760 > M-x global-set-stroke
16761 17027
16762 To use strokes for pictographic editing, such as Chinese/Japanese, use 17028 To use strokes for pictographic editing, such as Chinese/Japanese, use
16763 S-mouse-2, which draws strokes and inserts them. Encode/decode your 17029 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
16764 strokes with 17030 Encode/decode your strokes with \\[strokes-encode-buffer],
16765 17031 \\[strokes-decode-buffer].
16766 > M-x strokes-encode-buffer 17032
16767 > M-x strokes-decode-buffer" t nil) 17033 \\{strokes-mode-map}" t nil)
16768 17034
16769 (autoload (quote strokes-decode-buffer) "strokes" "\ 17035 (autoload (quote strokes-decode-buffer) "strokes" "\
16770 Decode stroke strings in BUFFER and display their corresponding glyphs. 17036 Decode stroke strings in BUFFER and display their corresponding glyphs.
16771 Optional BUFFER defaults to the current buffer. 17037 Optional BUFFER defaults to the current buffer.
16772 Optional FORCE non-nil will ignore the buffer's read-only status." t nil) 17038 Optional FORCE non-nil will ignore the buffer's read-only status." t nil)
17035 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command 17301 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
17036 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names 17302 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
17037 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 17303 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
17038 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 17304 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
17039 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 17305 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
17040 ;;;;;; (15568 22304)) 17306 ;;;;;; (15648 46017))
17041 ;;; Generated autoloads from textmodes/tex-mode.el 17307 ;;; Generated autoloads from textmodes/tex-mode.el
17042 17308
17043 (defvar tex-shell-file-name nil "\ 17309 (defvar tex-shell-file-name nil "\
17044 *If non-nil, the shell file name to run in the subshell used to run TeX.") 17310 *If non-nil, the shell file name to run in the subshell used to run TeX.")
17045 17311
17323 if large. You can use Info-split to do this manually." t nil) 17589 if large. You can use Info-split to do this manually." t nil)
17324 17590
17325 ;;;*** 17591 ;;;***
17326 17592
17327 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 17593 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
17328 ;;;;;; "texinfo" "textmodes/texinfo.el" (15565 44318)) 17594 ;;;;;; "texinfo" "textmodes/texinfo.el" (15656 41252))
17329 ;;; Generated autoloads from textmodes/texinfo.el 17595 ;;; Generated autoloads from textmodes/texinfo.el
17330 17596
17331 (defvar texinfo-open-quote "``" "\ 17597 (defvar texinfo-open-quote "``" "\
17332 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.") 17598 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
17333 17599
17663 17929
17664 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string 17930 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
17665 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 17931 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
17666 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 17932 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
17667 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 17933 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
17668 ;;;;;; (15332 4541)) 17934 ;;;;;; (15664 47249))
17669 ;;; Generated autoloads from calendar/timeclock.el 17935 ;;; Generated autoloads from calendar/timeclock.el
17670 17936
17671 (autoload (quote timeclock-modeline-display) "timeclock" "\ 17937 (autoload (quote timeclock-modeline-display) "timeclock" "\
17672 Toggle display of the amount of time left today in the modeline. 17938 Toggle display of the amount of time left today in the modeline.
17673 If `timeclock-use-display-time' is non-nil, the modeline will be 17939 If `timeclock-use-display-time' is non-nil, the modeline will be
17742 18008
17743 ;;;*** 18009 ;;;***
17744 18010
17745 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 18011 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
17746 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 18012 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
17747 ;;;;;; "timer.el" (15293 31965)) 18013 ;;;;;; "timer.el" (15664 47248))
17748 ;;; Generated autoloads from timer.el 18014 ;;; Generated autoloads from timer.el
17749 18015
17750 (defalias (quote disable-timeout) (quote cancel-timer)) 18016 (defalias (quote disable-timeout) (quote cancel-timer))
17751 18017
17752 (autoload (quote cancel-timer) "timer" "\ 18018 (autoload (quote cancel-timer) "timer" "\
17900 18166
17901 ;;;*** 18167 ;;;***
17902 18168
17903 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 18169 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
17904 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 18170 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
17905 ;;;;;; "toolbar/tool-bar.el" (15574 58331)) 18171 ;;;;;; "toolbar/tool-bar.el" (15634 19114))
17906 ;;; Generated autoloads from toolbar/tool-bar.el 18172 ;;; Generated autoloads from toolbar/tool-bar.el
17907 18173
17908 (defvar tool-bar-mode nil "\ 18174 (defvar tool-bar-mode nil "\
17909 Non-nil if Tool-Bar mode is enabled. 18175 Non-nil if Tool-Bar mode is enabled.
17910 See the command `tool-bar-mode' for a description of this minor-mode. 18176 See the command `tool-bar-mode' for a description of this minor-mode.
17973 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap." nil nil) 18239 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap." nil nil)
17974 18240
17975 ;;;*** 18241 ;;;***
17976 18242
17977 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 18243 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
17978 ;;;;;; (15605 8122)) 18244 ;;;;;; (15641 32975))
17979 ;;; Generated autoloads from tooltip.el 18245 ;;; Generated autoloads from tooltip.el
17980 18246
17981 (autoload (quote tooltip-mode) "tooltip" "\ 18247 (autoload (quote tooltip-mode) "tooltip" "\
17982 Mode for tooltip display. 18248 Mode for tooltip display.
17983 With ARG, turn tooltip mode on if and only if ARG is positive." t nil) 18249 With ARG, turn tooltip mode on if and only if ARG is positive." t nil)
17991 18257
17992 (custom-add-load (quote tooltip-mode) (quote tooltip)) 18258 (custom-add-load (quote tooltip-mode) (quote tooltip))
17993 18259
17994 ;;;*** 18260 ;;;***
17995 18261
17996 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15400 18262 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15651
17997 ;;;;;; 24828)) 18263 ;;;;;; 2747))
17998 ;;; Generated autoloads from emulation/tpu-edt.el 18264 ;;; Generated autoloads from emulation/tpu-edt.el
17999 18265
18000 (defalias (quote tpu-edt-mode) (quote tpu-edt-on)) 18266 (defalias (quote tpu-edt-mode) (quote tpu-edt-on))
18001 18267
18002 (defalias (quote tpu-edt) (quote tpu-edt-on)) 18268 (defalias (quote tpu-edt) (quote tpu-edt-on))
18053 For every call of FUNCTION Lisp-style trace messages that display argument 18319 For every call of FUNCTION Lisp-style trace messages that display argument
18054 and return values will be inserted into BUFFER. This function generates the 18320 and return values will be inserted into BUFFER. This function generates the
18055 trace advice for FUNCTION and activates it together with any other advice 18321 trace advice for FUNCTION and activates it together with any other advice
18056 there might be!! Trace output will quietly go to BUFFER without changing 18322 there might be!! Trace output will quietly go to BUFFER without changing
18057 the window or buffer configuration at all." t nil) 18323 the window or buffer configuration at all." t nil)
18324
18325 ;;;***
18326
18327 ;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp)
18328 ;;;;;; "tramp" "net/tramp.el" (15664 47249))
18329 ;;; Generated autoloads from net/tramp.el
18330
18331 (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
18332 Value for `tramp-file-name-regexp' for unified remoting.
18333 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
18334 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
18335
18336 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
18337 Value for `tramp-file-name-regexp' for separate remoting.
18338 XEmacs uses a separate filename syntax for Tramp and EFS.
18339 See `tramp-file-name-structure-separate' for more explanations.")
18340
18341 (defvar tramp-file-name-regexp (if (featurep (quote xemacs)) tramp-file-name-regexp-separate tramp-file-name-regexp-unified) "\
18342 *Regular expression matching file names handled by tramp.
18343 This regexp should match tramp file names but no other file names.
18344 \(When tramp.el is loaded, this regular expression is prepended to
18345 `file-name-handler-alist', and that is searched sequentially. Thus,
18346 if the tramp entry appears rather early in the `file-name-handler-alist'
18347 and is a bit too general, then some files might be considered tramp
18348 files which are not really tramp files.
18349
18350 Please note that the entry in `file-name-handler-alist' is made when
18351 this file (tramp.el) is loaded. This means that this variable must be set
18352 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
18353 updated after changing this variable.
18354
18355 Also see `tramp-file-name-structure' and `tramp-make-tramp-file-format'.")
18356
18357 (autoload (quote tramp-file-name-handler) "tramp" "\
18358 Invoke tramp file name handler.
18359 Falls back to normal file name handler if no tramp file name handler exists." nil nil)
18360
18361 (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
18058 18362
18059 ;;;*** 18363 ;;;***
18060 18364
18061 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 18365 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
18062 ;;;;;; "textmodes/two-column.el" (15304 37383)) 18366 ;;;;;; "textmodes/two-column.el" (15304 37383))
18574 `vc-annotate-very-old-color' defines the mapping of time to 18878 `vc-annotate-very-old-color' defines the mapping of time to
18575 colors. `vc-annotate-background' specifies the background color." t nil) 18879 colors. `vc-annotate-background' specifies the background color." t nil)
18576 18880
18577 ;;;*** 18881 ;;;***
18578 18882
18579 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15583 13479)) 18883 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15651 2475))
18580 ;;; Generated autoloads from vc-cvs.el 18884 ;;; Generated autoloads from vc-cvs.el
18581 (defun vc-cvs-registered (f) 18885 (defun vc-cvs-registered (f)
18582 (when (file-readable-p (expand-file-name 18886 (when (file-readable-p (expand-file-name
18583 "CVS/Entries" (file-name-directory f))) 18887 "CVS/Entries" (file-name-directory f)))
18584 (require 'vc-cvs) 18888 (require 'vc-cvs)
18972 19276
18973 ;;;*** 19277 ;;;***
18974 19278
18975 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 19279 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
18976 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame 19280 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame
18977 ;;;;;; view-file-other-window view-file) "view" "view.el" (15349 19281 ;;;;;; view-file-other-window view-file) "view" "view.el" (15623
18978 ;;;;;; 43162)) 19282 ;;;;;; 15523))
18979 ;;; Generated autoloads from view.el 19283 ;;; Generated autoloads from view.el
18980 19284
18981 (defvar view-mode nil "\ 19285 (defvar view-mode nil "\
18982 Non-nil if View mode is enabled. 19286 Non-nil if View mode is enabled.
18983 Don't change this variable directly, you must change it by one of the 19287 Don't change this variable directly, you must change it by one of the
19633 (autoload (quote psychoanalyze-pinhead) "yow" "\ 19937 (autoload (quote psychoanalyze-pinhead) "yow" "\
19634 Zippy goes to the analyst." t nil) 19938 Zippy goes to the analyst." t nil)
19635 19939
19636 ;;;*** 19940 ;;;***
19637 19941
19638 ;;;### (autoloads (zone) "zone" "play/zone.el" (15422 4402)) 19942 ;;;### (autoloads (zone) "zone" "play/zone.el" (15634 63601))
19639 ;;; Generated autoloads from play/zone.el 19943 ;;; Generated autoloads from play/zone.el
19640 19944
19641 (autoload (quote zone) "zone" "\ 19945 (autoload (quote zone) "zone" "\
19642 Zone out, completely." t nil) 19946 Zone out, completely." t nil)
19643 19947
19660 19964
19661 - fontification" t nil) 19965 - fontification" t nil)
19662 19966
19663 ;;;*** 19967 ;;;***
19664 19968
19665 ;;;### (autoloads nil nil ("calc/calc-units.el" "calc/calc-help.el" 19969 ;;;### (autoloads nil nil ("eshell/esh-groups.el" "startup.el" "replace.el"
19666 ;;;;;; "language/utf-8-lang.el" "language/georgian.el" "international/utf-8-subst.el" 19970 ;;;;;; "help.el" "finder-inf.el" "ediff-ptch.el" "cus-load.el" "language/cyrillic.el"
19667 ;;;;;; "international/ucs-tables.el" "international/mule.el" "international/mule-cmds.el" 19971 ;;;;;; "select.el" "textmodes/text-mode.el" "textmodes/texnfo-upd.el"
19668 ;;;;;; "gnus/nnvirtual.el" "gnus/nnmail.el" "gnus/gnus-cite.el" 19972 ;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el"
19669 ;;;;;; "emulation/viper-cmd.el" "emulation/cua-rect.el" "emulation/cua-gmrk.el" 19973 ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-global.el"
19670 ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-extra.el" "term/x-win.el" 19974 ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el"
19671 ;;;;;; "progmodes/cc-engine.el" "net/ldap.el" "xscheme.el" "w32-vars.el" 19975 ;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el"
19672 ;;;;;; "version.el" "uniquify.el" "subr.el" "startup.el" "mouse.el" 19976 ;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el"
19673 ;;;;;; "menu-bar.el" "loadup.el" "indent.el" "filesets.el" "faces.el" 19977 ;;;;;; "textmodes/bib-mode.el" "term/wyse50.el" "term/vt420.el"
19674 ;;;;;; "custom.el" "abbrev.el" "abbrevlist.el" "allout.el" "bindings.el" 19978 ;;;;;; "term/vt400.el" "term/vt320.el" "term/vt300.el" "term/vt240.el"
19675 ;;;;;; "buff-menu.el" "byte-run.el" "case-table.el" "cdl.el" "cus-dep.el" 19979 ;;;;;; "term/vt220.el" "term/vt201.el" "term/vt200.el" "term/vt125.el"
19676 ;;;;;; "cus-load.el" "cus-start.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" 19980 ;;;;;; "term/vt102.el" "term/vt100.el" "term/tvi970.el" "term/sup-mouse.el"
19677 ;;;;;; "ediff-diff.el" "ediff-hook.el" "ediff-init.el" "ediff-merg.el" 19981 ;;;;;; "term/sun.el" "term/sun-mouse.el" "term/rxvt.el" "term/pc-win.el"
19678 ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" 19982 ;;;;;; "term/news.el" "term/lk201.el" "term/linux.el" "term/keyswap.el"
19679 ;;;;;; "emacs-lock.el" "env.el" "finder-inf.el" "float-sup.el" "foldout.el" 19983 ;;;;;; "term/iris-ansi.el" "term/internal.el" "term/bobcat.el" "term/bg-mouse.el"
19680 ;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" 19984 ;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"
19681 ;;;;;; "help.el" "isearch.el" "kermit.el" "map-ynp.el" "misc.el" 19985 ;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el"
19682 ;;;;;; "mouse-copy.el" "mouse-drag.el" "patcomp.el" "paths.el" "pcvs-parse.el" 19986 ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-defs.el"
19683 ;;;;;; "pcvs-util.el" "regi.el" "register.el" "s-region.el" "saveplace.el" 19987 ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el"
19684 ;;;;;; "scroll-bar.el" "soundex.el" "tempo.el" "timezone.el" "unused.el" 19988 ;;;;;; "progmodes/cc-align.el" "play/meese.el" "play/gametree.el"
19685 ;;;;;; "vc-hooks.el" "vcursor.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 19989 ;;;;;; "play/gamegrid.el" "obsolete/x-menu.el" "obsolete/x-apollo.el"
19686 ;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el" 19990 ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el"
19687 ;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" 19991 ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el"
19688 ;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" 19992 ;;;;;; "obsolete/ooutline.el" "obsolete/mlsupport.el" "obsolete/hilit19.el"
19689 ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-forms.el" 19993 ;;;;;; "obsolete/cplus-md.el" "mail/vms-pmail.el" "mail/uce.el"
19690 ;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-graph.el" 19994 ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el"
19691 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 19995 ;;;;;; "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el"
19692 ;;;;;; "calc/calc-macs.el" "calc/calc-maint.el" "calc/calc-map.el" 19996 ;;;;;; "mail/blessmail.el" "language/vietnamese.el" "language/tibetan.el"
19693 ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el" 19997 ;;;;;; "language/thai.el" "language/slovak.el" "language/romanian.el"
19694 ;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el" 19998 ;;;;;; "language/misc-lang.el" "language/lao.el" "language/korean.el"
19695 ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" 19999 ;;;;;; "language/japanese.el" "language/indian.el" "language/hebrew.el"
19696 ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" 20000 ;;;;;; "language/greek.el" "language/european.el" "language/ethiopic.el"
19697 ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-vec.el" 20001 ;;;;;; "language/english.el" "language/devanagari.el" "language/czech.el"
19698 ;;;;;; "calc/calc-yank.el" "calc/calcalg2.el" "calc/calcalg3.el" 20002 ;;;;;; "language/chinese.el" "international/utf-8.el" "international/swedish.el"
19699 ;;;;;; "calc/calccomp.el" "calc/calcsel2.el" "eshell/em-alias.el" 20003 ;;;;;; "international/ogonek.el" "international/mule-conf.el" "international/latin-9.el"
19700 ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 20004 ;;;;;; "international/latin-8.el" "international/latin-5.el" "international/latin-4.el"
19701 ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 20005 ;;;;;; "international/latin-3.el" "international/latin-2.el" "international/latin-1.el"
19702 ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" 20006 ;;;;;; "international/ja-dic-utl.el" "international/ja-dic-cnv.el"
19703 ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" 20007 ;;;;;; "international/iso-swed.el" "international/iso-insert.el"
19704 ;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" 20008 ;;;;;; "international/iso-ascii.el" "gnus/webmail.el" "gnus/utf7.el"
19705 ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" 20009 ;;;;;; "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el"
19706 ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" 20010 ;;;;;; "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el"
19707 ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 20011 ;;;;;; "gnus/nnweb.el" "gnus/nnwarchive.el" "gnus/nnultimate.el"
19708 ;;;;;; "eshell/esh-var.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 20012 ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el"
19709 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/netrc.el" "calendar/cal-china.el" 20013 ;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnlistserv.el" "gnus/nnimap.el"
19710 ;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" 20014 ;;;;;; "gnus/nngateway.el" "gnus/nneething.el" "gnus/nndraft.el"
19711 ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 20015 ;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mml.el"
19712 ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 20016 ;;;;;; "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el" "gnus/mm-decode.el"
19713 ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el" 20017 ;;;;;; "gnus/mm-bodies.el" "gnus/messcompat.el" "gnus/mailcap.el"
19714 ;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/byte-opt.el" 20018 ;;;;;; "gnus/mail-source.el" "gnus/mail-prsvr.el" "gnus/mail-parse.el"
19715 ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-specs.el" 20019 ;;;;;; "gnus/imap.el" "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-uu.el"
19716 ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" 20020 ;;;;;; "gnus/gnus-util.el" "gnus/gnus-undo.el" "gnus/gnus-srvr.el"
19717 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" 20021 ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el"
19718 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" 20022 ;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el"
19719 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" 20023 ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el"
19720 ;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" 20024 ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el"
19721 ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" 20025 ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el"
19722 ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 20026 ;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el"
19723 ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 20027 ;;;;;; "emulation/viper-util.el" "emulation/viper-mous.el" "emulation/viper-macs.el"
19724 ;;;;;; "gnus/flow-fill.el" "gnus/format-spec.el" "gnus/gnus-async.el" 20028 ;;;;;; "emulation/viper-keym.el" "emulation/viper-init.el" "emulation/viper-ex.el"
19725 ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 20029 ;;;;;; "emulation/tpu-mapper.el" "emulation/edt-vt100.el" "emulation/edt-pc.el"
19726 ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 20030 ;;;;;; "emulation/edt-mapper.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el"
19727 ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 20031 ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el"
19728 ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 20032 ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el"
19729 ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 20033 ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/find-gc.el"
19730 ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 20034 ;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el"
19731 ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" 20035 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-compat.el" "emacs-lisp/byte-opt.el"
19732 ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/mail-parse.el" 20036 ;;;;;; "emacs-lisp/assoc.el" "calendar/parse-time.el" "calendar/cal-x.el"
19733 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 20037 ;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el"
19734 ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 20038 ;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el"
19735 ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el" 20039 ;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el"
19736 ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" 20040 ;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "net/netrc.el"
19737 ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" 20041 ;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
19738 ;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" 20042 ;;;;;; "net/eudc-vars.el" "eshell/esh-var.el" "eshell/esh-proc.el"
19739 ;;;;;; "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el" "gnus/nntp.el" 20043 ;;;;;; "eshell/esh-opt.el" "eshell/esh-module.el" "eshell/esh-maint.el"
19740 ;;;;;; "gnus/nnultimate.el" "gnus/nnwarchive.el" "gnus/nnweb.el" 20044 ;;;;;; "eshell/esh-io.el" "eshell/esh-ext.el" "eshell/esh-cmd.el"
19741 ;;;;;; "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" "gnus/rfc2045.el" 20045 ;;;;;; "eshell/esh-arg.el" "eshell/em-xtra.el" "eshell/em-term.el"
19742 ;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" 20046 ;;;;;; "eshell/em-smart.el" "eshell/em-script.el" "eshell/em-rebind.el"
19743 ;;;;;; "gnus/utf7.el" "gnus/webmail.el" "international/characters.el" 20047 ;;;;;; "eshell/em-prompt.el" "eshell/em-ls.el" "eshell/em-hist.el"
19744 ;;;;;; "international/iso-ascii.el" "international/iso-insert.el" 20048 ;;;;;; "eshell/em-glob.el" "eshell/em-cmpl.el" "eshell/em-basic.el"
19745 ;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el" 20049 ;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "calc/calcsel2.el"
19746 ;;;;;; "international/ja-dic-utl.el" "international/latin-1.el" 20050 ;;;;;; "calc/calccomp.el" "calc/calcalg3.el" "calc/calcalg2.el"
19747 ;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el" 20051 ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-undo.el"
19748 ;;;;;; "international/latin-5.el" "international/latin-8.el" "international/latin-9.el" 20052 ;;;;;; "calc/calc-trail.el" "calc/calc-stuff.el" "calc/calc-store.el"
19749 ;;;;;; "international/mule-conf.el" "international/ogonek.el" "international/swedish.el" 20053 ;;;;;; "calc/calc-stat.el" "calc/calc-sel.el" "calc/calc-rules.el"
19750 ;;;;;; "international/utf-8.el" "language/chinese.el" "language/czech.el" 20054 ;;;;;; "calc/calc-rewr.el" "calc/calc-prog.el" "calc/calc-poly.el"
19751 ;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el" 20055 ;;;;;; "calc/calc-mtx.el" "calc/calc-mode.el" "calc/calc-misc.el"
19752 ;;;;;; "language/european.el" "language/greek.el" "language/hebrew.el" 20056 ;;;;;; "calc/calc-math.el" "calc/calc-map.el" "calc/calc-maint.el"
19753 ;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" 20057 ;;;;;; "calc/calc-macs.el" "calc/calc-lang.el" "calc/calc-keypd.el"
19754 ;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" 20058 ;;;;;; "calc/calc-incom.el" "calc/calc-graph.el" "calc/calc-funcs.el"
19755 ;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 20059 ;;;;;; "calc/calc-frac.el" "calc/calc-forms.el" "calc/calc-fin.el"
19756 ;;;;;; "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el" 20060 ;;;;;; "calc/calc-embed.el" "calc/calc-cplx.el" "calc/calc-comb.el"
19757 ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-pick.el" "mail/mh-seq.el" 20061 ;;;;;; "calc/calc-bin.el" "calc/calc-arith.el" "calc/calc-aent.el"
19758 ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" 20062 ;;;;;; "xml.el" "window.el" "widget.el" "vt100-led.el" "vt-control.el"
19759 ;;;;;; "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/cplus-md.el" 20063 ;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "vc-hooks.el" "unused.el"
19760 ;;;;;; "obsolete/hilit19.el" "obsolete/mlsupport.el" "obsolete/ooutline.el" 20064 ;;;;;; "timezone.el" "tempo.el" "soundex.el" "scroll-bar.el" "saveplace.el"
19761 ;;;;;; "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el" 20065 ;;;;;; "s-region.el" "register.el" "regi.el" "pcvs-util.el" "paths.el"
19762 ;;;;;; "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el" 20066 ;;;;;; "patcomp.el" "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el"
19763 ;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "play/gamegrid.el" 20067 ;;;;;; "kermit.el" "isearch.el" "generic-x.el" "frame.el" "forms-pass.el"
19764 ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 20068 ;;;;;; "forms-d2.el" "foldout.el" "float-sup.el" "env.el" "emacs-lock.el"
19765 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 20069 ;;;;;; "electric.el" "ediff-wind.el" "ediff-vers.el" "ediff-merg.el"
19766 ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-menus.el" 20070 ;;;;;; "ediff-init.el" "ediff-hook.el" "dos-vars.el" "dos-fns.el"
19767 ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" 20071 ;;;;;; "cus-start.el" "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el"
19768 ;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 20072 ;;;;;; "buff-menu.el" "abbrevlist.el" "abbrev.el" "custom.el" "indent.el"
19769 ;;;;;; "progmodes/mantemp.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" 20073 ;;;;;; "loadup.el" "mouse.el" "version.el" "w32-vars.el" "xscheme.el"
19770 ;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el" 20074 ;;;;;; "net/ldap.el" "progmodes/cc-engine.el" "term/x-win.el" "emacs-lisp/cl-extra.el"
19771 ;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 20075 ;;;;;; "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el" "gnus/gnus-cite.el"
19772 ;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" 20076 ;;;;;; "gnus/nnmail.el" "gnus/nnvirtual.el" "international/ucs-tables.el"
19773 ;;;;;; "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" 20077 ;;;;;; "international/utf-8-subst.el" "language/georgian.el" "language/utf-8-lang.el"
19774 ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" 20078 ;;;;;; "calc/calc-help.el" "calc/calc-units.el" "allout.el" "bindings.el"
19775 ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" 20079 ;;;;;; "dos-w32.el" "ediff-diff.el" "faces.el" "files.el" "filesets.el"
19776 ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" 20080 ;;;;;; "font-core.el" "format.el" "menu-bar.el" "pcvs-info.el" "pcvs-parse.el"
19777 ;;;;;; "term/wyse50.el" "term/xterm.el" "textmodes/bib-mode.el" 20081 ;;;;;; "simple.el" "subr.el" "uniquify.el" "w32-fns.el" "calc/calc-alg.el"
19778 ;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 20082 ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
19779 ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 20083 ;;;;;; "gnus/nnheader.el" "emacs-lisp/authors.el" "emacs-lisp/bindat.el"
19780 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 20084 ;;;;;; "emacs-lisp/lisp-mode.el" "emulation/cua-rect.el" "emulation/viper-cmd.el"
19781 ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" 20085 ;;;;;; "eshell/em-dirs.el" "eshell/em-pred.el" "eshell/em-unix.el"
19782 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 20086 ;;;;;; "eshell/esh-util.el" "international/characters.el" "international/mule-cmds.el"
19783 ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" 20087 ;;;;;; "international/mule.el" "net/tramp-vc.el" "obsolete/c-mode.el"
19784 ;;;;;; "files.el" "font-core.el" "pcvs-info.el" "replace.el" "select.el" 20088 ;;;;;; "progmodes/ada-prj.el" "progmodes/ebnf-yac.el" "term/mac-win.el"
19785 ;;;;;; "simple.el" "subdirs.el" "eshell/esh-groups.el" "language/cyrillic.el") 20089 ;;;;;; "term/tty-colors.el" "term/w32-win.el" "term/xterm.el" "textmodes/reftex-vars.el"
19786 ;;;;;; (15618 38135 28962)) 20090 ;;;;;; "subdirs.el") (15664 47491 872725))
19787 20091
19788 ;;;*** 20092 ;;;***
19789 20093
19790 ;;; Local Variables: 20094 ;;; Local Variables:
19791 ;;; version-control: never 20095 ;;; version-control: never