diff options
| author | Kim F. Storm | 2002-04-29 12:45:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-04-29 12:45:41 +0000 |
| commit | e18e407fbf1ab6f616d73506fe3eb12ba2b6835b (patch) | |
| tree | c11ee9ecf47512c90855155674f0f4c44a623f4f | |
| parent | e656fc9d38c9f7fcd6d7466fec1fadc1ef9f75d0 (diff) | |
| download | emacs-e18e407fbf1ab6f616d73506fe3eb12ba2b6835b.tar.gz emacs-e18e407fbf1ab6f616d73506fe3eb12ba2b6835b.zip | |
Regenerated after adding cua files
| -rw-r--r-- | lisp/cus-load.el | 38 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 473 |
2 files changed, 294 insertions, 217 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 6d7a97c3afd..e937ea06de1 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -37,12 +37,13 @@ | |||
| 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 'gnus-newsrc 'custom-loads '("gnus-start")) | ||
| 41 | (put 'chinese-calendar 'custom-loads '("cal-china")) | 40 | (put 'chinese-calendar 'custom-loads '("cal-china")) |
| 41 | (put 'gnus-newsrc 'custom-loads '("gnus-start")) | ||
| 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")) |
| 45 | (put 'nnmail-procmail 'custom-loads '("nnmail")) | 45 | (put 'nnmail-procmail 'custom-loads '("nnmail")) |
| 46 | (put 'cua 'custom-loads '("cua-base")) | ||
| 46 | (put 'desktop 'custom-loads '("desktop")) | 47 | (put 'desktop 'custom-loads '("desktop")) |
| 47 | (put 'eshell-cmpl 'custom-loads '("em-cmpl")) | 48 | (put 'eshell-cmpl 'custom-loads '("em-cmpl")) |
| 48 | (put 'cperl-help-system 'custom-loads '("cperl-mode")) | 49 | (put 'cperl-help-system 'custom-loads '("cperl-mode")) |
| @@ -62,7 +63,7 @@ | |||
| 62 | (put 'dirtrack 'custom-loads '("dirtrack")) | 63 | (put 'dirtrack 'custom-loads '("dirtrack")) |
| 63 | (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind")) | 64 | (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind")) |
| 64 | (put 'bruce 'custom-loads '("bruce")) | 65 | (put 'bruce 'custom-loads '("bruce")) |
| 65 | (put 'windows 'custom-loads '("hscroll" "scroll-all" "window" "follow" "windmove")) | 66 | (put 'windows 'custom-loads '("scroll-all" "window" "follow" "windmove")) |
| 66 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) | 67 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) |
| 67 | (put 'speedbar 'custom-loads '("speedbar")) | 68 | (put 'speedbar 'custom-loads '("speedbar")) |
| 68 | (put 'etags 'custom-loads '("etags")) | 69 | (put 'etags 'custom-loads '("etags")) |
| @@ -204,7 +205,7 @@ | |||
| 204 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) | 205 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) |
| 205 | (put 'tildify 'custom-loads '("tildify")) | 206 | (put 'tildify 'custom-loads '("tildify")) |
| 206 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) | 207 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) |
| 207 | (put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "ehelp" "help-mode" "info-look" "info" "man" "tooltip" "woman")) | 208 | (put 'help 'custom-loads '("help" "apropos" "cus-edit" "ehelp" "help-macro" "help-mode" "info-look" "info" "man" "tooltip" "woman")) |
| 208 | (put 'forms 'custom-loads '("forms")) | 209 | (put 'forms 'custom-loads '("forms")) |
| 209 | (put 'widget-documentation 'custom-loads '("wid-edit")) | 210 | (put 'widget-documentation 'custom-loads '("wid-edit")) |
| 210 | (put 'eshell-banner 'custom-loads '("em-banner")) | 211 | (put 'eshell-banner 'custom-loads '("em-banner")) |
| @@ -219,8 +220,8 @@ | |||
| 219 | (put 'auto-save 'custom-loads '("files" "startup")) | 220 | (put 'auto-save 'custom-loads '("files" "startup")) |
| 220 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) | 221 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) |
| 221 | (put 'w32 'custom-loads '("w32-vars")) | 222 | (put 'w32 'custom-loads '("w32-vars")) |
| 222 | (put 'gnus-cite 'custom-loads '("gnus-cite")) | ||
| 223 | (put 'viper-hooks 'custom-loads '("viper-init")) | 223 | (put 'viper-hooks 'custom-loads '("viper-init")) |
| 224 | (put 'gnus-cite 'custom-loads '("gnus-cite")) | ||
| 224 | (put 'gnus-demon 'custom-loads '("gnus-demon")) | 225 | (put 'gnus-demon 'custom-loads '("gnus-demon")) |
| 225 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) | 226 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) |
| 226 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) | 227 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) |
| @@ -304,7 +305,7 @@ | |||
| 304 | (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")) | 305 | (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")) |
| 305 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 306 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 306 | (put 'sgml 'custom-loads '("sgml-mode")) | 307 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 307 | (put 'keyboard 'custom-loads '("mule" "chistory" "type-break")) | 308 | (put 'keyboard 'custom-loads '("mule" "chistory" "type-break" "keypad")) |
| 308 | (put 'isearch-faces 'custom-loads '("isearch")) | 309 | (put 'isearch-faces 'custom-loads '("isearch")) |
| 309 | (put 'eshell-hist 'custom-loads '("em-hist")) | 310 | (put 'eshell-hist 'custom-loads '("em-hist")) |
| 310 | (put 'viper-mouse 'custom-loads '("viper-mous")) | 311 | (put 'viper-mouse 'custom-loads '("viper-mous")) |
| @@ -329,7 +330,7 @@ | |||
| 329 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) | 330 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) |
| 330 | (put 'which-func 'custom-loads '("which-func")) | 331 | (put 'which-func 'custom-loads '("which-func")) |
| 331 | (put 'pc-select 'custom-loads '("pc-select")) | 332 | (put 'pc-select 'custom-loads '("pc-select")) |
| 332 | (put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "latin1-disp" "ogonek")) | 333 | (put 'i18n 'custom-loads '("cus-edit" "double" "ccl" "iso-acc" "iso-ascii" "latin1-disp" "ogonek")) |
| 333 | (put 'sh 'custom-loads '("sh-script")) | 334 | (put 'sh 'custom-loads '("sh-script")) |
| 334 | (put 'message-headers 'custom-loads '("message")) | 335 | (put 'message-headers 'custom-loads '("message")) |
| 335 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) | 336 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) |
| @@ -352,13 +353,13 @@ | |||
| 352 | (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils")) | 353 | (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils")) |
| 353 | (put 'type-break 'custom-loads '("type-break")) | 354 | (put 'type-break 'custom-loads '("type-break")) |
| 354 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) | 355 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) |
| 355 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "ibuffer" "imenu" "iswitchb" "repeat" "speedbar" "whitespace" "windmove" "pc-select")) | 356 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "filesets" "follow" "hippie-exp" "ibuffer" "imenu" "iswitchb" "repeat" "speedbar" "whitespace" "windmove" "cua-base" "pc-select")) |
| 356 | (put 'lm 'custom-loads '("landmark")) | 357 | (put 'lm 'custom-loads '("landmark")) |
| 357 | (put 'ruler-mode 'custom-loads '("ruler-mode")) | 358 | (put 'ruler-mode 'custom-loads '("ruler-mode")) |
| 358 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) | 359 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) |
| 359 | (put 'm4 'custom-loads '("m4-mode")) | 360 | (put 'm4 'custom-loads '("m4-mode")) |
| 360 | (put 'gnus-article-mime 'custom-loads '("gnus-art" "mm-uu")) | 361 | (put 'gnus-article-mime 'custom-loads '("gnus-art" "mm-uu")) |
| 361 | (put 'emulations 'custom-loads '("crisp" "tpu-edt" "vip" "viper")) | 362 | (put 'emulations 'custom-loads '("crisp" "cua-base" "tpu-edt" "vip" "viper")) |
| 362 | (put 'compression 'custom-loads '("jka-compr")) | 363 | (put 'compression 'custom-loads '("jka-compr")) |
| 363 | (put 'games 'custom-loads '("5x5" "bruce" "decipher" "dunnet" "fortune" "gametree" "gomoku" "handwrite" "hanoi" "landmark" "mpuz" "pong" "solitaire" "spook" "tetris" "yow")) | 364 | (put 'games 'custom-loads '("5x5" "bruce" "decipher" "dunnet" "fortune" "gametree" "gomoku" "handwrite" "hanoi" "landmark" "mpuz" "pong" "solitaire" "spook" "tetris" "yow")) |
| 364 | (put 'nnmail-retrieve 'custom-loads '("nnmail")) | 365 | (put 'nnmail-retrieve 'custom-loads '("nnmail")) |
| @@ -371,8 +372,8 @@ | |||
| 371 | (put 'log-view 'custom-loads '("log-view")) | 372 | (put 'log-view 'custom-loads '("log-view")) |
| 372 | (put 'PostScript 'custom-loads '("ps-mode")) | 373 | (put 'PostScript 'custom-loads '("ps-mode")) |
| 373 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) | 374 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) |
| 374 | (put 'earcon 'custom-loads '("earcon")) | ||
| 375 | (put 'eshell-term 'custom-loads '("em-term")) | 375 | (put 'eshell-term 'custom-loads '("em-term")) |
| 376 | (put 'earcon 'custom-loads '("earcon")) | ||
| 376 | (put 'feedmail-headers 'custom-loads '("feedmail")) | 377 | (put 'feedmail-headers 'custom-loads '("feedmail")) |
| 377 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) | 378 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) |
| 378 | (put 'image 'custom-loads '("image-file")) | 379 | (put 'image 'custom-loads '("image-file")) |
| @@ -394,8 +395,7 @@ | |||
| 394 | (put 'change-log 'custom-loads '("add-log")) | 395 | (put 'change-log 'custom-loads '("add-log")) |
| 395 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) | 396 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) |
| 396 | (put 'cperl 'custom-loads '("cperl-mode")) | 397 | (put 'cperl 'custom-loads '("cperl-mode")) |
| 397 | (put 'bs-appearance 'custom-loads '("bs")) | 398 | (put 'bs-appearance 'custom-loads '("bs" "button")) |
| 398 | (put 'nil 'custom-loads '("button")) | ||
| 399 | (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs")) | 399 | (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs")) |
| 400 | (put 'eshell-mode 'custom-loads '("esh-mode")) | 400 | (put 'eshell-mode 'custom-loads '("esh-mode")) |
| 401 | (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) | 401 | (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) |
| @@ -441,7 +441,7 @@ | |||
| 441 | (put 'bibtex-autokey 'custom-loads '("bibtex")) | 441 | (put 'bibtex-autokey 'custom-loads '("bibtex")) |
| 442 | (put 'eudc 'custom-loads '("eudc-vars")) | 442 | (put 'eudc 'custom-loads '("eudc-vars")) |
| 443 | (put 'octave 'custom-loads '("octave-inf" "octave-mod")) | 443 | (put 'octave 'custom-loads '("octave-inf" "octave-mod")) |
| 444 | (put 'editing-basics 'custom-loads '("simple" "files" "pc-select")) | 444 | (put 'editing-basics 'custom-loads '("simple" "files" "cua-base" "pc-select")) |
| 445 | (put 'hscroll 'custom-loads '("hscroll")) | 445 | (put 'hscroll 'custom-loads '("hscroll")) |
| 446 | (put 'fortune-signature 'custom-loads '("fortune")) | 446 | (put 'fortune-signature 'custom-loads '("fortune")) |
| 447 | (put 'nnmail-expire 'custom-loads '("gnus" "nnmail")) | 447 | (put 'nnmail-expire 'custom-loads '("gnus" "nnmail")) |
| @@ -841,8 +841,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 841 | (custom-put-if-not 'message-buffer-naming-style 'standard-value t) | 841 | (custom-put-if-not 'message-buffer-naming-style 'standard-value t) |
| 842 | (custom-put-if-not 'ps-footer-font-size 'custom-version "21.1") | 842 | (custom-put-if-not 'ps-footer-font-size 'custom-version "21.1") |
| 843 | (custom-put-if-not 'ps-footer-font-size 'standard-value t) | 843 | (custom-put-if-not 'ps-footer-font-size 'standard-value t) |
| 844 | (custom-put-if-not 'hscroll-margin 'custom-version "21.3") | ||
| 845 | (custom-put-if-not 'hscroll-margin 'standard-value t) | ||
| 846 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") | 844 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") |
| 847 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) | 845 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) |
| 848 | (custom-put-if-not 'generic-x 'custom-version "20.3") | 846 | (custom-put-if-not 'generic-x 'custom-version "20.3") |
| @@ -859,10 +857,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 859 | (custom-put-if-not 'vc-diff-switches 'standard-value t) | 857 | (custom-put-if-not 'vc-diff-switches 'standard-value t) |
| 860 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") | 858 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") |
| 861 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) | 859 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) |
| 862 | (custom-put-if-not 'gnus-audio 'custom-version "21.1") | ||
| 863 | (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.") | ||
| 864 | (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1") | 860 | (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1") |
| 865 | (custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t) | 861 | (custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t) |
| 862 | (custom-put-if-not 'gnus-audio 'custom-version "21.1") | ||
| 863 | (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.") | ||
| 866 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") | 864 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") |
| 867 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) | 865 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) |
| 868 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") | 866 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") |
| @@ -959,10 +957,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 959 | (custom-put-if-not 'sgml-validate-command 'standard-value t) | 957 | (custom-put-if-not 'sgml-validate-command 'standard-value t) |
| 960 | (custom-put-if-not 'jit-lock 'custom-version "21.1") | 958 | (custom-put-if-not 'jit-lock 'custom-version "21.1") |
| 961 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") | 959 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") |
| 962 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") | ||
| 963 | (custom-put-if-not 'rmail-file-name 'standard-value t) | ||
| 964 | (custom-put-if-not 'bs 'custom-version "21.1") | 960 | (custom-put-if-not 'bs 'custom-version "21.1") |
| 965 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") | 961 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") |
| 962 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") | ||
| 963 | (custom-put-if-not 'rmail-file-name 'standard-value t) | ||
| 966 | (custom-put-if-not 'cperl 'custom-version "20.3") | 964 | (custom-put-if-not 'cperl 'custom-version "20.3") |
| 967 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") | 965 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") |
| 968 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") | 966 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") |
| @@ -1029,6 +1027,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1029 | (custom-put-if-not 'custom-comment-face 'group-documentation nil) | 1027 | (custom-put-if-not 'custom-comment-face 'group-documentation nil) |
| 1030 | (custom-put-if-not 'custom-raised-buttons 'custom-version "21.1") | 1028 | (custom-put-if-not 'custom-raised-buttons 'custom-version "21.1") |
| 1031 | (custom-put-if-not 'custom-raised-buttons 'standard-value t) | 1029 | (custom-put-if-not 'custom-raised-buttons 'standard-value t) |
| 1030 | (custom-put-if-not 'gnus-article-x-face-command 'custom-version "21.1") | ||
| 1031 | (custom-put-if-not 'gnus-article-x-face-command 'standard-value t) | ||
| 1032 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'custom-version "21.1") | 1032 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'custom-version "21.1") |
| 1033 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t) | 1033 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t) |
| 1034 | (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3") | 1034 | (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3") |
| @@ -1160,7 +1160,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1160 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 1160 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 1161 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 1161 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 1162 | 1162 | ||
| 1163 | (defvar custom-versions-load-alist '((20.3 "xscheme") (21.4 "simple" "dired") ("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("21.2" "add-log" "sgml-mode") (21.3 "ange-ftp") ("21.3" "sendmail" "replace" "hscroll" "vc-cvs" "ange-ftp" "smtpmail") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help-mode" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "vc-rcs" "fortran" "solar" "vc" "etags" "cus-edit" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "find-func" "frame" "wid-edit" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) | 1163 | (defvar custom-versions-load-alist '((20.3 "xscheme") (21.4 "simple" "dired") ("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("21.2" "add-log" "sgml-mode") (21.3 "ange-ftp") ("21.3" "sendmail" "replace" "vc-cvs" "ange-ftp" "smtpmail") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help-mode" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "vc-rcs" "fortran" "solar" "vc" "etags" "cus-edit" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "find-func" "frame" "wid-edit" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) |
| 1164 | "For internal use by custom.") | 1164 | "For internal use by custom.") |
| 1165 | 1165 | ||
| 1166 | (provide 'cus-load) | 1166 | (provide 'cus-load) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index e5da51eb19e..5ecb64295dc 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -53,7 +53,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 53 | ;;;*** | 53 | ;;;*** |
| 54 | 54 | ||
| 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 55 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 56 | ;;;;;; (15542 65298)) | 56 | ;;;;;; (15564 32021)) |
| 57 | ;;; Generated autoloads from progmodes/ada-mode.el | 57 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 58 | 58 | ||
| 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 59 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -65,7 +65,7 @@ name" nil nil) | |||
| 65 | 65 | ||
| 66 | (autoload (quote ada-mode) "ada-mode" "\ | 66 | (autoload (quote ada-mode) "ada-mode" "\ |
| 67 | Ada mode is the major mode for editing Ada code. | 67 | Ada mode is the major mode for editing Ada code. |
| 68 | This version was built on $Date: 2002/04/09 18:50:17 $. | 68 | This version was built on $Date: 2002/04/28 21:14:17 $. |
| 69 | 69 | ||
| 70 | Bindings are as follows: (Note: 'LFD' is control-j.) | 70 | Bindings are as follows: (Note: 'LFD' is control-j.) |
| 71 | \\{ada-mode-map} | 71 | \\{ada-mode-map} |
| @@ -111,7 +111,7 @@ If you use ada-xref.el: | |||
| 111 | ;;;*** | 111 | ;;;*** |
| 112 | 112 | ||
| 113 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 113 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 114 | ;;;;;; (15542 65298)) | 114 | ;;;;;; (15547 22608)) |
| 115 | ;;; Generated autoloads from progmodes/ada-stmt.el | 115 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 116 | 116 | ||
| 117 | (autoload (quote ada-header) "ada-stmt" "\ | 117 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -120,7 +120,7 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 120 | ;;;*** | 120 | ;;;*** |
| 121 | 121 | ||
| 122 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 122 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 123 | ;;;;;; (15542 65298)) | 123 | ;;;;;; (15564 32021)) |
| 124 | ;;; Generated autoloads from progmodes/ada-xref.el | 124 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 125 | 125 | ||
| 126 | (autoload (quote ada-find-file) "ada-xref" "\ | 126 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -405,7 +405,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil) | |||
| 405 | ;;;*** | 405 | ;;;*** |
| 406 | 406 | ||
| 407 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 407 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 408 | ;;;;;; "net/ange-ftp.el" (15464 26331)) | 408 | ;;;;;; "net/ange-ftp.el" (15565 16561)) |
| 409 | ;;; Generated autoloads from net/ange-ftp.el | 409 | ;;; Generated autoloads from net/ange-ftp.el |
| 410 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 410 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 411 | 411 | ||
| @@ -1047,7 +1047,7 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni | |||
| 1047 | ;;;*** | 1047 | ;;;*** |
| 1048 | 1048 | ||
| 1049 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode | 1049 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode |
| 1050 | ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (15542 65289)) | 1050 | ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (15547 22601)) |
| 1051 | ;;; Generated autoloads from autorevert.el | 1051 | ;;; Generated autoloads from autorevert.el |
| 1052 | 1052 | ||
| 1053 | (defvar auto-revert-mode nil "\ | 1053 | (defvar auto-revert-mode nil "\ |
| @@ -2054,7 +2054,7 @@ Also see `make-text-button'." nil nil) | |||
| 2054 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2054 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2055 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2055 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2056 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2056 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2057 | ;;;;;; (15521 59035)) | 2057 | ;;;;;; (15523 44062)) |
| 2058 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2058 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2059 | 2059 | ||
| 2060 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2060 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2137,7 +2137,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil | |||
| 2137 | ;;;*** | 2137 | ;;;*** |
| 2138 | 2138 | ||
| 2139 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2139 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2140 | ;;;;;; (15533 36798)) | 2140 | ;;;;;; (15547 22605)) |
| 2141 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2141 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2142 | 2142 | ||
| 2143 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2143 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2254,7 +2254,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2254 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2254 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2255 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2255 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2256 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2256 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2257 | ;;;;;; (15533 36800)) | 2257 | ;;;;;; (15547 22605)) |
| 2258 | ;;; Generated autoloads from calendar/calendar.el | 2258 | ;;; Generated autoloads from calendar/calendar.el |
| 2259 | 2259 | ||
| 2260 | (defvar calendar-week-start-day 0 "\ | 2260 | (defvar calendar-week-start-day 0 "\ |
| @@ -3541,7 +3541,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3541 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3541 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3542 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3542 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3543 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3543 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3544 | ;;;;;; "compile" "progmodes/compile.el" (15542 65298)) | 3544 | ;;;;;; "compile" "progmodes/compile.el" (15547 22608)) |
| 3545 | ;;; Generated autoloads from progmodes/compile.el | 3545 | ;;; Generated autoloads from progmodes/compile.el |
| 3546 | 3546 | ||
| 3547 | (defvar compilation-mode-hook nil "\ | 3547 | (defvar compilation-mode-hook nil "\ |
| @@ -3947,7 +3947,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3947 | ;;;*** | 3947 | ;;;*** |
| 3948 | 3948 | ||
| 3949 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3949 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3950 | ;;;;;; (15542 65298)) | 3950 | ;;;;;; (15547 22609)) |
| 3951 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3951 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3952 | 3952 | ||
| 3953 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3953 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -4190,15 +4190,44 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4190 | 4190 | ||
| 4191 | ;;;*** | 4191 | ;;;*** |
| 4192 | 4192 | ||
| 4193 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" | ||
| 4194 | ;;;;;; (15564 30406)) | ||
| 4195 | ;;; Generated autoloads from emulation/cua-base.el | ||
| 4196 | |||
| 4197 | (defvar cua-mode nil "\ | ||
| 4198 | Non-nil means that CUA emulation mode is enabled. | ||
| 4199 | In CUA mode, shifted movement keys highlight and extend the region. | ||
| 4200 | When a region is highlighted, the binding of the C-x and C-c keys are | ||
| 4201 | temporarily changed to work as Motif, MAC or MS-Windows cut and paste. | ||
| 4202 | Also, insertion commands first delete the region and then insert. | ||
| 4203 | This mode enables Transient Mark mode and it provides a superset of the | ||
| 4204 | PC Selection Mode and Delete Selection Modes. | ||
| 4205 | |||
| 4206 | Setting this variable directly does not take effect; | ||
| 4207 | use either \\[customize] or the function `cua-mode'.") | ||
| 4208 | |||
| 4209 | (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable)) | ||
| 4210 | |||
| 4211 | (custom-add-load (quote cua-mode) (quote cua)) | ||
| 4212 | |||
| 4213 | (autoload (quote cua-mode) "cua-base" "\ | ||
| 4214 | Toggle CUA key-binding mode. | ||
| 4215 | When enabled, using shifted movement keys will activate the region (and | ||
| 4216 | highlight the region using `transient-mark-mode'), and typed text replaces | ||
| 4217 | the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and | ||
| 4218 | paste (in addition to the normal emacs bindings)." t nil) | ||
| 4219 | |||
| 4220 | ;;;*** | ||
| 4221 | |||
| 4193 | ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all | 4222 | ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all |
| 4194 | ;;;;;; customize-save-customized custom-file custom-load-symbol | 4223 | ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window |
| 4195 | ;;;;;; customize-browse custom-buffer-create-other-window custom-buffer-create | 4224 | ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces |
| 4196 | ;;;;;; customize-apropos-groups customize-apropos-faces customize-apropos-options | 4225 | ;;;;;; customize-apropos-options customize-apropos customize-saved |
| 4197 | ;;;;;; customize-apropos customize-saved customize-customized customize-face-other-window | 4226 | ;;;;;; customize-customized customize-face-other-window customize-face |
| 4198 | ;;;;;; customize-face customize-option-other-window customize-changed-options | 4227 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4199 | ;;;;;; customize-option customize-group-other-window customize-group | 4228 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4200 | ;;;;;; customize customize-save-variable customize-set-variable | 4229 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4201 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15561 31158)) | 4230 | ;;;;;; (15564 32014)) |
| 4202 | ;;; Generated autoloads from cus-edit.el | 4231 | ;;; Generated autoloads from cus-edit.el |
| 4203 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4232 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4204 | 4233 | ||
| @@ -4336,9 +4365,6 @@ that option." nil nil) | |||
| 4336 | (autoload (quote customize-browse) "cus-edit" "\ | 4365 | (autoload (quote customize-browse) "cus-edit" "\ |
| 4337 | Create a tree browser for the customize hierarchy." t nil) | 4366 | Create a tree browser for the customize hierarchy." t nil) |
| 4338 | 4367 | ||
| 4339 | (autoload (quote custom-load-symbol) "cus-edit" "\ | ||
| 4340 | Load all dependencies for SYMBOL." nil nil) | ||
| 4341 | |||
| 4342 | (defvar custom-file nil "\ | 4368 | (defvar custom-file nil "\ |
| 4343 | File used for storing customization information. | 4369 | File used for storing customization information. |
| 4344 | The default is nil, which means to use your init file | 4370 | The default is nil, which means to use your init file |
| @@ -4369,7 +4395,7 @@ The format is suitable for use with `easy-menu-define'." nil nil) | |||
| 4369 | ;;;*** | 4395 | ;;;*** |
| 4370 | 4396 | ||
| 4371 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" | 4397 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" |
| 4372 | ;;;;;; "cus-face.el" (15542 65290)) | 4398 | ;;;;;; "cus-face.el" (15547 22601)) |
| 4373 | ;;; Generated autoloads from cus-face.el | 4399 | ;;; Generated autoloads from cus-face.el |
| 4374 | 4400 | ||
| 4375 | (autoload (quote custom-declare-face) "cus-face" "\ | 4401 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -4399,7 +4425,7 @@ Mode used for cvs status output." t nil) | |||
| 4399 | ;;;*** | 4425 | ;;;*** |
| 4400 | 4426 | ||
| 4401 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 4427 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 4402 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15542 65299)) | 4428 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15547 22609)) |
| 4403 | ;;; Generated autoloads from progmodes/cwarn.el | 4429 | ;;; Generated autoloads from progmodes/cwarn.el |
| 4404 | 4430 | ||
| 4405 | (autoload (quote cwarn-mode) "cwarn" "\ | 4431 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -4628,7 +4654,7 @@ $ | |||
| 4628 | ;;;*** | 4654 | ;;;*** |
| 4629 | 4655 | ||
| 4630 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 4656 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 4631 | ;;;;;; "emacs-lisp/debug.el" (15544 37708)) | 4657 | ;;;;;; "emacs-lisp/debug.el" (15547 22605)) |
| 4632 | ;;; Generated autoloads from emacs-lisp/debug.el | 4658 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 4633 | 4659 | ||
| 4634 | (setq debugger (quote debug)) | 4660 | (setq debugger (quote debug)) |
| @@ -4924,7 +4950,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4924 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4950 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4925 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4951 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4926 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4952 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4927 | ;;;;;; "dired" "dired.el" (15557 64385)) | 4953 | ;;;;;; "dired" "dired.el" (15558 40889)) |
| 4928 | ;;; Generated autoloads from dired.el | 4954 | ;;; Generated autoloads from dired.el |
| 4929 | 4955 | ||
| 4930 | (defvar dired-listing-switches "-al" "\ | 4956 | (defvar dired-listing-switches "-al" "\ |
| @@ -5512,7 +5538,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil ( | |||
| 5512 | 5538 | ||
| 5513 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 5539 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 5514 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15561 | 5540 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15561 |
| 5515 | ;;;;;; 31234)) | 5541 | ;;;;;; 53010)) |
| 5516 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 5542 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 5517 | 5543 | ||
| 5518 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 5544 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -5854,7 +5880,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 5854 | ;;;*** | 5880 | ;;;*** |
| 5855 | 5881 | ||
| 5856 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5882 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 5857 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15544 37708)) | 5883 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15547 22605)) |
| 5858 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5884 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 5859 | 5885 | ||
| 5860 | (defvar edebug-all-defs nil "\ | 5886 | (defvar edebug-all-defs nil "\ |
| @@ -6080,7 +6106,7 @@ With optional NODE, goes to that node." t nil) | |||
| 6080 | ;;;*** | 6106 | ;;;*** |
| 6081 | 6107 | ||
| 6082 | ;;;### (autoloads (ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook" | 6108 | ;;;### (autoloads (ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook" |
| 6083 | ;;;;;; "ediff-hook.el" (15561 31164)) | 6109 | ;;;;;; "ediff-hook.el" (15561 53007)) |
| 6084 | ;;; Generated autoloads from ediff-hook.el | 6110 | ;;; Generated autoloads from ediff-hook.el |
| 6085 | 6111 | ||
| 6086 | (defvar ediff-window-setup-function) | 6112 | (defvar ediff-window-setup-function) |
| @@ -6355,7 +6381,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) | |||
| 6355 | ;;;*** | 6381 | ;;;*** |
| 6356 | 6382 | ||
| 6357 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 6383 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 6358 | ;;;;;; (15542 65297)) | 6384 | ;;;;;; (15547 22607)) |
| 6359 | ;;; Generated autoloads from international/encoded-kb.el | 6385 | ;;; Generated autoloads from international/encoded-kb.el |
| 6360 | 6386 | ||
| 6361 | (defvar encoded-kbd-mode nil "\ | 6387 | (defvar encoded-kbd-mode nil "\ |
| @@ -6383,7 +6409,7 @@ as a multilingual text encoded in a coding system set by | |||
| 6383 | ;;;*** | 6409 | ;;;*** |
| 6384 | 6410 | ||
| 6385 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 6411 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 6386 | ;;;;;; "enriched" "enriched.el" (15542 65290)) | 6412 | ;;;;;; "enriched" "enriched.el" (15547 22601)) |
| 6387 | ;;; Generated autoloads from enriched.el | 6413 | ;;; Generated autoloads from enriched.el |
| 6388 | 6414 | ||
| 6389 | (autoload (quote enriched-mode) "enriched" "\ | 6415 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -6461,7 +6487,7 @@ Please include any configuration details that might be involved." t nil) | |||
| 6461 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6487 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6462 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 6488 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 6463 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 6489 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 6464 | ;;;;;; (15544 37711)) | 6490 | ;;;;;; (15547 22609)) |
| 6465 | ;;; Generated autoloads from progmodes/etags.el | 6491 | ;;; Generated autoloads from progmodes/etags.el |
| 6466 | 6492 | ||
| 6467 | (defvar tags-file-name nil "\ | 6493 | (defvar tags-file-name nil "\ |
| @@ -7008,7 +7034,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 7008 | 7034 | ||
| 7009 | ;;;*** | 7035 | ;;;*** |
| 7010 | 7036 | ||
| 7011 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15561 31347)) | 7037 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15565 16567)) |
| 7012 | ;;; Generated autoloads from progmodes/f90.el | 7038 | ;;; Generated autoloads from progmodes/f90.el |
| 7013 | 7039 | ||
| 7014 | (autoload (quote f90-mode) "f90" "\ | 7040 | (autoload (quote f90-mode) "f90" "\ |
| @@ -7356,7 +7382,7 @@ the name is considered already unique; only the second substitution | |||
| 7356 | ;;;*** | 7382 | ;;;*** |
| 7357 | 7383 | ||
| 7358 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 7384 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 7359 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15561 31174)) | 7385 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15561 53007)) |
| 7360 | ;;; Generated autoloads from find-dired.el | 7386 | ;;; Generated autoloads from find-dired.el |
| 7361 | 7387 | ||
| 7362 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 7388 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -7399,7 +7425,7 @@ Thus ARG can also contain additional grep options." t nil) | |||
| 7399 | 7425 | ||
| 7400 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 7426 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 7401 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 7427 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 7402 | ;;;;;; (15561 31174)) | 7428 | ;;;;;; (15561 53007)) |
| 7403 | ;;; Generated autoloads from find-file.el | 7429 | ;;; Generated autoloads from find-file.el |
| 7404 | 7430 | ||
| 7405 | (autoload (quote ff-get-other-file) "find-file" "\ | 7431 | (autoload (quote ff-get-other-file) "find-file" "\ |
| @@ -7573,7 +7599,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil) | |||
| 7573 | ;;;*** | 7599 | ;;;*** |
| 7574 | 7600 | ||
| 7575 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 7601 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 7576 | ;;;;;; "finder" "finder.el" (15518 17562)) | 7602 | ;;;;;; "finder" "finder.el" (15523 44054)) |
| 7577 | ;;; Generated autoloads from finder.el | 7603 | ;;; Generated autoloads from finder.el |
| 7578 | 7604 | ||
| 7579 | (autoload (quote finder-list-keywords) "finder" "\ | 7605 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -7736,7 +7762,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7736 | 7762 | ||
| 7737 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7763 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7738 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7764 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7739 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15533 28772)) | 7765 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15547 22601)) |
| 7740 | ;;; Generated autoloads from font-lock.el | 7766 | ;;; Generated autoloads from font-lock.el |
| 7741 | 7767 | ||
| 7742 | (make-variable-buffer-local (quote font-lock-defaults)) | 7768 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -8204,7 +8230,7 @@ Generate NOV files recursively starting in DIR." t nil) | |||
| 8204 | ;;;*** | 8230 | ;;;*** |
| 8205 | 8231 | ||
| 8206 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 8232 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 8207 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15533 28774)) | 8233 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15547 22606)) |
| 8208 | ;;; Generated autoloads from gnus/gnus-group.el | 8234 | ;;; Generated autoloads from gnus/gnus-group.el |
| 8209 | 8235 | ||
| 8210 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 8236 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -8580,7 +8606,7 @@ to be updated." t nil) | |||
| 8580 | 8606 | ||
| 8581 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 8607 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8582 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 8608 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8583 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15533 28772)) | 8609 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15547 22601)) |
| 8584 | ;;; Generated autoloads from help-fns.el | 8610 | ;;; Generated autoloads from help-fns.el |
| 8585 | 8611 | ||
| 8586 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8612 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -8645,7 +8671,7 @@ A value of nil means skip the middle step, so that | |||
| 8645 | 8671 | ||
| 8646 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 8672 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 8647 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 8673 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 8648 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15427 61501)) | 8674 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15547 22700)) |
| 8649 | ;;; Generated autoloads from help-mode.el | 8675 | ;;; Generated autoloads from help-mode.el |
| 8650 | 8676 | ||
| 8651 | (autoload (quote help-mode) "help-mode" "\ | 8677 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -8960,7 +8986,7 @@ how the hiding is done: | |||
| 8960 | ;;;*** | 8986 | ;;;*** |
| 8961 | 8987 | ||
| 8962 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 8988 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 8963 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15542 65299)) | 8989 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15547 22609)) |
| 8964 | ;;; Generated autoloads from progmodes/hideshow.el | 8990 | ;;; Generated autoloads from progmodes/hideshow.el |
| 8965 | 8991 | ||
| 8966 | (defvar hs-hide-comments-when-hiding-all t "\ | 8992 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -9174,7 +9200,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | |||
| 9174 | ;;;*** | 9200 | ;;;*** |
| 9175 | 9201 | ||
| 9176 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 9202 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 9177 | ;;;;;; (15522 14844)) | 9203 | ;;;;;; (15523 44055)) |
| 9178 | ;;; Generated autoloads from hl-line.el | 9204 | ;;; Generated autoloads from hl-line.el |
| 9179 | 9205 | ||
| 9180 | (autoload (quote hl-line-mode) "hl-line" "\ | 9206 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -9262,7 +9288,7 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9262 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 9288 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 9263 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 9289 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 9264 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 9290 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 9265 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15561 31179)) | 9291 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15564 32016)) |
| 9266 | ;;; Generated autoloads from ibuf-ext.el | 9292 | ;;; Generated autoloads from ibuf-ext.el |
| 9267 | 9293 | ||
| 9268 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 9294 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -9492,7 +9518,7 @@ defaults to one." t nil) | |||
| 9492 | 9518 | ||
| 9493 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 9519 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 9494 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15561 | 9520 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15561 |
| 9495 | ;;;;;; 31179)) | 9521 | ;;;;;; 53007)) |
| 9496 | ;;; Generated autoloads from ibuf-macs.el | 9522 | ;;; Generated autoloads from ibuf-macs.el |
| 9497 | 9523 | ||
| 9498 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 9524 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -9568,7 +9594,7 @@ bound to the current value of the filter." nil (quote macro)) | |||
| 9568 | ;;;*** | 9594 | ;;;*** |
| 9569 | 9595 | ||
| 9570 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 9596 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 9571 | ;;;;;; "ibuffer" "ibuffer.el" (15561 31180)) | 9597 | ;;;;;; "ibuffer" "ibuffer.el" (15564 32016)) |
| 9572 | ;;; Generated autoloads from ibuffer.el | 9598 | ;;; Generated autoloads from ibuffer.el |
| 9573 | 9599 | ||
| 9574 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 9600 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -10182,7 +10208,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 10182 | 10208 | ||
| 10183 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 10209 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 10184 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 10210 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 10185 | ;;;;;; info info-other-window) "info" "info.el" (15533 28772)) | 10211 | ;;;;;; info info-other-window) "info" "info.el" (15564 32016)) |
| 10186 | ;;; Generated autoloads from info.el | 10212 | ;;; Generated autoloads from info.el |
| 10187 | 10213 | ||
| 10188 | (autoload (quote info-other-window) "info" "\ | 10214 | (autoload (quote info-other-window) "info" "\ |
| @@ -10316,7 +10342,7 @@ Toggle input method in interactive search." t nil) | |||
| 10316 | ;;;*** | 10342 | ;;;*** |
| 10317 | 10343 | ||
| 10318 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 10344 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
| 10319 | ;;;;;; (15542 65297)) | 10345 | ;;;;;; (15547 22607)) |
| 10320 | ;;; Generated autoloads from international/iso-acc.el | 10346 | ;;; Generated autoloads from international/iso-acc.el |
| 10321 | 10347 | ||
| 10322 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 10348 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -10820,6 +10846,50 @@ Evalute BODY with automatic file compression and uncompression enabled." nil (qu | |||
| 10820 | 10846 | ||
| 10821 | ;;;*** | 10847 | ;;;*** |
| 10822 | 10848 | ||
| 10849 | ;;;### (autoloads (keypad-setup keypad-shifted-setup keypad-setup) | ||
| 10850 | ;;;;;; "keypad" "emulation/keypad.el" (15564 30393)) | ||
| 10851 | ;;; Generated autoloads from emulation/keypad.el | ||
| 10852 | |||
| 10853 | (defvar keypad-setup nil "\ | ||
| 10854 | Specifies the keypad setup for unshifted keypad keys. | ||
| 10855 | The options are: | ||
| 10856 | 'prefix Numeric prefix argument, i.e. M-0 .. M-9 and M-- | ||
| 10857 | 'cursor Cursor movement keys. | ||
| 10858 | 'S-cursor Shifted cursor movement keys. | ||
| 10859 | 'numeric Plain numeric, i.e. 0 .. 9 and . (or DECIMAL arg) | ||
| 10860 | 'none Removes all bindings for keypad keys in function-key-map. | ||
| 10861 | nil Keep existing bindings for the keypad keys.") | ||
| 10862 | |||
| 10863 | (custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable)) | ||
| 10864 | |||
| 10865 | (custom-add-load (quote keypad-setup) (quote keypad)) | ||
| 10866 | |||
| 10867 | (defvar keypad-shifted-setup nil "\ | ||
| 10868 | Specifies the keypad setup for shifted keypad keys. | ||
| 10869 | See `keypad-setup' for available options.") | ||
| 10870 | |||
| 10871 | (custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable)) | ||
| 10872 | |||
| 10873 | (custom-add-load (quote keypad-shifted-setup) (quote keypad)) | ||
| 10874 | |||
| 10875 | (autoload (quote keypad-setup) "keypad" "\ | ||
| 10876 | Set keypad bindings in function-key-map according to SETUP. | ||
| 10877 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings | ||
| 10878 | are changed. Otherwise, the NumLock Off bindings are changed. | ||
| 10879 | |||
| 10880 | Setup Binding | ||
| 10881 | ------------------------------------------------------------- | ||
| 10882 | 'prefix Command prefix argument, i.e. M-0 .. M-9 and M-- | ||
| 10883 | 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys. | ||
| 10884 | 'cursor Bind keypad keys to the cursor movement keys. | ||
| 10885 | 'numeric Plain numeric, i.e. 0 .. 9 and . (or DECIMAL arg) | ||
| 10886 | 'none Removes all bindings for keypad keys in function-key-map. | ||
| 10887 | |||
| 10888 | If SETUP is 'numeric and the optional third argument DECIMAL is non-nil, | ||
| 10889 | the decimal key on the keypad is mapped to DECIMAL instead of `.'" nil nil) | ||
| 10890 | |||
| 10891 | ;;;*** | ||
| 10892 | |||
| 10823 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 10893 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 10824 | ;;;;;; (15371 46423)) | 10894 | ;;;;;; (15371 46423)) |
| 10825 | ;;; Generated autoloads from international/kinsoku.el | 10895 | ;;; Generated autoloads from international/kinsoku.el |
| @@ -11617,7 +11687,7 @@ yourself the value of `master-of' by calling `master-show-slave'." t nil) | |||
| 11617 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 11687 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 11618 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 11688 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 11619 | ;;;;;; message-user-organization-file message-signature-separator | 11689 | ;;;;;; message-user-organization-file message-signature-separator |
| 11620 | ;;;;;; message-from-style) "message" "gnus/message.el" (15533 28774)) | 11690 | ;;;;;; message-from-style) "message" "gnus/message.el" (15547 22607)) |
| 11621 | ;;; Generated autoloads from gnus/message.el | 11691 | ;;; Generated autoloads from gnus/message.el |
| 11622 | 11692 | ||
| 11623 | (defvar message-from-style (quote default) "\ | 11693 | (defvar message-from-style (quote default) "\ |
| @@ -12345,7 +12415,7 @@ language environment LANG-ENV." nil nil) | |||
| 12345 | ;;;*** | 12415 | ;;;*** |
| 12346 | 12416 | ||
| 12347 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 12417 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 12348 | ;;;;;; (15522 14844)) | 12418 | ;;;;;; (15523 44059)) |
| 12349 | ;;; Generated autoloads from mwheel.el | 12419 | ;;; Generated autoloads from mwheel.el |
| 12350 | 12420 | ||
| 12351 | (defvar mouse-wheel-mode nil "\ | 12421 | (defvar mouse-wheel-mode nil "\ |
| @@ -12430,7 +12500,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12430 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 12500 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 12431 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 12501 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 12432 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 12502 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 12433 | ;;;;;; "newcomment.el" (15542 65292)) | 12503 | ;;;;;; "newcomment.el" (15547 22604)) |
| 12434 | ;;; Generated autoloads from newcomment.el | 12504 | ;;; Generated autoloads from newcomment.el |
| 12435 | 12505 | ||
| 12436 | (defalias (quote indent-for-comment) (quote comment-indent)) | 12506 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -12565,7 +12635,7 @@ symbol in the alist." nil nil) | |||
| 12565 | ;;;*** | 12635 | ;;;*** |
| 12566 | 12636 | ||
| 12567 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 12637 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 12568 | ;;;;;; (15544 37709)) | 12638 | ;;;;;; (15547 22607)) |
| 12569 | ;;; Generated autoloads from gnus/nnfolder.el | 12639 | ;;; Generated autoloads from gnus/nnfolder.el |
| 12570 | 12640 | ||
| 12571 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 12641 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -12585,7 +12655,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil) | |||
| 12585 | ;;;*** | 12655 | ;;;*** |
| 12586 | 12656 | ||
| 12587 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 12657 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 12588 | ;;;;;; (15542 65296)) | 12658 | ;;;;;; (15547 22607)) |
| 12589 | ;;; Generated autoloads from gnus/nnml.el | 12659 | ;;; Generated autoloads from gnus/nnml.el |
| 12590 | 12660 | ||
| 12591 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 12661 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
| @@ -13142,7 +13212,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 13142 | 13212 | ||
| 13143 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 13213 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 13144 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 13214 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 13145 | ;;;;;; "pcvs.el" (15533 36788)) | 13215 | ;;;;;; "pcvs.el" (15547 22604)) |
| 13146 | ;;; Generated autoloads from pcvs.el | 13216 | ;;; Generated autoloads from pcvs.el |
| 13147 | 13217 | ||
| 13148 | (autoload (quote cvs-checkout) "pcvs" "\ | 13218 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -13955,7 +14025,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 13955 | 14025 | ||
| 13956 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 14026 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 13957 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 14027 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 13958 | ;;;;;; "recentf.el" (15400 1473)) | 14028 | ;;;;;; "recentf.el" (15565 16529)) |
| 13959 | ;;; Generated autoloads from recentf.el | 14029 | ;;; Generated autoloads from recentf.el |
| 13960 | 14030 | ||
| 13961 | (autoload (quote recentf-save-list) "recentf" "\ | 14031 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -14445,7 +14515,7 @@ variable." t nil) | |||
| 14445 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 14515 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 14446 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 14516 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 14447 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 14517 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 14448 | ;;;;;; "rmail" "mail/rmail.el" (15522 14844)) | 14518 | ;;;;;; "rmail" "mail/rmail.el" (15523 44071)) |
| 14449 | ;;; Generated autoloads from mail/rmail.el | 14519 | ;;; Generated autoloads from mail/rmail.el |
| 14450 | 14520 | ||
| 14451 | (defvar rmail-dont-reply-to-names nil "\ | 14521 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -15282,7 +15352,7 @@ Interesting variables: | |||
| 15282 | ;;;*** | 15352 | ;;;*** |
| 15283 | 15353 | ||
| 15284 | ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" | 15354 | ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" |
| 15285 | ;;;;;; "scroll-all.el" (15561 31204)) | 15355 | ;;;;;; "scroll-all.el" (15561 53010)) |
| 15286 | ;;; Generated autoloads from scroll-all.el | 15356 | ;;; Generated autoloads from scroll-all.el |
| 15287 | 15357 | ||
| 15288 | (defvar scroll-all-mode nil "\ | 15358 | (defvar scroll-all-mode nil "\ |
| @@ -15305,7 +15375,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 15305 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 15375 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 15306 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 15376 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 15307 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 15377 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 15308 | ;;;;;; (15561 31320)) | 15378 | ;;;;;; (15565 16561)) |
| 15309 | ;;; Generated autoloads from mail/sendmail.el | 15379 | ;;; Generated autoloads from mail/sendmail.el |
| 15310 | 15380 | ||
| 15311 | (defvar mail-from-style (quote angles) "\ | 15381 | (defvar mail-from-style (quote angles) "\ |
| @@ -15689,7 +15759,7 @@ Set up file shadowing." t nil) | |||
| 15689 | ;;;*** | 15759 | ;;;*** |
| 15690 | 15760 | ||
| 15691 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 15761 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15692 | ;;;;;; (15533 36790)) | 15762 | ;;;;;; (15547 22604)) |
| 15693 | ;;; Generated autoloads from shell.el | 15763 | ;;; Generated autoloads from shell.el |
| 15694 | 15764 | ||
| 15695 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 15765 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15920,14 +15990,14 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15920 | ;;;*** | 15990 | ;;;*** |
| 15921 | 15991 | ||
| 15922 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 15992 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 15923 | ;;;;;; (15561 31320)) | 15993 | ;;;;;; (15561 53010)) |
| 15924 | ;;; Generated autoloads from mail/smtpmail.el | 15994 | ;;; Generated autoloads from mail/smtpmail.el |
| 15925 | 15995 | ||
| 15926 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 15996 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| 15927 | 15997 | ||
| 15928 | ;;;*** | 15998 | ;;;*** |
| 15929 | 15999 | ||
| 15930 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15542 65298)) | 16000 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15547 22608)) |
| 15931 | ;;; Generated autoloads from play/snake.el | 16001 | ;;; Generated autoloads from play/snake.el |
| 15932 | 16002 | ||
| 15933 | (autoload (quote snake) "snake" "\ | 16003 | (autoload (quote snake) "snake" "\ |
| @@ -15976,7 +16046,7 @@ then `snmpv2-mode-hook'." t nil) | |||
| 15976 | 16046 | ||
| 15977 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 16047 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 15978 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 16048 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 15979 | ;;;;;; "solar" "calendar/solar.el" (15533 36800)) | 16049 | ;;;;;; "solar" "calendar/solar.el" (15547 22605)) |
| 15980 | ;;; Generated autoloads from calendar/solar.el | 16050 | ;;; Generated autoloads from calendar/solar.el |
| 15981 | 16051 | ||
| 15982 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 16052 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -16035,8 +16105,8 @@ Requires floating point." nil nil) | |||
| 16035 | 16105 | ||
| 16036 | ;;;*** | 16106 | ;;;*** |
| 16037 | 16107 | ||
| 16038 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544 | 16108 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15547 |
| 16039 | ;;;;;; 37711)) | 16109 | ;;;;;; 22608)) |
| 16040 | ;;; Generated autoloads from play/solitaire.el | 16110 | ;;; Generated autoloads from play/solitaire.el |
| 16041 | 16111 | ||
| 16042 | (autoload (quote solitaire) "solitaire" "\ | 16112 | (autoload (quote solitaire) "solitaire" "\ |
| @@ -16111,7 +16181,7 @@ Pick your favourite shortcuts: | |||
| 16111 | 16181 | ||
| 16112 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 16182 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 16113 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 16183 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 16114 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15544 37707)) | 16184 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15547 22604)) |
| 16115 | ;;; Generated autoloads from sort.el | 16185 | ;;; Generated autoloads from sort.el |
| 16116 | 16186 | ||
| 16117 | (autoload (quote sort-subr) "sort" "\ | 16187 | (autoload (quote sort-subr) "sort" "\ |
| @@ -16816,7 +16886,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 16816 | ;;;*** | 16886 | ;;;*** |
| 16817 | 16887 | ||
| 16818 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 16888 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 16819 | ;;;;;; "progmodes/tcl.el" (15533 28779)) | 16889 | ;;;;;; "progmodes/tcl.el" (15547 22609)) |
| 16820 | ;;; Generated autoloads from progmodes/tcl.el | 16890 | ;;; Generated autoloads from progmodes/tcl.el |
| 16821 | 16891 | ||
| 16822 | (autoload (quote tcl-mode) "tcl" "\ | 16892 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -16882,8 +16952,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil) | |||
| 16882 | 16952 | ||
| 16883 | ;;;*** | 16953 | ;;;*** |
| 16884 | 16954 | ||
| 16885 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549 | 16955 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15551 |
| 16886 | ;;;;;; 60240)) | 16956 | ;;;;;; 21567)) |
| 16887 | ;;; Generated autoloads from term.el | 16957 | ;;; Generated autoloads from term.el |
| 16888 | 16958 | ||
| 16889 | (autoload (quote make-term) "term" "\ | 16959 | (autoload (quote make-term) "term" "\ |
| @@ -16936,7 +17006,7 @@ subprocess started." t nil) | |||
| 16936 | 17006 | ||
| 16937 | ;;;*** | 17007 | ;;;*** |
| 16938 | 17008 | ||
| 16939 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15542 65298)) | 17009 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15547 22608)) |
| 16940 | ;;; Generated autoloads from play/tetris.el | 17010 | ;;; Generated autoloads from play/tetris.el |
| 16941 | 17011 | ||
| 16942 | (autoload (quote tetris) "tetris" "\ | 17012 | (autoload (quote tetris) "tetris" "\ |
| @@ -16964,10 +17034,10 @@ tetris-mode keybindings: | |||
| 16964 | ;;;;;; tex-mode tex-close-quote tex-open-quote tex-default-mode | 17034 | ;;;;;; tex-mode tex-close-quote tex-open-quote tex-default-mode |
| 16965 | ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command | 17035 | ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command |
| 16966 | ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names | 17036 | ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names |
| 16967 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command | 17037 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 16968 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 17038 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 16969 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 17039 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 16970 | ;;;;;; (15505 59092)) | 17040 | ;;;;;; (15564 32021)) |
| 16971 | ;;; Generated autoloads from textmodes/tex-mode.el | 17041 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 16972 | 17042 | ||
| 16973 | (defvar tex-shell-file-name nil "\ | 17043 | (defvar tex-shell-file-name nil "\ |
| @@ -17008,9 +17078,15 @@ See the documentation of that variable.") | |||
| 17008 | SliTeX Mode sets `tex-command' to this string. | 17078 | SliTeX Mode sets `tex-command' to this string. |
| 17009 | See the documentation of that variable.") | 17079 | See the documentation of that variable.") |
| 17010 | 17080 | ||
| 17011 | (defvar tex-start-options-string "\\nonstopmode\\input" "\ | 17081 | (defvar tex-start-options nil "\ |
| 17012 | *TeX options to use when running TeX. | 17082 | *TeX options to use when starting TeX. |
| 17013 | These precede the input file name. If nil, TeX runs without option. | 17083 | These precede the commands in `tex-start-options' |
| 17084 | and the input file name. If nil, TeX runs with no options. | ||
| 17085 | See the documentation of `tex-command'.") | ||
| 17086 | |||
| 17087 | (defvar tex-start-commands "\\nonstopmode\\input" "\ | ||
| 17088 | *TeX commands to use when starting TeX. | ||
| 17089 | These precede the input file name. If nil, no commands are used. | ||
| 17014 | See the documentation of `tex-command'.") | 17090 | See the documentation of `tex-command'.") |
| 17015 | 17091 | ||
| 17016 | (defvar latex-block-names nil "\ | 17092 | (defvar latex-block-names nil "\ |
| @@ -17725,7 +17801,7 @@ be detected." nil (quote macro)) | |||
| 17725 | ;;;*** | 17801 | ;;;*** |
| 17726 | 17802 | ||
| 17727 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 17803 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 17728 | ;;;;;; "international/titdic-cnv.el" (15542 65297)) | 17804 | ;;;;;; "international/titdic-cnv.el" (15547 22607)) |
| 17729 | ;;; Generated autoloads from international/titdic-cnv.el | 17805 | ;;; Generated autoloads from international/titdic-cnv.el |
| 17730 | 17806 | ||
| 17731 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 17807 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -18498,7 +18574,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 18498 | 18574 | ||
| 18499 | ;;;*** | 18575 | ;;;*** |
| 18500 | 18576 | ||
| 18501 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15542 65292)) | 18577 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15547 22605)) |
| 18502 | ;;; Generated autoloads from vc-cvs.el | 18578 | ;;; Generated autoloads from vc-cvs.el |
| 18503 | (defun vc-cvs-registered (f) | 18579 | (defun vc-cvs-registered (f) |
| 18504 | (when (file-readable-p (expand-file-name | 18580 | (when (file-readable-p (expand-file-name |
| @@ -18866,7 +18942,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs." t nil) | |||
| 18866 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 18942 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 18867 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 18943 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 18868 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 18944 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 18869 | ;;;;;; "language/viet-util.el" (15371 46423)) | 18945 | ;;;;;; "language/viet-util.el" (15565 16558)) |
| 18870 | ;;; Generated autoloads from language/viet-util.el | 18946 | ;;; Generated autoloads from language/viet-util.el |
| 18871 | 18947 | ||
| 18872 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 18948 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -19523,8 +19599,8 @@ The key bindings are: | |||
| 19523 | 19599 | ||
| 19524 | ;;;*** | 19600 | ;;;*** |
| 19525 | 19601 | ||
| 19526 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15544 | 19602 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15547 |
| 19527 | ;;;;;; 37707)) | 19603 | ;;;;;; 22605)) |
| 19528 | ;;; Generated autoloads from xt-mouse.el | 19604 | ;;; Generated autoloads from xt-mouse.el |
| 19529 | 19605 | ||
| 19530 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 19606 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |
| @@ -19581,126 +19657,127 @@ Zone-mode does two things: | |||
| 19581 | 19657 | ||
| 19582 | ;;;*** | 19658 | ;;;*** |
| 19583 | 19659 | ||
| 19584 | ;;;### (autoloads nil nil ("term/x-win.el" "progmodes/cc-cmds.el" | 19660 | ;;;### (autoloads nil nil ("eshell/esh-groups.el" "subdirs.el" "progmodes/cc-menus.el" |
| 19585 | ;;;;;; "replace.el" "menu-bar.el" "international/mule-cmds.el" "eshell/esh-ext.el" | 19661 | ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el" |
| 19586 | ;;;;;; "emulation/viper-ex.el" "calc/calc-bin.el" "loadup.el" "frame.el" | 19662 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/gamegrid.el" |
| 19587 | ;;;;;; "faces.el" "ediff-init.el" "bindings.el" "international/mule-conf.el" | 19663 | ;;;;;; "net/netrc.el" "startup.el" "register.el" "progmodes/idlw-rinfo.el" |
| 19588 | ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "language/slovak.el" | 19664 | ;;;;;; "progmodes/ada-prj.el" "international/utf-8.el" "emacs-lisp/lucid.el" |
| 19589 | ;;;;;; "language/european.el" "language/czech.el" "gnus/qp.el" "xml.el" | 19665 | ;;;;;; "emacs-lisp/byte-opt.el" "calendar/cal-tex.el" "gnus/pop3.el" |
| 19590 | ;;;;;; "w32-fns.el" "dos-fns.el" "calc/calcalg3.el" "calc/calcalg2.el" | 19666 | ;;;;;; "gnus/nnwarchive.el" "gnus/nnmbox.el" "gnus/nnimap.el" "gnus/gnus-uu.el" |
| 19591 | ;;;;;; "calc/calc-maint.el" "calc/calc-macs.el" "textmodes/reftex-sel.el" | 19667 | ;;;;;; "gnus/gnus-sum.el" "gnus/gnus-ems.el" "calc/calc-misc.el" |
| 19592 | ;;;;;; "textmodes/paragraphs.el" "eshell/esh-io.el" "eshell/esh-cmd.el" | 19668 | ;;;;;; "window.el" "pcvs-info.el" "mouse.el" "help.el" "format.el" |
| 19593 | ;;;;;; "eshell/em-unix.el" "eshell/em-smart.el" "eshell/em-rebind.el" | 19669 | ;;;;;; "cus-start.el" "allout.el" "international/ucs-tables.el" |
| 19594 | ;;;;;; "eshell/em-prompt.el" "eshell/em-pred.el" "eshell/em-hist.el" | 19670 | ;;;;;; "gnus/nneething.el" "gnus/mm-util.el" "gnus/mm-decode.el" |
| 19595 | ;;;;;; "eshell/em-glob.el" "eshell/em-dirs.el" "eshell/em-cmpl.el" | 19671 | ;;;;;; "gnus/mail-source.el" "pcvs-parse.el" "ediff-ptch.el" "ediff-diff.el" |
| 19596 | ;;;;;; "eshell/em-alias.el" "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" | 19672 | ;;;;;; "calc/calc-graph.el" "term/w32-win.el" "language/japanese.el" |
| 19597 | ;;;;;; "tempo.el" "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" | 19673 | ;;;;;; "international/mule.el" "eshell/esh-var.el" "w32-vars.el" |
| 19598 | ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "term/sun-mouse.el" | 19674 | ;;;;;; "vc-hooks.el" "paths.el" "textmodes/text-mode.el" "term/xterm.el" |
| 19599 | ;;;;;; "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" | 19675 | ;;;;;; "term/tty-colors.el" "term/rxvt.el" "term/pc-win.el" "net/ldap.el" |
| 19600 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" | 19676 | ;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el" |
| 19601 | ;;;;;; "progmodes/ebnf-bnf.el" "play/meese.el" "play/gametree.el" | 19677 | ;;;;;; "net/eudc-vars.el" "emacs-lisp/cl-seq.el" "calendar/parse-time.el" |
| 19602 | ;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" | 19678 | ;;;;;; "scroll-bar.el" "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el" |
| 19603 | ;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" | 19679 | ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/utf-8-lang.el" |
| 19604 | ;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" | 19680 | ;;;;;; "language/tibetan.el" "language/thai.el" "language/lao.el" |
| 19605 | ;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el" | 19681 | ;;;;;; "language/korean.el" "language/indian.el" "language/hebrew.el" |
| 19606 | ;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" | 19682 | ;;;;;; "language/greek.el" "language/georgian.el" "language/cyrillic.el" |
| 19607 | ;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" | 19683 | ;;;;;; "language/chinese.el" "international/utf-8-subst.el" "international/ogonek.el" |
| 19608 | ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el" | 19684 | ;;;;;; "international/iso-insert.el" "international/characters.el" |
| 19609 | ;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el" | 19685 | ;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el" |
| 19610 | ;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" | 19686 | ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el" |
| 19611 | ;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" | 19687 | ;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el" |
| 19612 | ;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" | 19688 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" |
| 19613 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" | 19689 | ;;;;;; "emulation/viper-cmd.el" "emulation/tpu-mapper.el" "emulation/edt-mapper.el" |
| 19614 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" | 19690 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" |
| 19615 | ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" | 19691 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/authors.el" "textmodes/reftex-global.el" |
| 19616 | ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" | 19692 | ;;;;;; "textmodes/makeinfo.el" "term/internal.el" "xscheme.el" "vt-control.el" |
| 19617 | ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" | 19693 | ;;;;;; "version.el" "select.el" "pcvs-util.el" "foldout.el" "float-sup.el" |
| 19618 | ;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el" | 19694 | ;;;;;; "ediff-vers.el" "ediff-merg.el" "case-table.el" "buff-menu.el" |
| 19619 | ;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-map.el" | 19695 | ;;;;;; "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el" |
| 19620 | ;;;;;; "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el" | 19696 | ;;;;;; "dos-vars.el" "dos-w32.el" "electric.el" "emacs-lock.el" |
| 19621 | ;;;;;; "calc/calc-help.el" "calc/calc-funcs.el" "calc/calc-frac.el" | 19697 | ;;;;;; "env.el" "forms-d2.el" "forms-pass.el" "kermit.el" "map-ynp.el" |
| 19622 | ;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el" | 19698 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el" "regi.el" |
| 19623 | ;;;;;; "calc/calc-comb.el" "calc/calc-arith.el" "calc/calc-alg.el" | 19699 | ;;;;;; "s-region.el" "saveplace.el" "soundex.el" "tcp.el" "timezone.el" |
| 19624 | ;;;;;; "calc/calc-aent.el" "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" | 19700 | ;;;;;; "uniquify.el" "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" |
| 19625 | ;;;;;; "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" | 19701 | ;;;;;; "vt100-led.el" "widget.el" "term/AT386.el" "term/apollo.el" |
| 19626 | ;;;;;; "gnus/rfc1843.el" "gnus/nnweb.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" | 19702 | ;;;;;; "term/bg-mouse.el" "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" |
| 19627 | ;;;;;; "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnlistserv.el" | 19703 | ;;;;;; "term/linux.el" "term/lk201.el" "term/news.el" "term/sun.el" |
| 19628 | ;;;;;; "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nndraft.el" | 19704 | ;;;;;; "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el" "term/vt102.el" |
| 19629 | ;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mm-bodies.el" | 19705 | ;;;;;; "term/vt125.el" "term/vt200.el" "term/vt201.el" "term/vt220.el" |
| 19630 | ;;;;;; "gnus/messcompat.el" "gnus/mail-prsvr.el" "gnus/mail-parse.el" | 19706 | ;;;;;; "term/vt240.el" "term/vt300.el" "term/vt320.el" "term/vt400.el" |
| 19631 | ;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-util.el" | 19707 | ;;;;;; "term/vt420.el" "term/wyse50.el" "textmodes/bib-mode.el" |
| 19632 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-topic.el" "gnus/gnus-srvr.el" | 19708 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" |
| 19633 | ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el" | 19709 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" |
| 19634 | ;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el" | 19710 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" |
| 19635 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el" | 19711 | ;;;;;; "textmodes/reftex-vars.el" "calendar/cal-china.el" "calendar/cal-coptic.el" |
| 19636 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el" | 19712 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" |
| 19637 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" | 19713 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-move.el" "calendar/cal-persia.el" |
| 19638 | ;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el" | 19714 | ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" |
| 19639 | ;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" | 19715 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" |
| 19640 | ;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-arg.el" | 19716 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" |
| 19641 | ;;;;;; "eshell/em-xtra.el" "eshell/em-term.el" "eshell/em-script.el" | 19717 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/sregex.el" |
| 19642 | ;;;;;; "eshell/em-basic.el" "eshell/em-banner.el" "emulation/edt-vt100.el" | 19718 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" |
| 19643 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" | 19719 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-script.el" |
| 19644 | ;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" | 19720 | ;;;;;; "eshell/em-term.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 19645 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/cust-print.el" | 19721 | ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" |
| 19646 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" | 19722 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "gnus/flow-fill.el" |
| 19647 | ;;;;;; "emacs-lisp/assoc.el" "calendar/cal-x.el" "calendar/cal-persia.el" | 19723 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| 19648 | ;;;;;; "calendar/cal-move.el" "calendar/cal-mayan.el" "calendar/cal-julian.el" | 19724 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" |
| 19649 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-coptic.el" | 19725 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-gl.el" |
| 19650 | ;;;;;; "calendar/cal-china.el" "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" | 19726 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" |
| 19651 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" | 19727 | ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-range.el" "gnus/gnus-salt.el" |
| 19652 | ;;;;;; "textmodes/reftex-auc.el" "textmodes/refer.el" "textmodes/refbib.el" | 19728 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" |
| 19653 | ;;;;;; "textmodes/page.el" "textmodes/page-ext.el" "textmodes/bib-mode.el" | 19729 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" |
| 19654 | ;;;;;; "term/wyse50.el" "term/vt420.el" "term/vt400.el" "term/vt320.el" | 19730 | ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/mail-parse.el" |
| 19655 | ;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el" | 19731 | ;;;;;; "gnus/mail-prsvr.el" "gnus/messcompat.el" "gnus/mm-bodies.el" |
| 19656 | ;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el" | 19732 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" |
| 19657 | ;;;;;; "term/tvi970.el" "term/sup-mouse.el" "term/sun.el" "term/news.el" | 19733 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnlistserv.el" |
| 19658 | ;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el" | 19734 | ;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el" |
| 19659 | ;;;;;; "term/iris-ansi.el" "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" | 19735 | ;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/rfc1843.el" "gnus/rfc2045.el" |
| 19660 | ;;;;;; "term/AT386.el" "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" | 19736 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" |
| 19661 | ;;;;;; "vcursor.el" "unused.el" "uniquify.el" "timezone.el" "tcp.el" | 19737 | ;;;;;; "gnus/utf7.el" "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el" |
| 19662 | ;;;;;; "soundex.el" "saveplace.el" "s-region.el" "regi.el" "patcomp.el" | 19738 | ;;;;;; "calc/calc-arith.el" "calc/calc-comb.el" "calc/calc-cplx.el" |
| 19663 | ;;;;;; "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" | 19739 | ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el" |
| 19664 | ;;;;;; "forms-pass.el" "forms-d2.el" "env.el" "emacs-lock.el" "electric.el" | 19740 | ;;;;;; "calc/calc-funcs.el" "calc/calc-help.el" "calc/calc-incom.el" |
| 19665 | ;;;;;; "dos-w32.el" "dos-vars.el" "cus-dep.el" "cdl.el" "byte-run.el" | 19741 | ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-map.el" |
| 19666 | ;;;;;; "abbrev.el" "abbrevlist.el" "buff-menu.el" "case-table.el" | 19742 | ;;;;;; "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el" |
| 19667 | ;;;;;; "ediff-merg.el" "ediff-vers.el" "float-sup.el" "foldout.el" | 19743 | ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" |
| 19668 | ;;;;;; "pcvs-util.el" "select.el" "version.el" "vt-control.el" "xscheme.el" | 19744 | ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" |
| 19669 | ;;;;;; "term/internal.el" "textmodes/makeinfo.el" "textmodes/reftex-global.el" | 19745 | ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" |
| 19670 | ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" | 19746 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calccomp.el" |
| 19671 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" | 19747 | ;;;;;; "calc/calcsel2.el" "international/iso-ascii.el" "international/iso-swed.el" |
| 19672 | ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-init.el" | 19748 | ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" |
| 19673 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" | 19749 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" |
| 19674 | ;;;;;; "eshell/em-ls.el" "gnus/gnus-cite.el" "gnus/imap.el" "gnus/mailcap.el" | 19750 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" |
| 19675 | ;;;;;; "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el" | 19751 | ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el" |
| 19676 | ;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el" | 19752 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el" |
| 19677 | ;;;;;; "international/iso-insert.el" "international/ogonek.el" "international/utf-8-subst.el" | 19753 | ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el" |
| 19678 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/georgian.el" | 19754 | ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el" |
| 19679 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" | 19755 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el" |
| 19680 | ;;;;;; "language/korean.el" "language/lao.el" "language/thai.el" | 19756 | ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" |
| 19681 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" | 19757 | ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" |
| 19682 | ;;;;;; "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" | 19758 | ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" |
| 19683 | ;;;;;; "obsolete/mlsupport.el" "generic-x.el" "scroll-bar.el" "calendar/parse-time.el" | 19759 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ebnf-bnf.el" |
| 19684 | ;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" | 19760 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" |
| 19685 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" | 19761 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "emacs-lisp/lisp-mode.el" |
| 19686 | ;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "textmodes/text-mode.el" | 19762 | ;;;;;; "term/sun-mouse.el" "ediff-wind.el" "indent.el" "calendar/cal-menu.el" |
| 19687 | ;;;;;; "paths.el" "vc-hooks.el" "w32-vars.el" "eshell/esh-var.el" | 19763 | ;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el" |
| 19688 | ;;;;;; "international/mule.el" "language/japanese.el" "term/w32-win.el" | 19764 | ;;;;;; "tempo.el" "gnus/mm-encode.el" "mail/uce.el" "emacs-lisp/lisp.el" |
| 19689 | ;;;;;; "calc/calc-graph.el" "ediff-diff.el" "ediff-ptch.el" "pcvs-parse.el" | 19765 | ;;;;;; "eshell/em-alias.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" |
| 19690 | ;;;;;; "gnus/mail-source.el" "gnus/mm-decode.el" "gnus/mm-util.el" | 19766 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el" |
| 19691 | ;;;;;; "gnus/nneething.el" "international/ucs-tables.el" "allout.el" | 19767 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-smart.el" |
| 19692 | ;;;;;; "cus-start.el" "format.el" "help.el" "isearch.el" "mouse.el" | 19768 | ;;;;;; "eshell/em-unix.el" "eshell/esh-cmd.el" "eshell/esh-io.el" |
| 19693 | ;;;;;; "pcvs-info.el" "window.el" "calc/calc-misc.el" "gnus/gnus-ems.el" | 19769 | ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-sel.el" "calc/calc-macs.el" |
| 19694 | ;;;;;; "gnus/gnus-sum.el" "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" | 19770 | ;;;;;; "calc/calc-maint.el" "calc/calcalg2.el" "calc/calcalg3.el" |
| 19695 | ;;;;;; "gnus/nnwarchive.el" "gnus/pop3.el" "calendar/cal-tex.el" | 19771 | ;;;;;; "dos-fns.el" "w32-fns.el" "xml.el" "gnus/qp.el" "language/czech.el" |
| 19696 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/lucid.el" "international/utf-8.el" | 19772 | ;;;;;; "language/european.el" "language/slovak.el" "textmodes/texnfo-upd.el" |
| 19697 | ;;;;;; "progmodes/ada-prj.el" "progmodes/idlw-rinfo.el" "textmodes/fill.el" | 19773 | ;;;;;; "calendar/cal-french.el" "international/mule-conf.el" "bindings.el" |
| 19698 | ;;;;;; "custom.el" "files.el" "register.el" "simple.el" "startup.el" | 19774 | ;;;;;; "ediff-init.el" "frame.el" "calc/calc-bin.el" "emulation/viper-ex.el" |
| 19699 | ;;;;;; "subr.el" "net/netrc.el" "play/gamegrid.el" "progmodes/cc-align.el" | 19775 | ;;;;;; "eshell/esh-ext.el" "progmodes/cc-cmds.el" "cus-load.el" |
| 19700 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" | 19776 | ;;;;;; "custom.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" |
| 19701 | ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-menus.el" "cus-load.el" | 19777 | ;;;;;; "isearch.el" "loadup.el" "menu-bar.el" "replace.el" "simple.el" |
| 19702 | ;;;;;; "finder-inf.el" "subdirs.el" "eshell/esh-groups.el") (15561 | 19778 | ;;;;;; "subr.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" |
| 19703 | ;;;;;; 41889 615042)) | 19779 | ;;;;;; "international/mule-cmds.el" "language/vietnamese.el" "term/mac-win.el" |
| 19780 | ;;;;;; "term/x-win.el" "textmodes/fill.el") (15565 19865 900978)) | ||
| 19704 | 19781 | ||
| 19705 | ;;;*** | 19782 | ;;;*** |
| 19706 | 19783 | ||