aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kifer2001-01-19 07:13:03 +0000
committerMichael Kifer2001-01-19 07:13:03 +0000
commit2550055a67cc37c4ed14b510b8cb4d70a9d73819 (patch)
tree5d31162f55eb2a74375c523f1eac9d0f3cadf4f6
parentd26b89b8119a012726fd16f0660d54cf65a2e8bc (diff)
downloademacs-2550055a67cc37c4ed14b510b8cb4d70a9d73819.tar.gz
emacs-2550055a67cc37c4ed14b510b8cb4d70a9d73819.zip
2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
* viper.el: call initial-major-mode on startup. * ediff.el (ediff-patch-file): use better defaults. * ediff-vers.el: fix for 8+3 DOS file systems 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in diff mode, if available. 2001-01-19 Vin Shelton <acs@xemacs.org> * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button 2001-01-19 Steve Youngs <youngs@xemacs.org> * ediff-init.el (subst-char-in-string): Define and use it, unless it's already defined.
-rw-r--r--lisp/ChangeLog22
-rw-r--r--lisp/cus-load.el42
-rw-r--r--lisp/ediff-hook.el3
-rw-r--r--lisp/ediff-init.el12
-rw-r--r--lisp/ediff-util.el7
-rw-r--r--lisp/ediff.el6
-rw-r--r--lisp/emulation/viper.el14
-rw-r--r--lisp/eshell/esh-groups.el1
-rw-r--r--lisp/loaddefs.el428
-rw-r--r--man/ChangeLog6
-rw-r--r--man/ediff.texi5
-rw-r--r--man/viper.texi7
12 files changed, 310 insertions, 243 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 629c0ee3c71..75a3803221a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2
3 * viper.el: call initial-major-mode on startup.
4
5 * ediff.el (ediff-patch-file): use better defaults.
6
7 * ediff-vers.el: fix for 8+3 DOS file systems
8
92001-01-19 Colin Walters <walters@cis.ohio-state.edu>
10
11 * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in
12 diff mode, if available.
13
142001-01-19 Vin Shelton <acs@xemacs.org>
15
16 * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button
17
182001-01-19 Steve Youngs <youngs@xemacs.org>
19
20 * ediff-init.el (subst-char-in-string): Define and use it, unless
21 it's already defined.
22
12001-01-18 Gerd Moellmann <gerd@gnu.org> 232001-01-18 Gerd Moellmann <gerd@gnu.org>
2 24
3 * tooltip.el (tooltip-hide-delay): New user-option. 25 * tooltip.el (tooltip-hide-delay): New user-option.
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index ca16b06959a..646be7636e4 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" "artist" "goto-addr")) 142(put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist"))
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 'gnus-cite 'custom-loads '("gnus-cite"))
220(put 'viper-hooks 'custom-loads '("viper-init")) 219(put 'viper-hooks 'custom-loads '("viper-init"))
220(put 'gnus-cite 'custom-loads '("gnus-cite"))
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 '("gulp" "lisp-mnt" "emacsbug")) 274(put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt"))
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"))
@@ -284,7 +284,7 @@
284(put 'gnus-audio 'custom-loads '("gnus-audio")) 284(put 'gnus-audio 'custom-loads '("gnus-audio"))
285(put 'modula2 'custom-loads '("modula2")) 285(put 'modula2 'custom-loads '("modula2"))
286(put 'ps-print-color 'custom-loads '("ps-print")) 286(put 'ps-print-color 'custom-loads '("ps-print"))
287(put 'emacs 'custom-loads '("cus-edit" "ebnf2ps")) 287(put 'emacs 'custom-loads '("files" "cus-edit" "ebnf2ps"))
288(put 'comint 'custom-loads '("comint")) 288(put 'comint 'custom-loads '("comint"))
289(put 'isearch 'custom-loads '("isearch")) 289(put 'isearch 'custom-loads '("isearch"))
290(put 'reftex-fontification-configurations 'custom-loads '("reftex-vars")) 290(put 'reftex-fontification-configurations 'custom-loads '("reftex-vars"))
@@ -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" "compile" "ebrowse" "etags" "glasses" "make-mode" "rcompile")) 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"))
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" "sh-script" "rlogin")) 322(put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script"))
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"))
409(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) 408(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 'eshell-util 'custom-loads '("esh-util"))
422(put 'picture 'custom-loads '("picture")) 421(put 'picture 'custom-loads '("picture"))
422(put 'eshell-util 'custom-loads '("esh-util"))
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" "spell" "eshell")) 457(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "eshell" "spell"))
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" "ooutline" "hl-line" "vcursor" "whitespace" "picture" "auto-show" "hscroll")) 477(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "whitespace" "auto-show" "hscroll" "picture"))
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" "fortune" "eudc-vars")) 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"))
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" "ooutline" "outline")) 504(put 'outlines 'custom-loads '("allout" "outline" "ooutline"))
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" "c-mode" "cmacexp" "cpp" "hideif")) 569(put 'c 'custom-loads '("tooltip" "cc-vars" "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" "compile" "sql" "flyspell" "rcompile" "rlogin")) 571(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" "flyspell"))
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"))
@@ -664,6 +664,8 @@
664(custom-put-if-not 'find-tag-marker-ring-length 'standard-value t) 664(custom-put-if-not 'find-tag-marker-ring-length 'standard-value t)
665(custom-put-if-not 'elide-head 'custom-version "21.1") 665(custom-put-if-not 'elide-head 'custom-version "21.1")
666(custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.") 666(custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.")
667(custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1")
668(custom-put-if-not 'confirm-kill-emacs 'standard-value t)
667(custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1") 669(custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1")
668(custom-put-if-not 'vc-rcs-checkout-switches 'standard-value t) 670(custom-put-if-not 'vc-rcs-checkout-switches 'standard-value t)
669(custom-put-if-not 'change-log-conditionals-face 'custom-version "21.1") 671(custom-put-if-not 'change-log-conditionals-face 'custom-version "21.1")
@@ -734,7 +736,7 @@ the tasks accomplished by such tools.")
734(custom-put-if-not 'sql-electric-stuff 'standard-value t) 736(custom-put-if-not 'sql-electric-stuff 'standard-value t)
735(custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1") 737(custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1")
736(custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t) 738(custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t)
737(custom-put-if-not 'ansi-colors 'custom-version "20.7") 739(custom-put-if-not 'ansi-colors 'custom-version "21.1")
738(custom-put-if-not 'ansi-colors 'group-documentation "Translating SGR control sequences to faces. 740(custom-put-if-not 'ansi-colors 'group-documentation "Translating SGR control sequences to faces.
739This translation effectively colorizes strings and regions based upon 741This translation effectively colorizes strings and regions based upon
740SGR control sequences embedded in the text. SGR (Select Graphic 742SGR control sequences embedded in the text. SGR (Select Graphic
@@ -777,6 +779,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
777(custom-put-if-not 'debugger-mode-hook 'standard-value t) 779(custom-put-if-not 'debugger-mode-hook 'standard-value t)
778(custom-put-if-not 'scroll-bar 'custom-version "21.1") 780(custom-put-if-not 'scroll-bar 'custom-version "21.1")
779(custom-put-if-not 'scroll-bar 'group-documentation nil) 781(custom-put-if-not 'scroll-bar 'group-documentation nil)
782(custom-put-if-not 'backward-delete-char-untabify-method 'custom-version "20.3")
783(custom-put-if-not 'backward-delete-char-untabify-method 'standard-value t)
780(custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") 784(custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3")
781(custom-put-if-not 'vcursor-interpret-input 'standard-value t) 785(custom-put-if-not 'vcursor-interpret-input 'standard-value t)
782(custom-put-if-not 'gnus-audio 'custom-version "21.1") 786(custom-put-if-not 'gnus-audio 'custom-version "21.1")
@@ -931,7 +935,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
931(custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t) 935(custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
932(custom-put-if-not 'rmail-default-body-file 'custom-version "20.3") 936(custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
933(custom-put-if-not 'rmail-default-body-file 'standard-value t) 937(custom-put-if-not 'rmail-default-body-file 'standard-value t)
934(custom-put-if-not 'ansi-color-for-comint-mode 'custom-version "20.8") 938(custom-put-if-not 'ansi-color-for-comint-mode 'custom-version "21.1")
935(custom-put-if-not 'ansi-color-for-comint-mode 'standard-value t) 939(custom-put-if-not 'ansi-color-for-comint-mode 'standard-value t)
936(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1") 940(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1")
937(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t) 941(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
@@ -961,8 +965,12 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
961(custom-put-if-not 'dired-at-point-require-prefix 'standard-value t) 965(custom-put-if-not 'dired-at-point-require-prefix 'standard-value t)
962(custom-put-if-not 'diff-mode 'custom-version "21.1") 966(custom-put-if-not 'diff-mode 'custom-version "21.1")
963(custom-put-if-not 'diff-mode 'group-documentation "Major mode for viewing/editing diffs") 967(custom-put-if-not 'diff-mode 'group-documentation "Major mode for viewing/editing diffs")
968(custom-put-if-not 'isearch-lazy-highlight 'custom-version "21.1")
969(custom-put-if-not 'isearch-lazy-highlight 'standard-value t)
964(custom-put-if-not 'sql-mysql-options 'custom-version "20.8") 970(custom-put-if-not 'sql-mysql-options 'custom-version "20.8")
965(custom-put-if-not 'sql-mysql-options 'standard-value t) 971(custom-put-if-not 'sql-mysql-options 'standard-value t)
972(custom-put-if-not 'next-line-add-newlines 'custom-version "21.1")
973(custom-put-if-not 'next-line-add-newlines 'standard-value t)
966(custom-put-if-not 'gnus-group-highlight-words-alist 'custom-version "21.1") 974(custom-put-if-not 'gnus-group-highlight-words-alist 'custom-version "21.1")
967(custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t) 975(custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t)
968(custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") 976(custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3")
@@ -1030,7 +1038,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1030(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") 1038(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
1031(custom-put-if-not 'eval-expression-print-level 'standard-value t) 1039(custom-put-if-not 'eval-expression-print-level 'standard-value t)
1032 1040
1033(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" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "gnus-start" "mule" "vc" "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" "files" "add-log" "find-func" "wid-edit" "vc-rcs" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "gnus-art" "browse-url" "speedbar") ("20.8" "ansi-color" "sql")) 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"))
1034 "For internal use by custom.") 1042 "For internal use by custom.")
1035 1043
1036(provide 'cus-load) 1044(provide 'cus-load)
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el
index e315930ad37..7bdb8567b27 100644
--- a/lisp/ediff-hook.el
+++ b/lisp/ediff-hook.el
@@ -62,8 +62,7 @@
62 (add-submenu 62 (add-submenu
63 '("Tools") ediff-misc-menu "OO-Browser...") 63 '("Tools") ediff-misc-menu "OO-Browser...")
64 (add-menu-button 64 (add-menu-button
65 '("Tools") 65 '("Tools") "-------" "OO-Browser...")
66 ["-------" nil nil] "OO-Browser...")
67 )))) 66 ))))
68 67
69 68
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el
index 475d59c061b..bfa77a71fba 100644
--- a/lisp/ediff-init.el
+++ b/lisp/ediff-init.el
@@ -1667,6 +1667,18 @@ Checks if overlay's buffer exists."
1667(defsubst ediff-nonempty-string-p (string) 1667(defsubst ediff-nonempty-string-p (string)
1668 (and (stringp string) (not (string= string "")))) 1668 (and (stringp string) (not (string= string ""))))
1669 1669
1670(unless (fboundp 'subst-char-in-string)
1671 (defun subst-char-in-string (fromchar tochar string &optional inplace)
1672 "Replace FROMCHAR with TOCHAR in STRING each time it occurs.
1673Unless optional argument INPLACE is non-nil, return a new string."
1674 (let ((i (length string))
1675 (newstr (if inplace string (copy-sequence string))))
1676 (while (> i 0)
1677 (setq i (1- i))
1678 (if (eq (aref newstr i) fromchar)
1679 (aset newstr i tochar)))
1680 newstr)))
1681
1670(defun ediff-abbrev-jobname (jobname) 1682(defun ediff-abbrev-jobname (jobname)
1671 (cond ((eq jobname 'ediff-directories) 1683 (cond ((eq jobname 'ediff-directories)
1672 "Compare two directories") 1684 "Compare two directories")
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index ea0538178a7..ef55dbb69a1 100644
--- a/lisp/ediff-util.el
+++ b/lisp/ediff-util.el
@@ -3113,6 +3113,13 @@ Without an argument, it saves customized diff argument, if available
3113 (ediff-exec-process 3113 (ediff-exec-process
3114 ediff-custom-diff-program ediff-custom-diff-buffer 'synchronize 3114 ediff-custom-diff-program ediff-custom-diff-buffer 'synchronize
3115 ediff-custom-diff-options file-A file-B) 3115 ediff-custom-diff-options file-A file-B)
3116 (condition-case nil
3117 ;; put the diff file in diff-mode, if it is available
3118 (prog
3119 (require 'diff-mode)
3120 (with-current-buffer ediff-custom-diff-buffer
3121 (diff-mode)))
3122 (error))
3116 (delete-file file-A) 3123 (delete-file file-A)
3117 (delete-file file-B) 3124 (delete-file file-B)
3118 )) 3125 ))
diff --git a/lisp/ediff.el b/lisp/ediff.el
index 7e68f26708a..5fd8e67ff25 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -7,7 +7,7 @@
7;; Keywords: comparing, merging, patching, tools, unix 7;; Keywords: comparing, merging, patching, tools, unix
8 8
9(defconst ediff-version "2.75" "The current version of Ediff") 9(defconst ediff-version "2.75" "The current version of Ediff")
10(defconst ediff-date "October 29, 2000" "Date of last update") 10(defconst ediff-date "January 19, 2001" "Date of last update")
11 11
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -1257,10 +1257,10 @@ buffer. If odd -- assume it is in a file."
1257 (buffer-file-name patch-buf)))) 1257 (buffer-file-name patch-buf))))
1258 (t default-directory))) 1258 (t default-directory)))
1259 (setq source-file 1259 (setq source-file
1260 ;; the default is the directory, not the visited file name
1261 (read-file-name 1260 (read-file-name
1262 "File to patch (directory, if multifile patch): " 1261 "File to patch (directory, if multifile patch): "
1263 source-dir (ediff-get-default-file-name))) 1262 ;; use an explicit initial file
1263 source-dir nil nil (ediff-get-default-file-name)))
1264 (ediff-dispatch-file-patching-job patch-buf source-file))) 1264 (ediff-dispatch-file-patching-job patch-buf source-file)))
1265 1265
1266;;;###autoload 1266;;;###autoload
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 21db6b0d5b9..730deb41fc5 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -8,7 +8,7 @@
8 8
9;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. 9;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
10 10
11(defconst viper-version "3.09 of October 29, 2000" 11(defconst viper-version "3.09 of January 19, 2001"
12 "The current version of Viper") 12 "The current version of Viper")
13 13
14;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
@@ -1248,8 +1248,8 @@ These two lines must come in the order given.
1248 (and (< viper-expert-level 5) (> viper-expert-level 0)))) 1248 (and (< viper-expert-level 5) (> viper-expert-level 0))))
1249 (viper-set-hooks)) 1249 (viper-set-hooks))
1250 1250
1251;; Let all minor modes take effect after loading 1251;; Let all minor modes take effect after loading.
1252;; this may not be enough, so we also set default minor-mode-alist. 1252;; This may not be enough, so we also set default minor-mode-alist.
1253;; Without setting the default, new buffers that come up in emacs mode have 1253;; Without setting the default, new buffers that come up in emacs mode have
1254;; minor-mode-map-alist = nil, unless we call viper-change-state-* 1254;; minor-mode-map-alist = nil, unless we call viper-change-state-*
1255(if (and viper-mode (eq viper-current-state 'emacs-state)) 1255(if (and viper-mode (eq viper-current-state 'emacs-state))
@@ -1261,6 +1261,14 @@ These two lines must come in the order given.
1261(if (and viper-mode (memq major-mode viper-vi-state-mode-list)) 1261(if (and viper-mode (memq major-mode viper-vi-state-mode-list))
1262 (viper-mode)) 1262 (viper-mode))
1263 1263
1264(if viper-mode
1265 (setq initial-major-mode
1266 `(lambda ()
1267 (funcall (quote ,initial-major-mode))
1268 (set-viper-state-in-major-mode))
1269 ))
1270
1271
1264 1272
1265(run-hooks 'viper-load-hook) ; the last chance to change something 1273(run-hooks 'viper-load-hook) ; the last chance to change something
1266 1274
diff --git a/lisp/eshell/esh-groups.el b/lisp/eshell/esh-groups.el
index d82cdff4ffd..218bd2a2e52 100644
--- a/lisp/eshell/esh-groups.el
+++ b/lisp/eshell/esh-groups.el
@@ -132,3 +132,4 @@ functions, or as aliases which make some of Emacs' behavior more
132naturally accessible within Emacs." 132naturally accessible within Emacs."
133 :tag "Extra alias functions" 133 :tag "Extra alias functions"
134 :group 'eshell-module) 134 :group 'eshell-module)
135
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 1f414c41a27..5f67dcdd7c5 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" (14885 9098)) 7;;;;;; "play/5x5.el" (14918 52708))
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;;;;;; (14940 15185)) 55;;;;;; (14949 18706))
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;;;;;; (14900 39720)) 111;;;;;; (14918 52709))
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" (14905 61936)) 122;;;;;; add-log-full-name) "add-log" "add-log.el" (14918 52614))
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" (14874 220;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (14876
221;;;;;; 16519)) 221;;;;;; 51516))
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" (14868 1431)) 388;;;;;; "net/ange-ftp.el" (14876 51524))
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" (14885 13467)) 408;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14918 52714))
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" "\
@@ -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" (14883 493;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14918
494;;;;;; 29489)) 494;;;;;; 52614))
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" (14924 626;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14949
627;;;;;; 25355)) 627;;;;;; 18707))
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" "\
@@ -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" (14898 8348)) 934;;;;;; "autoinsert" "autoinsert.el" (14918 52614))
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;;;;;; (14895 24173)) 968;;;;;; (14918 52693))
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" (14877 9921)) 1029;;;;;; "avoid.el" (14878 8496))
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" (14854 1069;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14876
1070;;;;;; 32223)) 1070;;;;;; 51524))
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" "\
@@ -1226,7 +1226,7 @@ non-nil.
1226 1226
1227;;;*** 1227;;;***
1228 1228
1229;;;### (autoloads nil "binhex" "gnus/binhex.el" (14849 20131)) 1229;;;### (autoloads nil "binhex" "gnus/binhex.el" (14850 31627))
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" (14904 37574)) 1359;;;;;; "bookmark.el" (14949 18604))
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)
@@ -1419,7 +1419,7 @@ and it removes only the first instance of a bookmark with that name from
1419the list of bookmarks.)" t nil) 1419the list of bookmarks.)" t nil)
1420 1420
1421(autoload (quote bookmark-jump) "bookmark" "\ 1421(autoload (quote bookmark-jump) "bookmark" "\
1422Jump to bookmark BOOKMARK (a point in some file). 1422Jump to bookmark BOOKMARK (a point in some file).
1423You may have a problem using this function if the value of variable 1423You may have a problem using this function if the value of variable
1424`bookmark-alist' is nil. If that happens, you need to load in some 1424`bookmark-alist' is nil. If that happens, you need to load in some
1425bookmarks. See help on function `bookmark-load' for more about 1425bookmarks. See help on function `bookmark-load' for more about
@@ -1457,14 +1457,14 @@ consecutive words from the text of the buffer into the new bookmark
1457name." t nil) 1457name." t nil)
1458 1458
1459(autoload (quote bookmark-insert) "bookmark" "\ 1459(autoload (quote bookmark-insert) "bookmark" "\
1460Insert the text of the file pointed to by bookmark BOOKMARK. 1460Insert the text of the file pointed to by bookmark BOOKMARK.
1461You may have a problem using this function if the value of variable 1461You may have a problem using this function if the value of variable
1462`bookmark-alist' is nil. If that happens, you need to load in some 1462`bookmark-alist' is nil. If that happens, you need to load in some
1463bookmarks. See help on function `bookmark-load' for more about 1463bookmarks. See help on function `bookmark-load' for more about
1464this." t nil) 1464this." t nil)
1465 1465
1466(autoload (quote bookmark-delete) "bookmark" "\ 1466(autoload (quote bookmark-delete) "bookmark" "\
1467Delete BOOKMARK from the bookmark list. 1467Delete BOOKMARK from the bookmark list.
1468Removes only the first instance of a bookmark with that name. If 1468Removes only the first instance of a bookmark with that name. If
1469there are one or more other bookmarks with the same name, they will 1469there are one or more other bookmarks with the same name, they will
1470not be deleted. Defaults to the \"current\" bookmark (that is, the 1470not be deleted. Defaults to the \"current\" bookmark (that is, the
@@ -1523,7 +1523,7 @@ deletion, or > if it is flagged for displaying." t nil)
1523(defalias (quote edit-bookmarks) (quote bookmark-bmenu-list)) 1523(defalias (quote edit-bookmarks) (quote bookmark-bmenu-list))
1524 1524
1525(autoload (quote bookmark-menu-insert) "bookmark" "\ 1525(autoload (quote bookmark-menu-insert) "bookmark" "\
1526Insert the text of the file pointed to by bookmark BOOKMARK. 1526Insert the text of the file pointed to by bookmark BOOKMARK.
1527You may have a problem using this function if the value of variable 1527You may have a problem using this function if the value of variable
1528`bookmark-alist' is nil. If that happens, you need to load in some 1528`bookmark-alist' is nil. If that happens, you need to load in some
1529bookmarks. See help on function `bookmark-load' for more about 1529bookmarks. See help on function `bookmark-load' for more about
@@ -1534,7 +1534,7 @@ corresponding bookmark function from Lisp (the one without the
1534\"-menu-\" in its name)." t nil) 1534\"-menu-\" in its name)." t nil)
1535 1535
1536(autoload (quote bookmark-menu-jump) "bookmark" "\ 1536(autoload (quote bookmark-menu-jump) "bookmark" "\
1537Jump to bookmark BOOKMARK (a point in some file). 1537Jump to bookmark BOOKMARK (a point in some file).
1538You may have a problem using this function if the value of variable 1538You may have a problem using this function if the value of variable
1539`bookmark-alist' is nil. If that happens, you need to load in some 1539`bookmark-alist' is nil. If that happens, you need to load in some
1540bookmarks. See help on function `bookmark-load' for more about 1540bookmarks. See help on function `bookmark-load' for more about
@@ -1545,7 +1545,7 @@ corresponding bookmark function from Lisp (the one without the
1545\"-menu-\" in its name)." t nil) 1545\"-menu-\" in its name)." t nil)
1546 1546
1547(autoload (quote bookmark-menu-locate) "bookmark" "\ 1547(autoload (quote bookmark-menu-locate) "bookmark" "\
1548Insert the name of the file associated with BOOKMARK. 1548Insert the name of the file associated with BOOKMARK.
1549\(This is not the same as the contents of that file). 1549\(This is not the same as the contents of that file).
1550 1550
1551Warning: this function only takes an EVENT as argument. Use the 1551Warning: this function only takes an EVENT as argument. Use the
@@ -1553,10 +1553,10 @@ corresponding bookmark function from Lisp (the one without the
1553\"-menu-\" in its name)." t nil) 1553\"-menu-\" in its name)." t nil)
1554 1554
1555(autoload (quote bookmark-menu-rename) "bookmark" "\ 1555(autoload (quote bookmark-menu-rename) "bookmark" "\
1556Change the name of OLD-BOOKMARK to NEWNAME. 1556Change the name of OLD-BOOKMARK to NEWNAME.
1557If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME. 1557If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME.
1558If called from menubar, OLD-BOOKMARK is selected from a menu, and 1558If called from menubar, OLD-BOOKMARK is selected from a menu, and
1559prompts for NEWNAME. 1559prompts for NEWNAME.
1560If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was 1560If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was
1561passed as an argument. If called with two strings, then no prompting 1561passed as an argument. If called with two strings, then no prompting
1562is done. You must pass at least OLD-BOOKMARK when calling from Lisp. 1562is done. You must pass at least OLD-BOOKMARK when calling from Lisp.
@@ -1570,7 +1570,7 @@ corresponding bookmark function from Lisp (the one without the
1570\"-menu-\" in its name)." t nil) 1570\"-menu-\" in its name)." t nil)
1571 1571
1572(autoload (quote bookmark-menu-delete) "bookmark" "\ 1572(autoload (quote bookmark-menu-delete) "bookmark" "\
1573Delete the bookmark named NAME from the bookmark list. 1573Delete the bookmark named NAME from the bookmark list.
1574Removes only the first instance of a bookmark with that name. If 1574Removes only the first instance of a bookmark with that name. If
1575there are one or more other bookmarks with the same name, they will 1575there are one or more other bookmarks with the same name, they will
1576not be deleted. Defaults to the \"current\" bookmark (that is, the 1576not be deleted. Defaults to the \"current\" bookmark (that is, the
@@ -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" (14930 62509)) 1617;;;;;; "net/browse-url.el" (14949 18695))
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" (14886 21309)) 1830;;;;;; "bs" "bs.el" (14918 52614))
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" (14938 58920)) 1865;;;;;; "emacs-lisp/bytecomp.el" (14949 18686))
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" (14873 1951;;;### (autoloads (calculator) "calculator" "calculator.el" (14949
1952;;;;;; 6783)) 1952;;;;;; 18604))
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;;;;;; (14875 40521)) 1977;;;;;; (14949 18685))
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" (14895 37805)) 2425;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14918 52714))
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;;;;;; (14895 24174)) 2450;;;;;; (14918 52714))
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" (14895 24174)) 2561;;;;;; "progmodes/cc-styles.el" (14918 52714))
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" (14895 24174)) 2602;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14918 52714))
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;;;;;; (14747 44775)) 2621;;;;;; (14949 18693))
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" "\
@@ -2641,7 +2641,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program." nil (quote macro
2641(autoload (quote define-ccl-program) "ccl" "\ 2641(autoload (quote define-ccl-program) "ccl" "\
2642Set NAME the compiled code of CCL-PROGRAM. 2642Set NAME the compiled code of CCL-PROGRAM.
2643 2643
2644CCL-PROGRAM is has this form: 2644CCL-PROGRAM has this form:
2645 (BUFFER_MAGNIFICATION 2645 (BUFFER_MAGNIFICATION
2646 CCL_MAIN_CODE 2646 CCL_MAIN_CODE
2647 [ CCL_EOF_CODE ]) 2647 [ CCL_EOF_CODE ])
@@ -2719,7 +2719,7 @@ READ := ;; Set REG_0 to a byte read from the input text, set REG_1
2719 ;; multibyte representation, set REG_0 to the charset ID of 2719 ;; multibyte representation, set REG_0 to the charset ID of
2720 ;; the character, set REG_1 to the code point of the 2720 ;; the character, set REG_1 to the code point of the
2721 ;; character. If the dimension of charset is two, set REG_1 2721 ;; character. If the dimension of charset is two, set REG_1
2722 ;; to ((CODE0 << 8) | CODE1), where CODE0 is the first code 2722 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
2723 ;; point and CODE1 is the second code point. 2723 ;; point and CODE1 is the second code point.
2724 | (read-multibyte-character REG_0 REG_1) 2724 | (read-multibyte-character REG_0 REG_1)
2725 2725
@@ -2748,7 +2748,7 @@ WRITE :=
2748 ;; Write a multibyte representation of a character whose 2748 ;; Write a multibyte representation of a character whose
2749 ;; charset ID is REG_0 and code point is REG_1. If the 2749 ;; charset ID is REG_0 and code point is REG_1. If the
2750 ;; dimension of the charset is two, REG_1 should be ((CODE0 << 2750 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
2751 ;; 8) | CODE1), where CODE0 is the first code point and CODE1 2751 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
2752 ;; is the second code point of the character. 2752 ;; is the second code point of the character.
2753 | (write-multibyte-character REG_0 REG_1) 2753 | (write-multibyte-character REG_0 REG_1)
2754 2754
@@ -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;;;;;; (14866 25750)) 2869;;;;;; (14876 51517))
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" (14883 31697)) 3023;;;;;; "chistory" "chistory.el" (14918 52614))
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" (14924 25355)) 3056;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14949 18686))
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;;;;;; (14893 1953)) 3072;;;;;; (14918 52693))
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)
@@ -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" (14865 3097;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (14876
3098;;;;;; 26959)) 3098;;;;;; 51454))
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" (14910 3328)) 3114;;;;;; "codepage" "international/codepage.el" (14918 52705))
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;;;;;; (14929 57716)) 3161;;;;;; (14949 18604))
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" (14916 51039)) 3241;;;;;; "compile" "progmodes/compile.el" (14918 52714))
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;;;;;; (14854 32221)) 3372;;;;;; (14876 51454))
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;;;;;; (14933 40934)) 3418;;;;;; (14949 18604))
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;;;;;; (14938 58920)) 3629;;;;;; (14949 18686))
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;;;;;; (14930 62509)) 3645;;;;;; (14949 18706))
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" "\
@@ -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;;;;;; (14900 44792)) 3896;;;;;; (14949 18604))
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" (14883 29489)) 4055;;;;;; "cus-face.el" (14918 52615))
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;;;;;; (14909 56659)) 4076;;;;;; (14918 52617))
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;;;;;; (14906 1304)) 4135;;;;;; (14918 52617))
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" (14846 4357;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14850
4358;;;;;; 45911)) 4358;;;;;; 31625))
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" "\
@@ -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" (14854 4425;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14876
4426;;;;;; 32221)) 4426;;;;;; 51457))
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" (14896 40328)) 4454;;;;;; "derived" "derived.el" (14918 52618))
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" "\
@@ -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;;;;;; (14886 18220)) 4572;;;;;; (14918 52692))
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;;;;;; (14866 25750)) 4631;;;;;; (14876 51457))
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" (14913 56004)) 4651;;;;;; "dired" "dired.el" (14949 18608))
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" (14883 57152)) 4755;;;;;; "dired-aux.el" (14918 52618))
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" (14937 32770)) 4974;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14949 18608))
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" "\
@@ -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;;;;;; (14855 56553)) 5149;;;;;; (14876 51518))
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" (14891 28342)) 5159;;;;;; "emacs-lisp/easy-mmode.el" (14918 52693))
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" (14904 5214;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14918
5215;;;;;; 41526)) 5215;;;;;; 52693))
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" (14914 29482)) 5346;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14918 52714))
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" (14895 5458;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14918
5459;;;;;; 24174)) 5459;;;;;; 52714))
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" "\
@@ -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" (14875 62935)) 5773;;;;;; "ediff-util" "ediff-util.el" (14876 51458))
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" (14937 48218)) 5834;;;;;; "emulation/edt.el" (14949 18690))
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" "\
@@ -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" (14890 7814)) 5881;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (14918 52693))
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" (14849 5941;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (14850
5942;;;;;; 20130)) 5942;;;;;; 31626))
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" "\
@@ -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" (14885 14624)) 6051;;;;;; "enriched" "enriched.el" (14918 52618))
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" (14940 6128;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14949
6129;;;;;; 15186)) 6129;;;;;; 18706))
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 "\
@@ -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" (14867 31700)) 6559;;;;;; "eudc-bob" "net/eudc-bob.el" (14876 51524))
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" "\
@@ -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" (14896 40328)) 6734;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14918 52618))
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)
@@ -6898,7 +6898,7 @@ 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" (14885 3818)) 6901;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (14918 52706))
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" "\
@@ -6945,7 +6945,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
6945;;;*** 6945;;;***
6946 6946
6947;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 6947;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
6948;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14937 32770)) 6948;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14949 18608))
6949;;; Generated autoloads from ffap.el 6949;;; Generated autoloads from ffap.el
6950 6950
6951(autoload (quote ffap-next) "ffap" "\ 6951(autoload (quote ffap-next) "ffap" "\
@@ -6991,7 +6991,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil)
6991;;;*** 6991;;;***
6992 6992
6993;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 6993;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
6994;;;;;; (14887 28113)) 6994;;;;;; (14918 52618))
6995;;; Generated autoloads from filecache.el 6995;;; Generated autoloads from filecache.el
6996 6996
6997(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 6997(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -7126,7 +7126,7 @@ Visit the file you click on in another window." t nil)
7126;;;;;; find-variable-other-window find-variable find-variable-noselect 7126;;;;;; find-variable-other-window find-variable find-variable-noselect
7127;;;;;; find-function-other-frame find-function-other-window find-function 7127;;;;;; find-function-other-frame find-function-other-window find-function
7128;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" 7128;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
7129;;;;;; (14854 32222)) 7129;;;;;; (14876 51517))
7130;;; Generated autoloads from emacs-lisp/find-func.el 7130;;; Generated autoloads from emacs-lisp/find-func.el
7131 7131
7132(autoload (quote find-function-noselect) "find-func" "\ 7132(autoload (quote find-function-noselect) "find-func" "\
@@ -7210,7 +7210,7 @@ Define some key bindings for the find-function family of functions." nil nil)
7210;;;*** 7210;;;***
7211 7211
7212;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 7212;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
7213;;;;;; "finder" "finder.el" (14862 37894)) 7213;;;;;; "finder" "finder.el" (14876 51458))
7214;;; Generated autoloads from finder.el 7214;;; Generated autoloads from finder.el
7215 7215
7216(autoload (quote finder-list-keywords) "finder" "\ 7216(autoload (quote finder-list-keywords) "finder" "\
@@ -7245,7 +7245,7 @@ to get the effect of a C-q." nil nil)
7245 7245
7246;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode 7246;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode
7247;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" 7247;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el"
7248;;;;;; (14924 43431)) 7248;;;;;; (14949 18707))
7249;;; Generated autoloads from textmodes/flyspell.el 7249;;; Generated autoloads from textmodes/flyspell.el
7250 7250
7251(defvar flyspell-mode-line-string " Fly" "\ 7251(defvar flyspell-mode-line-string " Fly" "\
@@ -7363,7 +7363,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7363 7363
7364;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7364;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7365;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock 7365;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7366;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14896 40328)) 7366;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14949 18612))
7367;;; Generated autoloads from font-lock.el 7367;;; Generated autoloads from font-lock.el
7368 7368
7369(make-variable-buffer-local (quote font-lock-defaults)) 7369(make-variable-buffer-local (quote font-lock-defaults))
@@ -7476,7 +7476,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7476;;;*** 7476;;;***
7477 7477
7478;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 7478;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
7479;;;;;; (14924 25355)) 7479;;;;;; (14949 18693))
7480;;; Generated autoloads from international/fontset.el 7480;;; Generated autoloads from international/fontset.el
7481 7481
7482(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 7482(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7548,7 +7548,7 @@ Visit a file in Forms mode in other window." t nil)
7548;;;*** 7548;;;***
7549 7549
7550;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7550;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7551;;;;;; "progmodes/fortran.el" (14884 1390)) 7551;;;;;; "progmodes/fortran.el" (14949 18706))
7552;;; Generated autoloads from progmodes/fortran.el 7552;;; Generated autoloads from progmodes/fortran.el
7553 7553
7554(defvar fortran-tab-mode-default nil "\ 7554(defvar fortran-tab-mode-default nil "\
@@ -7630,7 +7630,7 @@ with no args, if that value is non-nil." t nil)
7630;;;*** 7630;;;***
7631 7631
7632;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 7632;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
7633;;;;;; (14915 6801)) 7633;;;;;; (14918 52619))
7634;;; Generated autoloads from generic.el 7634;;; Generated autoloads from generic.el
7635 7635
7636(autoload (quote define-generic-mode) "generic" "\ 7636(autoload (quote define-generic-mode) "generic" "\
@@ -7675,7 +7675,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
7675;;;*** 7675;;;***
7676 7676
7677;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7677;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
7678;;;;;; (14901 64340)) 7678;;;;;; (14918 52715))
7679;;; Generated autoloads from progmodes/glasses.el 7679;;; Generated autoloads from progmodes/glasses.el
7680 7680
7681(autoload (quote glasses-mode) "glasses" "\ 7681(autoload (quote glasses-mode) "glasses" "\
@@ -7686,7 +7686,7 @@ at places they belong to." t nil)
7686;;;*** 7686;;;***
7687 7687
7688;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7688;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
7689;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14859 52340)) 7689;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14876 51520))
7690;;; Generated autoloads from gnus/gnus.el 7690;;; Generated autoloads from gnus/gnus.el
7691 7691
7692(autoload (quote gnus-slave-no-server) "gnus" "\ 7692(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -7716,7 +7716,7 @@ prompt the user for the name of an NNTP server to use." t nil)
7716 7716
7717;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 7717;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
7718;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 7718;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
7719;;;;;; (14862 37895)) 7719;;;;;; (14876 51518))
7720;;; Generated autoloads from gnus/gnus-agent.el 7720;;; Generated autoloads from gnus/gnus-agent.el
7721 7721
7722(autoload (quote gnus-unplugged) "gnus-agent" "\ 7722(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -7753,7 +7753,7 @@ Make the current buffer look like a nice article." nil nil)
7753;;;*** 7753;;;***
7754 7754
7755;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 7755;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
7756;;;;;; (14896 40329)) 7756;;;;;; (14918 52696))
7757;;; Generated autoloads from gnus/gnus-audio.el 7757;;; Generated autoloads from gnus/gnus-audio.el
7758 7758
7759(autoload (quote gnus-audio-play) "gnus-audio" "\ 7759(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -7762,8 +7762,8 @@ Play a sound FILE through the speaker." t nil)
7762;;;*** 7762;;;***
7763 7763
7764;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active 7764;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
7765;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14862 7765;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14876
7766;;;;;; 37896)) 7766;;;;;; 51518))
7767;;; Generated autoloads from gnus/gnus-cache.el 7767;;; Generated autoloads from gnus/gnus-cache.el
7768 7768
7769(autoload (quote gnus-jog-cache) "gnus-cache" "\ 7769(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -7781,7 +7781,7 @@ Generate NOV files recursively starting in DIR." t nil)
7781;;;*** 7781;;;***
7782 7782
7783;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 7783;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
7784;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 56701)) 7784;;;;;; "gnus-group" "gnus/gnus-group.el" (14876 51518))
7785;;; Generated autoloads from gnus/gnus-group.el 7785;;; Generated autoloads from gnus/gnus-group.el
7786 7786
7787(autoload (quote gnus-fetch-group) "gnus-group" "\ 7787(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -7806,7 +7806,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
7806;;;*** 7806;;;***
7807 7807
7808;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 7808;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
7809;;;;;; "gnus-ml" "gnus/gnus-ml.el" (14855 56553)) 7809;;;;;; "gnus-ml" "gnus/gnus-ml.el" (14876 51518))
7810;;; Generated autoloads from gnus/gnus-ml.el 7810;;; Generated autoloads from gnus/gnus-ml.el
7811 7811
7812(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) 7812(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)
@@ -7820,7 +7820,7 @@ Minor mode for providing mailing-list commands.
7820 7820
7821;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 7821;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
7822;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 7822;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
7823;;;;;; (14862 37897)) 7823;;;;;; (14876 51518))
7824;;; Generated autoloads from gnus/gnus-mlspl.el 7824;;; Generated autoloads from gnus/gnus-mlspl.el
7825 7825
7826(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 7826(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -7921,8 +7921,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
7921 7921
7922;;;*** 7922;;;***
7923 7923
7924;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915 7924;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14918
7925;;;;;; 6802)) 7925;;;;;; 52696))
7926;;; Generated autoloads from gnus/gnus-msg.el 7926;;; Generated autoloads from gnus/gnus-msg.el
7927 7927
7928(autoload (quote gnus-msg-mail) "gnus-msg" "\ 7928(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -7969,7 +7969,7 @@ Note -- this function hasn't been implemented yet." t nil)
7969;;;*** 7969;;;***
7970 7970
7971;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 7971;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
7972;;;;;; (14862 37897)) 7972;;;;;; (14876 51520))
7973;;; Generated autoloads from gnus/gnus-spec.el 7973;;; Generated autoloads from gnus/gnus-spec.el
7974 7974
7975(autoload (quote gnus-update-format) "gnus-spec" "\ 7975(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -7978,7 +7978,7 @@ Update the format specification near point." t nil)
7978;;;*** 7978;;;***
7979 7979
7980;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 7980;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
7981;;;;;; "gnus/gnus-start.el" (14862 37897)) 7981;;;;;; "gnus/gnus-start.el" (14876 51520))
7982;;; Generated autoloads from gnus/gnus-start.el 7982;;; Generated autoloads from gnus/gnus-start.el
7983 7983
7984(autoload (quote gnus-unload) "gnus-start" "\ 7984(autoload (quote gnus-unload) "gnus-start" "\
@@ -7993,7 +7993,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
7993;;;*** 7993;;;***
7994 7994
7995;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 7995;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
7996;;;;;; (14893 1953)) 7996;;;;;; (14918 52704))
7997;;; Generated autoloads from gnus/gnus-win.el 7997;;; Generated autoloads from gnus/gnus-win.el
7998 7998
7999(autoload (quote gnus-add-configuration) "gnus-win" "\ 7999(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -8059,7 +8059,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8059;;;*** 8059;;;***
8060 8060
8061;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8061;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8062;;;;;; (14863 49547)) 8062;;;;;; (14876 51460))
8063;;; Generated autoloads from gud.el 8063;;; Generated autoloads from gud.el
8064 8064
8065(autoload (quote gdb) "gud" "\ 8065(autoload (quote gdb) "gud" "\
@@ -8257,7 +8257,7 @@ This discards the buffer's undo information." t nil)
8257 8257
8258;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 8258;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
8259;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode 8259;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode
8260;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14884 12791)) 8260;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14949 18612))
8261;;; Generated autoloads from hi-lock.el 8261;;; Generated autoloads from hi-lock.el
8262 8262
8263(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) 8263(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))
@@ -8610,7 +8610,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
8610 8610
8611;;;*** 8611;;;***
8612 8612
8613;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14932 18342)) 8613;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14949 18612))
8614;;; Generated autoloads from hl-line.el 8614;;; Generated autoloads from hl-line.el
8615 8615
8616(defvar hl-line-mode nil "\ 8616(defvar hl-line-mode nil "\
@@ -8646,7 +8646,7 @@ The optional LABEL is used to label the buffer created." t nil)
8646;;;*** 8646;;;***
8647 8647
8648;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 8648;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
8649;;;;;; "hscroll" "obsolete/hscroll.el" (14883 57782)) 8649;;;;;; "hscroll" "obsolete/hscroll.el" (14900 43616))
8650;;; Generated autoloads from obsolete/hscroll.el 8650;;; Generated autoloads from obsolete/hscroll.el
8651 8651
8652(autoload (quote turn-on-hscroll) "hscroll" "\ 8652(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -8680,7 +8680,7 @@ Usually run by inclusion in `minibuffer-setup-hook'." nil nil)
8680 8680
8681;;;*** 8681;;;***
8682 8682
8683;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14854 32223)) 8683;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14876 51525))
8684;;; Generated autoloads from progmodes/icon.el 8684;;; Generated autoloads from progmodes/icon.el
8685 8685
8686(autoload (quote icon-mode) "icon" "\ 8686(autoload (quote icon-mode) "icon" "\
@@ -8719,7 +8719,7 @@ with no args, if that value is non-nil." t nil)
8719;;;*** 8719;;;***
8720 8720
8721;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 8721;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
8722;;;;;; (14912 33400)) 8722;;;;;; (14918 52716))
8723;;; Generated autoloads from progmodes/idlw-shell.el 8723;;; Generated autoloads from progmodes/idlw-shell.el
8724 8724
8725(autoload (quote idlwave-shell) "idlw-shell" "\ 8725(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -8742,7 +8742,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
8742;;;*** 8742;;;***
8743 8743
8744;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 8744;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
8745;;;;;; (14912 33400)) 8745;;;;;; (14918 52722))
8746;;; Generated autoloads from progmodes/idlwave.el 8746;;; Generated autoloads from progmodes/idlwave.el
8747 8747
8748(autoload (quote idlwave-mode) "idlwave" "\ 8748(autoload (quote idlwave-mode) "idlwave" "\
@@ -8872,7 +8872,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
8872 8872
8873;;;### (autoloads (defimage find-image remove-images insert-image 8873;;;### (autoloads (defimage find-image remove-images insert-image
8874;;;;;; put-image create-image image-type-available-p image-type-from-file-header 8874;;;;;; put-image create-image image-type-available-p image-type-from-file-header
8875;;;;;; image-type-from-data) "image" "image.el" (14898 8349)) 8875;;;;;; image-type-from-data) "image" "image.el" (14918 52619))
8876;;; Generated autoloads from image.el 8876;;; Generated autoloads from image.el
8877 8877
8878(autoload (quote image-type-from-data) "image" "\ 8878(autoload (quote image-type-from-data) "image" "\
@@ -8969,7 +8969,7 @@ Example:
8969 8969
8970;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 8970;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
8971;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 8971;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
8972;;;;;; "image-file.el" (14909 56659)) 8972;;;;;; "image-file.el" (14918 52619))
8973;;; Generated autoloads from image-file.el 8973;;; Generated autoloads from image-file.el
8974 8974
8975(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ 8975(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\
@@ -9022,7 +9022,7 @@ Image files are those whose name has an extension in
9022;;;*** 9022;;;***
9023 9023
9024;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9024;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9025;;;;;; imenu-sort-function) "imenu" "imenu.el" (14837 50473)) 9025;;;;;; imenu-sort-function) "imenu" "imenu.el" (14949 18612))
9026;;; Generated autoloads from imenu.el 9026;;; Generated autoloads from imenu.el
9027 9027
9028(defvar imenu-sort-function nil "\ 9028(defvar imenu-sort-function nil "\
@@ -9220,7 +9220,7 @@ of `inferior-lisp-program'). Runs the hooks from
9220 9220
9221;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 9221;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9222;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 9222;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9223;;;;;; info info-other-window) "info" "info.el" (14938 58919)) 9223;;;;;; info info-other-window) "info" "info.el" (14949 18612))
9224;;; Generated autoloads from info.el 9224;;; Generated autoloads from info.el
9225 9225
9226(autoload (quote info-other-window) "info" "\ 9226(autoload (quote info-other-window) "info" "\
@@ -9385,7 +9385,7 @@ and a negative argument disables it." t nil)
9385;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 9385;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
9386;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 9386;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
9387;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 9387;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
9388;;;;;; "international/iso-cvt.el" (14913 56005)) 9388;;;;;; "international/iso-cvt.el" (14918 52705))
9389;;; Generated autoloads from international/iso-cvt.el 9389;;; Generated autoloads from international/iso-cvt.el
9390 9390
9391(autoload (quote iso-spanish) "iso-cvt" "\ 9391(autoload (quote iso-spanish) "iso-cvt" "\
@@ -9458,7 +9458,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 9458;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
9459;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 9459;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
9460;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 9460;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
9461;;;;;; (14909 56659)) 9461;;;;;; (14949 18707))
9462;;; Generated autoloads from textmodes/ispell.el 9462;;; Generated autoloads from textmodes/ispell.el
9463 9463
9464(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 9464(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -9707,7 +9707,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 9707;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
9708;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 9708;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
9709;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" 9709;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el"
9710;;;;;; (14902 16132)) 9710;;;;;; (14918 52619))
9711;;; Generated autoloads from iswitchb.el 9711;;; Generated autoloads from iswitchb.el
9712 9712
9713(defvar iswitchb-mode nil "\ 9713(defvar iswitchb-mode nil "\
@@ -9837,7 +9837,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
9837;;;*** 9837;;;***
9838 9838
9839;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 9839;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
9840;;;;;; "jka-compr" "jka-compr.el" (14913 56004)) 9840;;;;;; "jka-compr" "jka-compr.el" (14918 52619))
9841;;; Generated autoloads from jka-compr.el 9841;;; Generated autoloads from jka-compr.el
9842 9842
9843(defvar auto-compression-mode nil "\ 9843(defvar auto-compression-mode nil "\
@@ -9914,7 +9914,7 @@ and the return value is the length of the conversion." t nil)
9914;;;*** 9914;;;***
9915 9915
9916;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 9916;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
9917;;;;;; (14914 10736)) 9917;;;;;; (14918 52709))
9918;;; Generated autoloads from play/landmark.el 9918;;; Generated autoloads from play/landmark.el
9919 9919
9920(defalias (quote landmark-repeat) (quote lm-test-run)) 9920(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -9975,7 +9975,7 @@ The return value is number of composed characters." nil nil)
9975;;;*** 9975;;;***
9976 9976
9977;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" 9977;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el"
9978;;;;;; (14862 37898)) 9978;;;;;; (14876 51523))
9979;;; Generated autoloads from international/latin1-disp.el 9979;;; Generated autoloads from international/latin1-disp.el
9980 9980
9981(defvar latin1-display nil "\ 9981(defvar latin1-display nil "\
@@ -10003,7 +10003,7 @@ display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil
10003;;;*** 10003;;;***
10004 10004
10005;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 10005;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
10006;;;;;; "lazy-lock.el" (14862 37894)) 10006;;;;;; "lazy-lock.el" (14876 51461))
10007;;; Generated autoloads from lazy-lock.el 10007;;; Generated autoloads from lazy-lock.el
10008 10008
10009(autoload (quote lazy-lock-mode) "lazy-lock" "\ 10009(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -10103,8 +10103,8 @@ generations (this defaults to 1)." t nil)
10103 10103
10104;;;*** 10104;;;***
10105 10105
10106;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14847 10106;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14850
10107;;;;;; 14322)) 10107;;;;;; 31626))
10108;;; Generated autoloads from loadhist.el 10108;;; Generated autoloads from loadhist.el
10109 10109
10110(autoload (quote unload-feature) "loadhist" "\ 10110(autoload (quote unload-feature) "loadhist" "\
@@ -10130,7 +10130,7 @@ shown; this is often useful to constrain a big search." t nil)
10130 10130
10131;;;*** 10131;;;***
10132 10132
10133;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14909 56659)) 10133;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14918 52689))
10134;;; Generated autoloads from log-edit.el 10134;;; Generated autoloads from log-edit.el
10135 10135
10136(autoload (quote log-edit) "log-edit" "\ 10136(autoload (quote log-edit) "log-edit" "\
@@ -10149,8 +10149,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
10149 10149
10150;;;*** 10150;;;***
10151 10151
10152;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14909 10152;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14918
10153;;;;;; 56659)) 10153;;;;;; 52689))
10154;;; Generated autoloads from log-view.el 10154;;; Generated autoloads from log-view.el
10155 10155
10156(autoload (quote log-view-mode) "log-view" "\ 10156(autoload (quote log-view-mode) "log-view" "\
@@ -10235,7 +10235,7 @@ for further customization of the printer command." t nil)
10235 10235
10236;;;*** 10236;;;***
10237 10237
10238;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14930 62509)) 10238;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14949 18683))
10239;;; Generated autoloads from ls-lisp.el 10239;;; Generated autoloads from ls-lisp.el
10240 10240
10241(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) 10241(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
@@ -10266,7 +10266,7 @@ A major mode to edit m4 macro files.
10266;;;*** 10266;;;***
10267 10267
10268;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 10268;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
10269;;;;;; name-last-kbd-macro) "macros" "macros.el" (14856 15439)) 10269;;;;;; name-last-kbd-macro) "macros" "macros.el" (14876 51509))
10270;;; Generated autoloads from macros.el 10270;;; Generated autoloads from macros.el
10271 10271
10272(autoload (quote name-last-kbd-macro) "macros" "\ 10272(autoload (quote name-last-kbd-macro) "macros" "\
@@ -10373,7 +10373,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil)
10373 10373
10374;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 10374;;;### (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" 10375;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
10376;;;;;; (14932 18342)) 10376;;;;;; (14949 18694))
10377;;; Generated autoloads from mail/mail-hist.el 10377;;; Generated autoloads from mail/mail-hist.el
10378 10378
10379(autoload (quote mail-hist-define-keys) "mail-hist" "\ 10379(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -10431,7 +10431,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
10431;;;*** 10431;;;***
10432 10432
10433;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 10433;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
10434;;;;;; "mailabbrev" "mail/mailabbrev.el" (14924 32676)) 10434;;;;;; "mailabbrev" "mail/mailabbrev.el" (14949 18694))
10435;;; Generated autoloads from mail/mailabbrev.el 10435;;; Generated autoloads from mail/mailabbrev.el
10436 10436
10437(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 10437(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -10605,7 +10605,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 10605;;;;;; message-signature message-indent-citation-function message-cite-function
10606;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 10606;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
10607;;;;;; message-user-organization-file message-signature-separator 10607;;;;;; message-user-organization-file message-signature-separator
10608;;;;;; message-from-style) "message" "gnus/message.el" (14938 58920)) 10608;;;;;; message-from-style) "message" "gnus/message.el" (14949 18693))
10609;;; Generated autoloads from gnus/message.el 10609;;; Generated autoloads from gnus/message.el
10610 10610
10611(defvar message-from-style (quote default) "\ 10611(defvar message-from-style (quote default) "\
@@ -10785,7 +10785,7 @@ Turning on MetaPost mode calls the value of the variable
10785 10785
10786;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 10786;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
10787;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 10787;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
10788;;;;;; (14862 37898)) 10788;;;;;; (14876 51524))
10789;;; Generated autoloads from mail/metamail.el 10789;;; Generated autoloads from mail/metamail.el
10790 10790
10791(autoload (quote metamail-interpret-header) "metamail" "\ 10791(autoload (quote metamail-interpret-header) "metamail" "\
@@ -10821,7 +10821,7 @@ redisplayed as output is inserted." t nil)
10821;;;*** 10821;;;***
10822 10822
10823;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 10823;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
10824;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14849 24594)) 10824;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14850 31627))
10825;;; Generated autoloads from mail/mh-comp.el 10825;;; Generated autoloads from mail/mh-comp.el
10826 10826
10827(autoload (quote mh-smail) "mh-comp" "\ 10827(autoload (quote mh-smail) "mh-comp" "\
@@ -10878,8 +10878,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'."
10878 10878
10879;;;*** 10879;;;***
10880 10880
10881;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14849 10881;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14850
10882;;;;;; 24610)) 10882;;;;;; 31627))
10883;;; Generated autoloads from mail/mh-e.el 10883;;; Generated autoloads from mail/mh-e.el
10884 10884
10885(autoload (quote mh-rmail) "mh-e" "\ 10885(autoload (quote mh-rmail) "mh-e" "\
@@ -10900,7 +10900,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
10900 10900
10901;;;*** 10901;;;***
10902 10902
10903;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14906 3793)) 10903;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14918 52706))
10904;;; Generated autoloads from mail/mh-utils.el 10904;;; Generated autoloads from mail/mh-utils.el
10905 10905
10906(put (quote mh-progs) (quote risky-local-variable) t) 10906(put (quote mh-progs) (quote risky-local-variable) t)
@@ -10973,7 +10973,7 @@ Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
10973;;;*** 10973;;;***
10974 10974
10975;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 10975;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
10976;;;;;; (14854 32223)) 10976;;;;;; (14876 51520))
10977;;; Generated autoloads from gnus/mm-partial.el 10977;;; Generated autoloads from gnus/mm-partial.el
10978 10978
10979(autoload (quote mm-inline-partial) "mm-partial" "\ 10979(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -11076,7 +11076,7 @@ Multiplication puzzle with GNU Emacs." t nil)
11076 11076
11077;;;*** 11077;;;***
11078 11078
11079;;;### (autoloads (msb-mode) "msb" "msb.el" (14854 32222)) 11079;;;### (autoloads (msb-mode) "msb" "msb.el" (14876 51510))
11080;;; Generated autoloads from msb.el 11080;;; Generated autoloads from msb.el
11081 11081
11082(defvar msb-mode nil "\ 11082(defvar msb-mode nil "\
@@ -11102,7 +11102,7 @@ different buffer menu using the function `msb'." t nil)
11102;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 11102;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
11103;;;;;; describe-coding-system describe-char-after describe-character-set 11103;;;;;; describe-coding-system describe-char-after describe-character-set
11104;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 11104;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
11105;;;;;; "international/mule-diag.el" (14925 47367)) 11105;;;;;; "international/mule-diag.el" (14949 18693))
11106;;; Generated autoloads from international/mule-diag.el 11106;;; Generated autoloads from international/mule-diag.el
11107 11107
11108(autoload (quote list-character-sets) "mule-diag" "\ 11108(autoload (quote list-character-sets) "mule-diag" "\
@@ -11325,7 +11325,7 @@ language environment LANG-ENV." nil nil)
11325;;;*** 11325;;;***
11326 11326
11327;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 11327;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
11328;;;;;; (14854 32222)) 11328;;;;;; (14876 51510))
11329;;; Generated autoloads from mwheel.el 11329;;; Generated autoloads from mwheel.el
11330 11330
11331(defvar mouse-wheel-mode nil "\ 11331(defvar mouse-wheel-mode nil "\
@@ -11410,7 +11410,7 @@ Open a network connection to HOST on PORT." t nil)
11410;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11410;;;;;; uncomment-region comment-kill comment-set-column comment-indent
11411;;;;;; comment-indent-default comment-multi-line comment-padding 11411;;;;;; comment-indent-default comment-multi-line comment-padding
11412;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 11412;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
11413;;;;;; (14909 56659)) 11413;;;;;; (14918 52690))
11414;;; Generated autoloads from newcomment.el 11414;;; Generated autoloads from newcomment.el
11415 11415
11416(defalias (quote indent-for-comment) (quote comment-indent)) 11416(defalias (quote indent-for-comment) (quote comment-indent))
@@ -11528,8 +11528,8 @@ unless optional argument SOFT is non-nil." t nil)
11528 11528
11529;;;*** 11529;;;***
11530 11530
11531;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14858 11531;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14876
11532;;;;;; 32485)) 11532;;;;;; 51521))
11533;;; Generated autoloads from gnus/nndoc.el 11533;;; Generated autoloads from gnus/nndoc.el
11534 11534
11535(autoload (quote nndoc-add-type) "nndoc" "\ 11535(autoload (quote nndoc-add-type) "nndoc" "\
@@ -11552,7 +11552,7 @@ This command does not work if you use short group names." t nil)
11552;;;*** 11552;;;***
11553 11553
11554;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 11554;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
11555;;;;;; (14859 52340)) 11555;;;;;; (14876 51521))
11556;;; Generated autoloads from gnus/nnkiboze.el 11556;;; Generated autoloads from gnus/nnkiboze.el
11557 11557
11558(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 11558(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -11562,7 +11562,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil)
11562;;;*** 11562;;;***
11563 11563
11564;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 11564;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
11565;;;;;; (14858 32485)) 11565;;;;;; (14876 51521))
11566;;; Generated autoloads from gnus/nnml.el 11566;;; Generated autoloads from gnus/nnml.el
11567 11567
11568(autoload (quote nnml-generate-nov-databases) "nnml" "\ 11568(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -11819,7 +11819,7 @@ See the command `outline-mode' for more information on this mode." t nil)
11819 11819
11820;;;*** 11820;;;***
11821 11821
11822;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14854 32222)) 11822;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14876 51510))
11823;;; Generated autoloads from paren.el 11823;;; Generated autoloads from paren.el
11824 11824
11825(defvar show-paren-mode nil "\ 11825(defvar show-paren-mode nil "\
@@ -12006,7 +12006,7 @@ Completion for the GNU tar utility." nil nil)
12006;;;*** 12006;;;***
12007 12007
12008;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 12008;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
12009;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14911 29316)) 12009;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14918 52690))
12010;;; Generated autoloads from pcmpl-linux.el 12010;;; Generated autoloads from pcmpl-linux.el
12011 12011
12012(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 12012(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -12109,7 +12109,7 @@ Setup shell-mode to use pcomplete." nil nil)
12109 12109
12110;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 12110;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
12111;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 12111;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
12112;;;;;; "pcvs.el" (14909 56659)) 12112;;;;;; "pcvs.el" (14918 52690))
12113;;; Generated autoloads from pcvs.el 12113;;; Generated autoloads from pcvs.el
12114 12114
12115(autoload (quote cvs-checkout) "pcvs" "\ 12115(autoload (quote cvs-checkout) "pcvs" "\
@@ -12170,7 +12170,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
12170 12170
12171;;;*** 12171;;;***
12172 12172
12173;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14909 56659)) 12173;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14918 52690))
12174;;; Generated autoloads from pcvs-defs.el 12174;;; Generated autoloads from pcvs-defs.el
12175 12175
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)) 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))
@@ -12230,7 +12230,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
12230;;;*** 12230;;;***
12231 12231
12232;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 12232;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
12233;;;;;; (14883 29490)) 12233;;;;;; (14918 52722))
12234;;; Generated autoloads from textmodes/picture.el 12234;;; Generated autoloads from textmodes/picture.el
12235 12235
12236(autoload (quote picture-mode) "picture" "\ 12236(autoload (quote picture-mode) "picture" "\
@@ -12353,7 +12353,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
12353 12353
12354;;;*** 12354;;;***
12355 12355
12356;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14895 24173)) 12356;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14918 52690))
12357;;; Generated autoloads from ps-bdf.el 12357;;; Generated autoloads from ps-bdf.el
12358 12358
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"))) "\ 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"))) "\
@@ -12362,8 +12362,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
12362 12362
12363;;;*** 12363;;;***
12364 12364
12365;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14884 12365;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14918
12366;;;;;; 1390)) 12366;;;;;; 52722))
12367;;; Generated autoloads from progmodes/ps-mode.el 12367;;; Generated autoloads from progmodes/ps-mode.el
12368 12368
12369(autoload (quote ps-mode) "ps-mode" "\ 12369(autoload (quote ps-mode) "ps-mode" "\
@@ -12508,7 +12508,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 12508;;;;;; 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 12509;;;;;; 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" 12510;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
12511;;;;;; "ps-print.el" (14924 30911)) 12511;;;;;; "ps-print.el" (14949 18684))
12512;;; Generated autoloads from ps-print.el 12512;;; Generated autoloads from ps-print.el
12513 12513
12514(defvar ps-paper-type (quote letter) "\ 12514(defvar ps-paper-type (quote letter) "\
@@ -12646,7 +12646,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
12646;;;;;; quail-defrule quail-install-decode-map quail-install-map 12646;;;;;; quail-defrule quail-install-decode-map quail-install-map
12647;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 12647;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
12648;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el" 12648;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el"
12649;;;;;; (14933 40934)) 12649;;;;;; (14949 18693))
12650;;; Generated autoloads from international/quail.el 12650;;; Generated autoloads from international/quail.el
12651 12651
12652(autoload (quote quail-use-package) "quail" "\ 12652(autoload (quote quail-use-package) "quail" "\
@@ -12849,8 +12849,8 @@ of each directory." t nil)
12849 12849
12850;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 12850;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
12851;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 12851;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
12852;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914 12852;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14918
12853;;;;;; 30023)) 12853;;;;;; 52707))
12854;;; Generated autoloads from net/quickurl.el 12854;;; Generated autoloads from net/quickurl.el
12855 12855
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" "\ 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" "\
@@ -12926,7 +12926,7 @@ Call up the RE Builder for the current window." t nil)
12926 12926
12927;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files 12927;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
12928;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" 12928;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
12929;;;;;; "recentf.el" (14875 64576)) 12929;;;;;; "recentf.el" (14876 51511))
12930;;; Generated autoloads from recentf.el 12930;;; Generated autoloads from recentf.el
12931 12931
12932(autoload (quote recentf-save-list) "recentf" "\ 12932(autoload (quote recentf-save-list) "recentf" "\
@@ -12970,8 +12970,8 @@ were operated on recently." t nil)
12970;;;### (autoloads (clear-rectangle replace-rectangle string-rectangle 12970;;;### (autoloads (clear-rectangle replace-rectangle string-rectangle
12971;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 12971;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
12972;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 12972;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
12973;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (14877 12973;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (14878
12974;;;;;; 36786)) 12974;;;;;; 8496))
12975;;; Generated autoloads from rect.el 12975;;; Generated autoloads from rect.el
12976 12976
12977(autoload (quote move-to-column-force) "rect" "\ 12977(autoload (quote move-to-column-force) "rect" "\
@@ -13064,8 +13064,8 @@ rectangle which were empty." t nil)
13064 13064
13065;;;*** 13065;;;***
13066 13066
13067;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (14875 13067;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (14876
13068;;;;;; 62936)) 13068;;;;;; 51536))
13069;;; Generated autoloads from textmodes/refill.el 13069;;; Generated autoloads from textmodes/refill.el
13070 13070
13071(autoload (quote refill-mode) "refill" "\ 13071(autoload (quote refill-mode) "refill" "\
@@ -13079,7 +13079,7 @@ refilling if they would cause auto-filling." t nil)
13079;;;*** 13079;;;***
13080 13080
13081;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 13081;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
13082;;;;;; (14900 39721)) 13082;;;;;; (14918 52723))
13083;;; Generated autoloads from textmodes/reftex.el 13083;;; Generated autoloads from textmodes/reftex.el
13084 13084
13085(autoload (quote turn-on-reftex) "reftex" "\ 13085(autoload (quote turn-on-reftex) "reftex" "\
@@ -13119,7 +13119,7 @@ on the menu bar.
13119;;;*** 13119;;;***
13120 13120
13121;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 13121;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
13122;;;;;; (14900 39720)) 13122;;;;;; (14918 52723))
13123;;; Generated autoloads from textmodes/reftex-cite.el 13123;;; Generated autoloads from textmodes/reftex-cite.el
13124 13124
13125(autoload (quote reftex-citation) "reftex-cite" "\ 13125(autoload (quote reftex-citation) "reftex-cite" "\
@@ -13146,7 +13146,7 @@ While entering the regexp, completion on knows citation keys is possible.
13146;;;*** 13146;;;***
13147 13147
13148;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 13148;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
13149;;;;;; (14900 39721)) 13149;;;;;; (14918 52723))
13150;;; Generated autoloads from textmodes/reftex-index.el 13150;;; Generated autoloads from textmodes/reftex-index.el
13151 13151
13152(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 13152(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -13177,7 +13177,7 @@ Here are all local bindings.
13177;;;*** 13177;;;***
13178 13178
13179;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 13179;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
13180;;;;;; (14854 32222)) 13180;;;;;; (14876 51517))
13181;;; Generated autoloads from emacs-lisp/regexp-opt.el 13181;;; Generated autoloads from emacs-lisp/regexp-opt.el
13182 13182
13183(autoload (quote regexp-opt) "regexp-opt" "\ 13183(autoload (quote regexp-opt) "regexp-opt" "\
@@ -13341,7 +13341,7 @@ variable." t nil)
13341;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 13341;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
13342;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 13342;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
13343;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 13343;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
13344;;;;;; "rmail" "mail/rmail.el" (14891 50858)) 13344;;;;;; "rmail" "mail/rmail.el" (14918 52706))
13345;;; Generated autoloads from mail/rmail.el 13345;;; Generated autoloads from mail/rmail.el
13346 13346
13347(defvar rmail-dont-reply-to-names nil "\ 13347(defvar rmail-dont-reply-to-names nil "\
@@ -13668,7 +13668,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
13668;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 13668;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
13669;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 13669;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
13670;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 13670;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
13671;;;;;; "rmailsum" "mail/rmailsum.el" (14902 15080)) 13671;;;;;; "rmailsum" "mail/rmailsum.el" (14918 52706))
13672;;; Generated autoloads from mail/rmailsum.el 13672;;; Generated autoloads from mail/rmailsum.el
13673 13673
13674(defvar rmail-summary-scroll-between-messages t "\ 13674(defvar rmail-summary-scroll-between-messages t "\
@@ -13756,7 +13756,7 @@ Toggle the use of rot 13 encoding for the current window." t nil)
13756;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly 13756;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly
13757;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 13757;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
13758;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height 13758;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
13759;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14895 24173)) 13759;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14918 52691))
13760;;; Generated autoloads from rsz-mini.el 13760;;; Generated autoloads from rsz-mini.el
13761 13761
13762(defvar resize-minibuffer-mode nil "\ 13762(defvar resize-minibuffer-mode nil "\
@@ -13787,7 +13787,7 @@ This function is obsolete." t nil)
13787;;;*** 13787;;;***
13788 13788
13789;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 13789;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
13790;;;;;; (14866 25750)) 13790;;;;;; (14876 51525))
13791;;; Generated autoloads from progmodes/scheme.el 13791;;; Generated autoloads from progmodes/scheme.el
13792 13792
13793(autoload (quote scheme-mode) "scheme" "\ 13793(autoload (quote scheme-mode) "scheme" "\
@@ -13860,7 +13860,7 @@ scribe-electric-parenthesis
13860;;;*** 13860;;;***
13861 13861
13862;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" 13862;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
13863;;;;;; "scroll-all.el" (14862 37894)) 13863;;;;;; "scroll-all.el" (14876 51511))
13864;;; Generated autoloads from scroll-all.el 13864;;; Generated autoloads from scroll-all.el
13865 13865
13866(defvar scroll-all-mode nil "\ 13866(defvar scroll-all-mode nil "\
@@ -13883,7 +13883,7 @@ Toggle Scroll-All minor mode." t nil)
13883;;;;;; mail-archive-file-name mail-header-separator send-mail-function 13883;;;;;; mail-archive-file-name mail-header-separator send-mail-function
13884;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 13884;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
13885;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 13885;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
13886;;;;;; (14937 32770)) 13886;;;;;; (14949 18695))
13887;;; Generated autoloads from mail/sendmail.el 13887;;; Generated autoloads from mail/sendmail.el
13888 13888
13889(defvar mail-from-style (quote angles) "\ 13889(defvar mail-from-style (quote angles) "\
@@ -14045,7 +14045,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
14045 14045
14046;;;*** 14046;;;***
14047 14047
14048;;;### (autoloads (server-start) "server" "server.el" (14914 10033)) 14048;;;### (autoloads (server-start) "server" "server.el" (14918 52691))
14049;;; Generated autoloads from server.el 14049;;; Generated autoloads from server.el
14050 14050
14051(autoload (quote server-start) "server" "\ 14051(autoload (quote server-start) "server" "\
@@ -14122,7 +14122,7 @@ To work around that, do:
14122;;;*** 14122;;;***
14123 14123
14124;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 14124;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
14125;;;;;; (14940 15186)) 14125;;;;;; (14949 18707))
14126;;; Generated autoloads from progmodes/sh-script.el 14126;;; Generated autoloads from progmodes/sh-script.el
14127 14127
14128(put (quote sh-mode) (quote mode-class) (quote special)) 14128(put (quote sh-mode) (quote mode-class) (quote special))
@@ -14231,7 +14231,7 @@ buffer called `*Shadows*'. Shadowings are located by calling the
14231;;;*** 14231;;;***
14232 14232
14233;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 14233;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
14234;;;;;; (14875 40521)) 14234;;;;;; (14876 51511))
14235;;; Generated autoloads from shell.el 14235;;; Generated autoloads from shell.el
14236 14236
14237(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 14237(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -14324,7 +14324,7 @@ at all." t nil)
14324 14324
14325;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy 14325;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy
14326;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el" 14326;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"
14327;;;;;; (14916 50561)) 14327;;;;;; (14918 52691))
14328;;; Generated autoloads from skeleton.el 14328;;; Generated autoloads from skeleton.el
14329 14329
14330(defvar skeleton-filter (quote identity) "\ 14330(defvar skeleton-filter (quote identity) "\
@@ -14443,7 +14443,7 @@ Minor mode to simplify editing output from the diff3 program.
14443;;;*** 14443;;;***
14444 14444
14445;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 14445;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
14446;;;;;; (14903 16513)) 14446;;;;;; (14918 52705))
14447;;; Generated autoloads from gnus/smiley-ems.el 14447;;; Generated autoloads from gnus/smiley-ems.el
14448 14448
14449(autoload (quote smiley-region) "smiley-ems" "\ 14449(autoload (quote smiley-region) "smiley-ems" "\
@@ -14648,7 +14648,7 @@ Pick your favourite shortcuts:
14648 14648
14649;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 14649;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
14650;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 14650;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
14651;;;;;; sort-lines sort-subr) "sort" "sort.el" (14906 5486)) 14651;;;;;; sort-lines sort-subr) "sort" "sort.el" (14918 52691))
14652;;; Generated autoloads from sort.el 14652;;; Generated autoloads from sort.el
14653 14653
14654(autoload (quote sort-subr) "sort" "\ 14654(autoload (quote sort-subr) "sort" "\
@@ -14834,7 +14834,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
14834 14834
14835;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql 14835;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql
14836;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" 14836;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql"
14837;;;;;; "progmodes/sql.el" (14911 13087)) 14837;;;;;; "progmodes/sql.el" (14918 52722))
14838;;; Generated autoloads from progmodes/sql.el 14838;;; Generated autoloads from progmodes/sql.el
14839 14839
14840(autoload (quote sql-help) "sql" "\ 14840(autoload (quote sql-help) "sql" "\
@@ -15250,7 +15250,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
15250 15250
15251;;;*** 15251;;;***
15252 15252
15253;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14903 16513)) 15253;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14918 52692))
15254;;; Generated autoloads from tar-mode.el 15254;;; Generated autoloads from tar-mode.el
15255 15255
15256(autoload (quote tar-mode) "tar-mode" "\ 15256(autoload (quote tar-mode) "tar-mode" "\
@@ -15343,8 +15343,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
15343 15343
15344;;;*** 15344;;;***
15345 15345
15346;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14921 15346;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14949
15347;;;;;; 47235)) 15347;;;;;; 18684))
15348;;; Generated autoloads from term.el 15348;;; Generated autoloads from term.el
15349 15349
15350(autoload (quote make-term) "term" "\ 15350(autoload (quote make-term) "term" "\
@@ -15428,7 +15428,7 @@ tetris-mode keybindings:
15428;;;;;; tex-start-options-string slitex-run-command latex-run-command 15428;;;;;; 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 15429;;;;;; 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" 15430;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
15431;;;;;; (14890 7814)) 15431;;;;;; (14918 52723))
15432;;; Generated autoloads from textmodes/tex-mode.el 15432;;; Generated autoloads from textmodes/tex-mode.el
15433 15433
15434(defvar tex-shell-file-name nil "\ 15434(defvar tex-shell-file-name nil "\
@@ -15710,7 +15710,7 @@ if large. You can use Info-split to do this manually." t nil)
15710;;;*** 15710;;;***
15711 15711
15712;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 15712;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
15713;;;;;; "texinfo" "textmodes/texinfo.el" (14922 5240)) 15713;;;;;; "texinfo" "textmodes/texinfo.el" (14949 18707))
15714;;; Generated autoloads from textmodes/texinfo.el 15714;;; Generated autoloads from textmodes/texinfo.el
15715 15715
15716(defvar texinfo-open-quote "``" "\ 15716(defvar texinfo-open-quote "``" "\
@@ -15908,7 +15908,7 @@ See also docstring of the function tibetan-compose-region." t nil)
15908;;;*** 15908;;;***
15909 15909
15910;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 15910;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
15911;;;;;; (14883 35658)) 15911;;;;;; (14918 52723))
15912;;; Generated autoloads from textmodes/tildify.el 15912;;; Generated autoloads from textmodes/tildify.el
15913 15913
15914(autoload (quote tildify-region) "tildify" "\ 15914(autoload (quote tildify-region) "tildify" "\
@@ -15928,7 +15928,7 @@ This function performs no refilling of the changed text." t nil)
15928;;;*** 15928;;;***
15929 15929
15930;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 15930;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
15931;;;;;; "time" "time.el" (14854 32222)) 15931;;;;;; "time" "time.el" (14876 51512))
15932;;; Generated autoloads from time.el 15932;;; Generated autoloads from time.el
15933 15933
15934(defvar display-time-day-and-date nil "\ 15934(defvar display-time-day-and-date nil "\
@@ -15963,7 +15963,7 @@ This runs the normal hook `display-time-hook' after each update." t nil)
15963;;;*** 15963;;;***
15964 15964
15965;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" 15965;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
15966;;;;;; (14862 37897)) 15966;;;;;; (14876 51522))
15967;;; Generated autoloads from gnus/time-date.el 15967;;; Generated autoloads from gnus/time-date.el
15968 15968
15969(autoload (quote date-to-time) "time-date" "\ 15969(autoload (quote date-to-time) "time-date" "\
@@ -15976,7 +15976,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
15976;;;*** 15976;;;***
15977 15977
15978;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 15978;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
15979;;;;;; "time-stamp.el" (14898 12684)) 15979;;;;;; "time-stamp.el" (14918 52692))
15980;;; Generated autoloads from time-stamp.el 15980;;; Generated autoloads from time-stamp.el
15981 15981
15982(autoload (quote time-stamp) "time-stamp" "\ 15982(autoload (quote time-stamp) "time-stamp" "\
@@ -16163,7 +16163,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
16163;;;*** 16163;;;***
16164 16164
16165;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 16165;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
16166;;;;;; "tmm.el" (14894 24587)) 16166;;;;;; "tmm.el" (14918 52692))
16167;;; Generated autoloads from tmm.el 16167;;; Generated autoloads from tmm.el
16168 (define-key global-map "\M-`" 'tmm-menubar) 16168 (define-key global-map "\M-`" 'tmm-menubar)
16169 (define-key global-map [f10] 'tmm-menubar) 16169 (define-key global-map [f10] 'tmm-menubar)
@@ -16198,7 +16198,7 @@ Its value should be an event that has a binding in MENU." nil nil)
16198 16198
16199;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 16199;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
16200;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 16200;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
16201;;;;;; "todo-mode" "calendar/todo-mode.el" (14930 62509)) 16201;;;;;; "todo-mode" "calendar/todo-mode.el" (14949 18685))
16202;;; Generated autoloads from calendar/todo-mode.el 16202;;; Generated autoloads from calendar/todo-mode.el
16203 16203
16204(autoload (quote todo-add-category) "todo-mode" "\ 16204(autoload (quote todo-add-category) "todo-mode" "\
@@ -16242,7 +16242,7 @@ Show TODO list." t nil)
16242;;;*** 16242;;;***
16243 16243
16244;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item 16244;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item
16245;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14885 15496)) 16245;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14918 52723))
16246;;; Generated autoloads from toolbar/tool-bar.el 16246;;; Generated autoloads from toolbar/tool-bar.el
16247 16247
16248(defvar tool-bar-mode nil "\ 16248(defvar tool-bar-mode nil "\
@@ -16292,7 +16292,7 @@ function." nil nil)
16292;;;*** 16292;;;***
16293 16293
16294;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 16294;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
16295;;;;;; (14932 41685)) 16295;;;;;; (14949 18684))
16296;;; Generated autoloads from tooltip.el 16296;;; Generated autoloads from tooltip.el
16297 16297
16298(autoload (quote tooltip-mode) "tooltip" "\ 16298(autoload (quote tooltip-mode) "tooltip" "\
@@ -16310,8 +16310,8 @@ use either \\[customize] or the function `tooltip-mode'.")
16310 16310
16311;;;*** 16311;;;***
16312 16312
16313;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14892 16313;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14918
16314;;;;;; 62442)) 16314;;;;;; 52693))
16315;;; Generated autoloads from emulation/tpu-edt.el 16315;;; Generated autoloads from emulation/tpu-edt.el
16316 16316
16317(fset (quote tpu-edt-mode) (quote tpu-edt-on)) 16317(fset (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -16324,7 +16324,7 @@ Turn on TPU/edt emulation." t nil)
16324;;;*** 16324;;;***
16325 16325
16326;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 16326;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
16327;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14892 62442)) 16327;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14918 52693))
16328;;; Generated autoloads from emulation/tpu-extras.el 16328;;; Generated autoloads from emulation/tpu-extras.el
16329 16329
16330(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 16330(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -16420,7 +16420,7 @@ First column's text sSs Second column's text
16420;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 16420;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
16421;;;;;; type-break type-break-mode type-break-keystroke-threshold 16421;;;;;; type-break type-break-mode type-break-keystroke-threshold
16422;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) 16422;;;;;; type-break-good-rest-interval type-break-interval type-break-mode)
16423;;;;;; "type-break" "type-break.el" (14891 28342)) 16423;;;;;; "type-break" "type-break.el" (14918 52692))
16424;;; Generated autoloads from type-break.el 16424;;; Generated autoloads from type-break.el
16425 16425
16426(defvar type-break-mode nil "\ 16426(defvar type-break-mode nil "\
@@ -16640,7 +16640,7 @@ The buffer in question is current when this function is called." nil nil)
16640;;;*** 16640;;;***
16641 16641
16642;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 16642;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
16643;;;;;; "uudecode" "gnus/uudecode.el" (14877 36787)) 16643;;;;;; "uudecode" "gnus/uudecode.el" (14878 8498))
16644;;; Generated autoloads from gnus/uudecode.el 16644;;; Generated autoloads from gnus/uudecode.el
16645 16645
16646(autoload (quote uudecode-decode-region-external) "uudecode" "\ 16646(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -16659,7 +16659,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 16659;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
16660;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 16660;;;;;; 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 16661;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook
16662;;;;;; vc-checkin-hook) "vc" "vc.el" (14938 58920)) 16662;;;;;; vc-checkin-hook) "vc" "vc.el" (14949 18685))
16663;;; Generated autoloads from vc.el 16663;;; Generated autoloads from vc.el
16664 16664
16665(defvar vc-checkin-hook nil "\ 16665(defvar vc-checkin-hook nil "\
@@ -16832,7 +16832,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16832 16832
16833;;;*** 16833;;;***
16834 16834
16835;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14940 15185)) 16835;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14949 18684))
16836;;; Generated autoloads from vc-cvs.el 16836;;; Generated autoloads from vc-cvs.el
16837 (defun vc-cvs-registered (f) 16837 (defun vc-cvs-registered (f)
16838 (when (file-readable-p (expand-file-name 16838 (when (file-readable-p (expand-file-name
@@ -16843,7 +16843,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16843;;;*** 16843;;;***
16844 16844
16845;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 16845;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
16846;;;;;; (14940 15185)) 16846;;;;;; (14949 18684))
16847;;; Generated autoloads from vc-rcs.el 16847;;; Generated autoloads from vc-rcs.el
16848 16848
16849(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 16849(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -16855,7 +16855,7 @@ For a description of possible values, see `vc-check-master-templates'.")
16855;;;*** 16855;;;***
16856 16856
16857;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 16857;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
16858;;;;;; (14940 15185)) 16858;;;;;; (14949 18684))
16859;;; Generated autoloads from vc-sccs.el 16859;;; Generated autoloads from vc-sccs.el
16860 16860
16861(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 16861(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -17230,8 +17230,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
17230 17230
17231;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 17231;;;### (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 17232;;;;;; view-buffer-other-window view-buffer view-file-other-frame
17233;;;;;; view-file-other-window view-file) "view" "view.el" (14862 17233;;;;;; view-file-other-window view-file) "view" "view.el" (14876
17234;;;;;; 37894)) 17234;;;;;; 51515))
17235;;; Generated autoloads from view.el 17235;;; Generated autoloads from view.el
17236 17236
17237(defvar view-mode nil "\ 17237(defvar view-mode nil "\
@@ -17454,7 +17454,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
17454;;;*** 17454;;;***
17455 17455
17456;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" 17456;;;### (autoloads (which-func-mode which-func-mode-global) "which-func"
17457;;;;;; "which-func.el" (14875 40521)) 17457;;;;;; "which-func.el" (14876 51515))
17458;;; Generated autoloads from which-func.el 17458;;; Generated autoloads from which-func.el
17459 17459
17460(defvar which-func-mode-global nil "\ 17460(defvar which-func-mode-global nil "\
@@ -17480,7 +17480,7 @@ and off otherwise." t nil)
17480 17480
17481;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region 17481;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region
17482;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 17482;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
17483;;;;;; "whitespace.el" (14933 40934)) 17483;;;;;; "whitespace.el" (14949 18685))
17484;;; Generated autoloads from whitespace.el 17484;;; Generated autoloads from whitespace.el
17485 17485
17486(autoload (quote whitespace-buffer) "whitespace" "\ 17486(autoload (quote whitespace-buffer) "whitespace" "\
@@ -17575,7 +17575,7 @@ whitespaces during the process of your editing)." t nil)
17575;;;*** 17575;;;***
17576 17576
17577;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 17577;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
17578;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14840 890)) 17578;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14840 21039))
17579;;; Generated autoloads from wid-browse.el 17579;;; Generated autoloads from wid-browse.el
17580 17580
17581(autoload (quote widget-browse-at) "wid-browse" "\ 17581(autoload (quote widget-browse-at) "wid-browse" "\
@@ -17594,7 +17594,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
17594;;;*** 17594;;;***
17595 17595
17596;;;### (autoloads (widget-delete widget-create widget-prompt-value) 17596;;;### (autoloads (widget-delete widget-create widget-prompt-value)
17597;;;;;; "wid-edit" "wid-edit.el" (14938 58920)) 17597;;;;;; "wid-edit" "wid-edit.el" (14949 18685))
17598;;; Generated autoloads from wid-edit.el 17598;;; Generated autoloads from wid-edit.el
17599 17599
17600(autoload (quote widget-prompt-value) "wid-edit" "\ 17600(autoload (quote widget-prompt-value) "wid-edit" "\
diff --git a/man/ChangeLog b/man/ChangeLog
index a91b64d2416..2a71ebc8966 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2
3 * ediff.texi: add credits.
4
5 * viper.texi: small fixes; added credits
6
12000-12-20 Eli Zaretskii <eliz@is.elta.co.il> 72000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * faq.texi: Many changes to make it consistent with Emacs 21. 9 * faq.texi: Many changes to make it consistent with Emacs 21.
diff --git a/man/ediff.texi b/man/ediff.texi
index 0c319e7ef6b..384e3e8ee1c 100644
--- a/man/ediff.texi
+++ b/man/ediff.texi
@@ -2321,7 +2321,8 @@ Sandy Rutherford (sandy@@ibm550.sissa.it),
2321Heribert Schuetz (schuetz@@ecrc.de), 2321Heribert Schuetz (schuetz@@ecrc.de),
2322Andy Scott (ascott@@pcocd2.intel.com), 2322Andy Scott (ascott@@pcocd2.intel.com),
2323Axel Seibert (axel@@tumbolia.ppp.informatik.uni-muenchen.de), 2323Axel Seibert (axel@@tumbolia.ppp.informatik.uni-muenchen.de),
2324Scott O.@: Sherman (Scott.Sherman@@mci.com), 2324Vin Shelton (acs@@xemacs.org),
2325Scott O. Sherman (Scott.Sherman@@mci.com),
2325Richard Stallman (rms@@gnu.org), 2326Richard Stallman (rms@@gnu.org),
2326Richard Stanton (stanton@@haas.berkeley.edu), 2327Richard Stanton (stanton@@haas.berkeley.edu),
2327Ake Stenhoff (etxaksf@@aom.ericsson.se), 2328Ake Stenhoff (etxaksf@@aom.ericsson.se),
@@ -2331,10 +2332,12 @@ Chuck Thompson (cthomp@@cs.uiuc.edu),
2331Ray Tomlinson (tomlinso@@bbn.com), 2332Ray Tomlinson (tomlinso@@bbn.com),
2332Raymond Toy (toy@@rtp.ericsson.se), 2333Raymond Toy (toy@@rtp.ericsson.se),
2333Jan Vroonhof (vroonhof@@math.ethz.ch), 2334Jan Vroonhof (vroonhof@@math.ethz.ch),
2335Colin Walters (walters@@cis.ohio-state.edu),
2334Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be), 2336Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be),
2335Klaus Weber (gizmo@@zork.north.de), 2337Klaus Weber (gizmo@@zork.north.de),
2336Ben Wing (ben@@xemacs.org), 2338Ben Wing (ben@@xemacs.org),
2337Tom Wurgler (twurgler@@goodyear.com), 2339Tom Wurgler (twurgler@@goodyear.com),
2340Steve Youngs (youngs@@xemacs.org),
2338Ilya Zakharevich (ilya@@math.ohio-state.edu), 2341Ilya Zakharevich (ilya@@math.ohio-state.edu),
2339Eli Zaretskii (eliz@@is.elta.co.il) 2342Eli Zaretskii (eliz@@is.elta.co.il)
2340@end example 2343@end example
diff --git a/man/viper.texi b/man/viper.texi
index bd00a89faab..e391b144c92 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -401,9 +401,9 @@ change to Vi state.@refill
401 401
402For users who chose to set their user level to 1 at Viper setup time, 402For users who chose to set their user level to 1 at Viper setup time,
403switching to Emacs state is deliberately made harder in order to not 403switching to Emacs state is deliberately made harder in order to not
404confuse the novice user. In this case, @kbd{C-z} will either iconify 404confuse the novice user. In this case, @kbd{C-z} will either iconify Emacs
405Emacs (if Emacs runs as an application under X) or it will stop Emacs 405(if Emacs runs as an application under X) or it will stop Emacs (if
406(if Emacs runs on a dumb terminal or in an Xterm window). 406Emacs runs on a dumb terminal or in an Xterm window).
407 407
408@item Vi state 408@item Vi state
409This is the Vi command mode. Any of the Vi commands, such as @kbd{i, o, a}, 409This is the Vi command mode. Any of the Vi commands, such as @kbd{i, o, a},
@@ -4431,6 +4431,7 @@ dwallach@@cs.princeton.edu (Dan Wallach),
4431dwight@@toolucky.llnl.gov (Dwight Shih), 4431dwight@@toolucky.llnl.gov (Dwight Shih),
4432dxc@@xprt.net (David X. Callaway), 4432dxc@@xprt.net (David X. Callaway),
4433edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds), 4433edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
4434gin@@mo.msk.ru (Golubev I.N.),
4434gviswana@@cs.wisc.edu (Guhan Viswanathan), 4435gviswana@@cs.wisc.edu (Guhan Viswanathan),
4435gvr@@halcyon.com (George V.@: Reilly), 4436gvr@@halcyon.com (George V.@: Reilly),
4436hatazaki@@bach.convex.com (Takao Hatazaki), 4437hatazaki@@bach.convex.com (Takao Hatazaki),