aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-28 19:27:14 +0000
committerGerd Moellmann2001-01-28 19:27:14 +0000
commitc7f48c35d5237b701914ce8a43abb04b02348df6 (patch)
treefdae7dd50e16730e97e3212a6dfc13c037922127
parent1fc0f361b82499fc180b7d19d1abeee89c33b0de (diff)
downloademacs-c7f48c35d5237b701914ce8a43abb04b02348df6.tar.gz
emacs-c7f48c35d5237b701914ce8a43abb04b02348df6.zip
*** empty log message ***emacs-pretest-21.0.96
-rw-r--r--lisp/cus-load.el56
-rw-r--r--lisp/finder-inf.el33
-rw-r--r--lisp/loaddefs.el619
3 files changed, 368 insertions, 340 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index 646be7636e4..dffe3ed925b 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -139,7 +139,7 @@
139(put 'feedmail-spray 'custom-loads '("feedmail")) 139(put 'feedmail-spray 'custom-loads '("feedmail"))
140(put 'idlwave-external-programs 'custom-loads '("idlwave")) 140(put 'idlwave-external-programs 'custom-loads '("idlwave"))
141(put 'strokes 'custom-loads '("strokes")) 141(put 'strokes 'custom-loads '("strokes"))
142(put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist")) 142(put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "artist" "goto-addr"))
143(put 'nnmail-various 'custom-loads '("nnmail")) 143(put 'nnmail-various 'custom-loads '("nnmail"))
144(put 'smiley 'custom-loads '("smiley-ems")) 144(put 'smiley 'custom-loads '("smiley-ems"))
145(put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) 145(put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext"))
@@ -216,8 +216,8 @@
216(put 'font-lock 'custom-loads '("frame" "faces" "font-lock")) 216(put 'font-lock 'custom-loads '("frame" "faces" "font-lock"))
217(put 'auto-save 'custom-loads '("files" "startup")) 217(put 'auto-save 'custom-loads '("files" "startup"))
218(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) 218(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
219(put 'viper-hooks 'custom-loads '("viper-init"))
220(put 'gnus-cite 'custom-loads '("gnus-cite")) 219(put 'gnus-cite 'custom-loads '("gnus-cite"))
220(put 'viper-hooks 'custom-loads '("viper-init"))
221(put 'gnus-demon 'custom-loads '("gnus-demon")) 221(put 'gnus-demon 'custom-loads '("gnus-demon"))
222(put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) 222(put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars"))
223(put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) 223(put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper"))
@@ -271,7 +271,7 @@
271(put 'generic-x 'custom-loads '("generic-x")) 271(put 'generic-x 'custom-loads '("generic-x"))
272(put 'partial-completion 'custom-loads '("complete")) 272(put 'partial-completion 'custom-loads '("complete"))
273(put 'whitespace 'custom-loads '("whitespace")) 273(put 'whitespace 'custom-loads '("whitespace"))
274(put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt")) 274(put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug"))
275(put 'pages 'custom-loads '("page-ext")) 275(put 'pages 'custom-loads '("page-ext"))
276(put 'message-interface 'custom-loads '("message")) 276(put 'message-interface 'custom-loads '("message"))
277(put 'diary 'custom-loads '("calendar" "diary-lib")) 277(put 'diary 'custom-loads '("calendar" "diary-lib"))
@@ -297,7 +297,7 @@
297(put 'apropos 'custom-loads '("apropos")) 297(put 'apropos 'custom-loads '("apropos"))
298(put 'gomoku 'custom-loads '("gomoku")) 298(put 'gomoku 'custom-loads '("gomoku"))
299(put 'eshell-pred 'custom-loads '("em-pred")) 299(put 'eshell-pred 'custom-loads '("em-pred"))
300(put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "rcompile" "compile" "ebrowse" "etags" "glasses" "make-mode")) 300(put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode" "rcompile"))
301(put 'gnus-topic 'custom-loads '("gnus-topic")) 301(put 'gnus-topic 'custom-loads '("gnus-topic"))
302(put 'sgml 'custom-loads '("sgml-mode")) 302(put 'sgml 'custom-loads '("sgml-mode"))
303(put 'keyboard 'custom-loads '("mule" "chistory" "type-break")) 303(put 'keyboard 'custom-loads '("mule" "chistory" "type-break"))
@@ -319,7 +319,7 @@
319(put 'widget-browse 'custom-loads '("wid-browse")) 319(put 'widget-browse 'custom-loads '("wid-browse"))
320(put 'feedmail-misc 'custom-loads '("feedmail")) 320(put 'feedmail-misc 'custom-loads '("feedmail"))
321(put 'diff 'custom-loads '("diff-mode" "diff")) 321(put 'diff 'custom-loads '("diff-mode" "diff"))
322(put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script")) 322(put 'unix 'custom-loads '("gud" "shell" "term" "sh-script" "rlogin"))
323(put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) 323(put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server"))
324(put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc")) 324(put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc"))
325(put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) 325(put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode"))
@@ -405,8 +405,8 @@
405(put 'gnus-windows 'custom-loads '("gnus-win")) 405(put 'gnus-windows 'custom-loads '("gnus-win"))
406(put 'reftex-label-support 'custom-loads '("reftex-vars")) 406(put 'reftex-label-support 'custom-loads '("reftex-vars"))
407(put 'gnus-article-buttons 'custom-loads '("gnus-art")) 407(put 'gnus-article-buttons 'custom-loads '("gnus-art"))
408(put 'old-c 'custom-loads '("c-mode"))
408(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) 409(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
409(put 'old-c 'custom-loads '("c-mode" "cc-vars"))
410(put 'compilation 'custom-loads '("compile")) 410(put 'compilation 'custom-loads '("compile"))
411(put 'ediff-highlighting 'custom-loads '("ediff-init")) 411(put 'ediff-highlighting 'custom-loads '("ediff-init"))
412(put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell" "idlwave")) 412(put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell" "idlwave"))
@@ -418,8 +418,8 @@
418(put 'ispell 'custom-loads '("ispell")) 418(put 'ispell 'custom-loads '("ispell"))
419(put 'auto-revert 'custom-loads '("autorevert")) 419(put 'auto-revert 'custom-loads '("autorevert"))
420(put 'advice 'custom-loads '("advice")) 420(put 'advice 'custom-loads '("advice"))
421(put 'picture 'custom-loads '("picture"))
422(put 'eshell-util 'custom-loads '("esh-util")) 421(put 'eshell-util 'custom-loads '("esh-util"))
422(put 'picture 'custom-loads '("picture"))
423(put 'gnus-group 'custom-loads '("gnus-topic" "gnus")) 423(put 'gnus-group 'custom-loads '("gnus-topic" "gnus"))
424(put 'eudc-bbdb 'custom-loads '("eudc-vars")) 424(put 'eudc-bbdb 'custom-loads '("eudc-vars"))
425(put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) 425(put 'reftex-referencing-labels 'custom-loads '("reftex-vars"))
@@ -454,7 +454,7 @@
454(put 'bibtex 'custom-loads '("bibtex")) 454(put 'bibtex 'custom-loads '("bibtex"))
455(put 'faces 'custom-loads '("loaddefs" "faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) 455(put 'faces 'custom-loads '("loaddefs" "faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode"))
456(put 'gnus-summary-various 'custom-loads '("gnus-sum")) 456(put 'gnus-summary-various 'custom-loads '("gnus-sum"))
457(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "eshell" "spell")) 457(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell" "eshell"))
458(put 'ebrowse-member 'custom-loads '("ebrowse")) 458(put 'ebrowse-member 'custom-loads '("ebrowse"))
459(put 'terminal 'custom-loads '("terminal")) 459(put 'terminal 'custom-loads '("terminal"))
460(put 'shadow 'custom-loads '("shadowfile" "shadow")) 460(put 'shadow 'custom-loads '("shadowfile" "shadow"))
@@ -474,7 +474,7 @@
474(put 'message-sending 'custom-loads '("message")) 474(put 'message-sending 'custom-loads '("message"))
475(put 'archive-arc 'custom-loads '("arc-mode")) 475(put 'archive-arc 'custom-loads '("arc-mode"))
476(put 'rmail-output 'custom-loads '("rmailout")) 476(put 'rmail-output 'custom-loads '("rmailout"))
477(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "whitespace" "auto-show" "hscroll" "picture")) 477(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "ooutline" "hl-line" "vcursor" "whitespace" "picture" "auto-show" "hscroll"))
478(put 'crisp 'custom-loads '("crisp")) 478(put 'crisp 'custom-loads '("crisp"))
479(put 'nroff 'custom-loads '("nroff-mode")) 479(put 'nroff 'custom-loads '("nroff-mode"))
480(put 'gnus-group-icons 'custom-loads '("gnus-group")) 480(put 'gnus-group-icons 'custom-loads '("gnus-group"))
@@ -491,7 +491,7 @@
491(put 'pascal 'custom-loads '("pascal")) 491(put 'pascal 'custom-loads '("pascal"))
492(put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) 492(put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
493(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) 493(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode"))
494(put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "eudc-vars" "fortune")) 494(put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars"))
495(put 'paren-blinking 'custom-loads '("simple")) 495(put 'paren-blinking 'custom-loads '("simple"))
496(put 'gnus-summary-sort 'custom-loads '("gnus-sum")) 496(put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
497(put 'fast-lock 'custom-loads '("fast-lock")) 497(put 'fast-lock 'custom-loads '("fast-lock"))
@@ -501,7 +501,7 @@
501(put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired")) 501(put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired"))
502(put 'recentf 'custom-loads '("recentf")) 502(put 'recentf 'custom-loads '("recentf"))
503(put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) 503(put 'fill 'custom-loads '("simple" "newcomment" "fill" "align"))
504(put 'outlines 'custom-loads '("allout" "outline" "ooutline")) 504(put 'outlines 'custom-loads '("allout" "ooutline" "outline"))
505(put 'latin1-display 'custom-loads '("latin1-disp")) 505(put 'latin1-display 'custom-loads '("latin1-disp"))
506(put 'paragraphs 'custom-loads '("paragraphs")) 506(put 'paragraphs 'custom-loads '("paragraphs"))
507(put 'ebrowse 'custom-loads '("ebrowse")) 507(put 'ebrowse 'custom-loads '("ebrowse"))
@@ -566,9 +566,9 @@
566(put 'glasses 'custom-loads '("glasses")) 566(put 'glasses 'custom-loads '("glasses"))
567(put 'vhdl-style 'custom-loads '("vhdl-mode")) 567(put 'vhdl-style 'custom-loads '("vhdl-mode"))
568(put 'tempo 'custom-loads '("tempo")) 568(put 'tempo 'custom-loads '("tempo"))
569(put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) 569(put 'c 'custom-loads '("tooltip" "cc-vars" "c-mode" "cmacexp" "cpp" "hideif"))
570(put 'nnmail-prepare 'custom-loads '("nnmail")) 570(put 'nnmail-prepare 'custom-loads '("nnmail"))
571(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" "flyspell")) 571(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "compile" "sql" "flyspell" "rcompile" "rlogin"))
572(put 'ebnf2ps 'custom-loads '("ebnf2ps")) 572(put 'ebnf2ps 'custom-loads '("ebnf2ps"))
573(put 'sendmail 'custom-loads '("sendmail")) 573(put 'sendmail 'custom-loads '("sendmail"))
574(put 'gnus-article-signature 'custom-loads '("gnus-art")) 574(put 'gnus-article-signature 'custom-loads '("gnus-art"))
@@ -628,6 +628,8 @@
628(custom-put-if-not 'gnus-mime-action-alist 'standard-value t) 628(custom-put-if-not 'gnus-mime-action-alist 'standard-value t)
629(custom-put-if-not 'fancy-splash-screen 'custom-version "21.1") 629(custom-put-if-not 'fancy-splash-screen 'custom-version "21.1")
630(custom-put-if-not 'fancy-splash-screen 'group-documentation "Fancy splash screen when Emacs starts.") 630(custom-put-if-not 'fancy-splash-screen 'group-documentation "Fancy splash screen when Emacs starts.")
631(custom-put-if-not 'flyspell-large-region 'custom-version "21.1")
632(custom-put-if-not 'flyspell-large-region 'standard-value t)
631(custom-put-if-not 'custom-variable-default-form 'custom-version "20.3") 633(custom-put-if-not 'custom-variable-default-form 'custom-version "20.3")
632(custom-put-if-not 'custom-variable-default-form 'standard-value t) 634(custom-put-if-not 'custom-variable-default-form 'standard-value t)
633(custom-put-if-not 'gnus-agent-synchronize-flags 'custom-version "21.1") 635(custom-put-if-not 'gnus-agent-synchronize-flags 'custom-version "21.1")
@@ -636,6 +638,8 @@
636(custom-put-if-not 'mode-line 'group-documentation nil) 638(custom-put-if-not 'mode-line 'group-documentation nil)
637(custom-put-if-not 'find-function-after-hook 'custom-version "20.3") 639(custom-put-if-not 'find-function-after-hook 'custom-version "20.3")
638(custom-put-if-not 'find-function-after-hook 'standard-value t) 640(custom-put-if-not 'find-function-after-hook 'standard-value t)
641(custom-put-if-not 'flyspell-sort-corrections 'custom-version "21.1")
642(custom-put-if-not 'flyspell-sort-corrections 'standard-value t)
639(custom-put-if-not 'add-log-keep-changes-together 'custom-version "20.3") 643(custom-put-if-not 'add-log-keep-changes-together 'custom-version "20.3")
640(custom-put-if-not 'add-log-keep-changes-together 'standard-value t) 644(custom-put-if-not 'add-log-keep-changes-together 'standard-value t)
641(custom-put-if-not 'eval-expression-debug-on-error 'custom-version "21.1") 645(custom-put-if-not 'eval-expression-debug-on-error 'custom-version "21.1")
@@ -656,6 +660,8 @@
656(custom-put-if-not 'nnmail-expiry-target 'standard-value t) 660(custom-put-if-not 'nnmail-expiry-target 'standard-value t)
657(custom-put-if-not 'custom-button-face 'custom-version "21.1") 661(custom-put-if-not 'custom-button-face 'custom-version "21.1")
658(custom-put-if-not 'custom-button-face 'group-documentation nil) 662(custom-put-if-not 'custom-button-face 'group-documentation nil)
663(custom-put-if-not 'flyspell-duplicate-distance 'custom-version "21.1")
664(custom-put-if-not 'flyspell-duplicate-distance 'standard-value t)
659(custom-put-if-not 'cursor 'custom-version "21.1") 665(custom-put-if-not 'cursor 'custom-version "21.1")
660(custom-put-if-not 'cursor 'group-documentation "Displaying text cursors.") 666(custom-put-if-not 'cursor 'group-documentation "Displaying text cursors.")
661(custom-put-if-not 'change-log-date-face 'custom-version "21.1") 667(custom-put-if-not 'change-log-date-face 'custom-version "21.1")
@@ -686,6 +692,8 @@ the tasks accomplished by such tools.")
686(custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t) 692(custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t)
687(custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") 693(custom-put-if-not 'vc-dired-recurse 'custom-version "20.3")
688(custom-put-if-not 'vc-dired-recurse 'standard-value t) 694(custom-put-if-not 'vc-dired-recurse 'standard-value t)
695(custom-put-if-not 'flyspell-deplacement-commands 'custom-version "21.1")
696(custom-put-if-not 'flyspell-deplacement-commands 'standard-value t)
689(custom-put-if-not 'change-log-email-face 'custom-version "21.1") 697(custom-put-if-not 'change-log-email-face 'custom-version "21.1")
690(custom-put-if-not 'change-log-email-face 'group-documentation nil) 698(custom-put-if-not 'change-log-email-face 'group-documentation nil)
691(custom-put-if-not 'mouse 'custom-version "21.1") 699(custom-put-if-not 'mouse 'custom-version "21.1")
@@ -696,10 +704,16 @@ the tasks accomplished by such tools.")
696(custom-put-if-not 'widget-image-enable 'standard-value t) 704(custom-put-if-not 'widget-image-enable 'standard-value t)
697(custom-put-if-not 'help-highlight-p 'custom-version "20.3") 705(custom-put-if-not 'help-highlight-p 'custom-version "20.3")
698(custom-put-if-not 'help-highlight-p 'standard-value t) 706(custom-put-if-not 'help-highlight-p 'standard-value t)
707(custom-put-if-not 'flyspell-incorrect-hook 'custom-version "21.1")
708(custom-put-if-not 'flyspell-incorrect-hook 'standard-value t)
699(custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3") 709(custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3")
700(custom-put-if-not 'browse-url-mosaic-program 'standard-value t) 710(custom-put-if-not 'browse-url-mosaic-program 'standard-value t)
701(custom-put-if-not 'vc-cvs-register-switches 'custom-version "21.1") 711(custom-put-if-not 'vc-cvs-register-switches 'custom-version "21.1")
702(custom-put-if-not 'vc-cvs-register-switches 'standard-value t) 712(custom-put-if-not 'vc-cvs-register-switches 'standard-value t)
713(custom-put-if-not 'flyspell-tex-command-regexp 'custom-version "21.1")
714(custom-put-if-not 'flyspell-tex-command-regexp 'standard-value t)
715(custom-put-if-not 'flyspell-dictionaries-that-consider-dash-as-word-delimiter 'custom-version "21.1")
716(custom-put-if-not 'flyspell-dictionaries-that-consider-dash-as-word-delimiter 'standard-value t)
703(custom-put-if-not 'sql-oracle-options 'custom-version "20.8") 717(custom-put-if-not 'sql-oracle-options 'custom-version "20.8")
704(custom-put-if-not 'sql-oracle-options 'standard-value t) 718(custom-put-if-not 'sql-oracle-options 'standard-value t)
705(custom-put-if-not 'find-function-regexp 'custom-version "21.1") 719(custom-put-if-not 'find-function-regexp 'custom-version "21.1")
@@ -751,12 +765,18 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
751(custom-put-if-not 'vc-sccs-register-switches 'standard-value t) 765(custom-put-if-not 'vc-sccs-register-switches 'standard-value t)
752(custom-put-if-not 'gnus-article-date-lapsed-new-header 'custom-version "21.1") 766(custom-put-if-not 'gnus-article-date-lapsed-new-header 'custom-version "21.1")
753(custom-put-if-not 'gnus-article-date-lapsed-new-header 'standard-value t) 767(custom-put-if-not 'gnus-article-date-lapsed-new-header 'standard-value t)
768(custom-put-if-not 'flyspell-abbrev-p 'custom-version "21.1")
769(custom-put-if-not 'flyspell-abbrev-p 'standard-value t)
754(custom-put-if-not 'midnight 'custom-version "20.3") 770(custom-put-if-not 'midnight 'custom-version "20.3")
755(custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.") 771(custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.")
772(custom-put-if-not 'flyspell-default-dictionary 'custom-version "21.1")
773(custom-put-if-not 'flyspell-default-dictionary 'standard-value t)
756(custom-put-if-not 'gnus-extra-headers 'custom-version "21.1") 774(custom-put-if-not 'gnus-extra-headers 'custom-version "21.1")
757(custom-put-if-not 'gnus-extra-headers 'standard-value t) 775(custom-put-if-not 'gnus-extra-headers 'standard-value t)
758(custom-put-if-not 'speedbar-use-images 'custom-version "21.1") 776(custom-put-if-not 'speedbar-use-images 'custom-version "21.1")
759(custom-put-if-not 'speedbar-use-images 'standard-value t) 777(custom-put-if-not 'speedbar-use-images 'standard-value t)
778(custom-put-if-not 'flyspell-default-delayed-commands 'custom-version "21.1")
779(custom-put-if-not 'flyspell-default-delayed-commands 'standard-value t)
760(custom-put-if-not 'gnus-auto-expirable-marks 'custom-version "21.1") 780(custom-put-if-not 'gnus-auto-expirable-marks 'custom-version "21.1")
761(custom-put-if-not 'gnus-auto-expirable-marks 'standard-value t) 781(custom-put-if-not 'gnus-auto-expirable-marks 'standard-value t)
762(custom-put-if-not 'automatic-hscrolling 'custom-version "21.1") 782(custom-put-if-not 'automatic-hscrolling 'custom-version "21.1")
@@ -907,6 +927,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
907(custom-put-if-not 'message-forward-ignored-headers 'standard-value t) 927(custom-put-if-not 'message-forward-ignored-headers 'standard-value t)
908(custom-put-if-not 'eudc 'custom-version "21.1") 928(custom-put-if-not 'eudc 'custom-version "21.1")
909(custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.") 929(custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.")
930(custom-put-if-not 'ediff-before-setup-hook 'custom-version "21.1")
931(custom-put-if-not 'ediff-before-setup-hook 'standard-value t)
910(custom-put-if-not 'scrolling 'custom-version "21.1") 932(custom-put-if-not 'scrolling 'custom-version "21.1")
911(custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") 933(custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.")
912(custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") 934(custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4")
@@ -975,6 +997,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
975(custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t) 997(custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t)
976(custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") 998(custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3")
977(custom-put-if-not 'dabbrev-ignored-buffer-names 'standard-value t) 999(custom-put-if-not 'dabbrev-ignored-buffer-names 'standard-value t)
1000(custom-put-if-not 'flyspell-default-deplacement-commands 'custom-version "21.1")
1001(custom-put-if-not 'flyspell-default-deplacement-commands 'standard-value t)
978(custom-put-if-not 'change-log-file-face 'custom-version "21.1") 1002(custom-put-if-not 'change-log-file-face 'custom-version "21.1")
979(custom-put-if-not 'change-log-file-face 'group-documentation nil) 1003(custom-put-if-not 'change-log-file-face 'group-documentation nil)
980(custom-put-if-not 'diary-unknown-time 'custom-version "20.3") 1004(custom-put-if-not 'diary-unknown-time 'custom-version "20.3")
@@ -995,6 +1019,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
995(custom-put-if-not 'tool-bar 'group-documentation nil) 1019(custom-put-if-not 'tool-bar 'group-documentation nil)
996(custom-put-if-not 'vc-default-init-version 'custom-version "20.3") 1020(custom-put-if-not 'vc-default-init-version 'custom-version "20.3")
997(custom-put-if-not 'vc-default-init-version 'standard-value t) 1021(custom-put-if-not 'vc-default-init-version 'standard-value t)
1022(custom-put-if-not 'flyspell-use-global-abbrev-table-p 'custom-version "21.1")
1023(custom-put-if-not 'flyspell-use-global-abbrev-table-p 'standard-value t)
998(custom-put-if-not 'message-forward-show-mml 'custom-version "21.1") 1024(custom-put-if-not 'message-forward-show-mml 'custom-version "21.1")
999(custom-put-if-not 'message-forward-show-mml 'standard-value t) 1025(custom-put-if-not 'message-forward-show-mml 'standard-value t)
1000(custom-put-if-not 'gametree 'custom-version "20.3") 1026(custom-put-if-not 'gametree 'custom-version "20.3")
@@ -1031,6 +1057,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1031(custom-put-if-not 'vc-dired-terse-display 'standard-value t) 1057(custom-put-if-not 'vc-dired-terse-display 'standard-value t)
1032(custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1") 1058(custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1")
1033(custom-put-if-not 'server-kill-new-buffers 'standard-value t) 1059(custom-put-if-not 'server-kill-new-buffers 'standard-value t)
1060(custom-put-if-not 'ediff-merge-filename-prefix 'custom-version "21.1")
1061(custom-put-if-not 'ediff-merge-filename-prefix 'standard-value t)
1034(custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1") 1062(custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1")
1035(custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t) 1063(custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t)
1036(custom-put-if-not 'delphi 'custom-version "21.1") 1064(custom-put-if-not 'delphi 'custom-version "21.1")
@@ -1038,7 +1066,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1038(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") 1066(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
1039(custom-put-if-not 'eval-expression-print-level 'standard-value t) 1067(custom-put-if-not 'eval-expression-print-level 'standard-value t)
1040 1068
1041(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "vc" "ansi-color" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) 1069(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "vc" "ansi-color" "ediff-init" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql"))
1042 "For internal use by custom.") 1070 "For internal use by custom.")
1043 1071
1044(provide 'cus-load) 1072(provide 'cus-load)
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el
index 6f281e57d05..e3390f5ef2a 100644
--- a/lisp/finder-inf.el
+++ b/lisp/finder-inf.el
@@ -22,8 +22,8 @@
22 nil 22 nil
23 (outline mode wp languages)) 23 (outline mode wp languages))
24 ("ansi-color.el" 24 ("ansi-color.el"
25 "translate ANSI into text-properties" 25 "translate ANSI escape sequences into faces"
26 (comm processes)) 26 (comm processes terminals services))
27 ("apropos.el" 27 ("apropos.el"
28 "apropos commands for users and programmers." 28 "apropos commands for users and programmers."
29 (help)) 29 (help))
@@ -102,9 +102,6 @@
102 ("cus-face.el" 102 ("cus-face.el"
103 "customization support for faces." 103 "customization support for faces."
104 (help faces)) 104 (help faces))
105 ("cus-load.el"
106 "automatically extracted custom dependencies"
107 nil)
108 ("cus-start.el" 105 ("cus-start.el"
109 "define customization properties of builtins." 106 "define customization properties of builtins."
110 (internal)) 107 (internal))
@@ -139,7 +136,7 @@
139 "less commonly used parts of dired" 136 "less commonly used parts of dired"
140 nil) 137 nil)
141 ("dired-x.el" 138 ("dired-x.el"
142 "Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19" 139 "Extra Dired functionality"
143 (dired extensions)) 140 (dired extensions))
144 ("dired.el" 141 ("dired.el"
145 "directory-browsing commands" 142 "directory-browsing commands"
@@ -321,9 +318,6 @@
321 ("hilit-chg.el" 318 ("hilit-chg.el"
322 "minor mode displaying buffer changes with special face" 319 "minor mode displaying buffer changes with special face"
323 (faces)) 320 (faces))
324 ("hilit19.el"
325 "customizable highlighting for Emacs19"
326 (faces))
327 ("hippie-exp.el" 321 ("hippie-exp.el"
328 "expand text trying various ways to find its expansion." 322 "expand text trying various ways to find its expansion."
329 (abbrev convenience)) 323 (abbrev convenience))
@@ -401,7 +395,7 @@
401 (unix)) 395 (unix))
402 ("ls-lisp.el" 396 ("ls-lisp.el"
403 "emulate insert-directory completely in Emacs Lisp" 397 "emulate insert-directory completely in Emacs Lisp"
404 (unix)) 398 (unix dired))
405 ("macros.el" 399 ("macros.el"
406 "non-primitive commands for keyboard macros." 400 "non-primitive commands for keyboard macros."
407 (abbrev)) 401 (abbrev))
@@ -469,7 +463,7 @@
469 "completions for GNU project tools" 463 "completions for GNU project tools"
470 nil) 464 nil)
471 ("pcmpl-linux.el" 465 ("pcmpl-linux.el"
472 "functions for dealing with cvs completions" 466 "functions for dealing with GNU/Linux completions"
473 nil) 467 nil)
474 ("pcmpl-rpm.el" 468 ("pcmpl-rpm.el"
475 "functions for dealing with rpm completions" 469 "functions for dealing with rpm completions"
@@ -490,7 +484,7 @@
490 "The CVS output parser" 484 "The CVS output parser"
491 (pcl-cvs)) 485 (pcl-cvs))
492 ("pcvs-util.el" 486 ("pcvs-util.el"
493 "Utitlity functions for pcl-cvs" 487 "Utility functions for PCL-CVS"
494 (pcl-cvs)) 488 (pcl-cvs))
495 ("pcvs.el" 489 ("pcvs.el"
496 "A Front-end to CVS." 490 "A Front-end to CVS."
@@ -1590,12 +1584,6 @@
1590 ("rmailsum.el" 1584 ("rmailsum.el"
1591 "make summary buffers for the mail reader" 1585 "make summary buffers for the mail reader"
1592 (mail)) 1586 (mail))
1593 ("rnews.el"
1594 "USENET news reader for gnu emacs"
1595 (news))
1596 ("rnewspost.el"
1597 "USENET news poster/mailer for GNU Emacs"
1598 (mail news))
1599 ("sc.el" 1587 ("sc.el"
1600 "old name for supercite" 1588 "old name for supercite"
1601 nil) 1589 nil)
@@ -2106,12 +2094,21 @@
2106 ("c-mode.el" 2094 ("c-mode.el"
2107 "C code editing commands for Emacs" 2095 "C code editing commands for Emacs"
2108 (c)) 2096 (c))
2097 ("hilit19.el"
2098 "customizable highlighting for Emacs19"
2099 (faces))
2109 ("hscroll.el" 2100 ("hscroll.el"
2110 "automatically scroll truncated lines horizontally" 2101 "automatically scroll truncated lines horizontally"
2111 (display)) 2102 (display))
2112 ("ooutline.el" 2103 ("ooutline.el"
2113 "outline mode commands for Emacs" 2104 "outline mode commands for Emacs"
2114 (outlines)) 2105 (outlines))
2106 ("rnews.el"
2107 "USENET news reader for gnu emacs"
2108 (news))
2109 ("rnewspost.el"
2110 "USENET news poster/mailer for GNU Emacs"
2111 (mail news))
2115 ("tool-bar.el" 2112 ("tool-bar.el"
2116 "Setting up the tool bar" 2113 "Setting up the tool bar"
2117 (mouse frames)) 2114 (mouse frames))
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 5f67dcdd7c5..08e8a87727e 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -4,7 +4,7 @@
4 4
5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7;;;;;; "play/5x5.el" (14918 52708)) 7;;;;;; "play/5x5.el" (14885 9098))
8;;; Generated autoloads from play/5x5.el 8;;; Generated autoloads from play/5x5.el
9 9
10(autoload (quote 5x5) "5x5" "\ 10(autoload (quote 5x5) "5x5" "\
@@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil)
52;;;*** 52;;;***
53 53
54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
55;;;;;; (14949 18706)) 55;;;;;; (14946 52019))
56;;; Generated autoloads from progmodes/ada-mode.el 56;;; Generated autoloads from progmodes/ada-mode.el
57 57
58(autoload (quote ada-add-extensions) "ada-mode" "\ 58(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -108,7 +108,7 @@ If you use ada-xref.el:
108;;;*** 108;;;***
109 109
110;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 110;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
111;;;;;; (14918 52709)) 111;;;;;; (14900 39720))
112;;; Generated autoloads from progmodes/ada-stmt.el 112;;; Generated autoloads from progmodes/ada-stmt.el
113 113
114(autoload (quote ada-header) "ada-stmt" "\ 114(autoload (quote ada-header) "ada-stmt" "\
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 119;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 120;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 121;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
122;;;;;; add-log-full-name) "add-log" "add-log.el" (14918 52614)) 122;;;;;; add-log-full-name) "add-log" "add-log.el" (14905 61936))
123;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
124 124
125(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
@@ -217,8 +217,8 @@ Fix any old-style date entries in the current log file to default format." t nil
217;;;*** 217;;;***
218 218
219;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 219;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
220;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14876 220;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14874
221;;;;;; 51516)) 221;;;;;; 16519))
222;;; Generated autoloads from emacs-lisp/advice.el 222;;; Generated autoloads from emacs-lisp/advice.el
223 223
224(defvar ad-redefinition-action (quote warn) "\ 224(defvar ad-redefinition-action (quote warn) "\
@@ -385,7 +385,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
385;;;*** 385;;;***
386 386
387;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 387;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
388;;;;;; "net/ange-ftp.el" (14876 51524)) 388;;;;;; "net/ange-ftp.el" (14868 1431))
389;;; Generated autoloads from net/ange-ftp.el 389;;; Generated autoloads from net/ange-ftp.el
390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
391 391
@@ -405,7 +405,7 @@ directory, so that Emacs will know its current contents." t nil)
405;;;*** 405;;;***
406 406
407;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 407;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
408;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14918 52714)) 408;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13467))
409;;; Generated autoloads from progmodes/antlr-mode.el 409;;; Generated autoloads from progmodes/antlr-mode.el
410 410
411(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 411(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -438,7 +438,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
438;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 438;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
439;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 439;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
440;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 440;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
441;;;;;; "appt" "calendar/appt.el" (14726 41837)) 441;;;;;; "appt" "calendar/appt.el" (14726 36008))
442;;; Generated autoloads from calendar/appt.el 442;;; Generated autoloads from calendar/appt.el
443 443
444(defvar appt-issue-message t "\ 444(defvar appt-issue-message t "\
@@ -490,8 +490,8 @@ They specify the range of dates that the diary is being processed for." nil nil)
490;;;*** 490;;;***
491 491
492;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 492;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
493;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14918 493;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14883
494;;;;;; 52614)) 494;;;;;; 29489))
495;;; Generated autoloads from apropos.el 495;;; Generated autoloads from apropos.el
496 496
497(autoload (quote apropos-mode) "apropos" "\ 497(autoload (quote apropos-mode) "apropos" "\
@@ -623,8 +623,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
623 623
624;;;*** 624;;;***
625 625
626;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14949 626;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14924
627;;;;;; 18707)) 627;;;;;; 25355))
628;;; Generated autoloads from textmodes/artist.el 628;;; Generated autoloads from textmodes/artist.el
629 629
630(autoload (quote artist-mode) "artist" "\ 630(autoload (quote artist-mode) "artist" "\
@@ -827,8 +827,8 @@ Keymap summary
827 827
828;;;*** 828;;;***
829 829
830;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14807 830;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804
831;;;;;; 56561)) 831;;;;;; 20134))
832;;; Generated autoloads from progmodes/asm-mode.el 832;;; Generated autoloads from progmodes/asm-mode.el
833 833
834(autoload (quote asm-mode) "asm-mode" "\ 834(autoload (quote asm-mode) "asm-mode" "\
@@ -931,7 +931,7 @@ Major mode for editing Autoconf configure.in files." t nil)
931;;;*** 931;;;***
932 932
933;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 933;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
934;;;;;; "autoinsert" "autoinsert.el" (14918 52614)) 934;;;;;; "autoinsert" "autoinsert.el" (14898 8348))
935;;; Generated autoloads from autoinsert.el 935;;; Generated autoloads from autoinsert.el
936 936
937(autoload (quote auto-insert) "autoinsert" "\ 937(autoload (quote auto-insert) "autoinsert" "\
@@ -965,7 +965,7 @@ insert a template for the file depending on the mode of the buffer." t nil)
965 965
966;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 966;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
967;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 967;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
968;;;;;; (14918 52693)) 968;;;;;; (14895 24173))
969;;; Generated autoloads from emacs-lisp/autoload.el 969;;; Generated autoloads from emacs-lisp/autoload.el
970 970
971(autoload (quote update-file-autoloads) "autoload" "\ 971(autoload (quote update-file-autoloads) "autoload" "\
@@ -1026,7 +1026,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil)
1026;;;*** 1026;;;***
1027 1027
1028;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1028;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1029;;;;;; "avoid.el" (14878 8496)) 1029;;;;;; "avoid.el" (14877 9921))
1030;;; Generated autoloads from avoid.el 1030;;; Generated autoloads from avoid.el
1031 1031
1032(defvar mouse-avoidance-mode nil "\ 1032(defvar mouse-avoidance-mode nil "\
@@ -1066,8 +1066,8 @@ definition of \"random distance\".)" t nil)
1066 1066
1067;;;*** 1067;;;***
1068 1068
1069;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14876 1069;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14854
1070;;;;;; 51524)) 1070;;;;;; 32223))
1071;;; Generated autoloads from progmodes/awk-mode.el 1071;;; Generated autoloads from progmodes/awk-mode.el
1072 1072
1073(autoload (quote awk-mode) "awk-mode" "\ 1073(autoload (quote awk-mode) "awk-mode" "\
@@ -1121,8 +1121,8 @@ seconds." t nil)
1121 1121
1122;;;*** 1122;;;***
1123 1123
1124;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14505 1124;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14504
1125;;;;;; 7809)) 1125;;;;;; 9460))
1126;;; Generated autoloads from textmodes/bibtex.el 1126;;; Generated autoloads from textmodes/bibtex.el
1127 1127
1128(autoload (quote bibtex-mode) "bibtex" "\ 1128(autoload (quote bibtex-mode) "bibtex" "\
@@ -1226,7 +1226,7 @@ non-nil.
1226 1226
1227;;;*** 1227;;;***
1228 1228
1229;;;### (autoloads nil "binhex" "gnus/binhex.el" (14850 31627)) 1229;;;### (autoloads nil "binhex" "gnus/binhex.el" (14849 20131))
1230;;; Generated autoloads from gnus/binhex.el 1230;;; Generated autoloads from gnus/binhex.el
1231 1231
1232(defconst binhex-begin-line "^:...............................................................$") 1232(defconst binhex-begin-line "^:...............................................................$")
@@ -1356,7 +1356,7 @@ a reflection." t nil)
1356;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1356;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1357;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1357;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1358;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1358;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1359;;;;;; "bookmark.el" (14949 18604)) 1359;;;;;; "bookmark.el" (14946 52018))
1360;;; Generated autoloads from bookmark.el 1360;;; Generated autoloads from bookmark.el
1361 (define-key ctl-x-map "rb" 'bookmark-jump) 1361 (define-key ctl-x-map "rb" 'bookmark-jump)
1362 (define-key ctl-x-map "rm" 'bookmark-set) 1362 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1614,7 +1614,7 @@ corresponding bookmark function from Lisp (the one without the
1614;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file 1614;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
1615;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display 1615;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display
1616;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url" 1616;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url"
1617;;;;;; "net/browse-url.el" (14949 18695)) 1617;;;;;; "net/browse-url.el" (14930 62509))
1618;;; Generated autoloads from net/browse-url.el 1618;;; Generated autoloads from net/browse-url.el
1619 1619
1620(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1620(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1827,7 +1827,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1827;;;*** 1827;;;***
1828 1828
1829;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1829;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1830;;;;;; "bs" "bs.el" (14918 52614)) 1830;;;;;; "bs" "bs.el" (14886 21309))
1831;;; Generated autoloads from bs.el 1831;;; Generated autoloads from bs.el
1832 1832
1833(autoload (quote bs-cycle-next) "bs" "\ 1833(autoload (quote bs-cycle-next) "bs" "\
@@ -1862,7 +1862,7 @@ name of buffer configuration." t nil)
1862;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1862;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1863;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1863;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1864;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1864;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1865;;;;;; "emacs-lisp/bytecomp.el" (14949 18686)) 1865;;;;;; "emacs-lisp/bytecomp.el" (14938 58920))
1866;;; Generated autoloads from emacs-lisp/bytecomp.el 1866;;; Generated autoloads from emacs-lisp/bytecomp.el
1867 1867
1868(autoload (quote byte-force-recompile) "bytecomp" "\ 1868(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1948,8 +1948,8 @@ from the cursor position." t nil)
1948 1948
1949;;;*** 1949;;;***
1950 1950
1951;;;### (autoloads (calculator) "calculator" "calculator.el" (14949 1951;;;### (autoloads (calculator) "calculator" "calculator.el" (14948
1952;;;;;; 18604)) 1952;;;;;; 8074))
1953;;; Generated autoloads from calculator.el 1953;;; Generated autoloads from calculator.el
1954 1954
1955(autoload (quote calculator) "calculator" "\ 1955(autoload (quote calculator) "calculator" "\
@@ -1974,7 +1974,7 @@ See the documentation for `calculator-mode' for more information." t nil)
1974;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 1974;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
1975;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 1975;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
1976;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 1976;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
1977;;;;;; (14949 18685)) 1977;;;;;; (14942 61350))
1978;;; Generated autoloads from calendar/calendar.el 1978;;; Generated autoloads from calendar/calendar.el
1979 1979
1980(defvar calendar-week-start-day 0 "\ 1980(defvar calendar-week-start-day 0 "\
@@ -2422,7 +2422,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
2422 2422
2423;;;*** 2423;;;***
2424 2424
2425;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14918 52714)) 2425;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14895 37805))
2426;;; Generated autoloads from progmodes/cc-langs.el 2426;;; Generated autoloads from progmodes/cc-langs.el
2427 2427
2428(defvar c-mode-syntax-table nil "\ 2428(defvar c-mode-syntax-table nil "\
@@ -2447,7 +2447,7 @@ Syntax table used in pike-mode buffers.")
2447 2447
2448;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2448;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2449;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2449;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2450;;;;;; (14918 52714)) 2450;;;;;; (14895 24174))
2451;;; Generated autoloads from progmodes/cc-mode.el 2451;;; Generated autoloads from progmodes/cc-mode.el
2452 2452
2453(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2453(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2558,7 +2558,7 @@ Key bindings:
2558;;;*** 2558;;;***
2559 2559
2560;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2560;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2561;;;;;; "progmodes/cc-styles.el" (14918 52714)) 2561;;;;;; "progmodes/cc-styles.el" (14895 24174))
2562;;; Generated autoloads from progmodes/cc-styles.el 2562;;; Generated autoloads from progmodes/cc-styles.el
2563 2563
2564(autoload (quote c-set-style) "cc-styles" "\ 2564(autoload (quote c-set-style) "cc-styles" "\
@@ -2599,7 +2599,7 @@ and exists only for compatibility reasons." t nil)
2599 2599
2600;;;*** 2600;;;***
2601 2601
2602;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14918 52714)) 2602;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14895 24174))
2603;;; Generated autoloads from progmodes/cc-vars.el 2603;;; Generated autoloads from progmodes/cc-vars.el
2604 2604
2605(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 2605(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -2618,7 +2618,7 @@ Infodock (based on XEmacs) has an additional symbol on this list:
2618 2618
2619;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 2619;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
2620;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 2620;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
2621;;;;;; (14949 18693)) 2621;;;;;; (14946 52019))
2622;;; Generated autoloads from international/ccl.el 2622;;; Generated autoloads from international/ccl.el
2623 2623
2624(autoload (quote ccl-compile) "ccl" "\ 2624(autoload (quote ccl-compile) "ccl" "\
@@ -2866,7 +2866,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni
2866;;;;;; checkdoc-continue checkdoc-start checkdoc-current-buffer 2866;;;;;; checkdoc-continue checkdoc-start checkdoc-current-buffer
2867;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 2867;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
2868;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 2868;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
2869;;;;;; (14876 51517)) 2869;;;;;; (14866 25750))
2870;;; Generated autoloads from emacs-lisp/checkdoc.el 2870;;; Generated autoloads from emacs-lisp/checkdoc.el
2871 2871
2872(autoload (quote checkdoc) "checkdoc" "\ 2872(autoload (quote checkdoc) "checkdoc" "\
@@ -3020,7 +3020,7 @@ Encode the text in the current buffer to HZ." t nil)
3020;;;*** 3020;;;***
3021 3021
3022;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 3022;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3023;;;;;; "chistory" "chistory.el" (14918 52614)) 3023;;;;;; "chistory" "chistory.el" (14883 31697))
3024;;; Generated autoloads from chistory.el 3024;;; Generated autoloads from chistory.el
3025 3025
3026(autoload (quote repeat-matching-complex-command) "chistory" "\ 3026(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3053,7 +3053,7 @@ and runs the normal hook `command-history-hook'." t nil)
3053 3053
3054;;;*** 3054;;;***
3055 3055
3056;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14949 18686)) 3056;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14924 25355))
3057;;; Generated autoloads from emacs-lisp/cl.el 3057;;; Generated autoloads from emacs-lisp/cl.el
3058 3058
3059(defvar custom-print-functions nil "\ 3059(defvar custom-print-functions nil "\
@@ -3069,7 +3069,7 @@ a future Emacs interpreter will be able to use it.")
3069;;;*** 3069;;;***
3070 3070
3071;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3071;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3072;;;;;; (14918 52693)) 3072;;;;;; (14893 1953))
3073;;; Generated autoloads from emacs-lisp/cl-indent.el 3073;;; Generated autoloads from emacs-lisp/cl-indent.el
3074 3074
3075(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3075(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3077,7 +3077,7 @@ a future Emacs interpreter will be able to use it.")
3077;;;*** 3077;;;***
3078 3078
3079;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3079;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3080;;;;;; (14837 50477)) 3080;;;;;; (14837 27695))
3081;;; Generated autoloads from progmodes/cmacexp.el 3081;;; Generated autoloads from progmodes/cmacexp.el
3082 3082
3083(autoload (quote c-macro-expand) "cmacexp" "\ 3083(autoload (quote c-macro-expand) "cmacexp" "\
@@ -3094,8 +3094,8 @@ For use inside Lisp programs, see also `c-macro-expansion'." t nil)
3094 3094
3095;;;*** 3095;;;***
3096 3096
3097;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (14876 3097;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (14947
3098;;;;;; 51454)) 3098;;;;;; 16775))
3099;;; Generated autoloads from cmuscheme.el 3099;;; Generated autoloads from cmuscheme.el
3100 3100
3101(autoload (quote run-scheme) "cmuscheme" "\ 3101(autoload (quote run-scheme) "cmuscheme" "\
@@ -3111,7 +3111,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3111 3111
3112;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3112;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3113;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3113;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3114;;;;;; "codepage" "international/codepage.el" (14918 52705)) 3114;;;;;; "codepage" "international/codepage.el" (14910 3328))
3115;;; Generated autoloads from international/codepage.el 3115;;; Generated autoloads from international/codepage.el
3116 3116
3117(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 3117(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3158,7 +3158,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
3158;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3158;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3159;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3159;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3160;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3160;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3161;;;;;; (14949 18604)) 3161;;;;;; (14959 159))
3162;;; Generated autoloads from comint.el 3162;;; Generated autoloads from comint.el
3163 3163
3164(autoload (quote make-comint-in-buffer) "comint" "\ 3164(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3238,7 +3238,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
3238;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3238;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3239;;;;;; compilation-mode grep-find grep compile compilation-search-path 3239;;;;;; compilation-mode grep-find grep compile compilation-search-path
3240;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3240;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3241;;;;;; "compile" "progmodes/compile.el" (14918 52714)) 3241;;;;;; "compile" "progmodes/compile.el" (14916 51039))
3242;;; Generated autoloads from progmodes/compile.el 3242;;; Generated autoloads from progmodes/compile.el
3243 3243
3244(defvar compilation-mode-hook nil "\ 3244(defvar compilation-mode-hook nil "\
@@ -3369,7 +3369,7 @@ See variables `compilation-parse-errors-function' and
3369;;;*** 3369;;;***
3370 3370
3371;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 3371;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
3372;;;;;; (14876 51454)) 3372;;;;;; (14854 32221))
3373;;; Generated autoloads from complete.el 3373;;; Generated autoloads from complete.el
3374 3374
3375(defvar partial-completion-mode nil "\ 3375(defvar partial-completion-mode nil "\
@@ -3415,7 +3415,7 @@ Enable dynamic word-completion." t nil)
3415;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 3415;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
3416;;;;;; find-composition compose-chars decompose-string compose-string 3416;;;;;; find-composition compose-chars decompose-string compose-string
3417;;;;;; decompose-region compose-region) "composite" "composite.el" 3417;;;;;; decompose-region compose-region) "composite" "composite.el"
3418;;;;;; (14949 18604)) 3418;;;;;; (14933 40934))
3419;;; Generated autoloads from composite.el 3419;;; Generated autoloads from composite.el
3420 3420
3421(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 3421(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -3626,7 +3626,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
3626;;;*** 3626;;;***
3627 3627
3628;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 3628;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3629;;;;;; (14949 18686)) 3629;;;;;; (14938 58920))
3630;;; Generated autoloads from emacs-lisp/copyright.el 3630;;; Generated autoloads from emacs-lisp/copyright.el
3631 3631
3632(autoload (quote copyright-update) "copyright" "\ 3632(autoload (quote copyright-update) "copyright" "\
@@ -3642,7 +3642,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3642;;;*** 3642;;;***
3643 3643
3644;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3644;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3645;;;;;; (14949 18706)) 3645;;;;;; (14930 62509))
3646;;; Generated autoloads from progmodes/cperl-mode.el 3646;;; Generated autoloads from progmodes/cperl-mode.el
3647 3647
3648(autoload (quote cperl-mode) "cperl-mode" "\ 3648(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3813,7 +3813,7 @@ or as help on variables `cperl-tips', `cperl-problems',
3813;;;*** 3813;;;***
3814 3814
3815;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 3815;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
3816;;;;;; (14726 41840)) 3816;;;;;; (14726 36009))
3817;;; Generated autoloads from progmodes/cpp.el 3817;;; Generated autoloads from progmodes/cpp.el
3818 3818
3819(autoload (quote cpp-highlight-buffer) "cpp" "\ 3819(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -3852,7 +3852,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
3852;;;*** 3852;;;***
3853 3853
3854;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 3854;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
3855;;;;;; (14600 36409)) 3855;;;;;; (14600 8203))
3856;;; Generated autoloads from emacs-lisp/crm.el 3856;;; Generated autoloads from emacs-lisp/crm.el
3857 3857
3858(autoload (quote completing-read-multiple) "crm" "\ 3858(autoload (quote completing-read-multiple) "crm" "\
@@ -3893,7 +3893,7 @@ INHERIT-INPUT-METHOD." nil nil)
3893;;;;;; customize-option-other-window customize-changed-options customize-option 3893;;;;;; customize-option-other-window customize-changed-options customize-option
3894;;;;;; customize-group-other-window customize-group customize customize-save-variable 3894;;;;;; customize-group-other-window customize-group customize customize-save-variable
3895;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3895;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3896;;;;;; (14949 18604)) 3896;;;;;; (14955 64849))
3897;;; Generated autoloads from cus-edit.el 3897;;; Generated autoloads from cus-edit.el
3898 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3898 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3899 3899
@@ -4052,7 +4052,7 @@ The format is suitable for use with `easy-menu-define'." nil nil)
4052;;;*** 4052;;;***
4053 4053
4054;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 4054;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
4055;;;;;; "cus-face.el" (14918 52615)) 4055;;;;;; "cus-face.el" (14883 29489))
4056;;; Generated autoloads from cus-face.el 4056;;; Generated autoloads from cus-face.el
4057 4057
4058(autoload (quote custom-declare-face) "cus-face" "\ 4058(autoload (quote custom-declare-face) "cus-face" "\
@@ -4073,7 +4073,7 @@ See `defface' for the format of SPEC." nil nil)
4073;;;*** 4073;;;***
4074 4074
4075;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 4075;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
4076;;;;;; (14918 52617)) 4076;;;;;; (14909 56659))
4077;;; Generated autoloads from cvs-status.el 4077;;; Generated autoloads from cvs-status.el
4078 4078
4079(autoload (quote cvs-status-mode) "cvs-status" "\ 4079(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -4132,7 +4132,7 @@ If the argument is nil, we return the display table to its standard state." t ni
4132;;;*** 4132;;;***
4133 4133
4134;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 4134;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
4135;;;;;; (14918 52617)) 4135;;;;;; (14962 47398))
4136;;; Generated autoloads from dabbrev.el 4136;;; Generated autoloads from dabbrev.el
4137 4137
4138(define-key esc-map "/" (quote dabbrev-expand)) 4138(define-key esc-map "/" (quote dabbrev-expand))
@@ -4354,8 +4354,8 @@ The most useful commands are:
4354;;;*** 4354;;;***
4355 4355
4356;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 4356;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
4357;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14850 4357;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14846
4358;;;;;; 31625)) 4358;;;;;; 45911))
4359;;; Generated autoloads from delim-col.el 4359;;; Generated autoloads from delim-col.el
4360 4360
4361(autoload (quote delimit-columns-customize) "delim-col" "\ 4361(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -4373,8 +4373,8 @@ START and END delimits the corners of text rectangle." t nil)
4373 4373
4374;;;*** 4374;;;***
4375 4375
4376;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (14505 4376;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (14962
4377;;;;;; 12112)) 4377;;;;;; 39487))
4378;;; Generated autoloads from progmodes/delphi.el 4378;;; Generated autoloads from progmodes/delphi.el
4379 4379
4380(autoload (quote delphi-mode) "delphi" "\ 4380(autoload (quote delphi-mode) "delphi" "\
@@ -4422,8 +4422,8 @@ no args, if that value is non-nil." t nil)
4422 4422
4423;;;*** 4423;;;***
4424 4424
4425;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14876 4425;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14854
4426;;;;;; 51457)) 4426;;;;;; 32221))
4427;;; Generated autoloads from delsel.el 4427;;; Generated autoloads from delsel.el
4428 4428
4429(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 4429(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -4451,7 +4451,7 @@ any selection." t nil)
4451;;;*** 4451;;;***
4452 4452
4453;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 4453;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
4454;;;;;; "derived" "derived.el" (14918 52618)) 4454;;;;;; "derived" "derived.el" (14896 40328))
4455;;; Generated autoloads from derived.el 4455;;; Generated autoloads from derived.el
4456 4456
4457(autoload (quote define-derived-mode) "derived" "\ 4457(autoload (quote define-derived-mode) "derived" "\
@@ -4515,7 +4515,7 @@ to provide correct modes for autoloaded files." nil nil)
4515;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string 4515;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string
4516;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian 4516;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian
4517;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" 4517;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el"
4518;;;;;; (14776 10060)) 4518;;;;;; (14775 56550))
4519;;; Generated autoloads from language/devan-util.el 4519;;; Generated autoloads from language/devan-util.el
4520 4520
4521(autoload (quote indian-to-devanagari) "devan-util" "\ 4521(autoload (quote indian-to-devanagari) "devan-util" "\
@@ -4569,7 +4569,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
4569;;;*** 4569;;;***
4570 4570
4571;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4571;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4572;;;;;; (14918 52692)) 4572;;;;;; (14962 55364))
4573;;; Generated autoloads from calendar/diary-lib.el 4573;;; Generated autoloads from calendar/diary-lib.el
4574 4574
4575(autoload (quote diary) "diary-lib" "\ 4575(autoload (quote diary) "diary-lib" "\
@@ -4628,7 +4628,7 @@ The backup file is the first file given to `diff'." t nil)
4628;;;*** 4628;;;***
4629 4629
4630;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4630;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4631;;;;;; (14876 51457)) 4631;;;;;; (14959 64907))
4632;;; Generated autoloads from diff-mode.el 4632;;; Generated autoloads from diff-mode.el
4633 4633
4634(autoload (quote diff-mode) "diff-mode" "\ 4634(autoload (quote diff-mode) "diff-mode" "\
@@ -4648,7 +4648,7 @@ Minor mode for viewing/editing context diffs.
4648;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4648;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4649;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4649;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4650;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4650;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4651;;;;;; "dired" "dired.el" (14949 18608)) 4651;;;;;; "dired" "dired.el" (14962 39486))
4652;;; Generated autoloads from dired.el 4652;;; Generated autoloads from dired.el
4653 4653
4654(defvar dired-listing-switches "-al" "\ 4654(defvar dired-listing-switches "-al" "\
@@ -4752,7 +4752,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil
4752;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4752;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4753;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4753;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4754;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4754;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4755;;;;;; "dired-aux.el" (14918 52618)) 4755;;;;;; "dired-aux.el" (14962 39486))
4756;;; Generated autoloads from dired-aux.el 4756;;; Generated autoloads from dired-aux.el
4757 4757
4758(autoload (quote dired-diff) "dired-aux" "\ 4758(autoload (quote dired-diff) "dired-aux" "\
@@ -4971,7 +4971,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
4971 4971
4972;;;*** 4972;;;***
4973 4973
4974;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14949 18608)) 4974;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14937 32770))
4975;;; Generated autoloads from dired-x.el 4975;;; Generated autoloads from dired-x.el
4976 4976
4977(autoload (quote dired-jump) "dired-x" "\ 4977(autoload (quote dired-jump) "dired-x" "\
@@ -4983,7 +4983,7 @@ buffer and try again." t nil)
4983 4983
4984;;;*** 4984;;;***
4985 4985
4986;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14831 12714)) 4986;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14831 2773))
4987;;; Generated autoloads from dirtrack.el 4987;;; Generated autoloads from dirtrack.el
4988 4988
4989(autoload (quote dirtrack) "dirtrack" "\ 4989(autoload (quote dirtrack) "dirtrack" "\
@@ -5107,7 +5107,7 @@ Default is 2." t nil)
5107 5107
5108;;;*** 5108;;;***
5109 5109
5110;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14831 613)) 5110;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14830 63116))
5111;;; Generated autoloads from play/doctor.el 5111;;; Generated autoloads from play/doctor.el
5112 5112
5113(autoload (quote doctor) "doctor" "\ 5113(autoload (quote doctor) "doctor" "\
@@ -5146,7 +5146,7 @@ Switch to *dungeon* buffer and start game." t nil)
5146;;;*** 5146;;;***
5147 5147
5148;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 5148;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
5149;;;;;; (14876 51518)) 5149;;;;;; (14855 56553))
5150;;; Generated autoloads from gnus/earcon.el 5150;;; Generated autoloads from gnus/earcon.el
5151 5151
5152(autoload (quote gnus-earcon-display) "earcon" "\ 5152(autoload (quote gnus-earcon-display) "earcon" "\
@@ -5156,7 +5156,7 @@ Play sounds in message buffers." t nil)
5156 5156
5157;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 5157;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
5158;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 5158;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
5159;;;;;; "emacs-lisp/easy-mmode.el" (14918 52693)) 5159;;;;;; "emacs-lisp/easy-mmode.el" (14961 12689))
5160;;; Generated autoloads from emacs-lisp/easy-mmode.el 5160;;; Generated autoloads from emacs-lisp/easy-mmode.el
5161 5161
5162(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 5162(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5211,8 +5211,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
5211;;;*** 5211;;;***
5212 5212
5213;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5213;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5214;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14918 5214;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14904
5215;;;;;; 52693)) 5215;;;;;; 41526))
5216;;; Generated autoloads from emacs-lisp/easymenu.el 5216;;; Generated autoloads from emacs-lisp/easymenu.el
5217 5217
5218(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5218(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -5343,7 +5343,7 @@ to implement dynamic menus." nil nil)
5343;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5343;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5344;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5344;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5345;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5345;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5346;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14918 52714)) 5346;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14914 29482))
5347;;; Generated autoloads from progmodes/ebnf2ps.el 5347;;; Generated autoloads from progmodes/ebnf2ps.el
5348 5348
5349(autoload (quote ebnf-customize) "ebnf2ps" "\ 5349(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -5455,8 +5455,8 @@ It returns the old style symbol." t nil)
5455 5455
5456;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace 5456;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace
5457;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree 5457;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree
5458;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14918 5458;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14895
5459;;;;;; 52714)) 5459;;;;;; 24174))
5460;;; Generated autoloads from progmodes/ebrowse.el 5460;;; Generated autoloads from progmodes/ebrowse.el
5461 5461
5462(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 5462(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5571,7 +5571,7 @@ or if an error occurs, leave point after it with mark at the original point." t
5571;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 5571;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
5572;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 5572;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
5573;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 5573;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
5574;;;;;; ediff-files) "ediff" "ediff.el" (14921 47235)) 5574;;;;;; ediff-files) "ediff" "ediff.el" (14952 1182))
5575;;; Generated autoloads from ediff.el 5575;;; Generated autoloads from ediff.el
5576 5576
5577(autoload (quote ediff-files) "ediff" "\ 5577(autoload (quote ediff-files) "ediff" "\
@@ -5747,12 +5747,12 @@ With optional NODE, goes to that node." t nil)
5747 5747
5748;;;*** 5748;;;***
5749 5749
5750;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14777 22189)) 5750;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14952 1182))
5751;;; Generated autoloads from ediff-hook.el 5751;;; Generated autoloads from ediff-hook.el
5752 5752
5753(defvar ediff-window-setup-function) 5753(defvar ediff-window-setup-function)
5754 5754
5755(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...")))) 5755(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")) "-------" "OO-Browser..."))))
5756 5756
5757(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))))) 5757(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)))))
5758 5758
@@ -5770,7 +5770,7 @@ Display Ediff's registry." t nil)
5770;;;*** 5770;;;***
5771 5771
5772;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 5772;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
5773;;;;;; "ediff-util" "ediff-util.el" (14876 51458)) 5773;;;;;; "ediff-util" "ediff-util.el" (14952 1182))
5774;;; Generated autoloads from ediff-util.el 5774;;; Generated autoloads from ediff-util.el
5775 5775
5776(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 5776(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -5831,7 +5831,7 @@ or nil, use a compact 80-column format." nil nil)
5831;;;*** 5831;;;***
5832 5832
5833;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 5833;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
5834;;;;;; "emulation/edt.el" (14949 18690)) 5834;;;;;; "emulation/edt.el" (14937 48218))
5835;;; Generated autoloads from emulation/edt.el 5835;;; Generated autoloads from emulation/edt.el
5836 5836
5837(autoload (quote edt-set-scroll-margins) "edt" "\ 5837(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -5845,7 +5845,7 @@ Turn on EDT Emulation." t nil)
5845;;;*** 5845;;;***
5846 5846
5847;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 5847;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
5848;;;;;; (14793 26118)) 5848;;;;;; (14793 8263))
5849;;; Generated autoloads from ehelp.el 5849;;; Generated autoloads from ehelp.el
5850 5850
5851(autoload (quote with-electric-help) "ehelp" "\ 5851(autoload (quote with-electric-help) "ehelp" "\
@@ -5878,7 +5878,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n
5878;;;*** 5878;;;***
5879 5879
5880;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string 5880;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string
5881;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (14918 52693)) 5881;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (14890 7814))
5882;;; Generated autoloads from emacs-lisp/eldoc.el 5882;;; Generated autoloads from emacs-lisp/eldoc.el
5883 5883
5884(defvar eldoc-mode nil "\ 5884(defvar eldoc-mode nil "\
@@ -5938,8 +5938,8 @@ Initialize elint." t nil)
5938;;;*** 5938;;;***
5939 5939
5940;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 5940;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
5941;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (14850 5941;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (14849
5942;;;;;; 31626)) 5942;;;;;; 20130))
5943;;; Generated autoloads from emacs-lisp/elp.el 5943;;; Generated autoloads from emacs-lisp/elp.el
5944 5944
5945(autoload (quote elp-instrument-function) "elp" "\ 5945(autoload (quote elp-instrument-function) "elp" "\
@@ -5965,7 +5965,7 @@ displayed." t nil)
5965;;;*** 5965;;;***
5966 5966
5967;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 5967;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
5968;;;;;; (14850 36350)) 5968;;;;;; (14959 64907))
5969;;; Generated autoloads from mail/emacsbug.el 5969;;; Generated autoloads from mail/emacsbug.el
5970 5970
5971(autoload (quote report-emacs-bug) "emacsbug" "\ 5971(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -6048,7 +6048,7 @@ as a multilingual text encoded in a coding system set by
6048;;;*** 6048;;;***
6049 6049
6050;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 6050;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
6051;;;;;; "enriched" "enriched.el" (14918 52618)) 6051;;;;;; "enriched" "enriched.el" (14885 14624))
6052;;; Generated autoloads from enriched.el 6052;;; Generated autoloads from enriched.el
6053 6053
6054(autoload (quote enriched-mode) "enriched" "\ 6054(autoload (quote enriched-mode) "enriched" "\
@@ -6125,8 +6125,8 @@ Please include any configuration details that might be involved." t nil)
6125;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 6125;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
6126;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6126;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6127;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list 6127;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list
6128;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14949 6128;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14962
6129;;;;;; 18706)) 6129;;;;;; 53443))
6130;;; Generated autoloads from progmodes/etags.el 6130;;; Generated autoloads from progmodes/etags.el
6131 6131
6132(defvar tags-file-name nil "\ 6132(defvar tags-file-name nil "\
@@ -6514,7 +6514,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni
6514 6514
6515;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 6515;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
6516;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 6516;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
6517;;;;;; (14463 4091)) 6517;;;;;; (14463 3149))
6518;;; Generated autoloads from net/eudc.el 6518;;; Generated autoloads from net/eudc.el
6519 6519
6520(autoload (quote eudc-set-server) "eudc" "\ 6520(autoload (quote eudc-set-server) "eudc" "\
@@ -6556,7 +6556,7 @@ This does nothing except loading eudc by autoload side-effect." t nil)
6556 6556
6557;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 6557;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
6558;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) 6558;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
6559;;;;;; "eudc-bob" "net/eudc-bob.el" (14876 51524)) 6559;;;;;; "eudc-bob" "net/eudc-bob.el" (14867 31700))
6560;;; Generated autoloads from net/eudc-bob.el 6560;;; Generated autoloads from net/eudc-bob.el
6561 6561
6562(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 6562(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -6577,7 +6577,7 @@ Display a button for the JPEG DATA." nil nil)
6577;;;*** 6577;;;***
6578 6578
6579;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 6579;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
6580;;;;;; "eudc-export" "net/eudc-export.el" (14460 59510)) 6580;;;;;; "eudc-export" "net/eudc-export.el" (14460 58168))
6581;;; Generated autoloads from net/eudc-export.el 6581;;; Generated autoloads from net/eudc-export.el
6582 6582
6583(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 6583(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -6590,7 +6590,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
6590;;;*** 6590;;;***
6591 6591
6592;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 6592;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
6593;;;;;; (14460 59510)) 6593;;;;;; (14460 58176))
6594;;; Generated autoloads from net/eudc-hotlist.el 6594;;; Generated autoloads from net/eudc-hotlist.el
6595 6595
6596(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 6596(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -6600,7 +6600,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil)
6600 6600
6601;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 6601;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
6602;;;;;; executable-self-display executable-set-magic executable-find) 6602;;;;;; executable-self-display executable-set-magic executable-find)
6603;;;;;; "executable" "progmodes/executable.el" (14764 17652)) 6603;;;;;; "executable" "progmodes/executable.el" (14764 3331))
6604;;; Generated autoloads from progmodes/executable.el 6604;;; Generated autoloads from progmodes/executable.el
6605 6605
6606(autoload (quote executable-find) "executable" "\ 6606(autoload (quote executable-find) "executable" "\
@@ -6663,7 +6663,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
6663 6663
6664;;;*** 6664;;;***
6665 6665
6666;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14624 3716)) 6666;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14623 45936))
6667;;; Generated autoloads from progmodes/f90.el 6667;;; Generated autoloads from progmodes/f90.el
6668 6668
6669(autoload (quote f90-mode) "f90" "\ 6669(autoload (quote f90-mode) "f90" "\
@@ -6731,7 +6731,7 @@ with no args, if that value is non-nil." t nil)
6731;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props 6731;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
6732;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible 6732;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
6733;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground 6733;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
6734;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14918 52618)) 6734;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14964 4164))
6735;;; Generated autoloads from facemenu.el 6735;;; Generated autoloads from facemenu.el
6736 (define-key global-map "\M-g" 'facemenu-keymap) 6736 (define-key global-map "\M-g" 'facemenu-keymap)
6737 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 6737 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -6784,8 +6784,8 @@ will not show through at all will be removed.
6784 6784
6785Interactively, the face to be used is read with the minibuffer. 6785Interactively, the face to be used is read with the minibuffer.
6786 6786
6787If the region is active and there is no prefix argument, 6787In the Transient Mark mode, if the region is active and there is no
6788this command sets the region to the requested face. 6788prefix argument, this command sets the region to the requested face.
6789 6789
6790Otherwise, this command specifies the face for the next character 6790Otherwise, this command specifies the face for the next character
6791inserted. Moving point or switching buffers before 6791inserted. Moving point or switching buffers before
@@ -6814,8 +6814,8 @@ Set the FACE of the region or next character typed.
6814This function is designed to be called from a menu; the face to use 6814This function is designed to be called from a menu; the face to use
6815is the menu item's name. 6815is the menu item's name.
6816 6816
6817If the region is active and there is no prefix argument, 6817In the Transient Mark mode, if the region is active and there is no
6818this command sets the region to the requested face. 6818prefix argument, this command sets the region to the requested face.
6819 6819
6820Otherwise, this command specifies the face for the next character 6820Otherwise, this command specifies the face for the next character
6821inserted. Moving point or switching buffers before 6821inserted. Moving point or switching buffers before
@@ -6898,16 +6898,13 @@ Unconditionally turn on Fast Lock mode." nil nil)
6898 6898
6899;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 6899;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
6900;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 6900;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
6901;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (14918 52706)) 6901;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (14962 39487))
6902;;; Generated autoloads from mail/feedmail.el 6902;;; Generated autoloads from mail/feedmail.el
6903 6903
6904(autoload (quote feedmail-send-it) "feedmail" "\ 6904(autoload (quote feedmail-send-it) "feedmail" "\
6905A function which is a suitable value for `send-mail-function'. 6905Send the current mail buffer using the Feedmail package.
6906To use it, you probably want something like this in your .emacs or 6906This is a suitable value for `send-mail-function'. It can be used
6907similar place: 6907with various lower-level mechanisms to provide features such as queueing." nil nil)
6908
6909 (setq send-mail-function 'feedmail-send-it)
6910 (autoload 'feedmail-send-it \"feedmail\")" nil nil)
6911 6908
6912(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ 6909(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
6913Like feedmail-run-the-queue, but suppress confirmation prompts." t nil) 6910Like feedmail-run-the-queue, but suppress confirmation prompts." t nil)
@@ -6945,7 +6942,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
6945;;;*** 6942;;;***
6946 6943
6947;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 6944;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
6948;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14949 18608)) 6945;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14937 32770))
6949;;; Generated autoloads from ffap.el 6946;;; Generated autoloads from ffap.el
6950 6947
6951(autoload (quote ffap-next) "ffap" "\ 6948(autoload (quote ffap-next) "ffap" "\
@@ -6991,7 +6988,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil)
6991;;;*** 6988;;;***
6992 6989
6993;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 6990;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
6994;;;;;; (14918 52618)) 6991;;;;;; (14887 28113))
6995;;; Generated autoloads from filecache.el 6992;;; Generated autoloads from filecache.el
6996 6993
6997(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 6994(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -7008,7 +7005,7 @@ the name is considered already unique; only the second substitution
7008;;;*** 7005;;;***
7009 7006
7010;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 7007;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
7011;;;;;; find-ls-option) "find-dired" "find-dired.el" (14718 5093)) 7008;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 43187))
7012;;; Generated autoloads from find-dired.el 7009;;; Generated autoloads from find-dired.el
7013 7010
7014(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 7011(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -7126,7 +7123,7 @@ Visit the file you click on in another window." t nil)
7126;;;;;; find-variable-other-window find-variable find-variable-noselect 7123;;;;;; find-variable-other-window find-variable find-variable-noselect
7127;;;;;; find-function-other-frame find-function-other-window find-function 7124;;;;;; find-function-other-frame find-function-other-window find-function
7128;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" 7125;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
7129;;;;;; (14876 51517)) 7126;;;;;; (14854 32222))
7130;;; Generated autoloads from emacs-lisp/find-func.el 7127;;; Generated autoloads from emacs-lisp/find-func.el
7131 7128
7132(autoload (quote find-function-noselect) "find-func" "\ 7129(autoload (quote find-function-noselect) "find-func" "\
@@ -7210,7 +7207,7 @@ Define some key bindings for the find-function family of functions." nil nil)
7210;;;*** 7207;;;***
7211 7208
7212;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 7209;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
7213;;;;;; "finder" "finder.el" (14876 51458)) 7210;;;;;; "finder" "finder.el" (14862 37894))
7214;;; Generated autoloads from finder.el 7211;;; Generated autoloads from finder.el
7215 7212
7216(autoload (quote finder-list-keywords) "finder" "\ 7213(autoload (quote finder-list-keywords) "finder" "\
@@ -7245,7 +7242,7 @@ to get the effect of a C-q." nil nil)
7245 7242
7246;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode 7243;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode
7247;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" 7244;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el"
7248;;;;;; (14949 18707)) 7245;;;;;; (14962 39487))
7249;;; Generated autoloads from textmodes/flyspell.el 7246;;; Generated autoloads from textmodes/flyspell.el
7250 7247
7251(defvar flyspell-mode-line-string " Fly" "\ 7248(defvar flyspell-mode-line-string " Fly" "\
@@ -7295,7 +7292,7 @@ Turn Flyspell mode off." nil nil)
7295 7292
7296;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 7293;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
7297;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 7294;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
7298;;;;;; (14392 8635)) 7295;;;;;; (14392 8455))
7299;;; Generated autoloads from follow.el 7296;;; Generated autoloads from follow.el
7300 7297
7301(autoload (quote turn-on-follow-mode) "follow" "\ 7298(autoload (quote turn-on-follow-mode) "follow" "\
@@ -7363,14 +7360,15 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7363 7360
7364;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7361;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7365;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock 7362;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7366;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14949 18612)) 7363;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14958 40595))
7367;;; Generated autoloads from font-lock.el 7364;;; Generated autoloads from font-lock.el
7368 7365
7369(make-variable-buffer-local (quote font-lock-defaults)) 7366(make-variable-buffer-local (quote font-lock-defaults))
7370 7367
7371(autoload (quote font-lock-mode) "font-lock" "\ 7368(autoload (quote font-lock-mode) "font-lock" "\
7372Toggle Font Lock mode. 7369Toggle Font Lock mode.
7373With arg, turn Font Lock mode on if and only if arg is positive. 7370With arg, turn Font Lock mode on if and only if arg is positive,
7371otherwise turn it off.
7374\(Font Lock is also known as \"syntax highlighting\".) 7372\(Font Lock is also known as \"syntax highlighting\".)
7375 7373
7376When Font Lock mode is enabled, text is fontified as you type it: 7374When Font Lock mode is enabled, text is fontified as you type it:
@@ -7476,7 +7474,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7476;;;*** 7474;;;***
7477 7475
7478;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 7476;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
7479;;;;;; (14949 18693)) 7477;;;;;; (14924 25355))
7480;;; Generated autoloads from international/fontset.el 7478;;; Generated autoloads from international/fontset.el
7481 7479
7482(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 7480(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7548,7 +7546,7 @@ Visit a file in Forms mode in other window." t nil)
7548;;;*** 7546;;;***
7549 7547
7550;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7548;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7551;;;;;; "progmodes/fortran.el" (14949 18706)) 7549;;;;;; "progmodes/fortran.el" (14942 54439))
7552;;; Generated autoloads from progmodes/fortran.el 7550;;; Generated autoloads from progmodes/fortran.el
7553 7551
7554(defvar fortran-tab-mode-default nil "\ 7552(defvar fortran-tab-mode-default nil "\
@@ -7630,7 +7628,7 @@ with no args, if that value is non-nil." t nil)
7630;;;*** 7628;;;***
7631 7629
7632;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 7630;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
7633;;;;;; (14918 52619)) 7631;;;;;; (14915 6801))
7634;;; Generated autoloads from generic.el 7632;;; Generated autoloads from generic.el
7635 7633
7636(autoload (quote define-generic-mode) "generic" "\ 7634(autoload (quote define-generic-mode) "generic" "\
@@ -7675,7 +7673,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
7675;;;*** 7673;;;***
7676 7674
7677;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7675;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
7678;;;;;; (14918 52715)) 7676;;;;;; (14901 64340))
7679;;; Generated autoloads from progmodes/glasses.el 7677;;; Generated autoloads from progmodes/glasses.el
7680 7678
7681(autoload (quote glasses-mode) "glasses" "\ 7679(autoload (quote glasses-mode) "glasses" "\
@@ -7686,7 +7684,7 @@ at places they belong to." t nil)
7686;;;*** 7684;;;***
7687 7685
7688;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7686;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
7689;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14876 51520)) 7687;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14859 52340))
7690;;; Generated autoloads from gnus/gnus.el 7688;;; Generated autoloads from gnus/gnus.el
7691 7689
7692(autoload (quote gnus-slave-no-server) "gnus" "\ 7690(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -7716,7 +7714,7 @@ prompt the user for the name of an NNTP server to use." t nil)
7716 7714
7717;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 7715;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
7718;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 7716;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
7719;;;;;; (14876 51518)) 7717;;;;;; (14862 37895))
7720;;; Generated autoloads from gnus/gnus-agent.el 7718;;; Generated autoloads from gnus/gnus-agent.el
7721 7719
7722(autoload (quote gnus-unplugged) "gnus-agent" "\ 7720(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -7744,7 +7742,7 @@ Start Gnus and fetch session." t nil)
7744;;;*** 7742;;;***
7745 7743
7746;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 7744;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
7747;;;;;; (14929 50170)) 7745;;;;;; (14955 64849))
7748;;; Generated autoloads from gnus/gnus-art.el 7746;;; Generated autoloads from gnus/gnus-art.el
7749 7747
7750(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 7748(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -7753,7 +7751,7 @@ Make the current buffer look like a nice article." nil nil)
7753;;;*** 7751;;;***
7754 7752
7755;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 7753;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
7756;;;;;; (14918 52696)) 7754;;;;;; (14896 40329))
7757;;; Generated autoloads from gnus/gnus-audio.el 7755;;; Generated autoloads from gnus/gnus-audio.el
7758 7756
7759(autoload (quote gnus-audio-play) "gnus-audio" "\ 7757(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -7762,8 +7760,8 @@ Play a sound FILE through the speaker." t nil)
7762;;;*** 7760;;;***
7763 7761
7764;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active 7762;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
7765;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14876 7763;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14862
7766;;;;;; 51518)) 7764;;;;;; 37896))
7767;;; Generated autoloads from gnus/gnus-cache.el 7765;;; Generated autoloads from gnus/gnus-cache.el
7768 7766
7769(autoload (quote gnus-jog-cache) "gnus-cache" "\ 7767(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -7781,7 +7779,7 @@ Generate NOV files recursively starting in DIR." t nil)
7781;;;*** 7779;;;***
7782 7780
7783;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 7781;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
7784;;;;;; "gnus-group" "gnus/gnus-group.el" (14876 51518)) 7782;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 56701))
7785;;; Generated autoloads from gnus/gnus-group.el 7783;;; Generated autoloads from gnus/gnus-group.el
7786 7784
7787(autoload (quote gnus-fetch-group) "gnus-group" "\ 7785(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -7806,7 +7804,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
7806;;;*** 7804;;;***
7807 7805
7808;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 7806;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
7809;;;;;; "gnus-ml" "gnus/gnus-ml.el" (14876 51518)) 7807;;;;;; "gnus-ml" "gnus/gnus-ml.el" (14855 56553))
7810;;; Generated autoloads from gnus/gnus-ml.el 7808;;; Generated autoloads from gnus/gnus-ml.el
7811 7809
7812(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) 7810(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)
@@ -7820,7 +7818,7 @@ Minor mode for providing mailing-list commands.
7820 7818
7821;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 7819;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
7822;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 7820;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
7823;;;;;; (14876 51518)) 7821;;;;;; (14862 37897))
7824;;; Generated autoloads from gnus/gnus-mlspl.el 7822;;; Generated autoloads from gnus/gnus-mlspl.el
7825 7823
7826(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 7824(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -7912,7 +7910,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
7912;;;*** 7910;;;***
7913 7911
7914;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 7912;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
7915;;;;;; (14792 2677)) 7913;;;;;; (14791 18898))
7916;;; Generated autoloads from gnus/gnus-move.el 7914;;; Generated autoloads from gnus/gnus-move.el
7917 7915
7918(autoload (quote gnus-change-server) "gnus-move" "\ 7916(autoload (quote gnus-change-server) "gnus-move" "\
@@ -7921,8 +7919,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
7921 7919
7922;;;*** 7920;;;***
7923 7921
7924;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14918 7922;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915
7925;;;;;; 52696)) 7923;;;;;; 6802))
7926;;; Generated autoloads from gnus/gnus-msg.el 7924;;; Generated autoloads from gnus/gnus-msg.el
7927 7925
7928(autoload (quote gnus-msg-mail) "gnus-msg" "\ 7926(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -7951,7 +7949,7 @@ rather than using this function." nil nil)
7951;;;*** 7949;;;***
7952 7950
7953;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 7951;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
7954;;;;;; (14792 2677)) 7952;;;;;; (14791 18898))
7955;;; Generated autoloads from gnus/gnus-soup.el 7953;;; Generated autoloads from gnus/gnus-soup.el
7956 7954
7957(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 7955(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -7969,7 +7967,7 @@ Note -- this function hasn't been implemented yet." t nil)
7969;;;*** 7967;;;***
7970 7968
7971;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 7969;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
7972;;;;;; (14876 51520)) 7970;;;;;; (14862 37897))
7973;;; Generated autoloads from gnus/gnus-spec.el 7971;;; Generated autoloads from gnus/gnus-spec.el
7974 7972
7975(autoload (quote gnus-update-format) "gnus-spec" "\ 7973(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -7978,7 +7976,7 @@ Update the format specification near point." t nil)
7978;;;*** 7976;;;***
7979 7977
7980;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 7978;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
7981;;;;;; "gnus/gnus-start.el" (14876 51520)) 7979;;;;;; "gnus/gnus-start.el" (14862 37897))
7982;;; Generated autoloads from gnus/gnus-start.el 7980;;; Generated autoloads from gnus/gnus-start.el
7983 7981
7984(autoload (quote gnus-unload) "gnus-start" "\ 7982(autoload (quote gnus-unload) "gnus-start" "\
@@ -7993,7 +7991,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
7993;;;*** 7991;;;***
7994 7992
7995;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 7993;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
7996;;;;;; (14918 52704)) 7994;;;;;; (14955 64850))
7997;;; Generated autoloads from gnus/gnus-win.el 7995;;; Generated autoloads from gnus/gnus-win.el
7998 7996
7999(autoload (quote gnus-add-configuration) "gnus-win" "\ 7997(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -8001,7 +7999,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
8001 7999
8002;;;*** 8000;;;***
8003 8001
8004;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (14726 41839)) 8002;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (14726 36008))
8005;;; Generated autoloads from play/gomoku.el 8003;;; Generated autoloads from play/gomoku.el
8006 8004
8007(autoload (quote gomoku) "gomoku" "\ 8005(autoload (quote gomoku) "gomoku" "\
@@ -8047,7 +8045,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8047 8045
8048;;;*** 8046;;;***
8049 8047
8050;;;### (autoloads (gs-load-image) "gs" "gs.el" (14300 2906)) 8048;;;### (autoloads (gs-load-image) "gs" "gs.el" (14959 64907))
8051;;; Generated autoloads from gs.el 8049;;; Generated autoloads from gs.el
8052 8050
8053(autoload (quote gs-load-image) "gs" "\ 8051(autoload (quote gs-load-image) "gs" "\
@@ -8059,7 +8057,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8059;;;*** 8057;;;***
8060 8058
8061;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8059;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8062;;;;;; (14876 51460)) 8060;;;;;; (14961 24253))
8063;;; Generated autoloads from gud.el 8061;;; Generated autoloads from gud.el
8064 8062
8065(autoload (quote gdb) "gud" "\ 8063(autoload (quote gdb) "gud" "\
@@ -8156,7 +8154,7 @@ A value of nil means skip the middle step, so that
8156;;;*** 8154;;;***
8157 8155
8158;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8156;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8159;;;;;; "emacs-lisp/helper.el" (14518 32866)) 8157;;;;;; "emacs-lisp/helper.el" (14518 20602))
8160;;; Generated autoloads from emacs-lisp/helper.el 8158;;; Generated autoloads from emacs-lisp/helper.el
8161 8159
8162(autoload (quote Helper-describe-bindings) "helper" "\ 8160(autoload (quote Helper-describe-bindings) "helper" "\
@@ -8168,7 +8166,7 @@ Provide help for current mode." t nil)
8168;;;*** 8166;;;***
8169 8167
8170;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8168;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8171;;;;;; "hexl.el" (14821 33060)) 8169;;;;;; "hexl.el" (14821 31346))
8172;;; Generated autoloads from hexl.el 8170;;; Generated autoloads from hexl.el
8173 8171
8174(autoload (quote hexl-mode) "hexl" "\ 8172(autoload (quote hexl-mode) "hexl" "\
@@ -8257,7 +8255,7 @@ This discards the buffer's undo information." t nil)
8257 8255
8258;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 8256;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
8259;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode 8257;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode
8260;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14949 18612)) 8258;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14941 34892))
8261;;; Generated autoloads from hi-lock.el 8259;;; Generated autoloads from hi-lock.el
8262 8260
8263(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) 8261(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))
@@ -8347,7 +8345,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
8347;;;*** 8345;;;***
8348 8346
8349;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 8347;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
8350;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 16483)) 8348;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 13974))
8351;;; Generated autoloads from progmodes/hideif.el 8349;;; Generated autoloads from progmodes/hideif.el
8352 8350
8353(defvar hide-ifdef-mode nil "\ 8351(defvar hide-ifdef-mode nil "\
@@ -8454,7 +8452,7 @@ Key bindings:
8454;;;### (autoloads (global-highlight-changes highlight-compare-with-file 8452;;;### (autoloads (global-highlight-changes highlight-compare-with-file
8455;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 8453;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
8456;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 8454;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
8457;;;;;; "hilit-chg" "hilit-chg.el" (14750 33582)) 8455;;;;;; "hilit-chg" "hilit-chg.el" (14750 31723))
8458;;; Generated autoloads from hilit-chg.el 8456;;; Generated autoloads from hilit-chg.el
8459 8457
8460(defvar highlight-changes-mode nil) 8458(defvar highlight-changes-mode nil)
@@ -8610,7 +8608,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
8610 8608
8611;;;*** 8609;;;***
8612 8610
8613;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14949 18612)) 8611;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14932 18342))
8614;;; Generated autoloads from hl-line.el 8612;;; Generated autoloads from hl-line.el
8615 8613
8616(defvar hl-line-mode nil "\ 8614(defvar hl-line-mode nil "\
@@ -8646,7 +8644,7 @@ The optional LABEL is used to label the buffer created." t nil)
8646;;;*** 8644;;;***
8647 8645
8648;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 8646;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
8649;;;;;; "hscroll" "obsolete/hscroll.el" (14900 43616)) 8647;;;;;; "hscroll" "obsolete/hscroll.el" (14883 57782))
8650;;; Generated autoloads from obsolete/hscroll.el 8648;;; Generated autoloads from obsolete/hscroll.el
8651 8649
8652(autoload (quote turn-on-hscroll) "hscroll" "\ 8650(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -8667,7 +8665,7 @@ Also see `automatic-hscrolling'." t nil)
8667;;;*** 8665;;;***
8668 8666
8669;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 8667;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
8670;;;;;; "icomplete.el" (14636 62704)) 8668;;;;;; "icomplete.el" (14957 20511))
8671;;; Generated autoloads from icomplete.el 8669;;; Generated autoloads from icomplete.el
8672 8670
8673(autoload (quote icomplete-mode) "icomplete" "\ 8671(autoload (quote icomplete-mode) "icomplete" "\
@@ -8680,7 +8678,7 @@ Usually run by inclusion in `minibuffer-setup-hook'." nil nil)
8680 8678
8681;;;*** 8679;;;***
8682 8680
8683;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14876 51525)) 8681;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14854 32223))
8684;;; Generated autoloads from progmodes/icon.el 8682;;; Generated autoloads from progmodes/icon.el
8685 8683
8686(autoload (quote icon-mode) "icon" "\ 8684(autoload (quote icon-mode) "icon" "\
@@ -8719,7 +8717,7 @@ with no args, if that value is non-nil." t nil)
8719;;;*** 8717;;;***
8720 8718
8721;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 8719;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
8722;;;;;; (14918 52716)) 8720;;;;;; (14912 33400))
8723;;; Generated autoloads from progmodes/idlw-shell.el 8721;;; Generated autoloads from progmodes/idlw-shell.el
8724 8722
8725(autoload (quote idlwave-shell) "idlw-shell" "\ 8723(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -8742,7 +8740,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
8742;;;*** 8740;;;***
8743 8741
8744;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 8742;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
8745;;;;;; (14918 52722)) 8743;;;;;; (14912 33400))
8746;;; Generated autoloads from progmodes/idlwave.el 8744;;; Generated autoloads from progmodes/idlwave.el
8747 8745
8748(autoload (quote idlwave-mode) "idlwave" "\ 8746(autoload (quote idlwave-mode) "idlwave" "\
@@ -8872,7 +8870,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
8872 8870
8873;;;### (autoloads (defimage find-image remove-images insert-image 8871;;;### (autoloads (defimage find-image remove-images insert-image
8874;;;;;; put-image create-image image-type-available-p image-type-from-file-header 8872;;;;;; put-image create-image image-type-available-p image-type-from-file-header
8875;;;;;; image-type-from-data) "image" "image.el" (14918 52619)) 8873;;;;;; image-type-from-data) "image" "image.el" (14898 8349))
8876;;; Generated autoloads from image.el 8874;;; Generated autoloads from image.el
8877 8875
8878(autoload (quote image-type-from-data) "image" "\ 8876(autoload (quote image-type-from-data) "image" "\
@@ -8969,7 +8967,7 @@ Example:
8969 8967
8970;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 8968;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
8971;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 8969;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
8972;;;;;; "image-file.el" (14918 52619)) 8970;;;;;; "image-file.el" (14909 56659))
8973;;; Generated autoloads from image-file.el 8971;;; Generated autoloads from image-file.el
8974 8972
8975(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ 8973(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\
@@ -9022,7 +9020,7 @@ Image files are those whose name has an extension in
9022;;;*** 9020;;;***
9023 9021
9024;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9022;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9025;;;;;; imenu-sort-function) "imenu" "imenu.el" (14949 18612)) 9023;;;;;; imenu-sort-function) "imenu" "imenu.el" (14942 54438))
9026;;; Generated autoloads from imenu.el 9024;;; Generated autoloads from imenu.el
9027 9025
9028(defvar imenu-sort-function nil "\ 9026(defvar imenu-sort-function nil "\
@@ -9220,7 +9218,7 @@ of `inferior-lisp-program'). Runs the hooks from
9220 9218
9221;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 9219;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9222;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 9220;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9223;;;;;; info info-other-window) "info" "info.el" (14949 18612)) 9221;;;;;; info info-other-window) "info" "info.el" (14942 54438))
9224;;; Generated autoloads from info.el 9222;;; Generated autoloads from info.el
9225 9223
9226(autoload (quote info-other-window) "info" "\ 9224(autoload (quote info-other-window) "info" "\
@@ -9271,7 +9269,7 @@ This will add a speedbar major display mode." t nil)
9271 9269
9272;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 9270;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
9273;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 9271;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
9274;;;;;; (14712 9626)) 9272;;;;;; (14710 63985))
9275;;; Generated autoloads from info-look.el 9273;;; Generated autoloads from info-look.el
9276 9274
9277(autoload (quote info-lookup-reset) "info-look" "\ 9275(autoload (quote info-lookup-reset) "info-look" "\
@@ -9340,7 +9338,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil
9340 9338
9341;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 9339;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
9342;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 9340;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
9343;;;;;; (14837 50475)) 9341;;;;;; (14837 20776))
9344;;; Generated autoloads from international/isearch-x.el 9342;;; Generated autoloads from international/isearch-x.el
9345 9343
9346(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 9344(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -9354,7 +9352,7 @@ Toggle input method in interactive search." t nil)
9354;;;*** 9352;;;***
9355 9353
9356;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 9354;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
9357;;;;;; (14388 11031)) 9355;;;;;; (14388 10886))
9358;;; Generated autoloads from international/iso-acc.el 9356;;; Generated autoloads from international/iso-acc.el
9359 9357
9360(autoload (quote iso-accents-mode) "iso-acc" "\ 9358(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -9385,7 +9383,7 @@ and a negative argument disables it." t nil)
9385;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 9383;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
9386;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 9384;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
9387;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 9385;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
9388;;;;;; "international/iso-cvt.el" (14918 52705)) 9386;;;;;; "international/iso-cvt.el" (14913 56005))
9389;;; Generated autoloads from international/iso-cvt.el 9387;;; Generated autoloads from international/iso-cvt.el
9390 9388
9391(autoload (quote iso-spanish) "iso-cvt" "\ 9389(autoload (quote iso-spanish) "iso-cvt" "\
@@ -9445,7 +9443,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
9445;;;*** 9443;;;***
9446 9444
9447;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 9445;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
9448;;;;;; (14716 17385)) 9446;;;;;; (14716 1570))
9449;;; Generated autoloads from international/iso-transl.el 9447;;; Generated autoloads from international/iso-transl.el
9450 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 9448 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
9451 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 9449 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -9458,7 +9456,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
9458;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 9456;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
9459;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 9457;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
9460;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 9458;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
9461;;;;;; (14949 18707)) 9459;;;;;; (14941 34892))
9462;;; Generated autoloads from textmodes/ispell.el 9460;;; Generated autoloads from textmodes/ispell.el
9463 9461
9464(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 9462(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -9707,7 +9705,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
9707;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer 9705;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
9708;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 9706;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
9709;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" 9707;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el"
9710;;;;;; (14918 52619)) 9708;;;;;; (14960 24010))
9711;;; Generated autoloads from iswitchb.el 9709;;; Generated autoloads from iswitchb.el
9712 9710
9713(defvar iswitchb-mode nil "\ 9711(defvar iswitchb-mode nil "\
@@ -9824,8 +9822,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil
9824 9822
9825;;;*** 9823;;;***
9826 9824
9827;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14829 9825;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14952
9828;;;;;; 31693)) 9826;;;;;; 26678))
9829;;; Generated autoloads from jit-lock.el 9827;;; Generated autoloads from jit-lock.el
9830 9828
9831(autoload (quote jit-lock-register) "jit-lock" "\ 9829(autoload (quote jit-lock-register) "jit-lock" "\
@@ -9837,7 +9835,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
9837;;;*** 9835;;;***
9838 9836
9839;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 9837;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
9840;;;;;; "jka-compr" "jka-compr.el" (14918 52619)) 9838;;;;;; "jka-compr" "jka-compr.el" (14913 56004))
9841;;; Generated autoloads from jka-compr.el 9839;;; Generated autoloads from jka-compr.el
9842 9840
9843(defvar auto-compression-mode nil "\ 9841(defvar auto-compression-mode nil "\
@@ -9881,7 +9879,7 @@ the context of text formatting." nil nil)
9881;;;*** 9879;;;***
9882 9880
9883;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (14762 9881;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (14762
9884;;;;;; 13574)) 9882;;;;;; 12604))
9885;;; Generated autoloads from international/kkc.el 9883;;; Generated autoloads from international/kkc.el
9886 9884
9887(defvar kkc-after-update-conversion-functions nil "\ 9885(defvar kkc-after-update-conversion-functions nil "\
@@ -9914,7 +9912,7 @@ and the return value is the length of the conversion." t nil)
9914;;;*** 9912;;;***
9915 9913
9916;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 9914;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
9917;;;;;; (14918 52709)) 9915;;;;;; (14914 10736))
9918;;; Generated autoloads from play/landmark.el 9916;;; Generated autoloads from play/landmark.el
9919 9917
9920(defalias (quote landmark-repeat) (quote lm-test-run)) 9918(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -9975,7 +9973,7 @@ The return value is number of composed characters." nil nil)
9975;;;*** 9973;;;***
9976 9974
9977;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" 9975;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el"
9978;;;;;; (14876 51523)) 9976;;;;;; (14950 54051))
9979;;; Generated autoloads from international/latin1-disp.el 9977;;; Generated autoloads from international/latin1-disp.el
9980 9978
9981(defvar latin1-display nil "\ 9979(defvar latin1-display nil "\
@@ -10003,7 +10001,7 @@ display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil
10003;;;*** 10001;;;***
10004 10002
10005;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 10003;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
10006;;;;;; "lazy-lock.el" (14876 51461)) 10004;;;;;; "lazy-lock.el" (14862 37894))
10007;;; Generated autoloads from lazy-lock.el 10005;;; Generated autoloads from lazy-lock.el
10008 10006
10009(autoload (quote lazy-lock-mode) "lazy-lock" "\ 10007(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -10103,8 +10101,8 @@ generations (this defaults to 1)." t nil)
10103 10101
10104;;;*** 10102;;;***
10105 10103
10106;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14850 10104;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14847
10107;;;;;; 31626)) 10105;;;;;; 14322))
10108;;; Generated autoloads from loadhist.el 10106;;; Generated autoloads from loadhist.el
10109 10107
10110(autoload (quote unload-feature) "loadhist" "\ 10108(autoload (quote unload-feature) "loadhist" "\
@@ -10130,7 +10128,7 @@ shown; this is often useful to constrain a big search." t nil)
10130 10128
10131;;;*** 10129;;;***
10132 10130
10133;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14918 52689)) 10131;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14909 56659))
10134;;; Generated autoloads from log-edit.el 10132;;; Generated autoloads from log-edit.el
10135 10133
10136(autoload (quote log-edit) "log-edit" "\ 10134(autoload (quote log-edit) "log-edit" "\
@@ -10149,8 +10147,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
10149 10147
10150;;;*** 10148;;;***
10151 10149
10152;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14918 10150;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14909
10153;;;;;; 52689)) 10151;;;;;; 56659))
10154;;; Generated autoloads from log-view.el 10152;;; Generated autoloads from log-view.el
10155 10153
10156(autoload (quote log-view-mode) "log-view" "\ 10154(autoload (quote log-view-mode) "log-view" "\
@@ -10159,8 +10157,8 @@ Major mode for browsing CVS log output." t nil)
10159;;;*** 10157;;;***
10160 10158
10161;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 10159;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
10162;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14693 10160;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692
10163;;;;;; 49864)) 10161;;;;;; 45304))
10164;;; Generated autoloads from lpr.el 10162;;; Generated autoloads from lpr.el
10165 10163
10166(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 10164(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
@@ -10235,7 +10233,7 @@ for further customization of the printer command." t nil)
10235 10233
10236;;;*** 10234;;;***
10237 10235
10238;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14949 18683)) 10236;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14930 62509))
10239;;; Generated autoloads from ls-lisp.el 10237;;; Generated autoloads from ls-lisp.el
10240 10238
10241(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) 10239(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
@@ -10254,8 +10252,8 @@ This function is suitable for execution in a .emacs file." t nil)
10254 10252
10255;;;*** 10253;;;***
10256 10254
10257;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14720 10255;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14717
10258;;;;;; 7115)) 10256;;;;;; 60217))
10259;;; Generated autoloads from progmodes/m4-mode.el 10257;;; Generated autoloads from progmodes/m4-mode.el
10260 10258
10261(autoload (quote m4-mode) "m4-mode" "\ 10259(autoload (quote m4-mode) "m4-mode" "\
@@ -10266,7 +10264,7 @@ A major mode to edit m4 macro files.
10266;;;*** 10264;;;***
10267 10265
10268;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 10266;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
10269;;;;;; name-last-kbd-macro) "macros" "macros.el" (14876 51509)) 10267;;;;;; name-last-kbd-macro) "macros" "macros.el" (14856 15439))
10270;;; Generated autoloads from macros.el 10268;;; Generated autoloads from macros.el
10271 10269
10272(autoload (quote name-last-kbd-macro) "macros" "\ 10270(autoload (quote name-last-kbd-macro) "macros" "\
@@ -10373,7 +10371,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil)
10373 10371
10374;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 10372;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
10375;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 10373;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
10376;;;;;; (14949 18694)) 10374;;;;;; (14932 18342))
10377;;; Generated autoloads from mail/mail-hist.el 10375;;; Generated autoloads from mail/mail-hist.el
10378 10376
10379(autoload (quote mail-hist-define-keys) "mail-hist" "\ 10377(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -10395,8 +10393,8 @@ This function normally would be called when the message is sent." nil nil)
10395 10393
10396;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 10394;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
10397;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 10395;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
10398;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14800 10396;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799
10399;;;;;; 33445)) 10397;;;;;; 26953))
10400;;; Generated autoloads from mail/mail-utils.el 10398;;; Generated autoloads from mail/mail-utils.el
10401 10399
10402(defvar mail-use-rfc822 nil "\ 10400(defvar mail-use-rfc822 nil "\
@@ -10431,7 +10429,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
10431;;;*** 10429;;;***
10432 10430
10433;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 10431;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
10434;;;;;; "mailabbrev" "mail/mailabbrev.el" (14949 18694)) 10432;;;;;; "mailabbrev" "mail/mailabbrev.el" (14924 32676))
10435;;; Generated autoloads from mail/mailabbrev.el 10433;;; Generated autoloads from mail/mailabbrev.el
10436 10434
10437(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 10435(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -10487,7 +10485,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t
10487;;;*** 10485;;;***
10488 10486
10489;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 10487;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
10490;;;;;; (14720 7115)) 10488;;;;;; (14717 60289))
10491;;; Generated autoloads from progmodes/make-mode.el 10489;;; Generated autoloads from progmodes/make-mode.el
10492 10490
10493(autoload (quote makefile-mode) "make-mode" "\ 10491(autoload (quote makefile-mode) "make-mode" "\
@@ -10576,7 +10574,7 @@ Previous contents of that buffer are killed first." t nil)
10576 10574
10577;;;*** 10575;;;***
10578 10576
10579;;;### (autoloads (man-follow man) "man" "man.el" (14826 51988)) 10577;;;### (autoloads (man-follow man) "man" "man.el" (14961 25220))
10580;;; Generated autoloads from man.el 10578;;; Generated autoloads from man.el
10581 10579
10582(defalias (quote manual-entry) (quote man)) 10580(defalias (quote manual-entry) (quote man))
@@ -10605,7 +10603,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
10605;;;;;; message-signature message-indent-citation-function message-cite-function 10603;;;;;; message-signature message-indent-citation-function message-cite-function
10606;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 10604;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
10607;;;;;; message-user-organization-file message-signature-separator 10605;;;;;; message-user-organization-file message-signature-separator
10608;;;;;; message-from-style) "message" "gnus/message.el" (14949 18693)) 10606;;;;;; message-from-style) "message" "gnus/message.el" (14955 64850))
10609;;; Generated autoloads from gnus/message.el 10607;;; Generated autoloads from gnus/message.el
10610 10608
10611(defvar message-from-style (quote default) "\ 10609(defvar message-from-style (quote default) "\
@@ -10785,7 +10783,7 @@ Turning on MetaPost mode calls the value of the variable
10785 10783
10786;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 10784;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
10787;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 10785;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
10788;;;;;; (14876 51524)) 10786;;;;;; (14862 37898))
10789;;; Generated autoloads from mail/metamail.el 10787;;; Generated autoloads from mail/metamail.el
10790 10788
10791(autoload (quote metamail-interpret-header) "metamail" "\ 10789(autoload (quote metamail-interpret-header) "metamail" "\
@@ -10821,7 +10819,7 @@ redisplayed as output is inserted." t nil)
10821;;;*** 10819;;;***
10822 10820
10823;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 10821;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
10824;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14850 31627)) 10822;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14849 24594))
10825;;; Generated autoloads from mail/mh-comp.el 10823;;; Generated autoloads from mail/mh-comp.el
10826 10824
10827(autoload (quote mh-smail) "mh-comp" "\ 10825(autoload (quote mh-smail) "mh-comp" "\
@@ -10878,8 +10876,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'."
10878 10876
10879;;;*** 10877;;;***
10880 10878
10881;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14850 10879;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14849
10882;;;;;; 31627)) 10880;;;;;; 24610))
10883;;; Generated autoloads from mail/mh-e.el 10881;;; Generated autoloads from mail/mh-e.el
10884 10882
10885(autoload (quote mh-rmail) "mh-e" "\ 10883(autoload (quote mh-rmail) "mh-e" "\
@@ -10900,7 +10898,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
10900 10898
10901;;;*** 10899;;;***
10902 10900
10903;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14918 52706)) 10901;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14906 3793))
10904;;; Generated autoloads from mail/mh-utils.el 10902;;; Generated autoloads from mail/mh-utils.el
10905 10903
10906(put (quote mh-progs) (quote risky-local-variable) t) 10904(put (quote mh-progs) (quote risky-local-variable) t)
@@ -10914,7 +10912,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
10914;;;*** 10912;;;***
10915 10913
10916;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 10914;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
10917;;;;;; "midnight.el" (14721 29450)) 10915;;;;;; "midnight.el" (14720 14160))
10918;;; Generated autoloads from midnight.el 10916;;; Generated autoloads from midnight.el
10919 10917
10920(autoload (quote clean-buffer-list) "midnight" "\ 10918(autoload (quote clean-buffer-list) "midnight" "\
@@ -10973,7 +10971,7 @@ Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
10973;;;*** 10971;;;***
10974 10972
10975;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 10973;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
10976;;;;;; (14876 51520)) 10974;;;;;; (14854 32223))
10977;;; Generated autoloads from gnus/mm-partial.el 10975;;; Generated autoloads from gnus/mm-partial.el
10978 10976
10979(autoload (quote mm-inline-partial) "mm-partial" "\ 10977(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -11027,7 +11025,7 @@ Convert morse coded text in region to ordinary ASCII text." t nil)
11027;;;*** 11025;;;***
11028 11026
11029;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 11027;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736
11030;;;;;; 26481)) 11028;;;;;; 992))
11031;;; Generated autoloads from mouse-sel.el 11029;;; Generated autoloads from mouse-sel.el
11032 11030
11033(autoload (quote mouse-sel-mode) "mouse-sel" "\ 11031(autoload (quote mouse-sel-mode) "mouse-sel" "\
@@ -11076,7 +11074,7 @@ Multiplication puzzle with GNU Emacs." t nil)
11076 11074
11077;;;*** 11075;;;***
11078 11076
11079;;;### (autoloads (msb-mode) "msb" "msb.el" (14876 51510)) 11077;;;### (autoloads (msb-mode) "msb" "msb.el" (14854 32222))
11080;;; Generated autoloads from msb.el 11078;;; Generated autoloads from msb.el
11081 11079
11082(defvar msb-mode nil "\ 11080(defvar msb-mode nil "\
@@ -11102,7 +11100,7 @@ different buffer menu using the function `msb'." t nil)
11102;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 11100;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
11103;;;;;; describe-coding-system describe-char-after describe-character-set 11101;;;;;; describe-coding-system describe-char-after describe-character-set
11104;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 11102;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
11105;;;;;; "international/mule-diag.el" (14949 18693)) 11103;;;;;; "international/mule-diag.el" (14961 12689))
11106;;; Generated autoloads from international/mule-diag.el 11104;;; Generated autoloads from international/mule-diag.el
11107 11105
11108(autoload (quote list-character-sets) "mule-diag" "\ 11106(autoload (quote list-character-sets) "mule-diag" "\
@@ -11144,7 +11142,8 @@ Display a list of characters in the specified character set." t nil)
11144Display information about character set CHARSET." t nil) 11142Display information about character set CHARSET." t nil)
11145 11143
11146(autoload (quote describe-char-after) "mule-diag" "\ 11144(autoload (quote describe-char-after) "mule-diag" "\
11147Display information of in current buffer at position POS. 11145Display information about the character at POS in the current buffer.
11146POS defaults to point.
11148The information includes character code, charset and code points in it, 11147The information includes character code, charset and code points in it,
11149syntax, category, how the character is encoded in a file, 11148syntax, category, how the character is encoded in a file,
11150which font is being used for displaying the character." t nil) 11149which font is being used for displaying the character." t nil)
@@ -11325,7 +11324,7 @@ language environment LANG-ENV." nil nil)
11325;;;*** 11324;;;***
11326 11325
11327;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 11326;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
11328;;;;;; (14876 51510)) 11327;;;;;; (14854 32222))
11329;;; Generated autoloads from mwheel.el 11328;;; Generated autoloads from mwheel.el
11330 11329
11331(defvar mouse-wheel-mode nil "\ 11330(defvar mouse-wheel-mode nil "\
@@ -11351,7 +11350,7 @@ Enable mouse wheel support." nil nil)
11351;;;### (autoloads (network-connection network-connection-to-service 11350;;;### (autoloads (network-connection network-connection-to-service
11352;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 11351;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
11353;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 11352;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
11354;;;;;; (14813 44131)) 11353;;;;;; (14813 40531))
11355;;; Generated autoloads from net/net-utils.el 11354;;; Generated autoloads from net/net-utils.el
11356 11355
11357(autoload (quote traceroute) "net-utils" "\ 11356(autoload (quote traceroute) "net-utils" "\
@@ -11410,7 +11409,7 @@ Open a network connection to HOST on PORT." t nil)
11410;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11409;;;;;; uncomment-region comment-kill comment-set-column comment-indent
11411;;;;;; comment-indent-default comment-multi-line comment-padding 11410;;;;;; comment-indent-default comment-multi-line comment-padding
11412;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 11411;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
11413;;;;;; (14918 52690)) 11412;;;;;; (14909 56659))
11414;;; Generated autoloads from newcomment.el 11413;;; Generated autoloads from newcomment.el
11415 11414
11416(defalias (quote indent-for-comment) (quote comment-indent)) 11415(defalias (quote indent-for-comment) (quote comment-indent))
@@ -11528,8 +11527,8 @@ unless optional argument SOFT is non-nil." t nil)
11528 11527
11529;;;*** 11528;;;***
11530 11529
11531;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14876 11530;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14858
11532;;;;;; 51521)) 11531;;;;;; 32485))
11533;;; Generated autoloads from gnus/nndoc.el 11532;;; Generated autoloads from gnus/nndoc.el
11534 11533
11535(autoload (quote nndoc-add-type) "nndoc" "\ 11534(autoload (quote nndoc-add-type) "nndoc" "\
@@ -11552,7 +11551,7 @@ This command does not work if you use short group names." t nil)
11552;;;*** 11551;;;***
11553 11552
11554;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 11553;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
11555;;;;;; (14876 51521)) 11554;;;;;; (14859 52340))
11556;;; Generated autoloads from gnus/nnkiboze.el 11555;;; Generated autoloads from gnus/nnkiboze.el
11557 11556
11558(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 11557(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -11562,7 +11561,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil)
11562;;;*** 11561;;;***
11563 11562
11564;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 11563;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
11565;;;;;; (14876 51521)) 11564;;;;;; (14858 32485))
11566;;; Generated autoloads from gnus/nnml.el 11565;;; Generated autoloads from gnus/nnml.el
11567 11566
11568(autoload (quote nnml-generate-nov-databases) "nnml" "\ 11567(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -11571,7 +11570,7 @@ Generate NOV databases in all nnml directories." t nil)
11571;;;*** 11570;;;***
11572 11571
11573;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 11572;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
11574;;;;;; "nnsoup" "gnus/nnsoup.el" (14792 2698)) 11573;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 18897))
11575;;; Generated autoloads from gnus/nnsoup.el 11574;;; Generated autoloads from gnus/nnsoup.el
11576 11575
11577(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 11576(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -11654,7 +11653,7 @@ startup file, `~/.emacs-octave'." t nil)
11654;;;*** 11653;;;***
11655 11654
11656;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 11655;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
11657;;;;;; (14535 42824)) 11656;;;;;; (14535 42068))
11658;;; Generated autoloads from progmodes/octave-mod.el 11657;;; Generated autoloads from progmodes/octave-mod.el
11659 11658
11660(autoload (quote octave-mode) "octave-mod" "\ 11659(autoload (quote octave-mode) "octave-mod" "\
@@ -11769,7 +11768,7 @@ The Custom feature is intended to make this obsolete." t nil)
11769;;;*** 11768;;;***
11770 11769
11771;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 11770;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
11772;;;;;; (14876 60333)) 11771;;;;;; (14958 40595))
11773;;; Generated autoloads from textmodes/outline.el 11772;;; Generated autoloads from textmodes/outline.el
11774 11773
11775(autoload (quote outline-mode) "outline" "\ 11774(autoload (quote outline-mode) "outline" "\
@@ -11819,7 +11818,7 @@ See the command `outline-mode' for more information on this mode." t nil)
11819 11818
11820;;;*** 11819;;;***
11821 11820
11822;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14876 51510)) 11821;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14854 32222))
11823;;; Generated autoloads from paren.el 11822;;; Generated autoloads from paren.el
11824 11823
11825(defvar show-paren-mode nil "\ 11824(defvar show-paren-mode nil "\
@@ -11842,8 +11841,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
11842 11841
11843;;;*** 11842;;;***
11844 11843
11845;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14628 11844;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14627
11846;;;;;; 14481)) 11845;;;;;; 63384))
11847;;; Generated autoloads from progmodes/pascal.el 11846;;; Generated autoloads from progmodes/pascal.el
11848 11847
11849(autoload (quote pascal-mode) "pascal" "\ 11848(autoload (quote pascal-mode) "pascal" "\
@@ -11977,7 +11976,7 @@ You must modify via \\[customize] for this variable to have an effect.")
11977;;;*** 11976;;;***
11978 11977
11979;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 11978;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680
11980;;;;;; 33021)) 11979;;;;;; 31123))
11981;;; Generated autoloads from pcmpl-cvs.el 11980;;; Generated autoloads from pcmpl-cvs.el
11982 11981
11983(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 11982(autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
@@ -11986,7 +11985,7 @@ Completion rules for the `cvs' command." nil nil)
11986;;;*** 11985;;;***
11987 11986
11988;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 11987;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
11989;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (14763 35955)) 11988;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (14763 31121))
11990;;; Generated autoloads from pcmpl-gnu.el 11989;;; Generated autoloads from pcmpl-gnu.el
11991 11990
11992(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 11991(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -12006,7 +12005,7 @@ Completion for the GNU tar utility." nil nil)
12006;;;*** 12005;;;***
12007 12006
12008;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 12007;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
12009;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14918 52690)) 12008;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14911 29316))
12010;;; Generated autoloads from pcmpl-linux.el 12009;;; Generated autoloads from pcmpl-linux.el
12011 12010
12012(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 12011(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -12021,7 +12020,7 @@ Completion for GNU/Linux `mount'." nil nil)
12021;;;*** 12020;;;***
12022 12021
12023;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 12022;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680
12024;;;;;; 33025)) 12023;;;;;; 31160))
12025;;; Generated autoloads from pcmpl-rpm.el 12024;;; Generated autoloads from pcmpl-rpm.el
12026 12025
12027(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 12026(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -12035,7 +12034,7 @@ You can use \\[eshell-report-bug] to do so." nil nil)
12035 12034
12036;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 12035;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
12037;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 12036;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
12038;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 33026)) 12037;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 31168))
12039;;; Generated autoloads from pcmpl-unix.el 12038;;; Generated autoloads from pcmpl-unix.el
12040 12039
12041(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 12040(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -12067,8 +12066,8 @@ Completion for the `chgrp' command." nil nil)
12067 12066
12068;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 12067;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
12069;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 12068;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
12070;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (14826 12069;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (14961
12071;;;;;; 56519)) 12070;;;;;; 12689))
12072;;; Generated autoloads from pcomplete.el 12071;;; Generated autoloads from pcomplete.el
12073 12072
12074(autoload (quote pcomplete) "pcomplete" "\ 12073(autoload (quote pcomplete) "pcomplete" "\
@@ -12109,7 +12108,7 @@ Setup shell-mode to use pcomplete." nil nil)
12109 12108
12110;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 12109;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
12111;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 12110;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
12112;;;;;; "pcvs.el" (14918 52690)) 12111;;;;;; "pcvs.el" (14962 39486))
12113;;; Generated autoloads from pcvs.el 12112;;; Generated autoloads from pcvs.el
12114 12113
12115(autoload (quote cvs-checkout) "pcvs" "\ 12114(autoload (quote cvs-checkout) "pcvs" "\
@@ -12170,7 +12169,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
12170 12169
12171;;;*** 12170;;;***
12172 12171
12173;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14918 52690)) 12172;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14909 56659))
12174;;; Generated autoloads from pcvs-defs.el 12173;;; Generated autoloads from pcvs-defs.el
12175 12174
12176(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 12175(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -12178,7 +12177,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
12178;;;*** 12177;;;***
12179 12178
12180;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 12179;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
12181;;;;;; (14807 56561)) 12180;;;;;; (14804 20134))
12182;;; Generated autoloads from progmodes/perl-mode.el 12181;;; Generated autoloads from progmodes/perl-mode.el
12183 12182
12184(autoload (quote perl-mode) "perl-mode" "\ 12183(autoload (quote perl-mode) "perl-mode" "\
@@ -12230,7 +12229,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
12230;;;*** 12229;;;***
12231 12230
12232;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 12231;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
12233;;;;;; (14918 52722)) 12232;;;;;; (14883 29490))
12234;;; Generated autoloads from textmodes/picture.el 12233;;; Generated autoloads from textmodes/picture.el
12235 12234
12236(autoload (quote picture-mode) "picture" "\ 12235(autoload (quote picture-mode) "picture" "\
@@ -12337,7 +12336,7 @@ Ignores leading comment characters." t nil)
12337;;;*** 12336;;;***
12338 12337
12339;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 12338;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
12340;;;;;; (14729 20675)) 12339;;;;;; (13446 12665))
12341;;; Generated autoloads from progmodes/prolog.el 12340;;; Generated autoloads from progmodes/prolog.el
12342 12341
12343(autoload (quote prolog-mode) "prolog" "\ 12342(autoload (quote prolog-mode) "prolog" "\
@@ -12353,7 +12352,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
12353 12352
12354;;;*** 12353;;;***
12355 12354
12356;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14918 52690)) 12355;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14895 24173))
12357;;; Generated autoloads from ps-bdf.el 12356;;; Generated autoloads from ps-bdf.el
12358 12357
12359(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"))) "\ 12358(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"))) "\
@@ -12362,8 +12361,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
12362 12361
12363;;;*** 12362;;;***
12364 12363
12365;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14918 12364;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14884
12366;;;;;; 52722)) 12365;;;;;; 1390))
12367;;; Generated autoloads from progmodes/ps-mode.el 12366;;; Generated autoloads from progmodes/ps-mode.el
12368 12367
12369(autoload (quote ps-mode) "ps-mode" "\ 12368(autoload (quote ps-mode) "ps-mode" "\
@@ -12411,7 +12410,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
12411;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 12410;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
12412;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font 12411;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font
12413;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" 12412;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule"
12414;;;;;; "ps-mule.el" (14729 19580)) 12413;;;;;; "ps-mule.el" (14728 6241))
12415;;; Generated autoloads from ps-mule.el 12414;;; Generated autoloads from ps-mule.el
12416 12415
12417(defvar ps-multibyte-buffer nil "\ 12416(defvar ps-multibyte-buffer nil "\
@@ -12508,7 +12507,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
12508;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 12507;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
12509;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 12508;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
12510;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 12509;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
12511;;;;;; "ps-print.el" (14949 18684)) 12510;;;;;; "ps-print.el" (14924 30911))
12512;;; Generated autoloads from ps-print.el 12511;;; Generated autoloads from ps-print.el
12513 12512
12514(defvar ps-paper-type (quote letter) "\ 12513(defvar ps-paper-type (quote letter) "\
@@ -12646,7 +12645,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
12646;;;;;; quail-defrule quail-install-decode-map quail-install-map 12645;;;;;; quail-defrule quail-install-decode-map quail-install-map
12647;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 12646;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
12648;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el" 12647;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el"
12649;;;;;; (14949 18693)) 12648;;;;;; (14962 39487))
12650;;; Generated autoloads from international/quail.el 12649;;; Generated autoloads from international/quail.el
12651 12650
12652(autoload (quote quail-use-package) "quail" "\ 12651(autoload (quote quail-use-package) "quail" "\
@@ -12849,8 +12848,8 @@ of each directory." t nil)
12849 12848
12850;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 12849;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
12851;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 12850;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
12852;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14918 12851;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914
12853;;;;;; 52707)) 12852;;;;;; 30023))
12854;;; Generated autoloads from net/quickurl.el 12853;;; Generated autoloads from net/quickurl.el
12855 12854
12856(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" "\ 12855(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" "\
@@ -12905,8 +12904,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
12905 12904
12906;;;*** 12905;;;***
12907 12906
12908;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (14550 12907;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (13149
12909;;;;;; 7848)) 12908;;;;;; 16808))
12910;;; Generated autoloads from net/rcompile.el 12909;;; Generated autoloads from net/rcompile.el
12911 12910
12912(autoload (quote remote-compile) "rcompile" "\ 12911(autoload (quote remote-compile) "rcompile" "\
@@ -12916,7 +12915,7 @@ See \\[compile]." t nil)
12916;;;*** 12915;;;***
12917 12916
12918;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 12917;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
12919;;;;;; (14539 46619)) 12918;;;;;; (14539 41135))
12920;;; Generated autoloads from emacs-lisp/re-builder.el 12919;;; Generated autoloads from emacs-lisp/re-builder.el
12921 12920
12922(autoload (quote re-builder) "re-builder" "\ 12921(autoload (quote re-builder) "re-builder" "\
@@ -12926,7 +12925,7 @@ Call up the RE Builder for the current window." t nil)
12926 12925
12927;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files 12926;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
12928;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" 12927;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
12929;;;;;; "recentf.el" (14876 51511)) 12928;;;;;; "recentf.el" (14875 64576))
12930;;; Generated autoloads from recentf.el 12929;;; Generated autoloads from recentf.el
12931 12930
12932(autoload (quote recentf-save-list) "recentf" "\ 12931(autoload (quote recentf-save-list) "recentf" "\
@@ -12970,8 +12969,8 @@ were operated on recently." t nil)
12970;;;### (autoloads (clear-rectangle replace-rectangle string-rectangle 12969;;;### (autoloads (clear-rectangle replace-rectangle string-rectangle
12971;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 12970;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
12972;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 12971;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
12973;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (14878 12972;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (14877
12974;;;;;; 8496)) 12973;;;;;; 36786))
12975;;; Generated autoloads from rect.el 12974;;; Generated autoloads from rect.el
12976 12975
12977(autoload (quote move-to-column-force) "rect" "\ 12976(autoload (quote move-to-column-force) "rect" "\
@@ -13064,8 +13063,8 @@ rectangle which were empty." t nil)
13064 13063
13065;;;*** 13064;;;***
13066 13065
13067;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (14876 13066;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (14875
13068;;;;;; 51536)) 13067;;;;;; 62936))
13069;;; Generated autoloads from textmodes/refill.el 13068;;; Generated autoloads from textmodes/refill.el
13070 13069
13071(autoload (quote refill-mode) "refill" "\ 13070(autoload (quote refill-mode) "refill" "\
@@ -13079,7 +13078,7 @@ refilling if they would cause auto-filling." t nil)
13079;;;*** 13078;;;***
13080 13079
13081;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 13080;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
13082;;;;;; (14918 52723)) 13081;;;;;; (14900 39721))
13083;;; Generated autoloads from textmodes/reftex.el 13082;;; Generated autoloads from textmodes/reftex.el
13084 13083
13085(autoload (quote turn-on-reftex) "reftex" "\ 13084(autoload (quote turn-on-reftex) "reftex" "\
@@ -13119,7 +13118,7 @@ on the menu bar.
13119;;;*** 13118;;;***
13120 13119
13121;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 13120;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
13122;;;;;; (14918 52723)) 13121;;;;;; (14900 39720))
13123;;; Generated autoloads from textmodes/reftex-cite.el 13122;;; Generated autoloads from textmodes/reftex-cite.el
13124 13123
13125(autoload (quote reftex-citation) "reftex-cite" "\ 13124(autoload (quote reftex-citation) "reftex-cite" "\
@@ -13146,7 +13145,7 @@ While entering the regexp, completion on knows citation keys is possible.
13146;;;*** 13145;;;***
13147 13146
13148;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 13147;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
13149;;;;;; (14918 52723)) 13148;;;;;; (14900 39721))
13150;;; Generated autoloads from textmodes/reftex-index.el 13149;;; Generated autoloads from textmodes/reftex-index.el
13151 13150
13152(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 13151(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -13177,7 +13176,7 @@ Here are all local bindings.
13177;;;*** 13176;;;***
13178 13177
13179;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 13178;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
13180;;;;;; (14876 51517)) 13179;;;;;; (14854 32222))
13181;;; Generated autoloads from emacs-lisp/regexp-opt.el 13180;;; Generated autoloads from emacs-lisp/regexp-opt.el
13182 13181
13183(autoload (quote regexp-opt) "regexp-opt" "\ 13182(autoload (quote regexp-opt) "regexp-opt" "\
@@ -13246,7 +13245,7 @@ mail-sending package is used for editing and sending the message." nil nil)
13246;;;*** 13245;;;***
13247 13246
13248;;;### (autoloads (reposition-window) "reposition" "reposition.el" 13247;;;### (autoloads (reposition-window) "reposition" "reposition.el"
13249;;;;;; (14808 17014)) 13248;;;;;; (13229 29317))
13250;;; Generated autoloads from reposition.el 13249;;; Generated autoloads from reposition.el
13251 13250
13252(autoload (quote reposition-window) "reposition" "\ 13251(autoload (quote reposition-window) "reposition" "\
@@ -13341,7 +13340,7 @@ variable." t nil)
13341;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 13340;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
13342;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 13341;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
13343;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 13342;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
13344;;;;;; "rmail" "mail/rmail.el" (14918 52706)) 13343;;;;;; "rmail" "mail/rmail.el" (14961 12689))
13345;;; Generated autoloads from mail/rmail.el 13344;;; Generated autoloads from mail/rmail.el
13346 13345
13347(defvar rmail-dont-reply-to-names nil "\ 13346(defvar rmail-dont-reply-to-names nil "\
@@ -13522,7 +13521,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
13522;;;*** 13521;;;***
13523 13522
13524;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 13523;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
13525;;;;;; (14387 64265)) 13524;;;;;; (14387 64145))
13526;;; Generated autoloads from mail/rmailedit.el 13525;;; Generated autoloads from mail/rmailedit.el
13527 13526
13528(autoload (quote rmail-edit-current-message) "rmailedit" "\ 13527(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -13668,7 +13667,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
13668;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 13667;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
13669;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 13668;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
13670;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 13669;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
13671;;;;;; "rmailsum" "mail/rmailsum.el" (14918 52706)) 13670;;;;;; "rmailsum" "mail/rmailsum.el" (14902 15080))
13672;;; Generated autoloads from mail/rmailsum.el 13671;;; Generated autoloads from mail/rmailsum.el
13673 13672
13674(defvar rmail-summary-scroll-between-messages t "\ 13673(defvar rmail-summary-scroll-between-messages t "\
@@ -13756,7 +13755,7 @@ Toggle the use of rot 13 encoding for the current window." t nil)
13756;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly 13755;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly
13757;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 13756;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
13758;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 13757;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
13759;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14918 52691)) 13758;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14895 24173))
13760;;; Generated autoloads from rsz-mini.el 13759;;; Generated autoloads from rsz-mini.el
13761 13760
13762(defvar resize-minibuffer-mode nil "\ 13761(defvar resize-minibuffer-mode nil "\
@@ -13787,7 +13786,7 @@ This function is obsolete." t nil)
13787;;;*** 13786;;;***
13788 13787
13789;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 13788;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
13790;;;;;; (14876 51525)) 13789;;;;;; (14947 16781))
13791;;; Generated autoloads from progmodes/scheme.el 13790;;; Generated autoloads from progmodes/scheme.el
13792 13791
13793(autoload (quote scheme-mode) "scheme" "\ 13792(autoload (quote scheme-mode) "scheme" "\
@@ -13825,7 +13824,7 @@ that variable's value is a string." t nil)
13825;;;*** 13824;;;***
13826 13825
13827;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 13826;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
13828;;;;;; (14792 2703)) 13827;;;;;; (14791 18897))
13829;;; Generated autoloads from gnus/score-mode.el 13828;;; Generated autoloads from gnus/score-mode.el
13830 13829
13831(autoload (quote gnus-score-mode) "score-mode" "\ 13830(autoload (quote gnus-score-mode) "score-mode" "\
@@ -13837,7 +13836,7 @@ This mode is an extended emacs-lisp mode.
13837;;;*** 13836;;;***
13838 13837
13839;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 13838;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381
13840;;;;;; 56615)) 13839;;;;;; 55098))
13841;;; Generated autoloads from textmodes/scribe.el 13840;;; Generated autoloads from textmodes/scribe.el
13842 13841
13843(autoload (quote scribe-mode) "scribe" "\ 13842(autoload (quote scribe-mode) "scribe" "\
@@ -13860,7 +13859,7 @@ scribe-electric-parenthesis
13860;;;*** 13859;;;***
13861 13860
13862;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" 13861;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
13863;;;;;; "scroll-all.el" (14876 51511)) 13862;;;;;; "scroll-all.el" (14862 37894))
13864;;; Generated autoloads from scroll-all.el 13863;;; Generated autoloads from scroll-all.el
13865 13864
13866(defvar scroll-all-mode nil "\ 13865(defvar scroll-all-mode nil "\
@@ -13883,7 +13882,7 @@ Toggle Scroll-All minor mode." t nil)
13883;;;;;; mail-archive-file-name mail-header-separator send-mail-function 13882;;;;;; mail-archive-file-name mail-header-separator send-mail-function
13884;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 13883;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
13885;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 13884;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
13886;;;;;; (14949 18695)) 13885;;;;;; (14962 39487))
13887;;; Generated autoloads from mail/sendmail.el 13886;;; Generated autoloads from mail/sendmail.el
13888 13887
13889(defvar mail-from-style (quote angles) "\ 13888(defvar mail-from-style (quote angles) "\
@@ -13925,7 +13924,9 @@ nil means let mailer mail back a message to report errors.")
13925(defvar send-mail-function (quote sendmail-send-it) "\ 13924(defvar send-mail-function (quote sendmail-send-it) "\
13926Function to call to send the current buffer as mail. 13925Function to call to send the current buffer as mail.
13927The headers should be delimited by a line which is 13926The headers should be delimited by a line which is
13928not a valid RFC822 header or continuation line.") 13927not a valid RFC822 header or continuation line.
13928This is used by the default mail-sending commands. See also
13929`message-send-mail-function' for use with the Message package.")
13929 13930
13930(defvar mail-header-separator "--text follows this line--" "\ 13931(defvar mail-header-separator "--text follows this line--" "\
13931*Line used to separate headers from text in messages being composed.") 13932*Line used to separate headers from text in messages being composed.")
@@ -14045,7 +14046,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
14045 14046
14046;;;*** 14047;;;***
14047 14048
14048;;;### (autoloads (server-start) "server" "server.el" (14918 52691)) 14049;;;### (autoloads (server-start) "server" "server.el" (14914 10033))
14049;;; Generated autoloads from server.el 14050;;; Generated autoloads from server.el
14050 14051
14051(autoload (quote server-start) "server" "\ 14052(autoload (quote server-start) "server" "\
@@ -14060,7 +14061,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
14060;;;*** 14061;;;***
14061 14062
14062;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 14063;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
14063;;;;;; (14501 47217)) 14064;;;;;; (14501 37288))
14064;;; Generated autoloads from textmodes/sgml-mode.el 14065;;; Generated autoloads from textmodes/sgml-mode.el
14065 14066
14066(autoload (quote sgml-mode) "sgml-mode" "\ 14067(autoload (quote sgml-mode) "sgml-mode" "\
@@ -14122,7 +14123,7 @@ To work around that, do:
14122;;;*** 14123;;;***
14123 14124
14124;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 14125;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
14125;;;;;; (14949 18707)) 14126;;;;;; (14940 15186))
14126;;; Generated autoloads from progmodes/sh-script.el 14127;;; Generated autoloads from progmodes/sh-script.el
14127 14128
14128(put (quote sh-mode) (quote mode-class) (quote special)) 14129(put (quote sh-mode) (quote mode-class) (quote special))
@@ -14231,13 +14232,15 @@ buffer called `*Shadows*'. Shadowings are located by calling the
14231;;;*** 14232;;;***
14232 14233
14233;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 14234;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
14234;;;;;; (14876 51511)) 14235;;;;;; (14964 4164))
14235;;; Generated autoloads from shell.el 14236;;; Generated autoloads from shell.el
14236 14237
14237(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 14238(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
14238Regexp to match shells that don't save their command history. 14239Regexp to match shells that don't save their command history, and
14239For shells that match this regexp, Emacs will write out the 14240don't handle the backslash as a quote character. For shells that
14240command history when the shell finishes.") 14241match this regexp, Emacs will write out the command history when the
14242shell finishes, and won't remove backslashes when it unquotes shell
14243arguments.")
14241 14244
14242(autoload (quote shell) "shell" "\ 14245(autoload (quote shell) "shell" "\
14243Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*'). 14246Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
@@ -14324,7 +14327,7 @@ at all." t nil)
14324 14327
14325;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy 14328;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy
14326;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el" 14329;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"
14327;;;;;; (14918 52691)) 14330;;;;;; (14916 50561))
14328;;; Generated autoloads from skeleton.el 14331;;; Generated autoloads from skeleton.el
14329 14332
14330(defvar skeleton-filter (quote identity) "\ 14333(defvar skeleton-filter (quote identity) "\
@@ -14432,8 +14435,8 @@ symmetrical ones, and the same character twice for the others." t nil)
14432 14435
14433;;;*** 14436;;;***
14434 14437
14435;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14921 14438;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14961
14436;;;;;; 47235)) 14439;;;;;; 12689))
14437;;; Generated autoloads from smerge-mode.el 14440;;; Generated autoloads from smerge-mode.el
14438 14441
14439(autoload (quote smerge-mode) "smerge-mode" "\ 14442(autoload (quote smerge-mode) "smerge-mode" "\
@@ -14443,7 +14446,7 @@ Minor mode to simplify editing output from the diff3 program.
14443;;;*** 14446;;;***
14444 14447
14445;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 14448;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
14446;;;;;; (14918 52705)) 14449;;;;;; (14903 16513))
14447;;; Generated autoloads from gnus/smiley-ems.el 14450;;; Generated autoloads from gnus/smiley-ems.el
14448 14451
14449(autoload (quote smiley-region) "smiley-ems" "\ 14452(autoload (quote smiley-region) "smiley-ems" "\
@@ -14455,7 +14458,7 @@ which smileys to operate on and which images to use for them." t nil)
14455;;;*** 14458;;;***
14456 14459
14457;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 14460;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
14458;;;;;; (14342 21630)) 14461;;;;;; (14342 21398))
14459;;; Generated autoloads from mail/smtpmail.el 14462;;; Generated autoloads from mail/smtpmail.el
14460 14463
14461(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 14464(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -14486,7 +14489,7 @@ snake-mode keybindings:
14486;;;*** 14489;;;***
14487 14490
14488;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 14491;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
14489;;;;;; (14550 9134)) 14492;;;;;; (14082 18459))
14490;;; Generated autoloads from net/snmp-mode.el 14493;;; Generated autoloads from net/snmp-mode.el
14491 14494
14492(autoload (quote snmp-mode) "snmp-mode" "\ 14495(autoload (quote snmp-mode) "snmp-mode" "\
@@ -14648,7 +14651,7 @@ Pick your favourite shortcuts:
14648 14651
14649;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 14652;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
14650;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 14653;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
14651;;;;;; sort-lines sort-subr) "sort" "sort.el" (14918 52691)) 14654;;;;;; sort-lines sort-subr) "sort" "sort.el" (14906 5486))
14652;;; Generated autoloads from sort.el 14655;;; Generated autoloads from sort.el
14653 14656
14654(autoload (quote sort-subr) "sort" "\ 14657(autoload (quote sort-subr) "sort" "\
@@ -14834,7 +14837,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
14834 14837
14835;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql 14838;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql
14836;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" 14839;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql"
14837;;;;;; "progmodes/sql.el" (14918 52722)) 14840;;;;;; "progmodes/sql.el" (14911 13087))
14838;;; Generated autoloads from progmodes/sql.el 14841;;; Generated autoloads from progmodes/sql.el
14839 14842
14840(autoload (quote sql-help) "sql" "\ 14843(autoload (quote sql-help) "sql" "\
@@ -15090,7 +15093,7 @@ Try to set `comint-output-filter-functions' like this:
15090;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 15093;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
15091;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 15094;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
15092;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" 15095;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"
15093;;;;;; (14788 10033)) 15096;;;;;; (14787 15136))
15094;;; Generated autoloads from strokes.el 15097;;; Generated autoloads from strokes.el
15095 15098
15096(defvar strokes-mode nil "\ 15099(defvar strokes-mode nil "\
@@ -15250,7 +15253,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
15250 15253
15251;;;*** 15254;;;***
15252 15255
15253;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14918 52692)) 15256;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14903 16513))
15254;;; Generated autoloads from tar-mode.el 15257;;; Generated autoloads from tar-mode.el
15255 15258
15256(autoload (quote tar-mode) "tar-mode" "\ 15259(autoload (quote tar-mode) "tar-mode" "\
@@ -15272,7 +15275,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
15272;;;*** 15275;;;***
15273 15276
15274;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 15277;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
15275;;;;;; "progmodes/tcl.el" (14729 20675)) 15278;;;;;; "progmodes/tcl.el" (14651 36906))
15276;;; Generated autoloads from progmodes/tcl.el 15279;;; Generated autoloads from progmodes/tcl.el
15277 15280
15278(autoload (quote tcl-mode) "tcl" "\ 15281(autoload (quote tcl-mode) "tcl" "\
@@ -15323,7 +15326,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
15323 15326
15324;;;*** 15327;;;***
15325 15328
15326;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (14729 20675)) 15329;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (13858 52416))
15327;;; Generated autoloads from net/telnet.el 15330;;; Generated autoloads from net/telnet.el
15328 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 15331 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
15329 15332
@@ -15343,8 +15346,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
15343 15346
15344;;;*** 15347;;;***
15345 15348
15346;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14949 15349;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14921
15347;;;;;; 18684)) 15350;;;;;; 47235))
15348;;; Generated autoloads from term.el 15351;;; Generated autoloads from term.el
15349 15352
15350(autoload (quote make-term) "term" "\ 15353(autoload (quote make-term) "term" "\
@@ -15363,7 +15366,7 @@ Start a terminal-emulator in a new buffer." t nil)
15363;;;*** 15366;;;***
15364 15367
15365;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (14758 15368;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (14758
15366;;;;;; 23449)) 15369;;;;;; 10468))
15367;;; Generated autoloads from terminal.el 15370;;; Generated autoloads from terminal.el
15368 15371
15369(autoload (quote terminal-emulator) "terminal" "\ 15372(autoload (quote terminal-emulator) "terminal" "\
@@ -15428,7 +15431,7 @@ tetris-mode keybindings:
15428;;;;;; tex-start-options-string slitex-run-command latex-run-command 15431;;;;;; tex-start-options-string slitex-run-command latex-run-command
15429;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 15432;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
15430;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 15433;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
15431;;;;;; (14918 52723)) 15434;;;;;; (14890 7814))
15432;;; Generated autoloads from textmodes/tex-mode.el 15435;;; Generated autoloads from textmodes/tex-mode.el
15433 15436
15434(defvar tex-shell-file-name nil "\ 15437(defvar tex-shell-file-name nil "\
@@ -15676,7 +15679,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
15676;;;*** 15679;;;***
15677 15680
15678;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 15681;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
15679;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 36293)) 15682;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 18796))
15680;;; Generated autoloads from textmodes/texinfmt.el 15683;;; Generated autoloads from textmodes/texinfmt.el
15681 15684
15682(autoload (quote texinfo-format-buffer) "texinfmt" "\ 15685(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -15710,7 +15713,7 @@ if large. You can use Info-split to do this manually." t nil)
15710;;;*** 15713;;;***
15711 15714
15712;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 15715;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
15713;;;;;; "texinfo" "textmodes/texinfo.el" (14949 18707)) 15716;;;;;; "texinfo" "textmodes/texinfo.el" (14952 28430))
15714;;; Generated autoloads from textmodes/texinfo.el 15717;;; Generated autoloads from textmodes/texinfo.el
15715 15718
15716(defvar texinfo-open-quote "``" "\ 15719(defvar texinfo-open-quote "``" "\
@@ -15908,7 +15911,7 @@ See also docstring of the function tibetan-compose-region." t nil)
15908;;;*** 15911;;;***
15909 15912
15910;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 15913;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
15911;;;;;; (14918 52723)) 15914;;;;;; (14883 35658))
15912;;; Generated autoloads from textmodes/tildify.el 15915;;; Generated autoloads from textmodes/tildify.el
15913 15916
15914(autoload (quote tildify-region) "tildify" "\ 15917(autoload (quote tildify-region) "tildify" "\
@@ -15928,7 +15931,7 @@ This function performs no refilling of the changed text." t nil)
15928;;;*** 15931;;;***
15929 15932
15930;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 15933;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
15931;;;;;; "time" "time.el" (14876 51512)) 15934;;;;;; "time" "time.el" (14854 32222))
15932;;; Generated autoloads from time.el 15935;;; Generated autoloads from time.el
15933 15936
15934(defvar display-time-day-and-date nil "\ 15937(defvar display-time-day-and-date nil "\
@@ -15963,7 +15966,7 @@ This runs the normal hook `display-time-hook' after each update." t nil)
15963;;;*** 15966;;;***
15964 15967
15965;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" 15968;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
15966;;;;;; (14876 51522)) 15969;;;;;; (14862 37897))
15967;;; Generated autoloads from gnus/time-date.el 15970;;; Generated autoloads from gnus/time-date.el
15968 15971
15969(autoload (quote date-to-time) "time-date" "\ 15972(autoload (quote date-to-time) "time-date" "\
@@ -15976,7 +15979,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
15976;;;*** 15979;;;***
15977 15980
15978;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 15981;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
15979;;;;;; "time-stamp.el" (14918 52692)) 15982;;;;;; "time-stamp.el" (14962 39486))
15980;;; Generated autoloads from time-stamp.el 15983;;; Generated autoloads from time-stamp.el
15981 15984
15982(autoload (quote time-stamp) "time-stamp" "\ 15985(autoload (quote time-stamp) "time-stamp" "\
@@ -16163,7 +16166,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
16163;;;*** 16166;;;***
16164 16167
16165;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 16168;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
16166;;;;;; "tmm.el" (14918 52692)) 16169;;;;;; "tmm.el" (14894 24587))
16167;;; Generated autoloads from tmm.el 16170;;; Generated autoloads from tmm.el
16168 (define-key global-map "\M-`" 'tmm-menubar) 16171 (define-key global-map "\M-`" 'tmm-menubar)
16169 (define-key global-map [f10] 'tmm-menubar) 16172 (define-key global-map [f10] 'tmm-menubar)
@@ -16198,7 +16201,7 @@ Its value should be an event that has a binding in MENU." nil nil)
16198 16201
16199;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 16202;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
16200;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 16203;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
16201;;;;;; "todo-mode" "calendar/todo-mode.el" (14949 18685)) 16204;;;;;; "todo-mode" "calendar/todo-mode.el" (14930 62509))
16202;;; Generated autoloads from calendar/todo-mode.el 16205;;; Generated autoloads from calendar/todo-mode.el
16203 16206
16204(autoload (quote todo-add-category) "todo-mode" "\ 16207(autoload (quote todo-add-category) "todo-mode" "\
@@ -16242,7 +16245,7 @@ Show TODO list." t nil)
16242;;;*** 16245;;;***
16243 16246
16244;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item 16247;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item
16245;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14918 52723)) 16248;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14956 17970))
16246;;; Generated autoloads from toolbar/tool-bar.el 16249;;; Generated autoloads from toolbar/tool-bar.el
16247 16250
16248(defvar tool-bar-mode nil "\ 16251(defvar tool-bar-mode nil "\
@@ -16292,7 +16295,7 @@ function." nil nil)
16292;;;*** 16295;;;***
16293 16296
16294;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 16297;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
16295;;;;;; (14949 18684)) 16298;;;;;; (14950 65294))
16296;;; Generated autoloads from tooltip.el 16299;;; Generated autoloads from tooltip.el
16297 16300
16298(autoload (quote tooltip-mode) "tooltip" "\ 16301(autoload (quote tooltip-mode) "tooltip" "\
@@ -16310,8 +16313,8 @@ use either \\[customize] or the function `tooltip-mode'.")
16310 16313
16311;;;*** 16314;;;***
16312 16315
16313;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14918 16316;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14892
16314;;;;;; 52693)) 16317;;;;;; 62442))
16315;;; Generated autoloads from emulation/tpu-edt.el 16318;;; Generated autoloads from emulation/tpu-edt.el
16316 16319
16317(fset (quote tpu-edt-mode) (quote tpu-edt-on)) 16320(fset (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -16324,7 +16327,7 @@ Turn on TPU/edt emulation." t nil)
16324;;;*** 16327;;;***
16325 16328
16326;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 16329;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
16327;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14918 52693)) 16330;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14892 62442))
16328;;; Generated autoloads from emulation/tpu-extras.el 16331;;; Generated autoloads from emulation/tpu-extras.el
16329 16332
16330(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 16333(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -16420,7 +16423,7 @@ First column's text sSs Second column's text
16420;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 16423;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
16421;;;;;; type-break type-break-mode type-break-keystroke-threshold 16424;;;;;; type-break type-break-mode type-break-keystroke-threshold
16422;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) 16425;;;;;; type-break-good-rest-interval type-break-interval type-break-mode)
16423;;;;;; "type-break" "type-break.el" (14918 52692)) 16426;;;;;; "type-break" "type-break.el" (14891 28342))
16424;;; Generated autoloads from type-break.el 16427;;; Generated autoloads from type-break.el
16425 16428
16426(defvar type-break-mode nil "\ 16429(defvar type-break-mode nil "\
@@ -16615,7 +16618,7 @@ Convert Rmail file FILE to system inbox format file TO-FILE." t nil)
16615;;;*** 16618;;;***
16616 16619
16617;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 16620;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
16618;;;;;; "userlock" "userlock.el" (14365 43399)) 16621;;;;;; "userlock" "userlock.el" (14365 43297))
16619;;; Generated autoloads from userlock.el 16622;;; Generated autoloads from userlock.el
16620 16623
16621(autoload (quote ask-user-about-lock) "userlock" "\ 16624(autoload (quote ask-user-about-lock) "userlock" "\
@@ -16640,7 +16643,7 @@ The buffer in question is current when this function is called." nil nil)
16640;;;*** 16643;;;***
16641 16644
16642;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 16645;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
16643;;;;;; "uudecode" "gnus/uudecode.el" (14878 8498)) 16646;;;;;; "uudecode" "gnus/uudecode.el" (14877 36787))
16644;;; Generated autoloads from gnus/uudecode.el 16647;;; Generated autoloads from gnus/uudecode.el
16645 16648
16646(autoload (quote uudecode-decode-region-external) "uudecode" "\ 16649(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -16659,7 +16662,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
16659;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge 16662;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
16660;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 16663;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
16661;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook 16664;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook
16662;;;;;; vc-checkin-hook) "vc" "vc.el" (14949 18685)) 16665;;;;;; vc-checkin-hook) "vc" "vc.el" (14941 34892))
16663;;; Generated autoloads from vc.el 16666;;; Generated autoloads from vc.el
16664 16667
16665(defvar vc-checkin-hook nil "\ 16668(defvar vc-checkin-hook nil "\
@@ -16832,7 +16835,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16832 16835
16833;;;*** 16836;;;***
16834 16837
16835;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14949 18684)) 16838;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14961 12689))
16836;;; Generated autoloads from vc-cvs.el 16839;;; Generated autoloads from vc-cvs.el
16837 (defun vc-cvs-registered (f) 16840 (defun vc-cvs-registered (f)
16838 (when (file-readable-p (expand-file-name 16841 (when (file-readable-p (expand-file-name
@@ -16843,7 +16846,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16843;;;*** 16846;;;***
16844 16847
16845;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 16848;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
16846;;;;;; (14949 18684)) 16849;;;;;; (14940 15185))
16847;;; Generated autoloads from vc-rcs.el 16850;;; Generated autoloads from vc-rcs.el
16848 16851
16849(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 16852(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -16855,7 +16858,7 @@ For a description of possible values, see `vc-check-master-templates'.")
16855;;;*** 16858;;;***
16856 16859
16857;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 16860;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
16858;;;;;; (14949 18684)) 16861;;;;;; (14940 15185))
16859;;; Generated autoloads from vc-sccs.el 16862;;; Generated autoloads from vc-sccs.el
16860 16863
16861(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 16864(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -16872,7 +16875,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
16872;;;*** 16875;;;***
16873 16876
16874;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 16877;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
16875;;;;;; (14385 23382)) 16878;;;;;; (14385 10956))
16876;;; Generated autoloads from progmodes/vhdl-mode.el 16879;;; Generated autoloads from progmodes/vhdl-mode.el
16877 16880
16878(autoload (quote vhdl-mode) "vhdl-mode" "\ 16881(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -17230,8 +17233,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
17230 17233
17231;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 17234;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
17232;;;;;; view-buffer-other-window view-buffer view-file-other-frame 17235;;;;;; view-buffer-other-window view-buffer view-file-other-frame
17233;;;;;; view-file-other-window view-file) "view" "view.el" (14876 17236;;;;;; view-file-other-window view-file) "view" "view.el" (14862
17234;;;;;; 51515)) 17237;;;;;; 37894))
17235;;; Generated autoloads from view.el 17238;;; Generated autoloads from view.el
17236 17239
17237(defvar view-mode nil "\ 17240(defvar view-mode nil "\
@@ -17427,7 +17430,7 @@ Turn on VIP emulation of VI." t nil)
17427;;;*** 17430;;;***
17428 17431
17429;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 17432;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
17430;;;;;; (14878 17056)) 17433;;;;;; (14952 1209))
17431;;; Generated autoloads from emulation/viper.el 17434;;; Generated autoloads from emulation/viper.el
17432 17435
17433(autoload (quote toggle-viper-mode) "viper" "\ 17436(autoload (quote toggle-viper-mode) "viper" "\
@@ -17439,7 +17442,7 @@ Turn on Viper emulation of Vi." t nil)
17439 17442
17440;;;*** 17443;;;***
17441 17444
17442;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14550 8900)) 17445;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14223 54012))
17443;;; Generated autoloads from net/webjump.el 17446;;; Generated autoloads from net/webjump.el
17444 17447
17445(autoload (quote webjump) "webjump" "\ 17448(autoload (quote webjump) "webjump" "\
@@ -17454,7 +17457,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
17454;;;*** 17457;;;***
17455 17458
17456;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" 17459;;;### (autoloads (which-func-mode which-func-mode-global) "which-func"
17457;;;;;; "which-func.el" (14876 51515)) 17460;;;;;; "which-func.el" (14875 40521))
17458;;; Generated autoloads from which-func.el 17461;;; Generated autoloads from which-func.el
17459 17462
17460(defvar which-func-mode-global nil "\ 17463(defvar which-func-mode-global nil "\
@@ -17480,7 +17483,7 @@ and off otherwise." t nil)
17480 17483
17481;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region 17484;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region
17482;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 17485;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
17483;;;;;; "whitespace.el" (14949 18685)) 17486;;;;;; "whitespace.el" (14933 40934))
17484;;; Generated autoloads from whitespace.el 17487;;; Generated autoloads from whitespace.el
17485 17488
17486(autoload (quote whitespace-buffer) "whitespace" "\ 17489(autoload (quote whitespace-buffer) "whitespace" "\
@@ -17575,7 +17578,7 @@ whitespaces during the process of your editing)." t nil)
17575;;;*** 17578;;;***
17576 17579
17577;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 17580;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
17578;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14840 21039)) 17581;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14839 64808))
17579;;; Generated autoloads from wid-browse.el 17582;;; Generated autoloads from wid-browse.el
17580 17583
17581(autoload (quote widget-browse-at) "wid-browse" "\ 17584(autoload (quote widget-browse-at) "wid-browse" "\
@@ -17594,7 +17597,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
17594;;;*** 17597;;;***
17595 17598
17596;;;### (autoloads (widget-delete widget-create widget-prompt-value) 17599;;;### (autoloads (widget-delete widget-create widget-prompt-value)
17597;;;;;; "wid-edit" "wid-edit.el" (14949 18685)) 17600;;;;;; "wid-edit" "wid-edit.el" (14956 5124))
17598;;; Generated autoloads from wid-edit.el 17601;;; Generated autoloads from wid-edit.el
17599 17602
17600(autoload (quote widget-prompt-value) "wid-edit" "\ 17603(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -17672,7 +17675,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
17672;;;*** 17675;;;***
17673 17676
17674;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 17677;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
17675;;;;;; "woman.el" (14836 3751)) 17678;;;;;; "woman.el" (14835 62039))
17676;;; Generated autoloads from woman.el 17679;;; Generated autoloads from woman.el
17677 17680
17678(autoload (quote woman) "woman" "\ 17681(autoload (quote woman) "woman" "\
@@ -17853,7 +17856,7 @@ Zone out, completely." t nil)
17853;;;*** 17856;;;***
17854 17857
17855;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 17858;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
17856;;;;;; "net/zone-mode.el" (14550 9028)) 17859;;;;;; "net/zone-mode.el" (13674 20513))
17857;;; Generated autoloads from net/zone-mode.el 17860;;; Generated autoloads from net/zone-mode.el
17858 17861
17859(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 17862(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\