diff options
| author | Kai Großjohann | 2000-10-29 17:56:57 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2000-10-29 17:56:57 +0000 |
| commit | d09b9dbd231631be857b088097700776a9569005 (patch) | |
| tree | 449ae41c3a1bddab4885c3bb349a67279ed67532 | |
| parent | 1da437e9a86ce6a7db0f3a58f17289842ae92ff7 (diff) | |
| download | emacs-d09b9dbd231631be857b088097700776a9569005.tar.gz emacs-d09b9dbd231631be857b088097700776a9569005.zip | |
bogus commit
| -rw-r--r-- | lisp/cus-load.el | 88 | ||||
| -rw-r--r-- | lisp/eshell/esh-groups.el | 1 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 202 | ||||
| -rw-r--r-- | lisp/time-stamp.el | 4 |
4 files changed, 132 insertions, 163 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 3755abb2eb4..10d54e676d5 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | ;; | 2 | ;; |
| 3 | ;;; Code: | 3 | ;;; Code: |
| 4 | 4 | ||
| 5 | (put 'holidays 'custom-loads '("calendar")) | ||
| 6 | (put 'mime-display 'custom-loads '("mm-decode")) | 5 | (put 'mime-display 'custom-loads '("mm-decode")) |
| 6 | (put 'holidays 'custom-loads '("calendar")) | ||
| 7 | (put 'SQL 'custom-loads '("sql")) | 7 | (put 'SQL 'custom-loads '("sql")) |
| 8 | (put 'refbib 'custom-loads '("refbib")) | 8 | (put 'refbib 'custom-loads '("refbib")) |
| 9 | (put 'elp 'custom-loads '("elp")) | 9 | (put 'elp 'custom-loads '("elp")) |
| @@ -32,13 +32,13 @@ | |||
| 32 | (put 'gnus-article-headers 'custom-loads '("gnus-art" "gnus-sum")) | 32 | (put 'gnus-article-headers 'custom-loads '("gnus-art" "gnus-sum")) |
| 33 | (put 'f90 'custom-loads '("f90")) | 33 | (put 'f90 'custom-loads '("f90")) |
| 34 | (put 'allout 'custom-loads '("allout")) | 34 | (put 'allout 'custom-loads '("allout")) |
| 35 | (put 'ediff-hook 'custom-loads '("ediff-init" "ediff-mult")) | 35 | (put 'ediff-hook 'custom-loads '("ediff-init")) |
| 36 | (put 'woman-faces 'custom-loads '("woman")) | 36 | (put 'woman-faces 'custom-loads '("woman")) |
| 37 | (put 'ps-print-vertical 'custom-loads '("ps-print")) | 37 | (put 'ps-print-vertical 'custom-loads '("ps-print")) |
| 38 | (put 'supercite-hooks 'custom-loads '("supercite")) | 38 | (put 'supercite-hooks 'custom-loads '("supercite")) |
| 39 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) | 39 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) |
| 40 | (put 'chinese-calendar 'custom-loads '("cal-china")) | ||
| 41 | (put 'gnus-newsrc 'custom-loads '("gnus-start")) | 40 | (put 'gnus-newsrc 'custom-loads '("gnus-start")) |
| 41 | (put 'chinese-calendar 'custom-loads '("cal-china")) | ||
| 42 | (put 'expand 'custom-loads '("expand")) | 42 | (put 'expand 'custom-loads '("expand")) |
| 43 | (put 'bookmark 'custom-loads '("bookmark")) | 43 | (put 'bookmark 'custom-loads '("bookmark")) |
| 44 | (put 'icon 'custom-loads '("icon")) | 44 | (put 'icon 'custom-loads '("icon")) |
| @@ -51,7 +51,7 @@ | |||
| 51 | (put 'gnus-score-kill 'custom-loads '("gnus-kill" "gnus")) | 51 | (put 'gnus-score-kill 'custom-loads '("gnus-kill" "gnus")) |
| 52 | (put 'ldap 'custom-loads '("ldap")) | 52 | (put 'ldap 'custom-loads '("ldap")) |
| 53 | (put 'remote-compile 'custom-loads '("rcompile")) | 53 | (put 'remote-compile 'custom-loads '("rcompile")) |
| 54 | (put 'gnus-visual 'custom-loads '("earcon" "gnus-art" "gnus-audio" "gnus" "smiley-ems")) | 54 | (put 'gnus-visual 'custom-loads '("earcon" "gnus-art" "gnus" "smiley-ems")) |
| 55 | (put 'dabbrev 'custom-loads '("dabbrev")) | 55 | (put 'dabbrev 'custom-loads '("dabbrev")) |
| 56 | (put 'completion 'custom-loads '("completion" "iswitchb")) | 56 | (put 'completion 'custom-loads '("completion" "iswitchb")) |
| 57 | (put 'cpp 'custom-loads '("cpp")) | 57 | (put 'cpp 'custom-loads '("cpp")) |
| @@ -154,7 +154,7 @@ | |||
| 154 | (put 'message-various 'custom-loads '("message")) | 154 | (put 'message-various 'custom-loads '("message")) |
| 155 | (put 'term 'custom-loads '("terminal" "term")) | 155 | (put 'term 'custom-loads '("terminal" "term")) |
| 156 | (put 'gnus-summary-exit 'custom-loads '("gnus-sum" "gnus")) | 156 | (put 'gnus-summary-exit 'custom-loads '("gnus-sum" "gnus")) |
| 157 | (put 'news 'custom-loads '("gnus" "mm-decode" "message" "supercite")) | 157 | (put 'news 'custom-loads '("gnus" "message" "mm-decode" "supercite")) |
| 158 | (put 'ada 'custom-loads '("ada-mode" "ada-xref")) | 158 | (put 'ada 'custom-loads '("ada-mode" "ada-xref")) |
| 159 | (put 'gnus 'custom-loads '("gnus-art" "gnus-async" "gnus-demon" "gnus-dup" "gnus-eform" "gnus-undo" "gnus-uu" "gnus-win" "gnus" "mail-source" "nnmail" "rfc1843")) | 159 | (put 'gnus 'custom-loads '("gnus-art" "gnus-async" "gnus-demon" "gnus-dup" "gnus-eform" "gnus-undo" "gnus-uu" "gnus-win" "gnus" "mail-source" "nnmail" "rfc1843")) |
| 160 | (put 'cperl-affected-by-hairy 'custom-loads '("cperl-mode")) | 160 | (put 'cperl-affected-by-hairy 'custom-loads '("cperl-mode")) |
| @@ -167,7 +167,7 @@ | |||
| 167 | (put 'paren-showing 'custom-loads '("paren")) | 167 | (put 'paren-showing 'custom-loads '("paren")) |
| 168 | (put 'dos-fns 'custom-loads '("dos-vars")) | 168 | (put 'dos-fns 'custom-loads '("dos-vars")) |
| 169 | (put 'display-time 'custom-loads '("time")) | 169 | (put 'display-time 'custom-loads '("time")) |
| 170 | (put 'multimedia 'custom-loads '("image" "gnus-audio" "mm-decode")) | 170 | (put 'multimedia 'custom-loads '("mm-decode")) |
| 171 | (put 'reftex 'custom-loads '("reftex-vars")) | 171 | (put 'reftex 'custom-loads '("reftex-vars")) |
| 172 | (put 'makemode 'custom-loads '("make-mode")) | 172 | (put 'makemode 'custom-loads '("make-mode")) |
| 173 | (put 'hexl 'custom-loads '("hexl")) | 173 | (put 'hexl 'custom-loads '("hexl")) |
| @@ -216,8 +216,8 @@ | |||
| 216 | (put 'font-lock 'custom-loads '("font-lock" "frame" "faces")) | 216 | (put 'font-lock 'custom-loads '("font-lock" "frame" "faces")) |
| 217 | (put 'auto-save 'custom-loads '("files" "startup")) | 217 | (put 'auto-save 'custom-loads '("files" "startup")) |
| 218 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) | 218 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) |
| 219 | (put 'viper-hooks 'custom-loads '("viper-init")) | ||
| 220 | (put 'gnus-cite 'custom-loads '("gnus-cite")) | 219 | (put 'gnus-cite 'custom-loads '("gnus-cite")) |
| 220 | (put 'viper-hooks 'custom-loads '("viper-init")) | ||
| 221 | (put 'gnus-demon 'custom-loads '("gnus-demon")) | 221 | (put 'gnus-demon 'custom-loads '("gnus-demon")) |
| 222 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) | 222 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) |
| 223 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) | 223 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) |
| @@ -226,7 +226,7 @@ | |||
| 226 | (put 'mh-buffer 'custom-loads '("mh-utils")) | 226 | (put 'mh-buffer 'custom-loads '("mh-utils")) |
| 227 | (put 'feedmail-queue 'custom-loads '("feedmail")) | 227 | (put 'feedmail-queue 'custom-loads '("feedmail")) |
| 228 | (put 'idlwave-misc 'custom-loads '("idlwave")) | 228 | (put 'idlwave-misc 'custom-loads '("idlwave")) |
| 229 | (put 'cmuscheme 'custom-loads '("cmuscheme")) | 229 | (put 'cmuscheme 'custom-loads '("cmuscheme" "xscheme")) |
| 230 | (put 'ansi-colors 'custom-loads '("ansi-color")) | 230 | (put 'ansi-colors 'custom-loads '("ansi-color")) |
| 231 | (put 'file-cache 'custom-loads '("filecache")) | 231 | (put 'file-cache 'custom-loads '("filecache")) |
| 232 | (put 'uce 'custom-loads '("uce")) | 232 | (put 'uce 'custom-loads '("uce")) |
| @@ -269,7 +269,7 @@ | |||
| 269 | (put 'generic-x 'custom-loads '("generic-x")) | 269 | (put 'generic-x 'custom-loads '("generic-x")) |
| 270 | (put 'partial-completion 'custom-loads '("complete")) | 270 | (put 'partial-completion 'custom-loads '("complete")) |
| 271 | (put 'whitespace 'custom-loads '("whitespace")) | 271 | (put 'whitespace 'custom-loads '("whitespace")) |
| 272 | (put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt")) | 272 | (put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug")) |
| 273 | (put 'pages 'custom-loads '("page-ext")) | 273 | (put 'pages 'custom-loads '("page-ext")) |
| 274 | (put 'message-interface 'custom-loads '("message")) | 274 | (put 'message-interface 'custom-loads '("message")) |
| 275 | (put 'diary 'custom-loads '("calendar" "diary-lib")) | 275 | (put 'diary 'custom-loads '("calendar" "diary-lib")) |
| @@ -279,7 +279,6 @@ | |||
| 279 | (put 'tex-view 'custom-loads '("tex-mode")) | 279 | (put 'tex-view 'custom-loads '("tex-mode")) |
| 280 | (put 'nnmail-files 'custom-loads '("nnmail")) | 280 | (put 'nnmail-files 'custom-loads '("nnmail")) |
| 281 | (put 'gnus-edit-form 'custom-loads '("gnus-eform")) | 281 | (put 'gnus-edit-form 'custom-loads '("gnus-eform")) |
| 282 | (put 'gnus-audio 'custom-loads '("gnus-audio")) | ||
| 283 | (put 'modula2 'custom-loads '("modula2")) | 282 | (put 'modula2 'custom-loads '("modula2")) |
| 284 | (put 'ps-print-color 'custom-loads '("ps-print")) | 283 | (put 'ps-print-color 'custom-loads '("ps-print")) |
| 285 | (put 'emacs 'custom-loads '("cus-edit" "ebnf2ps")) | 284 | (put 'emacs 'custom-loads '("cus-edit" "ebnf2ps")) |
| @@ -295,13 +294,12 @@ | |||
| 295 | (put 'apropos 'custom-loads '("apropos")) | 294 | (put 'apropos 'custom-loads '("apropos")) |
| 296 | (put 'gomoku 'custom-loads '("gomoku")) | 295 | (put 'gomoku 'custom-loads '("gomoku")) |
| 297 | (put 'eshell-pred 'custom-loads '("em-pred")) | 296 | (put 'eshell-pred 'custom-loads '("em-pred")) |
| 298 | (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")) | 297 | (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" "rcompile" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode")) |
| 299 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 298 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 300 | (put 'sgml 'custom-loads '("sgml-mode")) | 299 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 301 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) | 300 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) |
| 302 | (put 'isearch-faces 'custom-loads '("isearch")) | ||
| 303 | (put 'eshell-hist 'custom-loads '("em-hist")) | ||
| 304 | (put 'viper-mouse 'custom-loads '("viper-mous")) | 301 | (put 'viper-mouse 'custom-loads '("viper-mous")) |
| 302 | (put 'eshell-hist 'custom-loads '("em-hist")) | ||
| 305 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) | 303 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) |
| 306 | (put 'woman 'custom-loads '("woman")) | 304 | (put 'woman 'custom-loads '("woman")) |
| 307 | (put 'decipher 'custom-loads '("decipher")) | 305 | (put 'decipher 'custom-loads '("decipher")) |
| @@ -319,7 +317,7 @@ | |||
| 319 | (put 'diff 'custom-loads '("diff-mode" "diff")) | 317 | (put 'diff 'custom-loads '("diff-mode" "diff")) |
| 320 | (put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script")) | 318 | (put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script")) |
| 321 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) | 319 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) |
| 322 | (put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc")) | 320 | (put 'vc 'custom-loads '("files" "vc-hooks" "vc-cvs" "vc-rcs" "vc-sccs" "vc")) |
| 323 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) | 321 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) |
| 324 | (put 'which-func 'custom-loads '("which-func")) | 322 | (put 'which-func 'custom-loads '("which-func")) |
| 325 | (put 'pc-select 'custom-loads '("pc-select")) | 323 | (put 'pc-select 'custom-loads '("pc-select")) |
| @@ -329,7 +327,6 @@ | |||
| 329 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) | 327 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) |
| 330 | (put 'basic-faces 'custom-loads '("faces" "frame")) | 328 | (put 'basic-faces 'custom-loads '("faces" "frame")) |
| 331 | (put 'net-utils 'custom-loads '("net-utils")) | 329 | (put 'net-utils 'custom-loads '("net-utils")) |
| 332 | (put 'columns 'custom-loads '("delim-col")) | ||
| 333 | (put 'facemenu 'custom-loads '("facemenu")) | 330 | (put 'facemenu 'custom-loads '("facemenu")) |
| 334 | (put 'pp 'custom-loads '("pp")) | 331 | (put 'pp 'custom-loads '("pp")) |
| 335 | (put 'two-column 'custom-loads '("two-column")) | 332 | (put 'two-column 'custom-loads '("two-column")) |
| @@ -345,7 +342,7 @@ | |||
| 345 | (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils")) | 342 | (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils")) |
| 346 | (put 'type-break 'custom-loads '("type-break")) | 343 | (put 'type-break 'custom-loads '("type-break")) |
| 347 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) | 344 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) |
| 348 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "whitespace" "windmove" "pc-select")) | 345 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "windmove" "pc-select")) |
| 349 | (put 'lm 'custom-loads '("landmark")) | 346 | (put 'lm 'custom-loads '("landmark")) |
| 350 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) | 347 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) |
| 351 | (put 'm4 'custom-loads '("m4-mode")) | 348 | (put 'm4 'custom-loads '("m4-mode")) |
| @@ -363,11 +360,10 @@ | |||
| 363 | (put 'log-view 'custom-loads '("log-view")) | 360 | (put 'log-view 'custom-loads '("log-view")) |
| 364 | (put 'PostScript 'custom-loads '("ps-mode")) | 361 | (put 'PostScript 'custom-loads '("ps-mode")) |
| 365 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) | 362 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) |
| 366 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 367 | (put 'earcon 'custom-loads '("earcon")) | 363 | (put 'earcon 'custom-loads '("earcon")) |
| 364 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 368 | (put 'feedmail-headers 'custom-loads '("feedmail")) | 365 | (put 'feedmail-headers 'custom-loads '("feedmail")) |
| 369 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) | 366 | (put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" "metamail")) |
| 370 | (put 'image 'custom-loads '("image-file")) | ||
| 371 | (put 'ff 'custom-loads '("find-file")) | 367 | (put 'ff 'custom-loads '("find-file")) |
| 372 | (put 'prolog 'custom-loads '("prolog")) | 368 | (put 'prolog 'custom-loads '("prolog")) |
| 373 | (put 'follow 'custom-loads '("follow")) | 369 | (put 'follow 'custom-loads '("follow")) |
| @@ -431,7 +427,7 @@ | |||
| 431 | (put 'bibtex-autokey 'custom-loads '("bibtex")) | 427 | (put 'bibtex-autokey 'custom-loads '("bibtex")) |
| 432 | (put 'eudc 'custom-loads '("eudc-vars")) | 428 | (put 'eudc 'custom-loads '("eudc-vars")) |
| 433 | (put 'octave 'custom-loads '("octave-inf" "octave-mod")) | 429 | (put 'octave 'custom-loads '("octave-inf" "octave-mod")) |
| 434 | (put 'editing-basics 'custom-loads '("simple" "files" "pc-select")) | 430 | (put 'editing-basics 'custom-loads '("simple" "files" "delsel" "pc-select")) |
| 435 | (put 'hscroll 'custom-loads '("hscroll")) | 431 | (put 'hscroll 'custom-loads '("hscroll")) |
| 436 | (put 'fortune-signature 'custom-loads '("fortune")) | 432 | (put 'fortune-signature 'custom-loads '("fortune")) |
| 437 | (put 'nnmail-expire 'custom-loads '("gnus" "nnmail")) | 433 | (put 'nnmail-expire 'custom-loads '("gnus" "nnmail")) |
| @@ -457,7 +453,7 @@ | |||
| 457 | (put 'shadow 'custom-loads '("shadowfile" "shadow")) | 453 | (put 'shadow 'custom-loads '("shadowfile" "shadow")) |
| 458 | (put 'hl-line 'custom-loads '("hl-line")) | 454 | (put 'hl-line 'custom-loads '("hl-line")) |
| 459 | (put 'eshell-glob 'custom-loads '("em-glob")) | 455 | (put 'eshell-glob 'custom-loads '("em-glob")) |
| 460 | (put 'internal 'custom-loads '("startup" "cus-edit" "delim-col")) | 456 | (put 'internal 'custom-loads '("startup" "cus-edit")) |
| 461 | (put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "eldoc" "elp" "find-func" "pp" "re-builder" "shadow" "trace" "scheme")) | 457 | (put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "eldoc" "elp" "find-func" "pp" "re-builder" "shadow" "trace" "scheme")) |
| 462 | (put 'local 'custom-loads '("calendar")) | 458 | (put 'local 'custom-loads '("calendar")) |
| 463 | (put 'rlogin 'custom-loads '("rlogin")) | 459 | (put 'rlogin 'custom-loads '("rlogin")) |
| @@ -471,7 +467,7 @@ | |||
| 471 | (put 'message-sending 'custom-loads '("message")) | 467 | (put 'message-sending 'custom-loads '("message")) |
| 472 | (put 'archive-arc 'custom-loads '("arc-mode")) | 468 | (put 'archive-arc 'custom-loads '("arc-mode")) |
| 473 | (put 'rmail-output 'custom-loads '("rmailout")) | 469 | (put 'rmail-output 'custom-loads '("rmailout")) |
| 474 | (put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "whitespace" "picture")) | 470 | (put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "picture")) |
| 475 | (put 'crisp 'custom-loads '("crisp")) | 471 | (put 'crisp 'custom-loads '("crisp")) |
| 476 | (put 'nroff 'custom-loads '("nroff-mode")) | 472 | (put 'nroff 'custom-loads '("nroff-mode")) |
| 477 | (put 'gnus-group-icons 'custom-loads '("gnus-group")) | 473 | (put 'gnus-group-icons 'custom-loads '("gnus-group")) |
| @@ -487,8 +483,8 @@ | |||
| 487 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) | 483 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) |
| 488 | (put 'pascal 'custom-loads '("pascal")) | 484 | (put 'pascal 'custom-loads '("pascal")) |
| 489 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) | 485 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) |
| 490 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) | 486 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode" "timeclock")) |
| 491 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "eudc-vars" "fortune")) | 487 | (put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "imap" "message" "mm-decode" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) |
| 492 | (put 'paren-blinking 'custom-loads '("simple")) | 488 | (put 'paren-blinking 'custom-loads '("simple")) |
| 493 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 489 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| 494 | (put 'fast-lock 'custom-loads '("fast-lock")) | 490 | (put 'fast-lock 'custom-loads '("fast-lock")) |
| @@ -498,7 +494,7 @@ | |||
| 498 | (put 'dired 'custom-loads '("files" "dired-aux" "dired-x" "dired" "find-dired")) | 494 | (put 'dired 'custom-loads '("files" "dired-aux" "dired-x" "dired" "find-dired")) |
| 499 | (put 'recentf 'custom-loads '("recentf")) | 495 | (put 'recentf 'custom-loads '("recentf")) |
| 500 | (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) | 496 | (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) |
| 501 | (put 'outlines 'custom-loads '("allout" "outline" "ooutline")) | 497 | (put 'outlines 'custom-loads '("allout" "outline")) |
| 502 | (put 'latin1-display 'custom-loads '("latin1-disp")) | 498 | (put 'latin1-display 'custom-loads '("latin1-disp")) |
| 503 | (put 'paragraphs 'custom-loads '("paragraphs")) | 499 | (put 'paragraphs 'custom-loads '("paragraphs")) |
| 504 | (put 'ebrowse 'custom-loads '("ebrowse")) | 500 | (put 'ebrowse 'custom-loads '("ebrowse")) |
| @@ -563,7 +559,7 @@ | |||
| 563 | (put 'tempo 'custom-loads '("tempo")) | 559 | (put 'tempo 'custom-loads '("tempo")) |
| 564 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) | 560 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) |
| 565 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 561 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 566 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" "flyspell")) | 562 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) |
| 567 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | 563 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) |
| 568 | (put 'sendmail 'custom-loads '("sendmail")) | 564 | (put 'sendmail 'custom-loads '("sendmail")) |
| 569 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) | 565 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) |
| @@ -611,14 +607,10 @@ | |||
| 611 | (custom-put-if-not 'speedbar-reconfigure-keymaps-hook 'standard-value t) | 607 | (custom-put-if-not 'speedbar-reconfigure-keymaps-hook 'standard-value t) |
| 612 | (custom-put-if-not 'highlight-changes 'custom-version "20.4") | 608 | (custom-put-if-not 'highlight-changes 'custom-version "20.4") |
| 613 | (custom-put-if-not 'highlight-changes 'group-documentation "Highlight Changes mode.") | 609 | (custom-put-if-not 'highlight-changes 'group-documentation "Highlight Changes mode.") |
| 614 | (custom-put-if-not 'browse-url-gnome-moz-arguments 'custom-version "21.1") | ||
| 615 | (custom-put-if-not 'browse-url-gnome-moz-arguments 'standard-value t) | ||
| 616 | (custom-put-if-not 'query-replace-from-history-variable 'custom-version "20.3") | 610 | (custom-put-if-not 'query-replace-from-history-variable 'custom-version "20.3") |
| 617 | (custom-put-if-not 'query-replace-from-history-variable 'standard-value t) | 611 | (custom-put-if-not 'query-replace-from-history-variable 'standard-value t) |
| 618 | (custom-put-if-not 'footnote 'custom-version "21.1") | 612 | (custom-put-if-not 'footnote 'custom-version "21.1") |
| 619 | (custom-put-if-not 'footnote 'group-documentation "Support for footnotes in mail and news messages.") | 613 | (custom-put-if-not 'footnote 'group-documentation "Support for footnotes in mail and news messages.") |
| 620 | (custom-put-if-not 'pcomplete 'custom-version "21.1") | ||
| 621 | (custom-put-if-not 'pcomplete 'group-documentation "Programmable completion.") | ||
| 622 | (custom-put-if-not 'fancy-splash-screen 'custom-version "21.1") | 614 | (custom-put-if-not 'fancy-splash-screen 'custom-version "21.1") |
| 623 | (custom-put-if-not 'fancy-splash-screen 'group-documentation "Fancy splash screen when Emacs starts.") | 615 | (custom-put-if-not 'fancy-splash-screen 'group-documentation "Fancy splash screen when Emacs starts.") |
| 624 | (custom-put-if-not 'custom-variable-default-form 'custom-version "20.3") | 616 | (custom-put-if-not 'custom-variable-default-form 'custom-version "20.3") |
| @@ -659,12 +651,6 @@ | |||
| 659 | (custom-put-if-not 'mail-source 'group-documentation "The mail-fetching library.") | 651 | (custom-put-if-not 'mail-source 'group-documentation "The mail-fetching library.") |
| 660 | (custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1") | 652 | (custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1") |
| 661 | (custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t) | 653 | (custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t) |
| 662 | (custom-put-if-not 'eshell 'custom-version "21.1") | ||
| 663 | (custom-put-if-not 'eshell 'group-documentation "Eshell is a command shell implemented entirely in Emacs Lisp. It | ||
| 664 | invokes no external processes beyond those requested by the user. It | ||
| 665 | is intended to be a functional replacement for command shells such as | ||
| 666 | bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of | ||
| 667 | the tasks accomplished by such tools.") | ||
| 668 | (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") | 654 | (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") |
| 669 | (custom-put-if-not 'compilation-scroll-output 'standard-value t) | 655 | (custom-put-if-not 'compilation-scroll-output 'standard-value t) |
| 670 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") | 656 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") |
| @@ -740,16 +726,12 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 740 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) | 726 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) |
| 741 | (custom-put-if-not 'generic-x 'custom-version "20.3") | 727 | (custom-put-if-not 'generic-x 'custom-version "20.3") |
| 742 | (custom-put-if-not 'generic-x 'group-documentation "Extra modes for generic mode.") | 728 | (custom-put-if-not 'generic-x 'group-documentation "Extra modes for generic mode.") |
| 743 | (custom-put-if-not 'whitespace 'custom-version "21.1") | ||
| 744 | (custom-put-if-not 'whitespace 'group-documentation "Check for and fix five different types of whitespaces in source code.") | ||
| 745 | (custom-put-if-not 'debugger-mode-hook 'custom-version "20.3") | 729 | (custom-put-if-not 'debugger-mode-hook 'custom-version "20.3") |
| 746 | (custom-put-if-not 'debugger-mode-hook 'standard-value t) | 730 | (custom-put-if-not 'debugger-mode-hook 'standard-value t) |
| 747 | (custom-put-if-not 'scroll-bar 'custom-version "21.1") | 731 | (custom-put-if-not 'scroll-bar 'custom-version "21.1") |
| 748 | (custom-put-if-not 'scroll-bar 'group-documentation nil) | 732 | (custom-put-if-not 'scroll-bar 'group-documentation nil) |
| 749 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") | 733 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") |
| 750 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) | 734 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) |
| 751 | (custom-put-if-not 'gnus-audio 'custom-version "21.1") | ||
| 752 | (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.") | ||
| 753 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") | 735 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") |
| 754 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) | 736 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) |
| 755 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") | 737 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") |
| @@ -762,8 +744,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 762 | (custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.") | 744 | (custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.") |
| 763 | (custom-put-if-not 'show-paren-priority 'custom-version "21.1") | 745 | (custom-put-if-not 'show-paren-priority 'custom-version "21.1") |
| 764 | (custom-put-if-not 'show-paren-priority 'standard-value t) | 746 | (custom-put-if-not 'show-paren-priority 'standard-value t) |
| 765 | (custom-put-if-not 'isearch-faces 'custom-version "21.1") | ||
| 766 | (custom-put-if-not 'isearch-faces 'group-documentation "Lazy highlighting feature for incremental search.") | ||
| 767 | (custom-put-if-not 'vc-handled-backends 'custom-version "21.1") | 747 | (custom-put-if-not 'vc-handled-backends 'custom-version "21.1") |
| 768 | (custom-put-if-not 'vc-handled-backends 'standard-value t) | 748 | (custom-put-if-not 'vc-handled-backends 'standard-value t) |
| 769 | (custom-put-if-not 'find-function-recenter-line 'custom-version "20.3") | 749 | (custom-put-if-not 'find-function-recenter-line 'custom-version "20.3") |
| @@ -774,8 +754,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 774 | (custom-put-if-not 'change-log-list-face 'group-documentation nil) | 754 | (custom-put-if-not 'change-log-list-face 'group-documentation nil) |
| 775 | (custom-put-if-not 'vc-rcs-register-switches 'custom-version "21.1") | 755 | (custom-put-if-not 'vc-rcs-register-switches 'custom-version "21.1") |
| 776 | (custom-put-if-not 'vc-rcs-register-switches 'standard-value t) | 756 | (custom-put-if-not 'vc-rcs-register-switches 'standard-value t) |
| 777 | (custom-put-if-not 'gnus-nocem-check-article-limit 'custom-version "21.1") | ||
| 778 | (custom-put-if-not 'gnus-nocem-check-article-limit 'standard-value t) | ||
| 779 | (custom-put-if-not 'mail-citation-prefix-regexp 'custom-version "20.3") | 757 | (custom-put-if-not 'mail-citation-prefix-regexp 'custom-version "20.3") |
| 780 | (custom-put-if-not 'mail-citation-prefix-regexp 'standard-value t) | 758 | (custom-put-if-not 'mail-citation-prefix-regexp 'standard-value t) |
| 781 | (custom-put-if-not 'diary-mail-days 'custom-version "20.3") | 759 | (custom-put-if-not 'diary-mail-days 'custom-version "20.3") |
| @@ -802,8 +780,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 802 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) | 780 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) |
| 803 | (custom-put-if-not 'net-utils 'custom-version "20.3") | 781 | (custom-put-if-not 'net-utils 'custom-version "20.3") |
| 804 | (custom-put-if-not 'net-utils 'group-documentation "Network utility functions.") | 782 | (custom-put-if-not 'net-utils 'group-documentation "Network utility functions.") |
| 805 | (custom-put-if-not 'log-edit 'custom-version "21.1") | ||
| 806 | (custom-put-if-not 'log-edit 'group-documentation "Major mode for editing RCS and CVS commit messages.") | ||
| 807 | (custom-put-if-not 'finger-X.500-host-regexps 'custom-version "21.1") | 783 | (custom-put-if-not 'finger-X.500-host-regexps 'custom-version "21.1") |
| 808 | (custom-put-if-not 'finger-X.500-host-regexps 'standard-value t) | 784 | (custom-put-if-not 'finger-X.500-host-regexps 'standard-value t) |
| 809 | (custom-put-if-not 'uce-mail-reader 'custom-version "20.3") | 785 | (custom-put-if-not 'uce-mail-reader 'custom-version "20.3") |
| @@ -820,16 +796,16 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 820 | (custom-put-if-not 'change-log-version-number-regexp-list 'standard-value t) | 796 | (custom-put-if-not 'change-log-version-number-regexp-list 'standard-value t) |
| 821 | (custom-put-if-not 'menu 'custom-version "21.1") | 797 | (custom-put-if-not 'menu 'custom-version "21.1") |
| 822 | (custom-put-if-not 'menu 'group-documentation "Input from the menus.") | 798 | (custom-put-if-not 'menu 'group-documentation "Input from the menus.") |
| 823 | (custom-put-if-not 'gnus-nocem-check-from 'custom-version "21.1") | ||
| 824 | (custom-put-if-not 'gnus-nocem-check-from 'standard-value t) | ||
| 825 | (custom-put-if-not 'sgml-validate-command 'custom-version "21.1") | 799 | (custom-put-if-not 'sgml-validate-command 'custom-version "21.1") |
| 826 | (custom-put-if-not 'sgml-validate-command 'standard-value t) | 800 | (custom-put-if-not 'sgml-validate-command 'standard-value t) |
| 827 | (custom-put-if-not 'jit-lock 'custom-version "21.1") | 801 | (custom-put-if-not 'jit-lock 'custom-version "21.1") |
| 828 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") | 802 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") |
| 829 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") | 803 | (custom-put-if-not 'temp-buffer-resize-mode 'custom-version "20.4") |
| 830 | (custom-put-if-not 'rmail-file-name 'standard-value t) | 804 | (custom-put-if-not 'temp-buffer-resize-mode 'standard-value t) |
| 831 | (custom-put-if-not 'bs 'custom-version "21.1") | 805 | (custom-put-if-not 'bs 'custom-version "21.1") |
| 832 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") | 806 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") |
| 807 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") | ||
| 808 | (custom-put-if-not 'rmail-file-name 'standard-value t) | ||
| 833 | (custom-put-if-not 'cperl 'custom-version "20.3") | 809 | (custom-put-if-not 'cperl 'custom-version "20.3") |
| 834 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") | 810 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") |
| 835 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") | 811 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") |
| @@ -852,8 +828,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 852 | (custom-put-if-not 'change-log-acknowledgement-face 'group-documentation nil) | 828 | (custom-put-if-not 'change-log-acknowledgement-face 'group-documentation nil) |
| 853 | (custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3") | 829 | (custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3") |
| 854 | (custom-put-if-not 'mail-abbrevs-mode 'standard-value t) | 830 | (custom-put-if-not 'mail-abbrevs-mode 'standard-value t) |
| 855 | (custom-put-if-not 'eudc 'custom-version "21.1") | ||
| 856 | (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.") | ||
| 857 | (custom-put-if-not 'scrolling 'custom-version "21.1") | 831 | (custom-put-if-not 'scrolling 'custom-version "21.1") |
| 858 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") | 832 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") |
| 859 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") | 833 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") |
| @@ -880,8 +854,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 880 | (custom-put-if-not 'vc-dired-listing-switches 'standard-value t) | 854 | (custom-put-if-not 'vc-dired-listing-switches 'standard-value t) |
| 881 | (custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3") | 855 | (custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3") |
| 882 | (custom-put-if-not 'rmail-movemail-flags 'standard-value t) | 856 | (custom-put-if-not 'rmail-movemail-flags 'standard-value t) |
| 883 | (custom-put-if-not 'sql-sybase-options 'custom-version "20.8") | ||
| 884 | (custom-put-if-not 'sql-sybase-options 'standard-value t) | ||
| 885 | (custom-put-if-not 'recentf 'custom-version "21.1") | 857 | (custom-put-if-not 'recentf 'custom-version "21.1") |
| 886 | (custom-put-if-not 'recentf 'group-documentation "Maintain a menu of recently opened files.") | 858 | (custom-put-if-not 'recentf 'group-documentation "Maintain a menu of recently opened files.") |
| 887 | (custom-put-if-not 'fortune 'custom-version "21.1") | 859 | (custom-put-if-not 'fortune 'custom-version "21.1") |
| @@ -889,9 +861,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 889 | (custom-put-if-not 'dired-at-point-require-prefix 'custom-version "20.3") | 861 | (custom-put-if-not 'dired-at-point-require-prefix 'custom-version "20.3") |
| 890 | (custom-put-if-not 'dired-at-point-require-prefix 'standard-value t) | 862 | (custom-put-if-not 'dired-at-point-require-prefix 'standard-value t) |
| 891 | (custom-put-if-not 'diff-mode 'custom-version "21.1") | 863 | (custom-put-if-not 'diff-mode 'custom-version "21.1") |
| 892 | (custom-put-if-not 'diff-mode 'group-documentation "Major mode for viewing/editing diffs") | 864 | (custom-put-if-not 'diff-mode 'group-documentation "Major-mode for viewing/editing diffs") |
| 893 | (custom-put-if-not 'sql-mysql-options 'custom-version "20.8") | ||
| 894 | (custom-put-if-not 'sql-mysql-options 'standard-value t) | ||
| 895 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") | 865 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") |
| 896 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'standard-value t) | 866 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'standard-value t) |
| 897 | (custom-put-if-not 'change-log-file-face 'custom-version "21.1") | 867 | (custom-put-if-not 'change-log-file-face 'custom-version "21.1") |
| @@ -920,7 +890,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 920 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) | 890 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) |
| 921 | (custom-put-if-not 'dabbrev-ignored-regexps 'custom-version "21.1") | 891 | (custom-put-if-not 'dabbrev-ignored-regexps 'custom-version "21.1") |
| 922 | (custom-put-if-not 'dabbrev-ignored-regexps 'standard-value t) | 892 | (custom-put-if-not 'dabbrev-ignored-regexps 'standard-value t) |
| 923 | (custom-put-if-not 'find-variable-regexp 'custom-version "21.1") | 893 | (custom-put-if-not 'find-variable-regexp 'custom-version "20.3") |
| 924 | (custom-put-if-not 'find-variable-regexp 'standard-value t) | 894 | (custom-put-if-not 'find-variable-regexp 'standard-value t) |
| 925 | (custom-put-if-not 'header-line 'custom-version "21.1") | 895 | (custom-put-if-not 'header-line 'custom-version "21.1") |
| 926 | (custom-put-if-not 'header-line 'group-documentation nil) | 896 | (custom-put-if-not 'header-line 'group-documentation nil) |
| @@ -943,7 +913,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 943 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 913 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 944 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 914 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 945 | 915 | ||
| 946 | (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" "vc" "paths" "sgml-mode" "net-utils" "font-lock" "gnus-nocem" "vc-hooks" "paren" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "files" "add-log" "find-func" "wid-edit" "vc-rcs" "vc-cvs" "simple" "browse-url" "speedbar") ("20.8" "ansi-color" "sql")) | 916 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "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" "vc" "paths" "sgml-mode" "net-utils" "font-lock" "vc-hooks" "paren" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "files" "add-log" "find-func" "wid-edit" "vc-rcs" "vc-cvs" "simple" "speedbar") ("20.8" "ansi-color" "sql")) |
| 947 | "For internal use by custom.") | 917 | "For internal use by custom.") |
| 948 | 918 | ||
| 949 | (provide 'cus-load) | 919 | (provide 'cus-load) |
diff --git a/lisp/eshell/esh-groups.el b/lisp/eshell/esh-groups.el index 218bd2a2e52..d82cdff4ffd 100644 --- a/lisp/eshell/esh-groups.el +++ b/lisp/eshell/esh-groups.el | |||
| @@ -132,4 +132,3 @@ functions, or as aliases which make some of Emacs' behavior more | |||
| 132 | naturally accessible within Emacs." | 132 | naturally 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 3e97fe2ac18..26cee0b0c63 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -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 | ;;;;;; (14821 39610)) | 55 | ;;;;;; (14816 63829)) |
| 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 | ;;;;;; (14821 39610)) | 111 | ;;;;;; (14816 63829)) |
| 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" "\ |
| @@ -309,7 +309,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil | |||
| 309 | 309 | ||
| 310 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 310 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 311 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 311 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 312 | ;;;;;; align) "align" "align.el" (14824 37432)) | 312 | ;;;;;; align) "align" "align.el" (14823 8292)) |
| 313 | ;;; Generated autoloads from align.el | 313 | ;;; Generated autoloads from align.el |
| 314 | 314 | ||
| 315 | (autoload (quote align) "align" "\ | 315 | (autoload (quote align) "align" "\ |
| @@ -473,8 +473,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 473 | ;;;*** | 473 | ;;;*** |
| 474 | 474 | ||
| 475 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 475 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 476 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14813 | 476 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14811 |
| 477 | ;;;;;; 54515)) | 477 | ;;;;;; 51864)) |
| 478 | ;;; Generated autoloads from apropos.el | 478 | ;;; Generated autoloads from apropos.el |
| 479 | 479 | ||
| 480 | (autoload (quote apropos-mode) "apropos" "\ | 480 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -518,8 +518,8 @@ Returns list of symbols and documentation found." t nil) | |||
| 518 | 518 | ||
| 519 | ;;;*** | 519 | ;;;*** |
| 520 | 520 | ||
| 521 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (14829 | 521 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (14825 |
| 522 | ;;;;;; 51484)) | 522 | ;;;;;; 31071)) |
| 523 | ;;; Generated autoloads from arc-mode.el | 523 | ;;; Generated autoloads from arc-mode.el |
| 524 | 524 | ||
| 525 | (autoload (quote archive-mode) "arc-mode" "\ | 525 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -634,7 +634,7 @@ Special commands: | |||
| 634 | ;;;*** | 634 | ;;;*** |
| 635 | 635 | ||
| 636 | ;;;### (autoloads (batch-update-authors authors) "authors" "emacs-lisp/authors.el" | 636 | ;;;### (autoloads (batch-update-authors authors) "authors" "emacs-lisp/authors.el" |
| 637 | ;;;;;; (14840 12752)) | 637 | ;;;;;; (14839 20377)) |
| 638 | ;;; Generated autoloads from emacs-lisp/authors.el | 638 | ;;; Generated autoloads from emacs-lisp/authors.el |
| 639 | 639 | ||
| 640 | (autoload (quote authors) "authors" "\ | 640 | (autoload (quote authors) "authors" "\ |
| @@ -881,7 +881,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 881 | ;;;*** | 881 | ;;;*** |
| 882 | 882 | ||
| 883 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 883 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 884 | ;;;;;; (14821 39589)) | 884 | ;;;;;; (14818 62640)) |
| 885 | ;;; Generated autoloads from battery.el | 885 | ;;; Generated autoloads from battery.el |
| 886 | 886 | ||
| 887 | (autoload (quote battery) "battery" "\ | 887 | (autoload (quote battery) "battery" "\ |
| @@ -1393,7 +1393,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1393 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 1393 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file |
| 1394 | ;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display | 1394 | ;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display |
| 1395 | ;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url" | 1395 | ;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url" |
| 1396 | ;;;;;; "net/browse-url.el" (14821 39609)) | 1396 | ;;;;;; "net/browse-url.el" (14815 49999)) |
| 1397 | ;;; Generated autoloads from net/browse-url.el | 1397 | ;;; Generated autoloads from net/browse-url.el |
| 1398 | 1398 | ||
| 1399 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1399 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ |
| @@ -1641,7 +1641,7 @@ name of buffer configuration." t nil) | |||
| 1641 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1641 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1642 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1642 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1643 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1643 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1644 | ;;;;;; "emacs-lisp/bytecomp.el" (14837 23159)) | 1644 | ;;;;;; "emacs-lisp/bytecomp.el" (14836 4663)) |
| 1645 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1645 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1646 | 1646 | ||
| 1647 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 1647 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2799,7 +2799,7 @@ Encode the text in the current buffer to HZ." t nil) | |||
| 2799 | ;;;*** | 2799 | ;;;*** |
| 2800 | 2800 | ||
| 2801 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 2801 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 2802 | ;;;;;; "chistory" "chistory.el" (14821 39589)) | 2802 | ;;;;;; "chistory" "chistory.el" (14819 42852)) |
| 2803 | ;;; Generated autoloads from chistory.el | 2803 | ;;; Generated autoloads from chistory.el |
| 2804 | 2804 | ||
| 2805 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 2805 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -2873,8 +2873,8 @@ For use inside Lisp programs, see also `c-macro-expansion'." t nil) | |||
| 2873 | 2873 | ||
| 2874 | ;;;*** | 2874 | ;;;*** |
| 2875 | 2875 | ||
| 2876 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (14837 | 2876 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (14831 |
| 2877 | ;;;;;; 23155)) | 2877 | ;;;;;; 12714)) |
| 2878 | ;;; Generated autoloads from cmuscheme.el | 2878 | ;;; Generated autoloads from cmuscheme.el |
| 2879 | 2879 | ||
| 2880 | (autoload (quote run-scheme) "cmuscheme" "\ | 2880 | (autoload (quote run-scheme) "cmuscheme" "\ |
| @@ -2937,7 +2937,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 2937 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 2937 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 2938 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 2938 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 2939 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 2939 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 2940 | ;;;;;; (14841 53026)) | 2940 | ;;;;;; (14841 19790)) |
| 2941 | ;;; Generated autoloads from comint.el | 2941 | ;;; Generated autoloads from comint.el |
| 2942 | 2942 | ||
| 2943 | (autoload (quote make-comint-in-buffer) "comint" "\ | 2943 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3017,7 +3017,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3017 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3017 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3018 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3018 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3019 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3019 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3020 | ;;;;;; "compile" "progmodes/compile.el" (14813 54523)) | 3020 | ;;;;;; "compile" "progmodes/compile.el" (14813 6115)) |
| 3021 | ;;; Generated autoloads from progmodes/compile.el | 3021 | ;;; Generated autoloads from progmodes/compile.el |
| 3022 | 3022 | ||
| 3023 | (defvar compilation-mode-hook nil "\ | 3023 | (defvar compilation-mode-hook nil "\ |
| @@ -3427,7 +3427,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3427 | ;;;*** | 3427 | ;;;*** |
| 3428 | 3428 | ||
| 3429 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3429 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3430 | ;;;;;; (14840 12757)) | 3430 | ;;;;;; (14838 60190)) |
| 3431 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3431 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3432 | 3432 | ||
| 3433 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3433 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -3678,7 +3678,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 3678 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 3678 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 3679 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3679 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 3680 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3680 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 3681 | ;;;;;; (14841 53026)) | 3681 | ;;;;;; (14841 19790)) |
| 3682 | ;;; Generated autoloads from cus-edit.el | 3682 | ;;; Generated autoloads from cus-edit.el |
| 3683 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3683 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 3684 | 3684 | ||
| @@ -4139,8 +4139,8 @@ The most useful commands are: | |||
| 4139 | ;;;*** | 4139 | ;;;*** |
| 4140 | 4140 | ||
| 4141 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 4141 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 4142 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14840 | 4142 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14838 |
| 4143 | ;;;;;; 12750)) | 4143 | ;;;;;; 45509)) |
| 4144 | ;;; Generated autoloads from delim-col.el | 4144 | ;;; Generated autoloads from delim-col.el |
| 4145 | 4145 | ||
| 4146 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 4146 | (autoload (quote delimit-columns-customize) "delim-col" "\ |
| @@ -4207,8 +4207,8 @@ no args, if that value is non-nil." t nil) | |||
| 4207 | 4207 | ||
| 4208 | ;;;*** | 4208 | ;;;*** |
| 4209 | 4209 | ||
| 4210 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14811 | 4210 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14807 |
| 4211 | ;;;;;; 29879)) | 4211 | ;;;;;; 56558)) |
| 4212 | ;;; Generated autoloads from delsel.el | 4212 | ;;; Generated autoloads from delsel.el |
| 4213 | 4213 | ||
| 4214 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 4214 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -4247,7 +4247,7 @@ the first time the mode is used." nil nil) | |||
| 4247 | ;;;*** | 4247 | ;;;*** |
| 4248 | 4248 | ||
| 4249 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4249 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4250 | ;;;;;; (14824 37433)) | 4250 | ;;;;;; (14822 58259)) |
| 4251 | ;;; Generated autoloads from desktop.el | 4251 | ;;; Generated autoloads from desktop.el |
| 4252 | 4252 | ||
| 4253 | (autoload (quote desktop-read) "desktop" "\ | 4253 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -4322,7 +4322,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil) | |||
| 4322 | ;;;*** | 4322 | ;;;*** |
| 4323 | 4323 | ||
| 4324 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" | 4324 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" |
| 4325 | ;;;;;; (14824 37434)) | 4325 | ;;;;;; (14821 46405)) |
| 4326 | ;;; Generated autoloads from calendar/diary-lib.el | 4326 | ;;; Generated autoloads from calendar/diary-lib.el |
| 4327 | 4327 | ||
| 4328 | (autoload (quote diary) "diary-lib" "\ | 4328 | (autoload (quote diary) "diary-lib" "\ |
| @@ -4381,7 +4381,7 @@ The backup file is the first file given to `diff'." t nil) | |||
| 4381 | ;;;*** | 4381 | ;;;*** |
| 4382 | 4382 | ||
| 4383 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4383 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 4384 | ;;;;;; (14837 23156)) | 4384 | ;;;;;; (14831 12714)) |
| 4385 | ;;; Generated autoloads from diff-mode.el | 4385 | ;;; Generated autoloads from diff-mode.el |
| 4386 | 4386 | ||
| 4387 | (autoload (quote diff-mode) "diff-mode" "\ | 4387 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -4401,7 +4401,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4401 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4401 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4402 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4402 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4403 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4403 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4404 | ;;;;;; "dired" "dired.el" (14837 23156)) | 4404 | ;;;;;; "dired" "dired.el" (14831 34695)) |
| 4405 | ;;; Generated autoloads from dired.el | 4405 | ;;; Generated autoloads from dired.el |
| 4406 | 4406 | ||
| 4407 | (defvar dired-listing-switches "-al" "\ | 4407 | (defvar dired-listing-switches "-al" "\ |
| @@ -4505,7 +4505,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 4505 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 4505 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 4506 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 4506 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 4507 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 4507 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 4508 | ;;;;;; "dired-aux.el" (14813 54515)) | 4508 | ;;;;;; "dired-aux.el" (14811 51864)) |
| 4509 | ;;; Generated autoloads from dired-aux.el | 4509 | ;;; Generated autoloads from dired-aux.el |
| 4510 | 4510 | ||
| 4511 | (autoload (quote dired-diff) "dired-aux" "\ | 4511 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -4736,7 +4736,7 @@ buffer and try again." t nil) | |||
| 4736 | 4736 | ||
| 4737 | ;;;*** | 4737 | ;;;*** |
| 4738 | 4738 | ||
| 4739 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14837 23156)) | 4739 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14831 12714)) |
| 4740 | ;;; Generated autoloads from dirtrack.el | 4740 | ;;; Generated autoloads from dirtrack.el |
| 4741 | 4741 | ||
| 4742 | (autoload (quote dirtrack) "dirtrack" "\ | 4742 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -4860,7 +4860,7 @@ Default is 2." t nil) | |||
| 4860 | 4860 | ||
| 4861 | ;;;*** | 4861 | ;;;*** |
| 4862 | 4862 | ||
| 4863 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14837 23160)) | 4863 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14831 613)) |
| 4864 | ;;; Generated autoloads from play/doctor.el | 4864 | ;;; Generated autoloads from play/doctor.el |
| 4865 | 4865 | ||
| 4866 | (autoload (quote doctor) "doctor" "\ | 4866 | (autoload (quote doctor) "doctor" "\ |
| @@ -4909,7 +4909,7 @@ Play sounds in message buffers." t nil) | |||
| 4909 | 4909 | ||
| 4910 | ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap | 4910 | ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap |
| 4911 | ;;;;;; easy-mmode-define-keymap easy-mmode-define-global-mode define-minor-mode) | 4911 | ;;;;;; easy-mmode-define-keymap easy-mmode-define-global-mode define-minor-mode) |
| 4912 | ;;;;;; "easy-mmode" "emacs-lisp/easy-mmode.el" (14842 44483)) | 4912 | ;;;;;; "easy-mmode" "emacs-lisp/easy-mmode.el" (14842 29274)) |
| 4913 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 4913 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 4914 | 4914 | ||
| 4915 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 4915 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -5360,7 +5360,7 @@ or if an error occurs, leave point after it with mark at the original point." t | |||
| 5360 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 5360 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 5361 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 5361 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 5362 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 | 5362 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 |
| 5363 | ;;;;;; ediff-files) "ediff" "ediff.el" (14844 3034)) | 5363 | ;;;;;; ediff-files) "ediff" "ediff.el" (14522 27408)) |
| 5364 | ;;; Generated autoloads from ediff.el | 5364 | ;;; Generated autoloads from ediff.el |
| 5365 | 5365 | ||
| 5366 | (autoload (quote ediff-files) "ediff" "\ | 5366 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -5543,7 +5543,7 @@ With optional NODE, goes to that node." t nil) | |||
| 5543 | ;;;*** | 5543 | ;;;*** |
| 5544 | 5544 | ||
| 5545 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 5545 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 5546 | ;;;;;; (14844 3034)) | 5546 | ;;;;;; (14636 62704)) |
| 5547 | ;;; Generated autoloads from ediff-mult.el | 5547 | ;;; Generated autoloads from ediff-mult.el |
| 5548 | 5548 | ||
| 5549 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 5549 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -5554,7 +5554,7 @@ Display Ediff's registry." t nil) | |||
| 5554 | ;;;*** | 5554 | ;;;*** |
| 5555 | 5555 | ||
| 5556 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 5556 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 5557 | ;;;;;; "ediff-util" "ediff-util.el" (14844 3034)) | 5557 | ;;;;;; "ediff-util" "ediff-util.el" (14367 2134)) |
| 5558 | ;;; Generated autoloads from ediff-util.el | 5558 | ;;; Generated autoloads from ediff-util.el |
| 5559 | 5559 | ||
| 5560 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 5560 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -5853,8 +5853,8 @@ Commands: | |||
| 5853 | 5853 | ||
| 5854 | ;;;*** | 5854 | ;;;*** |
| 5855 | 5855 | ||
| 5856 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (14844 | 5856 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (14828 |
| 5857 | ;;;;;; 3060)) | 5857 | ;;;;;; 11553)) |
| 5858 | ;;; Generated autoloads from eshell/esh-mode.el | 5858 | ;;; Generated autoloads from eshell/esh-mode.el |
| 5859 | 5859 | ||
| 5860 | (autoload (quote eshell-mode) "esh-mode" "\ | 5860 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -5864,8 +5864,8 @@ Emacs shell interactive mode. | |||
| 5864 | 5864 | ||
| 5865 | ;;;*** | 5865 | ;;;*** |
| 5866 | 5866 | ||
| 5867 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14844 | 5867 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14827 |
| 5868 | ;;;;;; 3060)) | 5868 | ;;;;;; 38210)) |
| 5869 | ;;; Generated autoloads from eshell/esh-test.el | 5869 | ;;; Generated autoloads from eshell/esh-test.el |
| 5870 | 5870 | ||
| 5871 | (autoload (quote eshell-test) "esh-test" "\ | 5871 | (autoload (quote eshell-test) "esh-test" "\ |
| @@ -5874,7 +5874,7 @@ Test Eshell to verify that it works as expected." t nil) | |||
| 5874 | ;;;*** | 5874 | ;;;*** |
| 5875 | 5875 | ||
| 5876 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 5876 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 5877 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (14824 37435)) | 5877 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (14823 8292)) |
| 5878 | ;;; Generated autoloads from eshell/eshell.el | 5878 | ;;; Generated autoloads from eshell/eshell.el |
| 5879 | 5879 | ||
| 5880 | (autoload (quote eshell) "eshell" "\ | 5880 | (autoload (quote eshell) "eshell" "\ |
| @@ -5908,8 +5908,8 @@ Please include any configuration details that might be involved." t nil) | |||
| 5908 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window | 5908 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window |
| 5909 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 5909 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 5910 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list | 5910 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list |
| 5911 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14821 | 5911 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14817 |
| 5912 | ;;;;;; 39611)) | 5912 | ;;;;;; 11667)) |
| 5913 | ;;; Generated autoloads from progmodes/etags.el | 5913 | ;;; Generated autoloads from progmodes/etags.el |
| 5914 | 5914 | ||
| 5915 | (defvar tags-file-name nil "\ | 5915 | (defvar tags-file-name nil "\ |
| @@ -7017,7 +7017,7 @@ to get the effect of a C-q." nil nil) | |||
| 7017 | 7017 | ||
| 7018 | ;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode | 7018 | ;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode |
| 7019 | ;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" | 7019 | ;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" |
| 7020 | ;;;;;; (14844 3061)) | 7020 | ;;;;;; (14720 7116)) |
| 7021 | ;;; Generated autoloads from textmodes/flyspell.el | 7021 | ;;; Generated autoloads from textmodes/flyspell.el |
| 7022 | 7022 | ||
| 7023 | (defvar flyspell-mode-line-string " Fly" "\ | 7023 | (defvar flyspell-mode-line-string " Fly" "\ |
| @@ -7136,7 +7136,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7136 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7136 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7137 | ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords | 7137 | ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords |
| 7138 | ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" | 7138 | ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" |
| 7139 | ;;;;;; (14829 51485)) | 7139 | ;;;;;; (14829 31693)) |
| 7140 | ;;; Generated autoloads from font-lock.el | 7140 | ;;; Generated autoloads from font-lock.el |
| 7141 | 7141 | ||
| 7142 | (make-variable-buffer-local (quote font-lock-defaults)) | 7142 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -7261,7 +7261,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil) | |||
| 7261 | ;;;*** | 7261 | ;;;*** |
| 7262 | 7262 | ||
| 7263 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" | 7263 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" |
| 7264 | ;;;;;; (14830 55572)) | 7264 | ;;;;;; (14830 53156)) |
| 7265 | ;;; Generated autoloads from international/fontset.el | 7265 | ;;; Generated autoloads from international/fontset.el |
| 7266 | 7266 | ||
| 7267 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ | 7267 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ |
| @@ -7471,7 +7471,7 @@ at places they belong to." t nil) | |||
| 7471 | ;;;*** | 7471 | ;;;*** |
| 7472 | 7472 | ||
| 7473 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 7473 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 7474 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14842 44484)) | 7474 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14842 10645)) |
| 7475 | ;;; Generated autoloads from gnus/gnus.el | 7475 | ;;; Generated autoloads from gnus/gnus.el |
| 7476 | 7476 | ||
| 7477 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 7477 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -7501,7 +7501,7 @@ prompt the user for the name of an NNTP server to use." t nil) | |||
| 7501 | 7501 | ||
| 7502 | ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize | 7502 | ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize |
| 7503 | ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" | 7503 | ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" |
| 7504 | ;;;;;; (14842 44483)) | 7504 | ;;;;;; (14842 10643)) |
| 7505 | ;;; Generated autoloads from gnus/gnus-agent.el | 7505 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 7506 | 7506 | ||
| 7507 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 7507 | (autoload (quote gnus-unplugged) "gnus-agent" "\ |
| @@ -7529,7 +7529,7 @@ Start Gnus and fetch session." t nil) | |||
| 7529 | ;;;*** | 7529 | ;;;*** |
| 7530 | 7530 | ||
| 7531 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 7531 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 7532 | ;;;;;; (14844 3061)) | 7532 | ;;;;;; (14842 36876)) |
| 7533 | ;;; Generated autoloads from gnus/gnus-art.el | 7533 | ;;; Generated autoloads from gnus/gnus-art.el |
| 7534 | 7534 | ||
| 7535 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 7535 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -7538,7 +7538,7 @@ Make the current buffer look like a nice article." nil nil) | |||
| 7538 | ;;;*** | 7538 | ;;;*** |
| 7539 | 7539 | ||
| 7540 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 7540 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 7541 | ;;;;;; (14814 20761)) | 7541 | ;;;;;; (14813 58974)) |
| 7542 | ;;; Generated autoloads from gnus/gnus-audio.el | 7542 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 7543 | 7543 | ||
| 7544 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 7544 | (autoload (quote gnus-audio-play) "gnus-audio" "\ |
| @@ -7579,7 +7579,7 @@ Pop up a frame and enter GROUP." t nil) | |||
| 7579 | ;;;*** | 7579 | ;;;*** |
| 7580 | 7580 | ||
| 7581 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 7581 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 7582 | ;;;;;; (14813 54522)) | 7582 | ;;;;;; (14813 6105)) |
| 7583 | ;;; Generated autoloads from gnus/gnus-kill.el | 7583 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 7584 | 7584 | ||
| 7585 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 7585 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) |
| @@ -7694,7 +7694,7 @@ the Gcc: header for archiving purposes." t nil) | |||
| 7694 | ;;;*** | 7694 | ;;;*** |
| 7695 | 7695 | ||
| 7696 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" | 7696 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" |
| 7697 | ;;;;;; (14842 44484)) | 7697 | ;;;;;; (14842 10645)) |
| 7698 | ;;; Generated autoloads from gnus/gnus-mule.el | 7698 | ;;; Generated autoloads from gnus/gnus-mule.el |
| 7699 | 7699 | ||
| 7700 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ | 7700 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ |
| @@ -7737,7 +7737,7 @@ Update the format specification near point." t nil) | |||
| 7737 | ;;;*** | 7737 | ;;;*** |
| 7738 | 7738 | ||
| 7739 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 7739 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
| 7740 | ;;;;;; "gnus/gnus-start.el" (14841 53041)) | 7740 | ;;;;;; "gnus/gnus-start.el" (14841 19792)) |
| 7741 | ;;; Generated autoloads from gnus/gnus-start.el | 7741 | ;;; Generated autoloads from gnus/gnus-start.el |
| 7742 | 7742 | ||
| 7743 | (autoload (quote gnus-unload) "gnus-start" "\ | 7743 | (autoload (quote gnus-unload) "gnus-start" "\ |
| @@ -7927,7 +7927,7 @@ Provide help for current mode." t nil) | |||
| 7927 | ;;;*** | 7927 | ;;;*** |
| 7928 | 7928 | ||
| 7929 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 7929 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 7930 | ;;;;;; "hexl.el" (14821 39603)) | 7930 | ;;;;;; "hexl.el" (14821 33060)) |
| 7931 | ;;; Generated autoloads from hexl.el | 7931 | ;;; Generated autoloads from hexl.el |
| 7932 | 7932 | ||
| 7933 | (autoload (quote hexl-mode) "hexl" "\ | 7933 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8432,7 +8432,7 @@ Usually run by inclusion in `minibuffer-setup-hook'." nil nil) | |||
| 8432 | 8432 | ||
| 8433 | ;;;*** | 8433 | ;;;*** |
| 8434 | 8434 | ||
| 8435 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14821 39611)) | 8435 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14816 63837)) |
| 8436 | ;;; Generated autoloads from progmodes/icon.el | 8436 | ;;; Generated autoloads from progmodes/icon.el |
| 8437 | 8437 | ||
| 8438 | (autoload (quote icon-mode) "icon" "\ | 8438 | (autoload (quote icon-mode) "icon" "\ |
| @@ -8611,7 +8611,7 @@ The main features of this mode are | |||
| 8611 | 8611 | ||
| 8612 | ;;;*** | 8612 | ;;;*** |
| 8613 | 8613 | ||
| 8614 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (14821 39603)) | 8614 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (14819 42852)) |
| 8615 | ;;; Generated autoloads from ielm.el | 8615 | ;;; Generated autoloads from ielm.el |
| 8616 | (add-hook 'same-window-buffer-names "*ielm*") | 8616 | (add-hook 'same-window-buffer-names "*ielm*") |
| 8617 | 8617 | ||
| @@ -8623,7 +8623,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil) | |||
| 8623 | 8623 | ||
| 8624 | ;;;### (autoloads (defimage find-image remove-images insert-image | 8624 | ;;;### (autoloads (defimage find-image remove-images insert-image |
| 8625 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 8625 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
| 8626 | ;;;;;; image-type-from-data) "image" "image.el" (14813 54516)) | 8626 | ;;;;;; image-type-from-data) "image" "image.el" (14812 24473)) |
| 8627 | ;;; Generated autoloads from image.el | 8627 | ;;; Generated autoloads from image.el |
| 8628 | 8628 | ||
| 8629 | (autoload (quote image-type-from-data) "image" "\ | 8629 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -8720,7 +8720,7 @@ Example: | |||
| 8720 | 8720 | ||
| 8721 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 8721 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 8722 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 8722 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 8723 | ;;;;;; "image-file.el" (14824 37433)) | 8723 | ;;;;;; "image-file.el" (14822 58259)) |
| 8724 | ;;; Generated autoloads from image-file.el | 8724 | ;;; Generated autoloads from image-file.el |
| 8725 | 8725 | ||
| 8726 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm")) "\ | 8726 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm")) "\ |
| @@ -8914,7 +8914,7 @@ for more information." t nil) | |||
| 8914 | ;;;*** | 8914 | ;;;*** |
| 8915 | 8915 | ||
| 8916 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" | 8916 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" |
| 8917 | ;;;;;; (14821 39611)) | 8917 | ;;;;;; (14819 42855)) |
| 8918 | ;;; Generated autoloads from progmodes/inf-lisp.el | 8918 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 8919 | 8919 | ||
| 8920 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 8920 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -8970,7 +8970,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 8970 | 8970 | ||
| 8971 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 8971 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 8972 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 8972 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 8973 | ;;;;;; info info-other-window) "info" "info.el" (14844 3035)) | 8973 | ;;;;;; info info-other-window) "info" "info.el" (14836 27426)) |
| 8974 | ;;; Generated autoloads from info.el | 8974 | ;;; Generated autoloads from info.el |
| 8975 | 8975 | ||
| 8976 | (autoload (quote info-other-window) "info" "\ | 8976 | (autoload (quote info-other-window) "info" "\ |
| @@ -9216,7 +9216,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9216 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 9216 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 9217 | ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist | 9217 | ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist |
| 9218 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 9218 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 9219 | ;;;;;; (14837 23162)) | 9219 | ;;;;;; (14832 14721)) |
| 9220 | ;;; Generated autoloads from textmodes/ispell.el | 9220 | ;;; Generated autoloads from textmodes/ispell.el |
| 9221 | 9221 | ||
| 9222 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 9222 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -9460,7 +9460,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 9460 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 9460 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 9461 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 9461 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 9462 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" | 9462 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" |
| 9463 | ;;;;;; (14821 39605)) | 9463 | ;;;;;; (14816 63828)) |
| 9464 | ;;; Generated autoloads from iswitchb.el | 9464 | ;;; Generated autoloads from iswitchb.el |
| 9465 | 9465 | ||
| 9466 | (defvar iswitchb-mode nil "\ | 9466 | (defvar iswitchb-mode nil "\ |
| @@ -9578,7 +9578,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 9578 | ;;;*** | 9578 | ;;;*** |
| 9579 | 9579 | ||
| 9580 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14829 | 9580 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14829 |
| 9581 | ;;;;;; 51485)) | 9581 | ;;;;;; 31693)) |
| 9582 | ;;; Generated autoloads from jit-lock.el | 9582 | ;;; Generated autoloads from jit-lock.el |
| 9583 | 9583 | ||
| 9584 | (autoload (quote jit-lock-register) "jit-lock" "\ | 9584 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -9590,7 +9590,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n | |||
| 9590 | ;;;*** | 9590 | ;;;*** |
| 9591 | 9591 | ||
| 9592 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) | 9592 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) |
| 9593 | ;;;;;; "jka-compr" "jka-compr.el" (14829 51485)) | 9593 | ;;;;;; "jka-compr" "jka-compr.el" (14825 37999)) |
| 9594 | ;;; Generated autoloads from jka-compr.el | 9594 | ;;; Generated autoloads from jka-compr.el |
| 9595 | 9595 | ||
| 9596 | (defvar auto-compression-mode nil "\ | 9596 | (defvar auto-compression-mode nil "\ |
| @@ -9727,7 +9727,7 @@ The return value is number of composed characters." nil nil) | |||
| 9727 | ;;;*** | 9727 | ;;;*** |
| 9728 | 9728 | ||
| 9729 | ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" | 9729 | ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" |
| 9730 | ;;;;;; (14842 44484)) | 9730 | ;;;;;; (14842 10654)) |
| 9731 | ;;; Generated autoloads from international/latin1-disp.el | 9731 | ;;; Generated autoloads from international/latin1-disp.el |
| 9732 | 9732 | ||
| 9733 | (defvar latin1-display nil "\ | 9733 | (defvar latin1-display nil "\ |
| @@ -9815,7 +9815,7 @@ Unconditionally turn on Lazy Lock mode." nil nil) | |||
| 9815 | ;;;*** | 9815 | ;;;*** |
| 9816 | 9816 | ||
| 9817 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 9817 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 9818 | ;;;;;; (14821 39605)) | 9818 | ;;;;;; (14819 42852)) |
| 9819 | ;;; Generated autoloads from ledit.el | 9819 | ;;; Generated autoloads from ledit.el |
| 9820 | 9820 | ||
| 9821 | (defconst ledit-save-files t "\ | 9821 | (defconst ledit-save-files t "\ |
| @@ -9882,7 +9882,7 @@ shown; this is often useful to constrain a big search." t nil) | |||
| 9882 | 9882 | ||
| 9883 | ;;;*** | 9883 | ;;;*** |
| 9884 | 9884 | ||
| 9885 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14840 12750)) | 9885 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14837 50473)) |
| 9886 | ;;; Generated autoloads from log-edit.el | 9886 | ;;; Generated autoloads from log-edit.el |
| 9887 | 9887 | ||
| 9888 | (autoload (quote log-edit) "log-edit" "\ | 9888 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -10146,8 +10146,8 @@ This function normally would be called when the message is sent." nil nil) | |||
| 10146 | 10146 | ||
| 10147 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 10147 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 10148 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 10148 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 10149 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14801 | 10149 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14800 |
| 10150 | ;;;;;; 58291)) | 10150 | ;;;;;; 33445)) |
| 10151 | ;;; Generated autoloads from mail/mail-utils.el | 10151 | ;;; Generated autoloads from mail/mail-utils.el |
| 10152 | 10152 | ||
| 10153 | (defvar mail-use-rfc822 nil "\ | 10153 | (defvar mail-use-rfc822 nil "\ |
| @@ -10327,7 +10327,7 @@ Previous contents of that buffer are killed first." t nil) | |||
| 10327 | 10327 | ||
| 10328 | ;;;*** | 10328 | ;;;*** |
| 10329 | 10329 | ||
| 10330 | ;;;### (autoloads (man-follow man) "man" "man.el" (14829 51485)) | 10330 | ;;;### (autoloads (man-follow man) "man" "man.el" (14825 31072)) |
| 10331 | ;;; Generated autoloads from man.el | 10331 | ;;; Generated autoloads from man.el |
| 10332 | 10332 | ||
| 10333 | (defalias (quote manual-entry) (quote man)) | 10333 | (defalias (quote manual-entry) (quote man)) |
| @@ -10737,7 +10737,7 @@ followed by the first character of the construct. | |||
| 10737 | ;;;*** | 10737 | ;;;*** |
| 10738 | 10738 | ||
| 10739 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 10739 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 10740 | ;;;;;; (14821 39609)) | 10740 | ;;;;;; (14816 63829)) |
| 10741 | ;;; Generated autoloads from play/morse.el | 10741 | ;;; Generated autoloads from play/morse.el |
| 10742 | 10742 | ||
| 10743 | (autoload (quote morse-region) "morse" "\ | 10743 | (autoload (quote morse-region) "morse" "\ |
| @@ -11046,7 +11046,7 @@ language environment LANG-ENV." nil nil) | |||
| 11046 | ;;;*** | 11046 | ;;;*** |
| 11047 | 11047 | ||
| 11048 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 11048 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 11049 | ;;;;;; (14840 12750)) | 11049 | ;;;;;; (14838 50497)) |
| 11050 | ;;; Generated autoloads from mwheel.el | 11050 | ;;; Generated autoloads from mwheel.el |
| 11051 | 11051 | ||
| 11052 | (defvar mouse-wheel-mode nil "\ | 11052 | (defvar mouse-wheel-mode nil "\ |
| @@ -11071,7 +11071,7 @@ Enable mouse wheel support." nil nil) | |||
| 11071 | ;;;### (autoloads (network-connection network-connection-to-service | 11071 | ;;;### (autoloads (network-connection network-connection-to-service |
| 11072 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 11072 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 11073 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" | 11073 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 11074 | ;;;;;; (14813 54523)) | 11074 | ;;;;;; (14813 44131)) |
| 11075 | ;;; Generated autoloads from net/net-utils.el | 11075 | ;;; Generated autoloads from net/net-utils.el |
| 11076 | 11076 | ||
| 11077 | (autoload (quote traceroute) "net-utils" "\ | 11077 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -11130,7 +11130,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 11130 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 11130 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 11131 | ;;;;;; comment-indent-default comment-multi-line comment-padding | 11131 | ;;;;;; comment-indent-default comment-multi-line comment-padding |
| 11132 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" | 11132 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" |
| 11133 | ;;;;;; (14821 39606)) | 11133 | ;;;;;; (14816 63828)) |
| 11134 | ;;; Generated autoloads from newcomment.el | 11134 | ;;; Generated autoloads from newcomment.el |
| 11135 | 11135 | ||
| 11136 | (defalias (quote indent-for-comment) (quote comment-indent)) | 11136 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -11262,7 +11262,7 @@ symbol in the alist." nil nil) | |||
| 11262 | ;;;*** | 11262 | ;;;*** |
| 11263 | 11263 | ||
| 11264 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 11264 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 11265 | ;;;;;; (14813 54522)) | 11265 | ;;;;;; (14813 6105)) |
| 11266 | ;;; Generated autoloads from gnus/nnfolder.el | 11266 | ;;; Generated autoloads from gnus/nnfolder.el |
| 11267 | 11267 | ||
| 11268 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 11268 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -11471,7 +11471,7 @@ including a reproducible test case and send the message." t nil) | |||
| 11471 | ;;;*** | 11471 | ;;;*** |
| 11472 | 11472 | ||
| 11473 | ;;;### (autoloads (edit-options list-options) "options" "options.el" | 11473 | ;;;### (autoloads (edit-options list-options) "options" "options.el" |
| 11474 | ;;;;;; (14821 39606)) | 11474 | ;;;;;; (14816 63828)) |
| 11475 | ;;; Generated autoloads from options.el | 11475 | ;;; Generated autoloads from options.el |
| 11476 | 11476 | ||
| 11477 | (autoload (quote list-options) "options" "\ | 11477 | (autoload (quote list-options) "options" "\ |
| @@ -11786,8 +11786,8 @@ Completion for the `chgrp' command." nil nil) | |||
| 11786 | 11786 | ||
| 11787 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 11787 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 11788 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 11788 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 11789 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (14829 | 11789 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (14826 |
| 11790 | ;;;;;; 51486)) | 11790 | ;;;;;; 56519)) |
| 11791 | ;;; Generated autoloads from pcomplete.el | 11791 | ;;; Generated autoloads from pcomplete.el |
| 11792 | 11792 | ||
| 11793 | (autoload (quote pcomplete) "pcomplete" "\ | 11793 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -11828,7 +11828,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 11828 | 11828 | ||
| 11829 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 11829 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 11830 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 11830 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 11831 | ;;;;;; "pcvs.el" (14829 51486)) | 11831 | ;;;;;; "pcvs.el" (14825 31072)) |
| 11832 | ;;; Generated autoloads from pcvs.el | 11832 | ;;; Generated autoloads from pcvs.el |
| 11833 | 11833 | ||
| 11834 | (autoload (quote cvs-checkout) "pcvs" "\ | 11834 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -12227,7 +12227,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12227 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12227 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12228 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12228 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12229 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12229 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12230 | ;;;;;; "ps-print.el" (14841 53026)) | 12230 | ;;;;;; "ps-print.el" (14840 15865)) |
| 12231 | ;;; Generated autoloads from ps-print.el | 12231 | ;;; Generated autoloads from ps-print.el |
| 12232 | 12232 | ||
| 12233 | (defvar ps-paper-type (quote letter) "\ | 12233 | (defvar ps-paper-type (quote letter) "\ |
| @@ -12645,7 +12645,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 12645 | 12645 | ||
| 12646 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 12646 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 12647 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 12647 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 12648 | ;;;;;; "recentf.el" (14840 12751)) | 12648 | ;;;;;; "recentf.el" (14838 50964)) |
| 12649 | ;;; Generated autoloads from recentf.el | 12649 | ;;; Generated autoloads from recentf.el |
| 12650 | 12650 | ||
| 12651 | (autoload (quote recentf-save-list) "recentf" "\ | 12651 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -12895,7 +12895,7 @@ Here are all local bindings. | |||
| 12895 | ;;;*** | 12895 | ;;;*** |
| 12896 | 12896 | ||
| 12897 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 12897 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 12898 | ;;;;;; (14821 39607)) | 12898 | ;;;;;; (14816 63829)) |
| 12899 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 12899 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 12900 | 12900 | ||
| 12901 | (autoload (quote regexp-opt) "regexp-opt" "\ | 12901 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -13581,7 +13581,7 @@ scribe-electric-parenthesis | |||
| 13581 | ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to | 13581 | ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to |
| 13582 | ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers | 13582 | ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers |
| 13583 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 13583 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from |
| 13584 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14821 39609)) | 13584 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14816 63829)) |
| 13585 | ;;; Generated autoloads from mail/sendmail.el | 13585 | ;;; Generated autoloads from mail/sendmail.el |
| 13586 | 13586 | ||
| 13587 | (defvar mail-from-style (quote angles) "\ | 13587 | (defvar mail-from-style (quote angles) "\ |
| @@ -13818,7 +13818,7 @@ To work around that, do: | |||
| 13818 | ;;;*** | 13818 | ;;;*** |
| 13819 | 13819 | ||
| 13820 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 13820 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 13821 | ;;;;;; (14837 23161)) | 13821 | ;;;;;; (14834 5677)) |
| 13822 | ;;; Generated autoloads from progmodes/sh-script.el | 13822 | ;;; Generated autoloads from progmodes/sh-script.el |
| 13823 | 13823 | ||
| 13824 | (put (quote sh-mode) (quote mode-class) (quote special)) | 13824 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -13927,7 +13927,7 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 13927 | ;;;*** | 13927 | ;;;*** |
| 13928 | 13928 | ||
| 13929 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 13929 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 13930 | ;;;;;; (14841 53026)) | 13930 | ;;;;;; (14841 19790)) |
| 13931 | ;;; Generated autoloads from shell.el | 13931 | ;;; Generated autoloads from shell.el |
| 13932 | 13932 | ||
| 13933 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 13933 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -14513,8 +14513,8 @@ Check spelling of string supplied as argument." t nil) | |||
| 14513 | 14513 | ||
| 14514 | ;;;*** | 14514 | ;;;*** |
| 14515 | 14515 | ||
| 14516 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14821 | 14516 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14816 |
| 14517 | ;;;;;; 39609)) | 14517 | ;;;;;; 63829)) |
| 14518 | ;;; Generated autoloads from play/spook.el | 14518 | ;;; Generated autoloads from play/spook.el |
| 14519 | 14519 | ||
| 14520 | (autoload (quote spook) "spook" "\ | 14520 | (autoload (quote spook) "spook" "\ |
| @@ -14875,7 +14875,7 @@ Read a complex stroke and insert its glyph into the current buffer." t nil) | |||
| 14875 | ;;;*** | 14875 | ;;;*** |
| 14876 | 14876 | ||
| 14877 | ;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" | 14877 | ;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" |
| 14878 | ;;;;;; (14821 39609)) | 14878 | ;;;;;; (14816 63829)) |
| 14879 | ;;; Generated autoloads from play/studly.el | 14879 | ;;; Generated autoloads from play/studly.el |
| 14880 | 14880 | ||
| 14881 | (autoload (quote studlify-region) "studly" "\ | 14881 | (autoload (quote studlify-region) "studly" "\ |
| @@ -15121,7 +15121,7 @@ tetris-mode keybindings: | |||
| 15121 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command | 15121 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command |
| 15122 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 15122 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 15123 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 15123 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 15124 | ;;;;;; (14829 51491)) | 15124 | ;;;;;; (14825 31079)) |
| 15125 | ;;; Generated autoloads from textmodes/tex-mode.el | 15125 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 15126 | 15126 | ||
| 15127 | (defvar tex-shell-file-name nil "\ | 15127 | (defvar tex-shell-file-name nil "\ |
| @@ -15403,7 +15403,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 15403 | ;;;*** | 15403 | ;;;*** |
| 15404 | 15404 | ||
| 15405 | ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" | 15405 | ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" |
| 15406 | ;;;;;; (14821 39611)) | 15406 | ;;;;;; (14819 42855)) |
| 15407 | ;;; Generated autoloads from textmodes/texinfo.el | 15407 | ;;; Generated autoloads from textmodes/texinfo.el |
| 15408 | 15408 | ||
| 15409 | (autoload (quote texinfo-mode) "texinfo" "\ | 15409 | (autoload (quote texinfo-mode) "texinfo" "\ |
| @@ -15708,7 +15708,7 @@ If DATE is malformed, a zero time will be returned." nil nil) | |||
| 15708 | ;;;*** | 15708 | ;;;*** |
| 15709 | 15709 | ||
| 15710 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 15710 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 15711 | ;;;;;; "time-stamp.el" (14840 12751)) | 15711 | ;;;;;; "time-stamp.el" (14838 53329)) |
| 15712 | ;;; Generated autoloads from time-stamp.el | 15712 | ;;; Generated autoloads from time-stamp.el |
| 15713 | 15713 | ||
| 15714 | (autoload (quote time-stamp) "time-stamp" "\ | 15714 | (autoload (quote time-stamp) "time-stamp" "\ |
| @@ -15738,7 +15738,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 15738 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 15738 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 15739 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 15739 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 15740 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 15740 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 15741 | ;;;;;; (14844 3059)) | 15741 | ;;;;;; (14823 8292)) |
| 15742 | ;;; Generated autoloads from calendar/timeclock.el | 15742 | ;;; Generated autoloads from calendar/timeclock.el |
| 15743 | 15743 | ||
| 15744 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 15744 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -15876,7 +15876,7 @@ be detected." nil (quote macro)) | |||
| 15876 | ;;;*** | 15876 | ;;;*** |
| 15877 | 15877 | ||
| 15878 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 15878 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 15879 | ;;;;;; "international/titdic-cnv.el" (14821 39608)) | 15879 | ;;;;;; "international/titdic-cnv.el" (14816 17181)) |
| 15880 | ;;; Generated autoloads from international/titdic-cnv.el | 15880 | ;;; Generated autoloads from international/titdic-cnv.el |
| 15881 | 15881 | ||
| 15882 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 15882 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -16006,7 +16006,7 @@ function." nil nil) | |||
| 16006 | ;;;*** | 16006 | ;;;*** |
| 16007 | 16007 | ||
| 16008 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 16008 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 16009 | ;;;;;; (14824 37433)) | 16009 | ;;;;;; (14822 58259)) |
| 16010 | ;;; Generated autoloads from tooltip.el | 16010 | ;;; Generated autoloads from tooltip.el |
| 16011 | 16011 | ||
| 16012 | (autoload (quote tooltip-mode) "tooltip" "\ | 16012 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -16373,7 +16373,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 16373 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge | 16373 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge |
| 16374 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register | 16374 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register |
| 16375 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook | 16375 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook |
| 16376 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (14841 53027)) | 16376 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (14841 30887)) |
| 16377 | ;;; Generated autoloads from vc.el | 16377 | ;;; Generated autoloads from vc.el |
| 16378 | 16378 | ||
| 16379 | (defvar vc-checkin-hook nil "\ | 16379 | (defvar vc-checkin-hook nil "\ |
| @@ -16556,7 +16556,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 16556 | ;;;*** | 16556 | ;;;*** |
| 16557 | 16557 | ||
| 16558 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 16558 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 16559 | ;;;;;; (14811 29945)) | 16559 | ;;;;;; (14810 32085)) |
| 16560 | ;;; Generated autoloads from vc-rcs.el | 16560 | ;;; Generated autoloads from vc-rcs.el |
| 16561 | 16561 | ||
| 16562 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 16562 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -17140,7 +17140,7 @@ Turn on VIP emulation of VI." t nil) | |||
| 17140 | ;;;*** | 17140 | ;;;*** |
| 17141 | 17141 | ||
| 17142 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 17142 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 17143 | ;;;;;; (14844 3059)) | 17143 | ;;;;;; (14651 36650)) |
| 17144 | ;;; Generated autoloads from emulation/viper.el | 17144 | ;;; Generated autoloads from emulation/viper.el |
| 17145 | 17145 | ||
| 17146 | (autoload (quote toggle-viper-mode) "viper" "\ | 17146 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -17167,7 +17167,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 17167 | ;;;*** | 17167 | ;;;*** |
| 17168 | 17168 | ||
| 17169 | ;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" | 17169 | ;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" |
| 17170 | ;;;;;; "which-func.el" (14813 54519)) | 17170 | ;;;;;; "which-func.el" (14813 6100)) |
| 17171 | ;;; Generated autoloads from which-func.el | 17171 | ;;; Generated autoloads from which-func.el |
| 17172 | 17172 | ||
| 17173 | (defvar which-func-mode-global nil "\ | 17173 | (defvar which-func-mode-global nil "\ |
| @@ -17193,7 +17193,7 @@ and off otherwise." t nil) | |||
| 17193 | 17193 | ||
| 17194 | ;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region | 17194 | ;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region |
| 17195 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" | 17195 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" |
| 17196 | ;;;;;; "whitespace.el" (14829 51486)) | 17196 | ;;;;;; "whitespace.el" (14826 56520)) |
| 17197 | ;;; Generated autoloads from whitespace.el | 17197 | ;;; Generated autoloads from whitespace.el |
| 17198 | 17198 | ||
| 17199 | (autoload (quote whitespace-buffer) "whitespace" "\ | 17199 | (autoload (quote whitespace-buffer) "whitespace" "\ |
| @@ -17288,7 +17288,7 @@ whitespaces during the process of your editing)." t nil) | |||
| 17288 | ;;;*** | 17288 | ;;;*** |
| 17289 | 17289 | ||
| 17290 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 17290 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 17291 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14840 12751)) | 17291 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (14840 890)) |
| 17292 | ;;; Generated autoloads from wid-browse.el | 17292 | ;;; Generated autoloads from wid-browse.el |
| 17293 | 17293 | ||
| 17294 | (autoload (quote widget-browse-at) "wid-browse" "\ | 17294 | (autoload (quote widget-browse-at) "wid-browse" "\ |
| @@ -17307,7 +17307,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 17307 | ;;;*** | 17307 | ;;;*** |
| 17308 | 17308 | ||
| 17309 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 17309 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 17310 | ;;;;;; "wid-edit" "wid-edit.el" (14841 53027)) | 17310 | ;;;;;; "wid-edit" "wid-edit.el" (14841 19791)) |
| 17311 | ;;; Generated autoloads from wid-edit.el | 17311 | ;;; Generated autoloads from wid-edit.el |
| 17312 | 17312 | ||
| 17313 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 17313 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -17385,7 +17385,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil) | |||
| 17385 | ;;;*** | 17385 | ;;;*** |
| 17386 | 17386 | ||
| 17387 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 17387 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 17388 | ;;;;;; "woman.el" (14837 23158)) | 17388 | ;;;;;; "woman.el" (14836 3751)) |
| 17389 | ;;; Generated autoloads from woman.el | 17389 | ;;; Generated autoloads from woman.el |
| 17390 | 17390 | ||
| 17391 | (autoload (quote woman) "woman" "\ | 17391 | (autoload (quote woman) "woman" "\ |
| @@ -17539,7 +17539,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t | |||
| 17539 | ;;;*** | 17539 | ;;;*** |
| 17540 | 17540 | ||
| 17541 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 17541 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 17542 | ;;;;;; yow) "yow" "play/yow.el" (14811 29947)) | 17542 | ;;;;;; yow) "yow" "play/yow.el" (14809 51714)) |
| 17543 | ;;; Generated autoloads from play/yow.el | 17543 | ;;; Generated autoloads from play/yow.el |
| 17544 | 17544 | ||
| 17545 | (autoload (quote yow) "yow" "\ | 17545 | (autoload (quote yow) "yow" "\ |
| @@ -17557,7 +17557,7 @@ Zippy goes to the analyst." t nil) | |||
| 17557 | 17557 | ||
| 17558 | ;;;*** | 17558 | ;;;*** |
| 17559 | 17559 | ||
| 17560 | ;;;### (autoloads (zone) "zone" "play/zone.el" (14821 39609)) | 17560 | ;;;### (autoloads (zone) "zone" "play/zone.el" (14818 62648)) |
| 17561 | ;;; Generated autoloads from play/zone.el | 17561 | ;;; Generated autoloads from play/zone.el |
| 17562 | 17562 | ||
| 17563 | (autoload (quote zone) "zone" "\ | 17563 | (autoload (quote zone) "zone" "\ |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 62fe6f11c24..b34ddfe0b60 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -544,9 +544,9 @@ Optionally use FORMAT." | |||
| 544 | ((eq cur-char ?y) ;year | 544 | ((eq cur-char ?y) ;year |
| 545 | (or alt-form (not (string-equal field-width "")) | 545 | (or alt-form (not (string-equal field-width "")) |
| 546 | (time-stamp-conv-warn "%y" "%:y")) | 546 | (time-stamp-conv-warn "%y" "%:y")) |
| 547 | (format-time-string "%Y" time)) | 547 | (string-to-int (format-time-string "%Y" time))) |
| 548 | ((eq cur-char ?Y) ;4-digit year, new style | 548 | ((eq cur-char ?Y) ;4-digit year, new style |
| 549 | (format-time-string "%Y" time)) | 549 | (string-to-int (format-time-string "%Y" time))) |
| 550 | ((eq cur-char ?z) ;time zone lower case | 550 | ((eq cur-char ?z) ;time zone lower case |
| 551 | (if change-case | 551 | (if change-case |
| 552 | "" ;discourage %z variations | 552 | "" ;discourage %z variations |