aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-06 13:37:29 +0000
committerGerd Moellmann1999-12-06 13:37:29 +0000
commitcded5ed3bf83a6982f15ccb93e1af31b75151a0e (patch)
treed23e7138a1ad777c7580564e0541354bbe63c537
parent6cb6e7a20bb1fa4daf3e8f7782682e0ef96547a7 (diff)
downloademacs-cded5ed3bf83a6982f15ccb93e1af31b75151a0e.tar.gz
emacs-cded5ed3bf83a6982f15ccb93e1af31b75151a0e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/cus-load.el25
-rw-r--r--lisp/loaddefs.el473
3 files changed, 320 insertions, 180 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9d3df5a3ac..fd03530ffc4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
11999-12-06 Gerd Moellmann <gerd@gnu.org> 11999-12-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * simple.el (insert-buffer): Doc fix.
4
3 * apropos.el (apropos-mode): Add autoload cookie. 5 * apropos.el (apropos-mode): Add autoload cookie.
4 6
51999-12-06 Sam Steingold <sds@goems.com> 71999-12-06 Sam Steingold <sds@goems.com>
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index 2b5f8d1467a..8eb5cadf688 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -86,6 +86,7 @@
86(put 'gnus-meta 'custom-loads '("gnus")) 86(put 'gnus-meta 'custom-loads '("gnus"))
87(put 'mouse-sel 'custom-loads '("mouse-sel")) 87(put 'mouse-sel 'custom-loads '("mouse-sel"))
88(put 'sort 'custom-loads '("sort")) 88(put 'sort 'custom-loads '("sort"))
89(put 'antlr 'custom-loads '("antlr-mode"))
89(put 'trace 'custom-loads '("trace")) 90(put 'trace 'custom-loads '("trace"))
90(put 'gnus-article-washing 'custom-loads '("gnus-art")) 91(put 'gnus-article-washing 'custom-loads '("gnus-art"))
91(put 'mh-hook 'custom-loads '("mh-e")) 92(put 'mh-hook 'custom-loads '("mh-e"))
@@ -107,7 +108,7 @@
107(put 'iso-acc 'custom-loads '("iso-acc")) 108(put 'iso-acc 'custom-loads '("iso-acc"))
108(put 'gnus-summary-pick 'custom-loads '("gnus-salt")) 109(put 'gnus-summary-pick 'custom-loads '("gnus-salt"))
109(put 'gnus-thread 'custom-loads '("gnus-sum")) 110(put 'gnus-thread 'custom-loads '("gnus-sum"))
110(put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "fortran" "hideshow" "icon" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode")) 111(put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "fortran" "hideshow" "icon" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode"))
111(put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars")) 112(put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars"))
112(put 'ediff-ptch 'custom-loads '("ediff-ptch")) 113(put 'ediff-ptch 'custom-loads '("ediff-ptch"))
113(put 'jka-compr 'custom-loads '("jka-compr")) 114(put 'jka-compr 'custom-loads '("jka-compr"))
@@ -135,7 +136,7 @@
135(put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars")) 136(put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars"))
136(put 'calendar-hooks 'custom-loads '("calendar")) 137(put 'calendar-hooks 'custom-loads '("calendar"))
137(put 'mailalias 'custom-loads '("mailalias")) 138(put 'mailalias 'custom-loads '("mailalias"))
138(put 'frames 'custom-loads '("frame" "scroll-bar" "desktop" "ediff-wind" "imenu" "rsz-mini" "two-column")) 139(put 'frames 'custom-loads '("frame" "scroll-bar" "menu-bar" "desktop" "ediff-wind" "imenu" "rsz-mini" "two-column"))
139(put 'gnus-server 'custom-loads '("gnus")) 140(put 'gnus-server 'custom-loads '("gnus"))
140(put 'paren-showing 'custom-loads '("paren")) 141(put 'paren-showing 'custom-loads '("paren"))
141(put 'dos-fns 'custom-loads '("dos-vars")) 142(put 'dos-fns 'custom-loads '("dos-vars"))
@@ -212,7 +213,7 @@
212(put 'archive 'custom-loads '("arc-mode")) 213(put 'archive 'custom-loads '("arc-mode"))
213(put 'PostScript-interaction 'custom-loads '("ps-mode")) 214(put 'PostScript-interaction 'custom-loads '("ps-mode"))
214(put 'ps-print 'custom-loads '("ps-print")) 215(put 'ps-print 'custom-loads '("ps-print"))
215(put 'view 'custom-loads '("view")) 216(put 'view 'custom-loads '("view" "calendar"))
216(put 'gnus-score-default 'custom-loads '("gnus-score" "gnus-sum")) 217(put 'gnus-score-default 'custom-loads '("gnus-score" "gnus-sum"))
217(put 'nnmail-duplicate 'custom-loads '("nnmail")) 218(put 'nnmail-duplicate 'custom-loads '("nnmail"))
218(put 'handwrite 'custom-loads '("handwrite")) 219(put 'handwrite 'custom-loads '("handwrite"))
@@ -405,7 +406,7 @@
405(put 'reftex-index-support 'custom-loads '("reftex-vars")) 406(put 'reftex-index-support 'custom-loads '("reftex-vars"))
406(put 'pascal 'custom-loads '("pascal")) 407(put 'pascal 'custom-loads '("pascal"))
407(put 'rmail-retrieve 'custom-loads '("rmail")) 408(put 'rmail-retrieve 'custom-loads '("rmail"))
408(put 'data 'custom-loads '("arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp")) 409(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp"))
409(put 'mail 'custom-loads '("simple" "startup" "ph" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) 410(put 'mail 'custom-loads '("simple" "startup" "ph" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune"))
410(put 'paren-blinking 'custom-loads '("simple")) 411(put 'paren-blinking 'custom-loads '("simple"))
411(put 'gnus-summary-sort 'custom-loads '("gnus-sum")) 412(put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
@@ -432,7 +433,7 @@
432(put 'widget-button 'custom-loads '("wid-edit")) 433(put 'widget-button 'custom-loads '("wid-edit"))
433(put 'uniquify 'custom-loads '("uniquify")) 434(put 'uniquify 'custom-loads '("uniquify"))
434(put 'old-c++ 'custom-loads '("cplus-md")) 435(put 'old-c++ 'custom-loads '("cplus-md"))
435(put 'ps-print-font 'custom-loads '("ps-print-def" "ps-print")) 436(put 'ps-print-font 'custom-loads '("ps-print"))
436(put 'vhdl-misc 'custom-loads '("vhdl-mode")) 437(put 'vhdl-misc 'custom-loads '("vhdl-mode"))
437(put 'dired-x 'custom-loads '("dired-x")) 438(put 'dired-x 'custom-loads '("dired-x"))
438(put 'spook 'custom-loads '("spook")) 439(put 'spook 'custom-loads '("spook"))
@@ -548,7 +549,7 @@
548(custom-put-if-not 'help-highlight-p 'standard-value t) 549(custom-put-if-not 'help-highlight-p 'standard-value t)
549(custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3") 550(custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3")
550(custom-put-if-not 'browse-url-mosaic-program 'standard-value t) 551(custom-put-if-not 'browse-url-mosaic-program 'standard-value t)
551(custom-put-if-not 'find-function-regexp 'custom-version "20.3") 552(custom-put-if-not 'find-function-regexp 'custom-version "21.1")
552(custom-put-if-not 'find-function-regexp 'standard-value t) 553(custom-put-if-not 'find-function-regexp 'standard-value t)
553(custom-put-if-not 'vcursor-string 'custom-version "20.3") 554(custom-put-if-not 'vcursor-string 'custom-version "20.3")
554(custom-put-if-not 'vcursor-string 'standard-value t) 555(custom-put-if-not 'vcursor-string 'standard-value t)
@@ -564,6 +565,8 @@
564(custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.") 565(custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.")
565(custom-put-if-not 'custom-buffer-done-function 'custom-version "21.1") 566(custom-put-if-not 'custom-buffer-done-function 'custom-version "21.1")
566(custom-put-if-not 'custom-buffer-done-function 'standard-value t) 567(custom-put-if-not 'custom-buffer-done-function 'standard-value t)
568(custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1")
569(custom-put-if-not 'tags-apropos-additional-actions 'standard-value t)
567(custom-put-if-not 'generic-x 'custom-version "20.3") 570(custom-put-if-not 'generic-x 'custom-version "20.3")
568(custom-put-if-not 'generic-x 'group-documentation "Extra modes for generic mode.") 571(custom-put-if-not 'generic-x 'group-documentation "Extra modes for generic mode.")
569(custom-put-if-not 'debugger-mode-hook 'custom-version "20.3") 572(custom-put-if-not 'debugger-mode-hook 'custom-version "20.3")
@@ -574,12 +577,16 @@
574(custom-put-if-not 'vcursor-interpret-input 'standard-value t) 577(custom-put-if-not 'vcursor-interpret-input 'standard-value t)
575(custom-put-if-not 'trailing-whitespace 'custom-version "21.1") 578(custom-put-if-not 'trailing-whitespace 'custom-version "21.1")
576(custom-put-if-not 'trailing-whitespace 'group-documentation nil) 579(custom-put-if-not 'trailing-whitespace 'group-documentation nil)
580(custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1")
581(custom-put-if-not 'fortran-comment-line-start 'standard-value t)
577(custom-put-if-not 'fringe 'custom-version "21.1") 582(custom-put-if-not 'fringe 'custom-version "21.1")
578(custom-put-if-not 'fringe 'group-documentation nil) 583(custom-put-if-not 'fringe 'group-documentation nil)
579(custom-put-if-not 'vhdl 'custom-version "20.4") 584(custom-put-if-not 'vhdl 'custom-version "20.4")
580(custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.") 585(custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.")
581(custom-put-if-not 'find-function-recenter-line 'custom-version "20.3") 586(custom-put-if-not 'find-function-recenter-line 'custom-version "20.3")
582(custom-put-if-not 'find-function-recenter-line 'standard-value t) 587(custom-put-if-not 'find-function-recenter-line 'standard-value t)
588(custom-put-if-not 'tags-tag-face 'custom-version "21.1")
589(custom-put-if-not 'tags-tag-face 'standard-value t)
583(custom-put-if-not 'mail-citation-prefix-regexp 'custom-version "20.3") 590(custom-put-if-not 'mail-citation-prefix-regexp 'custom-version "20.3")
584(custom-put-if-not 'mail-citation-prefix-regexp 'standard-value t) 591(custom-put-if-not 'mail-citation-prefix-regexp 'standard-value t)
585(custom-put-if-not 'diary-mail-days 'custom-version "20.3") 592(custom-put-if-not 'diary-mail-days 'custom-version "20.3")
@@ -620,6 +627,8 @@
620(custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") 627(custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.")
621(custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") 628(custom-put-if-not 'focus-follows-mouse 'custom-version "20.3")
622(custom-put-if-not 'focus-follows-mouse 'standard-value t) 629(custom-put-if-not 'focus-follows-mouse 'standard-value t)
630(custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1")
631(custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t)
623(custom-put-if-not 'checkdoc 'custom-version "20.3") 632(custom-put-if-not 'checkdoc 'custom-version "20.3")
624(custom-put-if-not 'checkdoc 'group-documentation "Support for doc string checking in Emacs Lisp.") 633(custom-put-if-not 'checkdoc 'group-documentation "Support for doc string checking in Emacs Lisp.")
625(custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3") 634(custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3")
@@ -660,6 +669,8 @@
660(custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.") 669(custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.")
661(custom-put-if-not 'hscroll-global-mode 'custom-version "20.3") 670(custom-put-if-not 'hscroll-global-mode 'custom-version "20.3")
662(custom-put-if-not 'hscroll-global-mode 'standard-value t) 671(custom-put-if-not 'hscroll-global-mode 'standard-value t)
672(custom-put-if-not 'tags-apropos-verbose 'custom-version "21.1")
673(custom-put-if-not 'tags-apropos-verbose 'standard-value t)
663(custom-put-if-not 'find-variable-regexp 'custom-version "20.3") 674(custom-put-if-not 'find-variable-regexp 'custom-version "20.3")
664(custom-put-if-not 'find-variable-regexp 'standard-value t) 675(custom-put-if-not 'find-variable-regexp 'standard-value t)
665(custom-put-if-not 'header-line 'custom-version "21.1") 676(custom-put-if-not 'header-line 'custom-version "21.1")
@@ -675,7 +686,7 @@
675(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") 686(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
676(custom-put-if-not 'eval-expression-print-level 'standard-value t) 687(custom-put-if-not 'eval-expression-print-level 'standard-value t)
677 688
678(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") ("20.4" "sh-script" "help" "compile") ("21.1" "debug" "paths" "sgml-mode" "cus-edit" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "avoid" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) 689(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") ("20.4" "sh-script" "help" "compile") ("21.1" "debug" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "find-func" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "avoid" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace"))
679 "For internal use by custom.") 690 "For internal use by custom.")
680 691
681(provide 'cus-load) 692(provide 'cus-load)
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index b258f4f98a3..8af875a40ca 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -101,12 +101,15 @@ should return a grid vector array that is the new solution." t nil)
101;;;*** 101;;;***
102 102
103;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 103;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
104;;;;;; (14332 44838)) 104;;;;;; (14360 11474))
105;;; Generated autoloads from progmodes/ada-mode.el 105;;; Generated autoloads from progmodes/ada-mode.el
106 106
107(autoload (quote ada-add-extensions) "ada-mode" "\ 107(autoload (quote ada-add-extensions) "ada-mode" "\
108Add a new set of extensions to the ones recognized by ada-mode. 108Define SPEC and BODY as being valid extensions for Ada files.
109The addition is done so that `goto-other-file' works as expected" nil nil) 109Going from body to spec with `ff-find-other-file' used these
110extensions.
111SPEC and BODY are two regular expressions that must match against the file
112name" nil nil)
110 113
111(autoload (quote ada-mode) "ada-mode" "\ 114(autoload (quote ada-mode) "ada-mode" "\
112Ada mode is the major mode for editing Ada code. 115Ada mode is the major mode for editing Ada code.
@@ -154,7 +157,7 @@ If you use ada-xref.el:
154;;;*** 157;;;***
155 158
156;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 159;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
157;;;;;; (14344 1074)) 160;;;;;; (14360 11651))
158;;; Generated autoloads from progmodes/ada-stmt.el 161;;; Generated autoloads from progmodes/ada-stmt.el
159 162
160(autoload (quote ada-header) "ada-stmt" "\ 163(autoload (quote ada-header) "ada-stmt" "\
@@ -165,7 +168,7 @@ Insert a descriptive header at the top of the file." t nil)
165;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window 168;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window
166;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name 169;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name
167;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el" 170;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el"
168;;;;;; (14263 33398)) 171;;;;;; (14410 18533))
169;;; Generated autoloads from add-log.el 172;;; Generated autoloads from add-log.el
170 173
171(defvar add-log-full-name nil "\ 174(defvar add-log-full-name nil "\
@@ -250,8 +253,8 @@ Has a preference of looking backwards." nil nil)
250;;;*** 253;;;***
251 254
252;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 255;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
253;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14260 256;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14410
254;;;;;; 59541)) 257;;;;;; 19111))
255;;; Generated autoloads from emacs-lisp/advice.el 258;;; Generated autoloads from emacs-lisp/advice.el
256 259
257(defvar ad-redefinition-action (quote warn) "\ 260(defvar ad-redefinition-action (quote warn) "\
@@ -270,12 +273,12 @@ interpreted as `error'.")
270A value of `always' will result in unconditional compilation, `never' will 273A value of `always' will result in unconditional compilation, `never' will
271always avoid compilation, `maybe' will compile if the byte-compiler is already 274always avoid compilation, `maybe' will compile if the byte-compiler is already
272loaded, and `like-original' will compile if the original definition of the 275loaded, and `like-original' will compile if the original definition of the
273advised function is compiled or a built-in function. Every other value will 276advised function is compiled or a built-in function. Every other value will
274be interpreted as `maybe'. This variable will only be considered if the 277be interpreted as `maybe'. This variable will only be considered if the
275COMPILE argument of `ad-activate' was supplied as nil.") 278COMPILE argument of `ad-activate' was supplied as nil.")
276 279
277(autoload (quote ad-add-advice) "advice" "\ 280(autoload (quote ad-add-advice) "advice" "\
278Adds a piece of ADVICE to FUNCTION's list of advices in CLASS. 281Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
279If FUNCTION already has one or more pieces of advice of the specified 282If FUNCTION already has one or more pieces of advice of the specified
280CLASS then POSITION determines where the new piece will go. The value 283CLASS then POSITION determines where the new piece will go. The value
281of POSITION can either be `first', `last' or a number where 0 corresponds 284of POSITION can either be `first', `last' or a number where 0 corresponds
@@ -283,12 +286,12 @@ to `first'. Numbers outside the range will be mapped to the closest
283extreme position. If there was already a piece of ADVICE with the same 286extreme position. If there was already a piece of ADVICE with the same
284name, then the position argument will be ignored and the old advice 287name, then the position argument will be ignored and the old advice
285will be overwritten with the new one. 288will be overwritten with the new one.
286 If the FUNCTION was not advised already, then its advice info will be 289 If the FUNCTION was not advised already, then its advice info will be
287initialized. Redefining a piece of advice whose name is part of the cache-id 290initialized. Redefining a piece of advice whose name is part of the cache-id
288will clear the cache." nil nil) 291will clear the cache." nil nil)
289 292
290(autoload (quote defadvice) "advice" "\ 293(autoload (quote defadvice) "advice" "\
291Defines a piece of advice for FUNCTION (a symbol). 294Define a piece of advice for FUNCTION (a symbol).
292The syntax of `defadvice' is as follows: 295The syntax of `defadvice' is as follows:
293 296
294 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) 297 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
@@ -321,7 +324,7 @@ FUNCTION has been properly defined prior to this application of `defadvice'.
321`compile': In conjunction with `activate' specifies that the resulting 324`compile': In conjunction with `activate' specifies that the resulting
322advised function should be compiled. 325advised function should be compiled.
323 326
324`disable': The defined advice will be disabled, hence, it will not be used 327`disable': The defined advice will be disabled, hence, it will not be used
325during activation until somebody enables it. 328during activation until somebody enables it.
326 329
327`preactivate': Preactivates the advised FUNCTION at macro-expansion/compile 330`preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
@@ -336,12 +339,12 @@ the advised function. `freeze' implies `activate' and `preactivate'. The
336documentation of the advised function can be dumped onto the `DOC' file 339documentation of the advised function can be dumped onto the `DOC' file
337during preloading. 340during preloading.
338 341
339Look at the file `advice.el' for comprehensive documentation." nil (quote macro)) 342See Info node `(elisp)Advising Functions' for comprehensive documentation." nil (quote macro))
340 343
341;;;*** 344;;;***
342 345
343;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 346;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
344;;;;;; "ange-ftp.el" (14344 981)) 347;;;;;; "ange-ftp.el" (14367 2123))
345;;; Generated autoloads from ange-ftp.el 348;;; Generated autoloads from ange-ftp.el
346 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 349 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
347 350
@@ -360,10 +363,24 @@ directory, so that Emacs will know its current contents." t nil)
360 363
361;;;*** 364;;;***
362 365
366;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el"
367;;;;;; (14393 24267))
368;;; Generated autoloads from progmodes/antlr-mode.el
369
370(autoload (quote antlr-mode) "antlr-mode" "\
371Major mode for editing ANTLR grammar files.
372\\{antlr-mode-map}" t nil)
373
374(autoload (quote antlr-set-tabs) "antlr-mode" "\
375Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
376Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
377
378;;;***
379
363;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 380;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
364;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 381;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
365;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 382;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
366;;;;;; "appt" "calendar/appt.el" (14063 14999)) 383;;;;;; "appt" "calendar/appt.el" (14406 9222))
367;;; Generated autoloads from calendar/appt.el 384;;; Generated autoloads from calendar/appt.el
368 385
369(defvar appt-issue-message t "\ 386(defvar appt-issue-message t "\
@@ -405,9 +422,15 @@ Delete an appointment from the list of appointments." t nil)
405;;;*** 422;;;***
406 423
407;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 424;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
408;;;;;; apropos-variable) "apropos" "apropos.el" (14306 39373)) 425;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411
426;;;;;; 43647))
409;;; Generated autoloads from apropos.el 427;;; Generated autoloads from apropos.el
410 428
429(autoload (quote apropos-mode) "apropos" "\
430Major mode for following hyperlinks in output of apropos commands.
431
432\\{apropos-mode-map}" t nil)
433
411(autoload (quote apropos-variable) "apropos" "\ 434(autoload (quote apropos-variable) "apropos" "\
412Show user variables that match REGEXP. 435Show user variables that match REGEXP.
413With optional prefix ARG or if `apropos-do-all' is non-nil, also show 436With optional prefix ARG or if `apropos-do-all' is non-nil, also show
@@ -572,7 +595,7 @@ This command is obsolete." t nil)
572;;;*** 595;;;***
573 596
574;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 597;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
575;;;;;; "autoinsert" "autoinsert.el" (14118 1767)) 598;;;;;; "autoinsert" "autoinsert.el" (14410 18534))
576;;; Generated autoloads from autoinsert.el 599;;; Generated autoloads from autoinsert.el
577 600
578(autoload (quote auto-insert) "autoinsert" "\ 601(autoload (quote auto-insert) "autoinsert" "\
@@ -585,18 +608,18 @@ Optional AFTER means to insert action after all existing actions for CONDITION,
585or if CONDITION had no actions, after all other CONDITIONs." nil nil) 608or if CONDITION had no actions, after all other CONDITIONs." nil nil)
586 609
587(autoload (quote auto-insert-mode) "autoinsert" "\ 610(autoload (quote auto-insert-mode) "autoinsert" "\
588Toggle auto-insert mode. 611Toggle Auto-insert mode.
589With prefix ARG, turn auto-insert mode on if and only if ARG is positive. 612With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
590Returns the new status of auto-insert mode (non-nil means on). 613Returns the new status of Auto-insert mode (non-nil means on).
591 614
592When auto-insert mode is enabled, when new files are created you can 615When Auto-insert mode is enabled, when new files are created you can
593insert a template for the file depending on the mode of the buffer." t nil) 616insert a template for the file depending on the mode of the buffer." t nil)
594 617
595;;;*** 618;;;***
596 619
597;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 620;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
598;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 621;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
599;;;;;; (14288 24683)) 622;;;;;; (14398 37513))
600;;; Generated autoloads from emacs-lisp/autoload.el 623;;; Generated autoloads from emacs-lisp/autoload.el
601 624
602(autoload (quote update-file-autoloads) "autoload" "\ 625(autoload (quote update-file-autoloads) "autoload" "\
@@ -614,7 +637,7 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
614;;;*** 637;;;***
615 638
616;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 639;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
617;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14256 9423)) 640;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14405 18903))
618;;; Generated autoloads from autorevert.el 641;;; Generated autoloads from autorevert.el
619 642
620(defvar auto-revert-mode nil "\ 643(defvar auto-revert-mode nil "\
@@ -732,8 +755,8 @@ seconds." t nil)
732 755
733;;;*** 756;;;***
734 757
735;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14281 758;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14397
736;;;;;; 42004)) 759;;;;;; 43573))
737;;; Generated autoloads from textmodes/bibtex.el 760;;; Generated autoloads from textmodes/bibtex.el
738 761
739(autoload (quote bibtex-mode) "bibtex" "\ 762(autoload (quote bibtex-mode) "bibtex" "\
@@ -810,7 +833,6 @@ The following may be of interest as well:
810 bibtex-ispell-abstract 833 bibtex-ispell-abstract
811 bibtex-ispell-entry 834 bibtex-ispell-entry
812 bibtex-narrow-to-entry 835 bibtex-narrow-to-entry
813 bibtex-hide-entry-bodies
814 bibtex-sort-buffer 836 bibtex-sort-buffer
815 bibtex-validate 837 bibtex-validate
816 bibtex-count 838 bibtex-count
@@ -1221,7 +1243,7 @@ corresponding bookmark function from Lisp (the one without the
1221;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1243;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1222;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p 1244;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p
1223;;;;;; browse-url-browser-function) "browse-url" "browse-url.el" 1245;;;;;; browse-url-browser-function) "browse-url" "browse-url.el"
1224;;;;;; (14344 983)) 1246;;;;;; (14345 52902))
1225;;; Generated autoloads from browse-url.el 1247;;; Generated autoloads from browse-url.el
1226 1248
1227(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1249(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1523,9 +1545,10 @@ from the cursor position." t nil)
1523;;;;;; today-visible-calendar-hook initial-calendar-window-hook 1545;;;;;; today-visible-calendar-hook initial-calendar-window-hook
1524;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays 1546;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays
1525;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially 1547;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially
1526;;;;;; mark-diary-entries-in-calendar number-of-diary-entries view-diary-entries-initially 1548;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
1527;;;;;; calendar-offset calendar-week-start-day) "calendar" "calendar/calendar.el" 1549;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
1528;;;;;; (14279 65171)) 1550;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
1551;;;;;; (14393 15349))
1529;;; Generated autoloads from calendar/calendar.el 1552;;; Generated autoloads from calendar/calendar.el
1530 1553
1531(defvar calendar-week-start-day 0 "\ 1554(defvar calendar-week-start-day 0 "\
@@ -1566,6 +1589,10 @@ number of days of diary entries displayed.")
1566*Non-nil means mark dates with diary entries, in the calendar window. 1589*Non-nil means mark dates with diary entries, in the calendar window.
1567The marking symbol is specified by the variable `diary-entry-marker'.") 1590The marking symbol is specified by the variable `diary-entry-marker'.")
1568 1591
1592(defvar calendar-remove-frame-by-deleting nil "\
1593*Determine how the calendar mode removes a frame no longer needed.
1594If nil, make an icon of the frame. If non-nil, delete the frame.")
1595
1569(defvar view-calendar-holidays-initially nil "\ 1596(defvar view-calendar-holidays-initially nil "\
1570*Non-nil means display holidays for current three month period on entry. 1597*Non-nil means display holidays for current three month period on entry.
1571The holidays are displayed in another window when the calendar is first 1598The holidays are displayed in another window when the calendar is first
@@ -1636,7 +1663,7 @@ functions that move by days and weeks.")
1636(defvar calendar-move-hook nil "\ 1663(defvar calendar-move-hook nil "\
1637*List of functions called whenever the cursor moves in the calendar. 1664*List of functions called whenever the cursor moves in the calendar.
1638 1665
1639For example, 1666For example,
1640 1667
1641 (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1))) 1668 (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1)))
1642 1669
@@ -2414,7 +2441,7 @@ a future Emacs interpreter will be able to use it.")
2414;;;*** 2441;;;***
2415 2442
2416;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 2443;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
2417;;;;;; (14347 61984)) 2444;;;;;; (14344 26578))
2418;;; Generated autoloads from emacs-lisp/cl-indent.el 2445;;; Generated autoloads from emacs-lisp/cl-indent.el
2419 2446
2420(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 2447(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -2422,7 +2449,7 @@ a future Emacs interpreter will be able to use it.")
2422;;;*** 2449;;;***
2423 2450
2424;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 2451;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
2425;;;;;; (14344 1077)) 2452;;;;;; (14368 26241))
2426;;; Generated autoloads from progmodes/cmacexp.el 2453;;; Generated autoloads from progmodes/cmacexp.el
2427 2454
2428(autoload (quote c-macro-expand) "cmacexp" "\ 2455(autoload (quote c-macro-expand) "cmacexp" "\
@@ -2500,8 +2527,9 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
2500 2527
2501;;;*** 2528;;;***
2502 2529
2503;;;### (autoloads (comint-run make-comint) "comint" "comint.el" (14281 2530;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
2504;;;;;; 40514)) 2531;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
2532;;;;;; comint-run make-comint) "comint" "comint.el" (14410 18534))
2505;;; Generated autoloads from comint.el 2533;;; Generated autoloads from comint.el
2506 2534
2507(autoload (quote make-comint) "comint" "\ 2535(autoload (quote make-comint) "comint" "\
@@ -2522,6 +2550,28 @@ The file name is used to make a symbol name, such as `comint-sh-hook', and any
2522hooks on this symbol are run in the buffer. 2550hooks on this symbol are run in the buffer.
2523See `make-comint' and `comint-exec'." t nil) 2551See `make-comint' and `comint-exec'." t nil)
2524 2552
2553(autoload (quote comint-redirect-send-command) "comint" "\
2554Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
2555With prefix arg, echo output in process buffer.
2556
2557If NO-DISPLAY is non-nil, do not show the output buffer." t nil)
2558
2559(autoload (quote comint-redirect-send-command-to-process) "comint" "\
2560Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
2561With prefix arg, echo output in process buffer.
2562
2563If NO-DISPLAY is non-nil, do not show the output buffer." t nil)
2564
2565(autoload (quote comint-redirect-results-list) "comint" "\
2566Send COMMAND to current process.
2567Return a list of expressions in the output which match REGEXP.
2568REGEXP-GROUP is the regular expression group in REGEXP to use." t nil)
2569
2570(autoload (quote comint-redirect-results-list-from-process) "comint" "\
2571Send COMMAND to PROCESS.
2572Return a list of expressions in the output which match REGEXP.
2573REGEXP-GROUP is the regular expression group in REGEXP to use." t nil)
2574
2525;;;*** 2575;;;***
2526 2576
2527;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (14220 2577;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (14220
@@ -2548,7 +2598,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
2548;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 2598;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
2549;;;;;; compilation-mode grep-find grep compile compilation-search-path 2599;;;;;; compilation-mode grep-find grep compile compilation-search-path
2550;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 2600;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
2551;;;;;; "compile" "progmodes/compile.el" (14296 5506)) 2601;;;;;; "compile" "progmodes/compile.el" (14388 8360))
2552;;; Generated autoloads from progmodes/compile.el 2602;;; Generated autoloads from progmodes/compile.el
2553 2603
2554(defvar compilation-mode-hook nil "\ 2604(defvar compilation-mode-hook nil "\
@@ -2580,7 +2630,7 @@ Each function is called with two arguments: the compilation buffer,
2580and a string describing how the process finished.") 2630and a string describing how the process finished.")
2581 2631
2582(defvar compilation-ask-about-save t "\ 2632(defvar compilation-ask-about-save t "\
2583*If not nil, M-x compile asks which buffers to save before compiling. 2633*Non-nil means \\[compile] asks which buffers to save before compiling.
2584Otherwise, it saves all modified buffers without asking.") 2634Otherwise, it saves all modified buffers without asking.")
2585 2635
2586(defvar compilation-search-path (quote (nil)) "\ 2636(defvar compilation-search-path (quote (nil)) "\
@@ -2622,7 +2672,8 @@ in the grep command history (or into `grep-command'
2622if that history list is empty)." t nil) 2672if that history list is empty)." t nil)
2623 2673
2624(autoload (quote grep-find) "compile" "\ 2674(autoload (quote grep-find) "compile" "\
2625Run grep via find, with user-specified args, and collect output in a buffer. 2675Run grep via find, with user-specified args COMMAND-ARGS.
2676Collect output in a buffer.
2626While find runs asynchronously, you can use the \\[next-error] command 2677While find runs asynchronously, you can use the \\[next-error] command
2627to find the text that grep hits refer to. 2678to find the text that grep hits refer to.
2628 2679
@@ -2678,7 +2729,7 @@ See variables `compilation-parse-errors-function' and
2678;;;*** 2729;;;***
2679 2730
2680;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 2731;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
2681;;;;;; (14254 38847)) 2732;;;;;; (14393 17619))
2682;;; Generated autoloads from complete.el 2733;;; Generated autoloads from complete.el
2683 2734
2684(autoload (quote partial-completion-mode) "complete" "\ 2735(autoload (quote partial-completion-mode) "complete" "\
@@ -2750,7 +2801,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
2750;;;*** 2801;;;***
2751 2802
2752;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 2803;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
2753;;;;;; (14177 62902)) 2804;;;;;; (14410 18641))
2754;;; Generated autoloads from progmodes/cperl-mode.el 2805;;; Generated autoloads from progmodes/cperl-mode.el
2755 2806
2756(autoload (quote cperl-mode) "cperl-mode" "\ 2807(autoload (quote cperl-mode) "cperl-mode" "\
@@ -2965,7 +3016,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
2965;;;;;; customize-option-other-window customize-changed-options customize-option 3016;;;;;; customize-option-other-window customize-changed-options customize-option
2966;;;;;; customize-group-other-window customize-group customize customize-save-variable 3017;;;;;; customize-group-other-window customize-group customize customize-save-variable
2967;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3018;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
2968;;;;;; (14325 12270)) 3019;;;;;; (14410 18534))
2969;;; Generated autoloads from cus-edit.el 3020;;; Generated autoloads from cus-edit.el
2970 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3021 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
2971 3022
@@ -3119,7 +3170,7 @@ The format is suitable for use with `easy-menu-define'." nil nil)
3119;;;*** 3170;;;***
3120 3171
3121;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 3172;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
3122;;;;;; "cus-face.el" (14300 63370)) 3173;;;;;; "cus-face.el" (14398 37486))
3123;;; Generated autoloads from cus-face.el 3174;;; Generated autoloads from cus-face.el
3124 3175
3125(autoload (quote custom-declare-face) "cus-face" "\ 3176(autoload (quote custom-declare-face) "cus-face" "\
@@ -3174,7 +3225,7 @@ If the argument is nil, we return the display table to its standard state." t ni
3174;;;*** 3225;;;***
3175 3226
3176;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 3227;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
3177;;;;;; (13833 28331)) 3228;;;;;; (14385 24830))
3178;;; Generated autoloads from dabbrev.el 3229;;; Generated autoloads from dabbrev.el
3179 3230
3180(define-key esc-map "/" (quote dabbrev-expand)) 3231(define-key esc-map "/" (quote dabbrev-expand))
@@ -3342,7 +3393,7 @@ $
3342;;;*** 3393;;;***
3343 3394
3344;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 3395;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
3345;;;;;; "emacs-lisp/debug.el" (14144 60075)) 3396;;;;;; "emacs-lisp/debug.el" (14385 24854))
3346;;; Generated autoloads from emacs-lisp/debug.el 3397;;; Generated autoloads from emacs-lisp/debug.el
3347 3398
3348(setq debugger (quote debug)) 3399(setq debugger (quote debug))
@@ -3396,7 +3447,7 @@ The most useful commands are:
3396;;;*** 3447;;;***
3397 3448
3398;;;### (autoloads (delimit-columns-rectangle delimit-columns-region) 3449;;;### (autoloads (delimit-columns-rectangle delimit-columns-region)
3399;;;;;; "delim-col" "delim-col.el" (14344 985)) 3450;;;;;; "delim-col" "delim-col.el" (14345 52903))
3400;;; Generated autoloads from delim-col.el 3451;;; Generated autoloads from delim-col.el
3401 3452
3402(autoload (quote delimit-columns-region) "delim-col" "\ 3453(autoload (quote delimit-columns-region) "delim-col" "\
@@ -3461,7 +3512,7 @@ no args, if that value is non-nil." t nil)
3461;;;*** 3512;;;***
3462 3513
3463;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" 3514;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel"
3464;;;;;; "delsel.el" (14118 1921)) 3515;;;;;; "delsel.el" (14410 18534))
3465;;; Generated autoloads from delsel.el 3516;;; Generated autoloads from delsel.el
3466 3517
3467(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 3518(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -3489,7 +3540,7 @@ use either \\[customize] or the function `delete-selection-mode'.")
3489;;;*** 3540;;;***
3490 3541
3491;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 3542;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
3492;;;;;; "derived" "derived.el" (13725 20263)) 3543;;;;;; "derived" "derived.el" (14410 18534))
3493;;; Generated autoloads from derived.el 3544;;; Generated autoloads from derived.el
3494 3545
3495(autoload (quote define-derived-mode) "derived" "\ 3546(autoload (quote define-derived-mode) "derived" "\
@@ -3498,8 +3549,8 @@ Create a new mode as a variant of an existing mode.
3498The arguments to this command are as follow: 3549The arguments to this command are as follow:
3499 3550
3500CHILD: the name of the command for the derived mode. 3551CHILD: the name of the command for the derived mode.
3501PARENT: the name of the command for the parent mode (ie. text-mode). 3552PARENT: the name of the command for the parent mode (e.g. `text-mode').
3502NAME: a string which will appear in the status line (ie. \"Hypertext\") 3553NAME: a string which will appear in the status line (e.g. \"Hypertext\")
3503DOCSTRING: an optional documentation string--if you do not supply one, 3554DOCSTRING: an optional documentation string--if you do not supply one,
3504 the function will attempt to invent something useful. 3555 the function will attempt to invent something useful.
3505BODY: forms to execute just before running the 3556BODY: forms to execute just before running the
@@ -3513,7 +3564,7 @@ You could then make new key bindings for `LaTeX-thesis-mode-map'
3513without changing regular LaTeX mode. In this example, BODY is empty, 3564without changing regular LaTeX mode. In this example, BODY is empty,
3514and DOCSTRING is generated by default. 3565and DOCSTRING is generated by default.
3515 3566
3516On a more complicated level, the following command uses sgml-mode as 3567On a more complicated level, the following command uses `sgml-mode' as
3517the parent, and then sets the variable `case-fold-search' to nil: 3568the parent, and then sets the variable `case-fold-search' to nil:
3518 3569
3519 (define-derived-mode article-mode sgml-mode \"Article\" 3570 (define-derived-mode article-mode sgml-mode \"Article\"
@@ -3524,7 +3575,7 @@ Note that if the documentation string had been left out, it would have
3524been generated automatically, with a reference to the keymap." nil (quote macro)) 3575been generated automatically, with a reference to the keymap." nil (quote macro))
3525 3576
3526(autoload (quote derived-mode-init-mode-variables) "derived" "\ 3577(autoload (quote derived-mode-init-mode-variables) "derived" "\
3527Initialise variables for a new mode. 3578Initialise variables for a new MODE.
3528Right now, if they don't already exist, set up a blank keymap, an 3579Right now, if they don't already exist, set up a blank keymap, an
3529empty syntax table, and an empty abbrev table -- these will be merged 3580empty syntax table, and an empty abbrev table -- these will be merged
3530the first time the mode is used." nil nil) 3581the first time the mode is used." nil nil)
@@ -3604,7 +3655,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
3604;;;*** 3655;;;***
3605 3656
3606;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 3657;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
3607;;;;;; (14293 15105)) 3658;;;;;; (14368 20344))
3608;;; Generated autoloads from calendar/diary-lib.el 3659;;; Generated autoloads from calendar/diary-lib.el
3609 3660
3610(autoload (quote diary) "diary-lib" "\ 3661(autoload (quote diary) "diary-lib" "\
@@ -3662,7 +3713,7 @@ The backup file is the first file given to `diff'." t nil)
3662 3713
3663;;;*** 3714;;;***
3664 3715
3665;;;### (autoloads (diff-mode) "diff-mode" "diff-mode.el" (14344 986)) 3716;;;### (autoloads (diff-mode) "diff-mode" "diff-mode.el" (14341 1829))
3666;;; Generated autoloads from diff-mode.el 3717;;; Generated autoloads from diff-mode.el
3667 3718
3668(autoload (quote diff-mode) "diff-mode" "\ 3719(autoload (quote diff-mode) "diff-mode" "\
@@ -3680,7 +3731,7 @@ This mode runs `diff-mode-hook'.
3680;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 3731;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
3681;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 3732;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
3682;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 3733;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
3683;;;;;; "dired" "dired.el" (14344 987)) 3734;;;;;; "dired" "dired.el" (14349 51117))
3684;;; Generated autoloads from dired.el 3735;;; Generated autoloads from dired.el
3685 3736
3686(defvar dired-listing-switches "-al" "\ 3737(defvar dired-listing-switches "-al" "\
@@ -3984,7 +4035,7 @@ with the command \\[tags-loop-continue]." t nil)
3984 4035
3985;;;*** 4036;;;***
3986 4037
3987;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14279 64871)) 4038;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14365 46142))
3988;;; Generated autoloads from dired-x.el 4039;;; Generated autoloads from dired-x.el
3989 4040
3990(autoload (quote dired-jump) "dired-x" "\ 4041(autoload (quote dired-jump) "dired-x" "\
@@ -4031,7 +4082,7 @@ redefine OBJECT if it is a symbol." t nil)
4031;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 4082;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
4032;;;;;; standard-display-default standard-display-8bit describe-current-display-table 4083;;;;;; standard-display-default standard-display-8bit describe-current-display-table
4033;;;;;; describe-display-table set-display-table-slot display-table-slot 4084;;;;;; describe-display-table set-display-table-slot display-table-slot
4034;;;;;; make-display-table) "disp-table" "disp-table.el" (14168 7692)) 4085;;;;;; make-display-table) "disp-table" "disp-table.el" (14353 44070))
4035;;; Generated autoloads from disp-table.el 4086;;; Generated autoloads from disp-table.el
4036 4087
4037(autoload (quote make-display-table) "disp-table" "\ 4088(autoload (quote make-display-table) "disp-table" "\
@@ -4100,7 +4151,7 @@ Enabling European character display with this command noninteractively
4100from Lisp code also selects Latin-1 as the language environment, and 4151from Lisp code also selects Latin-1 as the language environment, and
4101selects unibyte mode for all Emacs buffers (both existing buffers and 4152selects unibyte mode for all Emacs buffers (both existing buffers and
4102those created subsequently). This provides increased compatibility 4153those created subsequently). This provides increased compatibility
4103for users who call this function in `.emacs'." t nil) 4154for users who call this function in `.emacs'." nil nil)
4104 4155
4105;;;*** 4156;;;***
4106 4157
@@ -4166,29 +4217,31 @@ Play sounds in message buffers." t nil)
4166 4217
4167;;;*** 4218;;;***
4168 4219
4169;;;### (autoloads (easy-mmode-define-minor-mode) "easy-mmode" "emacs-lisp/easy-mmode.el" 4220;;;### (autoloads (define-minor-mode) "easy-mmode" "emacs-lisp/easy-mmode.el"
4170;;;;;; (14279 64673)) 4221;;;;;; (14398 37514))
4171;;; Generated autoloads from emacs-lisp/easy-mmode.el 4222;;; Generated autoloads from emacs-lisp/easy-mmode.el
4172 4223
4173(autoload (quote easy-mmode-define-minor-mode) "easy-mmode" "\ 4224(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
4225
4226(autoload (quote define-minor-mode) "easy-mmode" "\
4174Define a new minor mode MODE. 4227Define a new minor mode MODE.
4175This function defines the associated control variable, keymap, 4228This function defines the associated control variable, keymap,
4176toggle command, and hooks (see `easy-mmode-define-toggle'). 4229toggle command, and hooks (see `easy-mmode-define-toggle').
4177 4230
4178DOC is the documentation for the mode toggle command. 4231DOC is the documentation for the mode toggle command.
4232Optional INIT-VALUE is the initial value of the mode's variable.
4179Optional LIGHTER is displayed in the mode-bar when the mode is on. 4233Optional LIGHTER is displayed in the mode-bar when the mode is on.
4180Optional KEYMAP is the default (defvar) keymap bound to the mode keymap. 4234Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
4181If it is a list, it is passed to `easy-mmode-define-keymap' 4235If it is a list, it is passed to `easy-mmode-define-keymap'
4182in order to build a valid keymap. 4236in order to build a valid keymap.
4183 4237BODY contains code that will be executed each time the mode is (dis)activated.
4184\(defmacro easy-mmode-define-minor-mode 4238It will be executed after any toggling but before running the hooks." nil (quote macro))
4185 (MODE DOC &optional INIT-VALUE LIGHTER KEYMAP)...)" nil (quote macro))
4186 4239
4187;;;*** 4240;;;***
4188 4241
4189;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 4242;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
4190;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14256 4243;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14385
4191;;;;;; 22824)) 4244;;;;;; 24854))
4192;;; Generated autoloads from emacs-lisp/easymenu.el 4245;;; Generated autoloads from emacs-lisp/easymenu.el
4193 4246
4194(autoload (quote easy-menu-define) "easymenu" "\ 4247(autoload (quote easy-menu-define) "easymenu" "\
@@ -4226,7 +4279,7 @@ or a list to evaluate when the item is chosen.
4226ENABLE is an expression; the item is enabled for selection 4279ENABLE is an expression; the item is enabled for selection
4227whenever this expression's value is non-nil. 4280whenever this expression's value is non-nil.
4228 4281
4229Alternatively, a menu item may have the form: 4282Alternatively, a menu item may have the form:
4230 4283
4231 [ NAME CALLBACK [ KEYWORD ARG ] ... ] 4284 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
4232 4285
@@ -4262,9 +4315,9 @@ expression has a non-nil value.
4262NAME is a string; the name of an argument to CALLBACK. 4315NAME is a string; the name of an argument to CALLBACK.
4263 4316
4264 :style STYLE 4317 :style STYLE
4265 4318
4266STYLE is a symbol describing the type of menu item. The following are 4319STYLE is a symbol describing the type of menu item. The following are
4267defined: 4320defined:
4268 4321
4269toggle: A checkbox. 4322toggle: A checkbox.
4270 Prepend the name with `(*) ' or `( ) ' depending on if selected or not. 4323 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
@@ -4342,7 +4395,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
4342;;;*** 4395;;;***
4343 4396
4344;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 4397;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
4345;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14347 61987)) 4398;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14402 39662))
4346;;; Generated autoloads from emacs-lisp/edebug.el 4399;;; Generated autoloads from emacs-lisp/edebug.el
4347 4400
4348(defvar edebug-all-defs nil "\ 4401(defvar edebug-all-defs nil "\
@@ -4385,7 +4438,7 @@ or if an error occurs, leave point after it with mark at the original point." t
4385;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 4438;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
4386;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 4439;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
4387;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 4440;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
4388;;;;;; ediff-files) "ediff" "ediff.el" (13680 6803)) 4441;;;;;; ediff-files) "ediff" "ediff.el" (14398 37488))
4389;;; Generated autoloads from ediff.el 4442;;; Generated autoloads from ediff.el
4390 4443
4391(autoload (quote ediff-files) "ediff" "\ 4444(autoload (quote ediff-files) "ediff" "\
@@ -4410,50 +4463,50 @@ Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C." t nil)
4410 4463
4411(autoload (quote ediff-directories) "ediff" "\ 4464(autoload (quote ediff-directories) "ediff" "\
4412Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have 4465Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
4413the same name in both. The third argument, REGEXP, is a regular expression that 4466the same name in both. The third argument, REGEXP, is a regular expression
4414can be used to filter out certain file names." t nil) 4467that can be used to filter out certain file names." t nil)
4415 4468
4416(defalias (quote edirs) (quote ediff-directories)) 4469(defalias (quote edirs) (quote ediff-directories))
4417 4470
4418(autoload (quote ediff-directory-revisions) "ediff" "\ 4471(autoload (quote ediff-directory-revisions) "ediff" "\
4419Run Ediff on a directory, DIR1, comparing its files with their revisions. 4472Run Ediff on a directory, DIR1, comparing its files with their revisions.
4420The second argument, REGEXP, is a regular expression that filters the file 4473The second argument, REGEXP, is a regular expression that filters the file
4421names. Only the files that are under revision control are taken into account." t nil) 4474names. Only the files that are under revision control are taken into account." t nil)
4422 4475
4423(defalias (quote edir-revisions) (quote ediff-directory-revisions)) 4476(defalias (quote edir-revisions) (quote ediff-directory-revisions))
4424 4477
4425(autoload (quote ediff-directories3) "ediff" "\ 4478(autoload (quote ediff-directories3) "ediff" "\
4426Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that 4479Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
4427have the same name in all three. The last argument, REGEXP, is a regular 4480have the same name in all three. The last argument, REGEXP, is a regular
4428expression that can be used to filter out certain file names." t nil) 4481expression that can be used to filter out certain file names." t nil)
4429 4482
4430(defalias (quote edirs3) (quote ediff-directories3)) 4483(defalias (quote edirs3) (quote ediff-directories3))
4431 4484
4432(autoload (quote ediff-merge-directories) "ediff" "\ 4485(autoload (quote ediff-merge-directories) "ediff" "\
4433Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have 4486Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
4434the same name in both. The third argument, REGEXP, is a regular expression that 4487the same name in both. The third argument, REGEXP, is a regular expression
4435can be used to filter out certain file names." t nil) 4488that can be used to filter out certain file names." t nil)
4436 4489
4437(defalias (quote edirs-merge) (quote ediff-merge-directories)) 4490(defalias (quote edirs-merge) (quote ediff-merge-directories))
4438 4491
4439(autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\ 4492(autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\
4440Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. 4493Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
4441Ediff merges files that have identical names in DIR1, DIR2. If a pair of files 4494Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
4442in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge 4495in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
4443without ancestor. The fourth argument, REGEXP, is a regular expression that 4496without ancestor. The fourth argument, REGEXP, is a regular expression that
4444can be used to filter out certain file names." t nil) 4497can be used to filter out certain file names." t nil)
4445 4498
4446(autoload (quote ediff-merge-directory-revisions) "ediff" "\ 4499(autoload (quote ediff-merge-directory-revisions) "ediff" "\
4447Run Ediff on a directory, DIR1, merging its files with their revisions. 4500Run Ediff on a directory, DIR1, merging its files with their revisions.
4448The second argument, REGEXP, is a regular expression that filters the file 4501The second argument, REGEXP, is a regular expression that filters the file
4449names. Only the files that are under revision control are taken into account." t nil) 4502names. Only the files that are under revision control are taken into account." t nil)
4450 4503
4451(defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions)) 4504(defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions))
4452 4505
4453(autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\ 4506(autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\
4454Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. 4507Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
4455The second argument, REGEXP, is a regular expression that filters the file 4508The second argument, REGEXP, is a regular expression that filters the file
4456names. Only the files that are under revision control are taken into account." t nil) 4509names. Only the files that are under revision control are taken into account." t nil)
4457 4510
4458(defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor)) 4511(defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor))
4459 4512
@@ -4477,14 +4530,14 @@ If WIND-B is nil, use window next to WIND-A." t nil)
4477Run Ediff on a pair of regions in two different buffers. 4530Run Ediff on a pair of regions in two different buffers.
4478Regions (i.e., point and mark) are assumed to be set in advance. 4531Regions (i.e., point and mark) are assumed to be set in advance.
4479This function is effective only for relatively small regions, up to 200 4532This function is effective only for relatively small regions, up to 200
4480lines. For large regions, use `ediff-regions-linewise'." t nil) 4533lines. For large regions, use `ediff-regions-linewise'." t nil)
4481 4534
4482(autoload (quote ediff-regions-linewise) "ediff" "\ 4535(autoload (quote ediff-regions-linewise) "ediff" "\
4483Run Ediff on a pair of regions in two different buffers. 4536Run Ediff on a pair of regions in two different buffers.
4484Regions (i.e., point and mark) are assumed to be set in advance. 4537Regions (i.e., point and mark) are assumed to be set in advance.
4485Each region is enlarged to contain full lines. 4538Each region is enlarged to contain full lines.
4486This function is effective for large regions, over 100-200 4539This function is effective for large regions, over 100-200
4487lines. For small regions, use `ediff-regions-wordwise'." t nil) 4540lines. For small regions, use `ediff-regions-wordwise'." t nil)
4488 4541
4489(defalias (quote ediff-merge) (quote ediff-merge-files)) 4542(defalias (quote ediff-merge) (quote ediff-merge-files))
4490 4543
@@ -4514,11 +4567,15 @@ buffer." t nil)
4514 4567
4515(autoload (quote run-ediff-from-cvs-buffer) "ediff" "\ 4568(autoload (quote run-ediff-from-cvs-buffer) "ediff" "\
4516Run Ediff-merge on appropriate revisions of the selected file. 4569Run Ediff-merge on appropriate revisions of the selected file.
4517First run after `M-x cvs-update'. Then place the cursor on a line describing a 4570First run after `M-x cvs-update'. Then place the cursor on a line describing a
4518file and then run `run-ediff-from-cvs-buffer'." t nil) 4571file and then run `run-ediff-from-cvs-buffer'." t nil)
4519 4572
4520(autoload (quote ediff-patch-file) "ediff" "\ 4573(autoload (quote ediff-patch-file) "ediff" "\
4521Run Ediff by patching SOURCE-FILENAME." t nil) 4574Run Ediff by patching SOURCE-FILENAME.
4575If optional PATCH-BUF is given, use the patch in that buffer
4576and don't ask the user.
4577If prefix argument, then: if even argument, assume that the patch is in a
4578buffer. If odd -- assume it is in a file." t nil)
4522 4579
4523(autoload (quote ediff-patch-buffer) "ediff" "\ 4580(autoload (quote ediff-patch-buffer) "ediff" "\
4524Run Ediff by patching BUFFER-NAME." t nil) 4581Run Ediff by patching BUFFER-NAME." t nil)
@@ -4530,7 +4587,7 @@ Run Ediff by patching BUFFER-NAME." t nil)
4530(autoload (quote ediff-revision) "ediff" "\ 4587(autoload (quote ediff-revision) "ediff" "\
4531Run Ediff by comparing versions of a file. 4588Run Ediff by comparing versions of a file.
4532The file is an optional FILE argument or the file visited by the current 4589The file is an optional FILE argument or the file visited by the current
4533buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil) 4590buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
4534 4591
4535(defalias (quote erevision) (quote ediff-revision)) 4592(defalias (quote erevision) (quote ediff-revision))
4536 4593
@@ -4544,8 +4601,19 @@ With optional NODE, goes to that node." t nil)
4544 4601
4545;;;*** 4602;;;***
4546 4603
4604;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14367 2123))
4605;;; Generated autoloads from ediff-hook.el
4606
4607(defvar ediff-window-setup-function)
4608
4609(progn (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) ["-------" nil nil] "OO-Browser...")))))
4610
4611(cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))
4612
4613;;;***
4614
4547;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 4615;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
4548;;;;;; (13680 6780)) 4616;;;;;; (14398 37488))
4549;;; Generated autoloads from ediff-mult.el 4617;;; Generated autoloads from ediff-mult.el
4550 4618
4551(autoload (quote ediff-show-registry) "ediff-mult" "\ 4619(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -4556,7 +4624,7 @@ Display Ediff's registry." t nil)
4556;;;*** 4624;;;***
4557 4625
4558;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 4626;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
4559;;;;;; "ediff-util" "ediff-util.el" (14344 991)) 4627;;;;;; "ediff-util" "ediff-util.el" (14367 2134))
4560;;; Generated autoloads from ediff-util.el 4628;;; Generated autoloads from ediff-util.el
4561 4629
4562(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 4630(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -4747,7 +4815,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil)
4747;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 4815;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
4748;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 4816;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
4749;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 4817;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
4750;;;;;; "emerge.el" (14344 994)) 4818;;;;;; "emerge.el" (14345 52903))
4751;;; Generated autoloads from emerge.el 4819;;; Generated autoloads from emerge.el
4752 4820
4753(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 4821(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -4860,7 +4928,7 @@ This function works by modifying `process-environment'." t nil)
4860;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 4928;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
4861;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 4929;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
4862;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list) 4930;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list)
4863;;;;;; "etags" "progmodes/etags.el" (14281 39108)) 4931;;;;;; "etags" "progmodes/etags.el" (14411 45647))
4864;;; Generated autoloads from progmodes/etags.el 4932;;; Generated autoloads from progmodes/etags.el
4865 4933
4866(defvar tags-file-name nil "\ 4934(defvar tags-file-name nil "\
@@ -5300,7 +5368,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
5300 5368
5301;;;*** 5369;;;***
5302 5370
5303;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14240 53439)) 5371;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14398 36512))
5304;;; Generated autoloads from progmodes/f90.el 5372;;; Generated autoloads from progmodes/f90.el
5305 5373
5306(autoload (quote f90-mode) "f90" "\ 5374(autoload (quote f90-mode) "f90" "\
@@ -5636,7 +5704,7 @@ the name is considered already unique; only the second substitution
5636;;;*** 5704;;;***
5637 5705
5638;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 5706;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
5639;;;;;; find-ls-option) "find-dired" "find-dired.el" (14344 998)) 5707;;;;;; find-ls-option) "find-dired" "find-dired.el" (14345 52903))
5640;;; Generated autoloads from find-dired.el 5708;;; Generated autoloads from find-dired.el
5641 5709
5642(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 5710(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -5754,7 +5822,7 @@ Visit the file you click on." t nil)
5754;;;;;; find-variable-other-window find-variable find-variable-noselect 5822;;;;;; find-variable-other-window find-variable find-variable-noselect
5755;;;;;; find-function-other-frame find-function-other-window find-function 5823;;;;;; find-function-other-frame find-function-other-window find-function
5756;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" 5824;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
5757;;;;;; (14281 30913)) 5825;;;;;; (14398 37514))
5758;;; Generated autoloads from emacs-lisp/find-func.el 5826;;; Generated autoloads from emacs-lisp/find-func.el
5759 5827
5760(autoload (quote find-function-noselect) "find-func" "\ 5828(autoload (quote find-function-noselect) "find-func" "\
@@ -5895,7 +5963,7 @@ Turn Flyspell mode off." nil nil)
5895 5963
5896;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 5964;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
5897;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 5965;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
5898;;;;;; (13674 33104)) 5966;;;;;; (14392 8455))
5899;;; Generated autoloads from follow.el 5967;;; Generated autoloads from follow.el
5900 5968
5901(autoload (quote turn-on-follow-mode) "follow" "\ 5969(autoload (quote turn-on-follow-mode) "follow" "\
@@ -5963,7 +6031,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
5963 6031
5964;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 6032;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
5965;;;;;; global-font-lock-mode font-lock-add-keywords turn-on-font-lock 6033;;;;;; global-font-lock-mode font-lock-add-keywords turn-on-font-lock
5966;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14302 34499)) 6034;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14410 18535))
5967;;; Generated autoloads from font-lock.el 6035;;; Generated autoloads from font-lock.el
5968 6036
5969(defvar font-lock-mode-hook nil "\ 6037(defvar font-lock-mode-hook nil "\
@@ -6067,12 +6135,12 @@ use either \\[customize] or the function `global-font-lock-mode'.")
6067(custom-add-load (quote global-font-lock-mode) (quote font-lock)) 6135(custom-add-load (quote global-font-lock-mode) (quote font-lock))
6068 6136
6069(autoload (quote font-lock-fontify-buffer) "font-lock" "\ 6137(autoload (quote font-lock-fontify-buffer) "font-lock" "\
6070Fontify the current buffer the way `font-lock-mode' would." t nil) 6138Fontify the current buffer the way the function `font-lock-mode' would." t nil)
6071 6139
6072;;;*** 6140;;;***
6073 6141
6074;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 6142;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
6075;;;;;; (14344 1056)) 6143;;;;;; (14345 58136))
6076;;; Generated autoloads from international/fontset.el 6144;;; Generated autoloads from international/fontset.el
6077 6145
6078(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 6146(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -6096,7 +6164,7 @@ It returns a name of the created fontset." nil nil)
6096;;;*** 6164;;;***
6097 6165
6098;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 6166;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
6099;;;;;; "forms" "forms.el" (14162 18837)) 6167;;;;;; "forms" "forms.el" (14381 57540))
6100;;; Generated autoloads from forms.el 6168;;; Generated autoloads from forms.el
6101 6169
6102(autoload (quote forms-mode) "forms" "\ 6170(autoload (quote forms-mode) "forms" "\
@@ -6128,7 +6196,7 @@ Visit a file in Forms mode in other window." t nil)
6128;;;*** 6196;;;***
6129 6197
6130;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 6198;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
6131;;;;;; "progmodes/fortran.el" (14246 52947)) 6199;;;;;; "progmodes/fortran.el" (14410 18641))
6132;;; Generated autoloads from progmodes/fortran.el 6200;;; Generated autoloads from progmodes/fortran.el
6133 6201
6134(defvar fortran-tab-mode-default nil "\ 6202(defvar fortran-tab-mode-default nil "\
@@ -6201,7 +6269,7 @@ Variables controlling indentation style and extra features:
6201 Non-nil causes line number digits to be moved to the correct column 6269 Non-nil causes line number digits to be moved to the correct column
6202 as typed. (default t) 6270 as typed. (default t)
6203 `fortran-break-before-delimiters' 6271 `fortran-break-before-delimiters'
6204 Non-nil causes `fortran-fill' to break lines before delimiters. 6272 Non-nil causes lines to be broken before delimiters.
6205 (default t) 6273 (default t)
6206 6274
6207Turning on Fortran mode calls the value of the variable `fortran-mode-hook' 6275Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
@@ -6418,7 +6486,7 @@ Update the format specification near point." t nil)
6418;;;*** 6486;;;***
6419 6487
6420;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 6488;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
6421;;;;;; "gnus/gnus-start.el" (14344 1048)) 6489;;;;;; "gnus/gnus-start.el" (14345 52937))
6422;;; Generated autoloads from gnus/gnus-start.el 6490;;; Generated autoloads from gnus/gnus-start.el
6423 6491
6424(autoload (quote gnus-unload) "gnus-start" "\ 6492(autoload (quote gnus-unload) "gnus-start" "\
@@ -6458,7 +6526,7 @@ Use \\[describe-mode] for more info." t nil)
6458;;;*** 6526;;;***
6459 6527
6460;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 6528;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
6461;;;;;; "goto-addr" "goto-addr.el" (13884 38368)) 6529;;;;;; "goto-addr" "goto-addr.el" (14385 24830))
6462;;; Generated autoloads from goto-addr.el 6530;;; Generated autoloads from goto-addr.el
6463 6531
6464(autoload (quote goto-address-at-mouse) "goto-addr" "\ 6532(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -6496,7 +6564,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
6496;;;*** 6564;;;***
6497 6565
6498;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 6566;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
6499;;;;;; (14293 61777)) 6567;;;;;; (14369 61534))
6500;;; Generated autoloads from gud.el 6568;;; Generated autoloads from gud.el
6501 6569
6502(autoload (quote gdb) "gud" "\ 6570(autoload (quote gdb) "gud" "\
@@ -6693,7 +6761,7 @@ This discards the buffer's undo information." t nil)
6693;;;*** 6761;;;***
6694 6762
6695;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 6763;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
6696;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14301 32259)) 6764;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14392 886))
6697;;; Generated autoloads from progmodes/hideif.el 6765;;; Generated autoloads from progmodes/hideif.el
6698 6766
6699(defvar hide-ifdef-mode nil "\ 6767(defvar hide-ifdef-mode nil "\
@@ -6941,8 +7009,8 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
6941;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers 7009;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
6942;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 7010;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
6943;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 7011;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
6944;;;;;; hippie-expand-verbose) "hippie-exp" "hippie-exp.el" (13674 7012;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
6945;;;;;; 32888)) 7013;;;;;; "hippie-exp.el" (14398 37488))
6946;;; Generated autoloads from hippie-exp.el 7014;;; Generated autoloads from hippie-exp.el
6947 7015
6948(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ 7016(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
@@ -7045,7 +7113,7 @@ This function is absolete." t nil)
7045;;;*** 7113;;;***
7046 7114
7047;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 7115;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
7048;;;;;; "icomplete.el" (14118 2245)) 7116;;;;;; "icomplete.el" (14392 118))
7049;;; Generated autoloads from icomplete.el 7117;;; Generated autoloads from icomplete.el
7050 7118
7051(autoload (quote icomplete-mode) "icomplete" "\ 7119(autoload (quote icomplete-mode) "icomplete" "\
@@ -7108,7 +7176,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
7108 7176
7109;;;### (autoloads (defimage remove-images insert-image put-image 7177;;;### (autoloads (defimage remove-images insert-image put-image
7110;;;;;; create-image image-type-available-p image-type-from-file-header) 7178;;;;;; create-image image-type-available-p image-type-from-file-header)
7111;;;;;; "image" "image.el" (14344 1003)) 7179;;;;;; "image" "image.el" (14345 52910))
7112;;; Generated autoloads from image.el 7180;;; Generated autoloads from image.el
7113 7181
7114(autoload (quote image-type-from-file-header) "image" "\ 7182(autoload (quote image-type-from-file-header) "image" "\
@@ -7371,7 +7439,7 @@ of `inferior-lisp-program'). Runs the hooks from
7371 7439
7372;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 7440;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
7373;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window) 7441;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window)
7374;;;;;; "info" "info.el" (14344 1005)) 7442;;;;;; "info" "info.el" (14398 37488))
7375;;; Generated autoloads from info.el 7443;;; Generated autoloads from info.el
7376 7444
7377(autoload (quote info-other-window) "info" "\ 7445(autoload (quote info-other-window) "info" "\
@@ -7501,7 +7569,7 @@ Toggle input method in interactive search." t nil)
7501;;;*** 7569;;;***
7502 7570
7503;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 7571;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
7504;;;;;; (14127 16274)) 7572;;;;;; (14388 10886))
7505;;; Generated autoloads from international/iso-acc.el 7573;;; Generated autoloads from international/iso-acc.el
7506 7574
7507(autoload (quote iso-accents-mode) "iso-acc" "\ 7575(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -7602,7 +7670,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
7602;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 7670;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
7603;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 7671;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
7604;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 7672;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
7605;;;;;; (14335 43064)) 7673;;;;;; (14381 62987))
7606;;; Generated autoloads from textmodes/ispell.el 7674;;; Generated autoloads from textmodes/ispell.el
7607 7675
7608(defvar ispell-personal-dictionary nil "\ 7676(defvar ispell-personal-dictionary nil "\
@@ -7823,7 +7891,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
7823 7891
7824;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer 7892;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer
7825;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 7893;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
7826;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14347 61960)) 7894;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14384 5061))
7827;;; Generated autoloads from iswitchb.el 7895;;; Generated autoloads from iswitchb.el
7828 7896
7829(autoload (quote iswitchb-read-buffer) "iswitchb" "\ 7897(autoload (quote iswitchb-read-buffer) "iswitchb" "\
@@ -7868,7 +7936,7 @@ For details of keybindings, do `\\[describe-function] iswitchb'." t nil)
7868;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 7936;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
7869;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal 7937;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal
7870;;;;;; setup-japanese-environment) "japan-util" "language/japan-util.el" 7938;;;;;; setup-japanese-environment) "japan-util" "language/japan-util.el"
7871;;;;;; (14347 63248)) 7939;;;;;; (14348 33291))
7872;;; Generated autoloads from language/japan-util.el 7940;;; Generated autoloads from language/japan-util.el
7873 7941
7874(autoload (quote setup-japanese-environment) "japan-util" "\ 7942(autoload (quote setup-japanese-environment) "japan-util" "\
@@ -7969,7 +8037,7 @@ Unconditionally turn on Just-in-time Lock mode." nil nil)
7969;;;*** 8037;;;***
7970 8038
7971;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 8039;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
7972;;;;;; (14344 1006)) 8040;;;;;; (14345 52910))
7973;;; Generated autoloads from jka-compr.el 8041;;; Generated autoloads from jka-compr.el
7974 8042
7975(defvar auto-compression-mode nil "\ 8043(defvar auto-compression-mode nil "\
@@ -8195,7 +8263,7 @@ is nil, raise an error." t nil)
8195;;;*** 8263;;;***
8196 8264
8197;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 8265;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
8198;;;;;; (14344 1013)) 8266;;;;;; (14396 4034))
8199;;; Generated autoloads from locate.el 8267;;; Generated autoloads from locate.el
8200 8268
8201(autoload (quote locate) "locate" "\ 8269(autoload (quote locate) "locate" "\
@@ -8203,13 +8271,16 @@ Run the program `locate', putting results in `*Locate*' buffer.
8203With prefix arg, prompt for the locate command to run." t nil) 8271With prefix arg, prompt for the locate command to run." t nil)
8204 8272
8205(autoload (quote locate-with-filter) "locate" "\ 8273(autoload (quote locate-with-filter) "locate" "\
8206Run the locate command with a filter." t nil) 8274Run the locate command with a filter.
8275
8276The filter is a regular expression. Only results matching the filter are
8277shown; this is often useful to constrain a big search." t nil)
8207 8278
8208;;;*** 8279;;;***
8209 8280
8210;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 8281;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
8211;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14149 8282;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14359
8212;;;;;; 56563)) 8283;;;;;; 2960))
8213;;; Generated autoloads from lpr.el 8284;;; Generated autoloads from lpr.el
8214 8285
8215(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 8286(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
@@ -8249,8 +8320,13 @@ Print buffer contents as with Unix command `lpr'.
8249`lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8320`lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8250 8321
8251(autoload (quote print-buffer) "lpr" "\ 8322(autoload (quote print-buffer) "lpr" "\
8252Print buffer contents as with Unix command `lpr -p'. 8323Paginate and print buffer contents.
8253`lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8324Normally invokes `pr' for pagination, but see the variable
8325`lpr-page-header-program'. Printing is normally done with `lpr'
8326or `lp'; the variable `lpr-command' changes this.
8327
8328Also see the variables `lpr-switches' and `lpr-page-header-switches'
8329for further customization of the commands used." t nil)
8254 8330
8255(autoload (quote lpr-region) "lpr" "\ 8331(autoload (quote lpr-region) "lpr" "\
8256Print region contents as with Unix command `lpr'. 8332Print region contents as with Unix command `lpr'.
@@ -8518,7 +8594,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t
8518;;;*** 8594;;;***
8519 8595
8520;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 8596;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
8521;;;;;; (14013 4466)) 8597;;;;;; (14410 18641))
8522;;; Generated autoloads from progmodes/make-mode.el 8598;;; Generated autoloads from progmodes/make-mode.el
8523 8599
8524(autoload (quote makefile-mode) "make-mode" "\ 8600(autoload (quote makefile-mode) "make-mode" "\
@@ -8545,7 +8621,7 @@ makefile-macro-assign:
8545 The string that gets appended to all macro names 8621 The string that gets appended to all macro names
8546 inserted by `makefile-insert-macro'. 8622 inserted by `makefile-insert-macro'.
8547 The normal value should be \" = \", since this is what 8623 The normal value should be \" = \", since this is what
8548 standard make expects. However, newer makes such as dmake 8624 standard make expects. However, newer makes such as dmake
8549 allow a larger variety of different macro assignments, so you 8625 allow a larger variety of different macro assignments, so you
8550 might prefer to use \" += \" or \" := \" . 8626 might prefer to use \" += \" or \" := \" .
8551 8627
@@ -8578,12 +8654,12 @@ makefile-pickup-everything-picks-up-filenames-p:
8578 filenames are omitted. 8654 filenames are omitted.
8579 8655
8580makefile-cleanup-continuations-p: 8656makefile-cleanup-continuations-p:
8581 If this variable is set to a non-nil value then makefile-mode 8657 If this variable is set to a non-nil value then Makefile mode
8582 will assure that no line in the file ends with a backslash 8658 will assure that no line in the file ends with a backslash
8583 (the continuation character) followed by any whitespace. 8659 (the continuation character) followed by any whitespace.
8584 This is done by silently removing the trailing whitespace, leaving 8660 This is done by silently removing the trailing whitespace, leaving
8585 the backslash itself intact. 8661 the backslash itself intact.
8586 IMPORTANT: Please note that enabling this option causes makefile-mode 8662 IMPORTANT: Please note that enabling this option causes Makefile mode
8587 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". 8663 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
8588 8664
8589makefile-browser-hook: 8665makefile-browser-hook:
@@ -8806,7 +8882,7 @@ Turning on MetaPost mode calls the value of the variable
8806 8882
8807;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 8883;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
8808;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 8884;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
8809;;;;;; (14344 1065)) 8885;;;;;; (14345 52966))
8810;;; Generated autoloads from mail/metamail.el 8886;;; Generated autoloads from mail/metamail.el
8811 8887
8812(autoload (quote metamail-interpret-header) "metamail" "\ 8888(autoload (quote metamail-interpret-header) "metamail" "\
@@ -8842,7 +8918,7 @@ redisplayed as output is inserted." t nil)
8842;;;*** 8918;;;***
8843 8919
8844;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 8920;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
8845;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14288 25329)) 8921;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14377 19689))
8846;;; Generated autoloads from mail/mh-comp.el 8922;;; Generated autoloads from mail/mh-comp.el
8847 8923
8848(autoload (quote mh-smail) "mh-comp" "\ 8924(autoload (quote mh-smail) "mh-comp" "\
@@ -8899,8 +8975,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'."
8899 8975
8900;;;*** 8976;;;***
8901 8977
8902;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14263 8978;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14376
8903;;;;;; 35467)) 8979;;;;;; 9267))
8904;;; Generated autoloads from mail/mh-e.el 8980;;; Generated autoloads from mail/mh-e.el
8905 8981
8906(autoload (quote mh-rmail) "mh-e" "\ 8982(autoload (quote mh-rmail) "mh-e" "\
@@ -8921,7 +8997,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
8921 8997
8922;;;*** 8998;;;***
8923 8999
8924;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14244 17344)) 9000;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14384 5736))
8925;;; Generated autoloads from mail/mh-utils.el 9001;;; Generated autoloads from mail/mh-utils.el
8926 9002
8927(put (quote mh-progs) (quote risky-local-variable) t) 9003(put (quote mh-progs) (quote risky-local-variable) t)
@@ -9066,10 +9142,10 @@ different buffer menu using the function `msb'." t nil)
9066;;;*** 9142;;;***
9067 9143
9068;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods 9144;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods
9069;;;;;; list-fontsets describe-fontset describe-font list-coding-systems 9145;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
9070;;;;;; describe-current-coding-system describe-current-coding-system-briefly 9146;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
9071;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el" 9147;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el"
9072;;;;;; (14184 58903)) 9148;;;;;; (14406 33643))
9073;;; Generated autoloads from international/mule-diag.el 9149;;; Generated autoloads from international/mule-diag.el
9074 9150
9075(autoload (quote list-character-sets) "mule-diag" "\ 9151(autoload (quote list-character-sets) "mule-diag" "\
@@ -9120,6 +9196,9 @@ This shows the mnemonic letter, name, and description of each coding system.
9120With prefix arg, the output format gets more cryptic, 9196With prefix arg, the output format gets more cryptic,
9121but still contains full information about each coding system." t nil) 9197but still contains full information about each coding system." t nil)
9122 9198
9199(autoload (quote list-coding-categories) "mule-diag" "\
9200Display a list of all coding categories." nil nil)
9201
9123(autoload (quote describe-font) "mule-diag" "\ 9202(autoload (quote describe-font) "mule-diag" "\
9124Display information about fonts which partially match FONTNAME." t nil) 9203Display information about fonts which partially match FONTNAME." t nil)
9125 9204
@@ -9176,7 +9255,7 @@ The file is saved in the directory `data-directory'." nil nil)
9176;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic 9255;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
9177;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width 9256;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
9178;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" 9257;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
9179;;;;;; (14184 58943)) 9258;;;;;; (14407 39556))
9180;;; Generated autoloads from international/mule-util.el 9259;;; Generated autoloads from international/mule-util.el
9181 9260
9182(autoload (quote string-to-sequence) "mule-util" "\ 9261(autoload (quote string-to-sequence) "mule-util" "\
@@ -9192,11 +9271,11 @@ Embed OBJ (string or character) at index IDX of STRING." nil nil)
9192 9271
9193(autoload (quote truncate-string-to-width) "mule-util" "\ 9272(autoload (quote truncate-string-to-width) "mule-util" "\
9194Truncate string STR to end at column END-COLUMN. 9273Truncate string STR to end at column END-COLUMN.
9195The optional 2nd arg START-COLUMN, if non-nil, specifies 9274The optional 3rd arg START-COLUMN, if non-nil, specifies
9196the starting column; that means to return the characters occupying 9275the starting column; that means to return the characters occupying
9197columns START-COLUMN ... END-COLUMN of STR. 9276columns START-COLUMN ... END-COLUMN of STR.
9198 9277
9199The optional 3rd arg PADDING, if non-nil, specifies a padding character 9278The optional 4th arg PADDING, if non-nil, specifies a padding character
9200to add at the end of the result if STR doesn't reach column END-COLUMN, 9279to add at the end of the result if STR doesn't reach column END-COLUMN,
9201or if END-COLUMN comes in the middle of a character in STR. 9280or if END-COLUMN comes in the middle of a character in STR.
9202PADDING is also added at the beginning of the result 9281PADDING is also added at the beginning of the result
@@ -9335,10 +9414,18 @@ even if WITH-COMPOSITION-RULE is t." nil nil)
9335 9414
9336;;;*** 9415;;;***
9337 9416
9417;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 51930))
9418;;; Generated autoloads from mwheel.el
9419
9420(autoload (quote mwheel-install) "mwheel" "\
9421Enable mouse wheel support." nil nil)
9422
9423;;;***
9424
9338;;;### (autoloads (network-connection network-connection-to-service 9425;;;### (autoloads (network-connection network-connection-to-service
9339;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 9426;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
9340;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net-utils.el" 9427;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net-utils.el"
9341;;;;;; (14344 1016)) 9428;;;;;; (14385 24830))
9342;;; Generated autoloads from net-utils.el 9429;;; Generated autoloads from net-utils.el
9343 9430
9344(autoload (quote traceroute) "net-utils" "\ 9431(autoload (quote traceroute) "net-utils" "\
@@ -9518,7 +9605,7 @@ startup file, `~/.emacs-octave'." t nil)
9518;;;*** 9605;;;***
9519 9606
9520;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 9607;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
9521;;;;;; (14263 35724)) 9608;;;;;; (14358 1330))
9522;;; Generated autoloads from progmodes/octave-mod.el 9609;;; Generated autoloads from progmodes/octave-mod.el
9523 9610
9524(autoload (quote octave-mode) "octave-mod" "\ 9611(autoload (quote octave-mode) "octave-mod" "\
@@ -9922,7 +10009,7 @@ for the existing fields and displays a corresponding form." t nil)
9922;;;*** 10009;;;***
9923 10010
9924;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 10011;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
9925;;;;;; (14347 62026)) 10012;;;;;; (14348 33291))
9926;;; Generated autoloads from textmodes/picture.el 10013;;; Generated autoloads from textmodes/picture.el
9927 10014
9928(autoload (quote picture-mode) "picture" "\ 10015(autoload (quote picture-mode) "picture" "\
@@ -10031,7 +10118,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
10031 10118
10032;;;*** 10119;;;***
10033 10120
10034;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14346 42642)) 10121;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14353 44101))
10035;;; Generated autoloads from ps-bdf.el 10122;;; Generated autoloads from ps-bdf.el
10036 10123
10037(defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 10124(defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -10040,8 +10127,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
10040 10127
10041;;;*** 10128;;;***
10042 10129
10043;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14339 10130;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380
10044;;;;;; 19431)) 10131;;;;;; 3795))
10045;;; Generated autoloads from progmodes/ps-mode.el 10132;;; Generated autoloads from progmodes/ps-mode.el
10046 10133
10047(autoload (quote ps-mode) "ps-mode" "\ 10134(autoload (quote ps-mode) "ps-mode" "\
@@ -10056,12 +10143,13 @@ be set through the `customize' command:
10056 ps-mode-tab 10143 ps-mode-tab
10057 ps-mode-paper-size 10144 ps-mode-paper-size
10058 ps-mode-print-function 10145 ps-mode-print-function
10059 ps-run-tmp-dir
10060 ps-run-prompt 10146 ps-run-prompt
10147 ps-run-font-lock-keywords-2
10061 ps-run-x 10148 ps-run-x
10062 ps-run-dumb 10149 ps-run-dumb
10063 ps-run-init 10150 ps-run-init
10064 ps-run-error-line-numbers 10151 ps-run-error-line-numbers
10152 ps-run-tmp-dir
10065 10153
10066Type \\[describe-variable] for documentation on these options. 10154Type \\[describe-variable] for documentation on these options.
10067 10155
@@ -10087,7 +10175,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
10087 10175
10088;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 10176;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
10089;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font) 10177;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font)
10090;;;;;; "ps-mule" "ps-mule.el" (14346 42638)) 10178;;;;;; "ps-mule" "ps-mule.el" (14393 17619))
10091;;; Generated autoloads from ps-mule.el 10179;;; Generated autoloads from ps-mule.el
10092 10180
10093(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ 10181(autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
@@ -10125,8 +10213,8 @@ This checks if all multi-byte characters in the region are printable or not." ni
10125;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 10213;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
10126;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 10214;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
10127;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 10215;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
10128;;;;;; ps-print-buffer ps-paper-type) "ps-print" "ps-print.el" (14349 10216;;;;;; ps-print-buffer ps-paper-type) "ps-print" "ps-print.el" (14398
10129;;;;;; 4603)) 10217;;;;;; 37488))
10130;;; Generated autoloads from ps-print.el 10218;;; Generated autoloads from ps-print.el
10131 10219
10132(defvar ps-paper-type (quote letter) "\ 10220(defvar ps-paper-type (quote letter) "\
@@ -10413,7 +10501,7 @@ of each directory." t nil)
10413 10501
10414;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 10502;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
10415;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 10503;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
10416;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14344 1017)) 10504;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14388 11185))
10417;;; Generated autoloads from quickurl.el 10505;;; Generated autoloads from quickurl.el
10418 10506
10419(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 10507(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -10469,7 +10557,7 @@ See \\[compile]." t nil)
10469;;;*** 10557;;;***
10470 10558
10471;;;### (autoloads (recentf-cleanup recentf-save-list recentf-mode) 10559;;;### (autoloads (recentf-cleanup recentf-save-list recentf-mode)
10472;;;;;; "recentf" "recentf.el" (14339 41776)) 10560;;;;;; "recentf" "recentf.el" (14385 19861))
10473;;; Generated autoloads from recentf.el 10561;;; Generated autoloads from recentf.el
10474 10562
10475(autoload (quote recentf-mode) "recentf" "\ 10563(autoload (quote recentf-mode) "recentf" "\
@@ -10686,10 +10774,29 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil)
10686;;;*** 10774;;;***
10687 10775
10688;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 10776;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
10689;;;;;; (13651 33206)) 10777;;;;;; (14356 24412))
10690;;; Generated autoloads from mail/reporter.el 10778;;; Generated autoloads from mail/reporter.el
10691 10779
10692(autoload (quote reporter-submit-bug-report) "reporter" nil nil nil) 10780(autoload (quote reporter-submit-bug-report) "reporter" "\
10781Begin submitting a bug report via email.
10782
10783ADDRESS is the email address for the package's maintainer. PKGNAME is
10784the name of the package (if you want to include version numbers,
10785you must put them into PKGNAME before calling this function).
10786
10787VARLIST is the list of variables to dump (see `reporter-dump-state'
10788for details). The optional argument PRE-HOOKS and POST-HOOKS are
10789passed to `reporter-dump-state'. Optional argument SALUTATION is text
10790to be inserted at the top of the mail buffer; in that case, point is
10791left after that text.
10792
10793This function prompts for a summary if `reporter-prompt-for-summary-p'
10794is non-nil.
10795
10796This function does not send a message; it uses the given information
10797to initialize a a messagem, which the user can then edit and finally send
10798\(or decline to send). The variable `mail-user-agent' controls which
10799mail-sending package is used for editing and sending the message." nil nil)
10693 10800
10694;;;*** 10801;;;***
10695 10802
@@ -10788,7 +10895,7 @@ variable." t nil)
10788;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 10895;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
10789;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 10896;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
10790;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 10897;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
10791;;;;;; "rmail" "mail/rmail.el" (14344 1068)) 10898;;;;;; "rmail" "mail/rmail.el" (14384 5882))
10792;;; Generated autoloads from mail/rmail.el 10899;;; Generated autoloads from mail/rmail.el
10793 10900
10794(defvar rmail-dont-reply-to-names nil "\ 10901(defvar rmail-dont-reply-to-names nil "\
@@ -10963,7 +11070,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
10963;;;*** 11070;;;***
10964 11071
10965;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 11072;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
10966;;;;;; (13738 33907)) 11073;;;;;; (14387 64145))
10967;;; Generated autoloads from mail/rmailedit.el 11074;;; Generated autoloads from mail/rmailedit.el
10968 11075
10969(autoload (quote rmail-edit-current-message) "rmailedit" "\ 11076(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -11258,13 +11365,13 @@ This mode is an extended emacs-lisp mode.
11258 11365
11259;;;*** 11366;;;***
11260 11367
11261;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (13552 11368;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381
11262;;;;;; 24904)) 11369;;;;;; 55098))
11263;;; Generated autoloads from textmodes/scribe.el 11370;;; Generated autoloads from textmodes/scribe.el
11264 11371
11265(autoload (quote scribe-mode) "scribe" "\ 11372(autoload (quote scribe-mode) "scribe" "\
11266Major mode for editing files of Scribe (a text formatter) source. 11373Major mode for editing files of Scribe (a text formatter) source.
11267Scribe-mode is similar text-mode, with a few extra commands added. 11374Scribe-mode is similar to text-mode, with a few extra commands added.
11268\\{scribe-mode-map} 11375\\{scribe-mode-map}
11269 11376
11270Interesting variables: 11377Interesting variables:
@@ -11460,7 +11567,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
11460;;;*** 11567;;;***
11461 11568
11462;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 11569;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
11463;;;;;; (14248 37407)) 11570;;;;;; (14363 23704))
11464;;; Generated autoloads from textmodes/sgml-mode.el 11571;;; Generated autoloads from textmodes/sgml-mode.el
11465 11572
11466(autoload (quote sgml-mode) "sgml-mode" "\ 11573(autoload (quote sgml-mode) "sgml-mode" "\
@@ -11839,7 +11946,7 @@ symmetrical ones, and the same character twice for the others." t nil)
11839;;;*** 11946;;;***
11840 11947
11841;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 11948;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
11842;;;;;; (14344 1070)) 11949;;;;;; (14342 21398))
11843;;; Generated autoloads from mail/smtpmail.el 11950;;; Generated autoloads from mail/smtpmail.el
11844 11951
11845(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 11952(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -12153,7 +12260,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
12153;;;*** 12260;;;***
12154 12261
12155;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 12262;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
12156;;;;;; "speedbar.el" (14281 35833)) 12263;;;;;; "speedbar.el" (14403 56247))
12157;;; Generated autoloads from speedbar.el 12264;;; Generated autoloads from speedbar.el
12158 12265
12159(defalias (quote speedbar) (quote speedbar-frame-mode)) 12266(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -12215,7 +12322,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
12215;;;*** 12322;;;***
12216 12323
12217;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el" 12324;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el"
12218;;;;;; (14321 57663)) 12325;;;;;; (14395 64503))
12219;;; Generated autoloads from progmodes/sql.el 12326;;; Generated autoloads from progmodes/sql.el
12220 12327
12221(autoload (quote sql-help) "sql" "\ 12328(autoload (quote sql-help) "sql" "\
@@ -12383,7 +12490,7 @@ strokes with
12383;;;*** 12490;;;***
12384 12491
12385;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 12492;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
12386;;;;;; (14192 4758)) 12493;;;;;; (14385 23097))
12387;;; Generated autoloads from mail/supercite.el 12494;;; Generated autoloads from mail/supercite.el
12388 12495
12389(autoload (quote sc-cite-original) "supercite" "\ 12496(autoload (quote sc-cite-original) "supercite" "\
@@ -12617,7 +12724,7 @@ tetris-mode keybindings:
12617;;;;;; tex-start-options-string slitex-run-command latex-run-command 12724;;;;;; tex-start-options-string slitex-run-command latex-run-command
12618;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 12725;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
12619;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 12726;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
12620;;;;;; (14280 10460)) 12727;;;;;; (14365 34873))
12621;;; Generated autoloads from textmodes/tex-mode.el 12728;;; Generated autoloads from textmodes/tex-mode.el
12622 12729
12623(defvar tex-shell-file-name nil "\ 12730(defvar tex-shell-file-name nil "\
@@ -12710,7 +12817,7 @@ otherwise.")
12710*Command used by \\[tex-show-print-queue] to show the print queue. 12817*Command used by \\[tex-show-print-queue] to show the print queue.
12711Should show the queue(s) that \\[tex-print] puts jobs on.") 12818Should show the queue(s) that \\[tex-print] puts jobs on.")
12712 12819
12713(defvar tex-default-mode (quote plain-tex-mode) "\ 12820(defvar tex-default-mode (quote latex-mode) "\
12714*Mode to enter for a new file that might be either TeX or LaTeX. 12821*Mode to enter for a new file that might be either TeX or LaTeX.
12715This variable is used when it can't be determined whether the file 12822This variable is used when it can't be determined whether the file
12716is plain TeX or LaTeX or what because the file contains no commands. 12823is plain TeX or LaTeX or what because the file contains no commands.
@@ -13140,6 +13247,26 @@ See also docstring of the function tibetan-compose-region." t nil)
13140 13247
13141;;;*** 13248;;;***
13142 13249
13250;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
13251;;;;;; (14357 30776))
13252;;; Generated autoloads from textmodes/tildify.el
13253
13254(autoload (quote tildify-region) "tildify" "\
13255Add hard spaces in the region between BEG and END.
13256See variables `tildify-pattern-alist', `tildify-string-alist', and
13257`tildify-ignored-environments-alist' for information about configuration
13258parameters.
13259This function performs no refilling of the changed text." t nil)
13260
13261(autoload (quote tildify-buffer) "tildify" "\
13262Add hard spaces in the current buffer.
13263See variables `tildify-pattern-alist', `tildify-string-alist', and
13264`tildify-ignored-environments-alist' for information about configuration
13265parameters.
13266This function performs no refilling of the changed text." t nil)
13267
13268;;;***
13269
13143;;;### (autoloads (display-time-mode display-time display-time-day-and-date 13270;;;### (autoloads (display-time-mode display-time display-time-day-and-date
13144;;;;;; display-time-mode) "time" "time.el" (14321 15854)) 13271;;;;;; display-time-mode) "time" "time.el" (14321 15854))
13145;;; Generated autoloads from time.el 13272;;; Generated autoloads from time.el
@@ -13636,13 +13763,13 @@ Convert Rmail file FILE to system inbox format file TO-FILE." t nil)
13636;;;*** 13763;;;***
13637 13764
13638;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 13765;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
13639;;;;;; "userlock" "userlock.el" (13324 18702)) 13766;;;;;; "userlock" "userlock.el" (14365 43297))
13640;;; Generated autoloads from userlock.el 13767;;; Generated autoloads from userlock.el
13641 13768
13642(autoload (quote ask-user-about-lock) "userlock" "\ 13769(autoload (quote ask-user-about-lock) "userlock" "\
13643Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. 13770Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
13644This function has a choice of three things to do: 13771This function has a choice of three things to do:
13645 do (signal 'buffer-file-locked (list FILE OPPONENT)) 13772 do (signal 'file-locked (list FILE OPPONENT))
13646 to refrain from editing the file 13773 to refrain from editing the file
13647 return t (grab the lock on the file) 13774 return t (grab the lock on the file)
13648 return nil (edit the file even though it is locked). 13775 return nil (edit the file even though it is locked).
@@ -13665,8 +13792,8 @@ The buffer in question is current when this function is called." nil nil)
13665;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge 13792;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
13666;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 13793;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
13667;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook 13794;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook
13668;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14344 13795;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14406
13669;;;;;; 1029)) 13796;;;;;; 32852))
13670;;; Generated autoloads from vc.el 13797;;; Generated autoloads from vc.el
13671 13798
13672(defvar vc-checkin-hook nil "\ 13799(defvar vc-checkin-hook nil "\
@@ -13818,7 +13945,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
13818;;;*** 13945;;;***
13819 13946
13820;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 13947;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
13821;;;;;; (14177 58116)) 13948;;;;;; (14385 10956))
13822;;; Generated autoloads from progmodes/vhdl-mode.el 13949;;; Generated autoloads from progmodes/vhdl-mode.el
13823 13950
13824(autoload (quote vhdl-mode) "vhdl-mode" "\ 13951(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -14372,12 +14499,12 @@ Turn on VIP emulation of VI." t nil)
14372;;;*** 14499;;;***
14373 14500
14374;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 14501;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
14375;;;;;; (13691 18367)) 14502;;;;;; (14367 2196))
14376;;; Generated autoloads from emulation/viper.el 14503;;; Generated autoloads from emulation/viper.el
14377 14504
14378(autoload (quote toggle-viper-mode) "viper" "\ 14505(autoload (quote toggle-viper-mode) "viper" "\
14379Toggle Viper on/off. 14506Toggle Viper on/off.
14380If Viper is enabled, turn it off. Otherwise, turn it on." t nil) 14507If Viper is enabled, turn it off. Otherwise, turn it on." t nil)
14381 14508
14382(autoload (quote viper-mode) "viper" "\ 14509(autoload (quote viper-mode) "viper" "\
14383Turn on Viper emulation of Vi." t nil) 14510Turn on Viper emulation of Vi." t nil)
@@ -14425,7 +14552,7 @@ and off otherwise." t nil)
14425 14552
14426;;;### (autoloads (whitespace-describe whitespace-cleanup-region 14553;;;### (autoloads (whitespace-describe whitespace-cleanup-region
14427;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 14554;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
14428;;;;;; "whitespace.el" (14304 12245)) 14555;;;;;; "whitespace.el" (14364 19064))
14429;;; Generated autoloads from whitespace.el 14556;;; Generated autoloads from whitespace.el
14430 14557
14431(autoload (quote whitespace-buffer) "whitespace" "\ 14558(autoload (quote whitespace-buffer) "whitespace" "\
@@ -14469,8 +14596,8 @@ of whitespace problems that commonly exist in source code.
14469 14596
14470Whitespace errors are reported in a buffer, and on the modeline. 14597Whitespace errors are reported in a buffer, and on the modeline.
14471 14598
14472Modeline will show a W:<x> to denote a particular type of whitespace, where 14599Modeline will show a W:<x>!<y> to denote a particular type of whitespace,
14473`x' can be one (or more) of: 14600where `x' and `y' can be one (or more) of:
14474 14601
14475e - End-of-Line whitespace. 14602e - End-of-Line whitespace.
14476i - Indentation whitespace. 14603i - Indentation whitespace.
@@ -14479,7 +14606,7 @@ s - Space followed by Tab.
14479t - Trailing whitespace. 14606t - Trailing whitespace.
14480 14607
14481If any of the whitespace checks is turned off, the modeline will display a 14608If any of the whitespace checks is turned off, the modeline will display a
14482Woff:<x>, where `x' can be one (or more) of the above. 14609!<y>.
14483 14610
14484 (since (3) is the most controversial one, here is the rationale: Most 14611 (since (3) is the most controversial one, here is the rationale: Most
14485 terminal drivers and printer drivers have TAB configured or even 14612 terminal drivers and printer drivers have TAB configured or even
@@ -14528,7 +14655,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
14528;;;*** 14655;;;***
14529 14656
14530;;;### (autoloads (widget-delete widget-create widget-prompt-value) 14657;;;### (autoloads (widget-delete widget-create widget-prompt-value)
14531;;;;;; "wid-edit" "wid-edit.el" (14301 537)) 14658;;;;;; "wid-edit" "wid-edit.el" (14375 20322))
14532;;; Generated autoloads from wid-edit.el 14659;;; Generated autoloads from wid-edit.el
14533 14660
14534(autoload (quote widget-prompt-value) "wid-edit" "\ 14661(autoload (quote widget-prompt-value) "wid-edit" "\