diff options
| author | Markus Rost | 2002-05-08 01:04:38 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-05-08 01:04:38 +0000 |
| commit | 9e0211c90bc9814e551c5263ce8d0cd058cc571a (patch) | |
| tree | 2825a9117f0cc4b181af230f8074a4430f301ae0 | |
| parent | b2ce953f2536968557104521fc0d81bf7ec7293e (diff) | |
| download | emacs-9e0211c90bc9814e551c5263ce8d0cd058cc571a.tar.gz emacs-9e0211c90bc9814e551c5263ce8d0cd058cc571a.zip | |
Regenerated.
| -rw-r--r-- | lisp/cus-load.el | 45 | ||||
| -rw-r--r-- | lisp/finder-inf.el | 347 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 509 |
3 files changed, 473 insertions, 428 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index e937ea06de1..d88db943670 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -37,8 +37,8 @@ | |||
| 37 | (put 'ps-print-vertical 'custom-loads '("ps-print")) | 37 | (put 'ps-print-vertical 'custom-loads '("ps-print")) |
| 38 | (put 'supercite-hooks 'custom-loads '("supercite")) | 38 | (put 'supercite-hooks 'custom-loads '("supercite")) |
| 39 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) | 39 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) |
| 40 | (put 'chinese-calendar 'custom-loads '("cal-china")) | ||
| 41 | (put 'gnus-newsrc 'custom-loads '("gnus-start")) | 40 | (put 'gnus-newsrc 'custom-loads '("gnus-start")) |
| 41 | (put 'chinese-calendar 'custom-loads '("cal-china")) | ||
| 42 | (put 'expand 'custom-loads '("expand")) | 42 | (put 'expand 'custom-loads '("expand")) |
| 43 | (put 'bookmark 'custom-loads '("bookmark")) | 43 | (put 'bookmark 'custom-loads '("bookmark")) |
| 44 | (put 'icon 'custom-loads '("icon")) | 44 | (put 'icon 'custom-loads '("icon")) |
| @@ -63,7 +63,7 @@ | |||
| 63 | (put 'dirtrack 'custom-loads '("dirtrack")) | 63 | (put 'dirtrack 'custom-loads '("dirtrack")) |
| 64 | (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind")) | 64 | (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind")) |
| 65 | (put 'bruce 'custom-loads '("bruce")) | 65 | (put 'bruce 'custom-loads '("bruce")) |
| 66 | (put 'windows 'custom-loads '("scroll-all" "window" "follow" "windmove")) | 66 | (put 'windows 'custom-loads '("hscroll" "scroll-all" "window" "follow" "windmove")) |
| 67 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) | 67 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) |
| 68 | (put 'speedbar 'custom-loads '("speedbar")) | 68 | (put 'speedbar 'custom-loads '("speedbar")) |
| 69 | (put 'etags 'custom-loads '("etags")) | 69 | (put 'etags 'custom-loads '("etags")) |
| @@ -141,7 +141,7 @@ | |||
| 141 | (put 'feedmail-spray 'custom-loads '("feedmail")) | 141 | (put 'feedmail-spray 'custom-loads '("feedmail")) |
| 142 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) | 142 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) |
| 143 | (put 'strokes 'custom-loads '("strokes")) | 143 | (put 'strokes 'custom-loads '("strokes")) |
| 144 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "w32-vars" "mwheel" "strokes" "tooltip" "goto-addr" "artist")) | 144 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist")) |
| 145 | (put 'nnmail-various 'custom-loads '("nnmail" "nntp")) | 145 | (put 'nnmail-various 'custom-loads '("nnmail" "nntp")) |
| 146 | (put 'smiley 'custom-loads '("smiley-ems")) | 146 | (put 'smiley 'custom-loads '("smiley-ems")) |
| 147 | (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) | 147 | (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) |
| @@ -205,7 +205,7 @@ | |||
| 205 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) | 205 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) |
| 206 | (put 'tildify 'custom-loads '("tildify")) | 206 | (put 'tildify 'custom-loads '("tildify")) |
| 207 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) | 207 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) |
| 208 | (put 'help 'custom-loads '("help" "apropos" "cus-edit" "ehelp" "help-macro" "help-mode" "info-look" "info" "man" "tooltip" "woman")) | 208 | (put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "ehelp" "help-mode" "info-look" "info" "man" "tooltip" "woman")) |
| 209 | (put 'forms 'custom-loads '("forms")) | 209 | (put 'forms 'custom-loads '("forms")) |
| 210 | (put 'widget-documentation 'custom-loads '("wid-edit")) | 210 | (put 'widget-documentation 'custom-loads '("wid-edit")) |
| 211 | (put 'eshell-banner 'custom-loads '("em-banner")) | 211 | (put 'eshell-banner 'custom-loads '("em-banner")) |
| @@ -220,8 +220,8 @@ | |||
| 220 | (put 'auto-save 'custom-loads '("files" "startup")) | 220 | (put 'auto-save 'custom-loads '("files" "startup")) |
| 221 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) | 221 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) |
| 222 | (put 'w32 'custom-loads '("w32-vars")) | 222 | (put 'w32 'custom-loads '("w32-vars")) |
| 223 | (put 'viper-hooks 'custom-loads '("viper-init")) | ||
| 224 | (put 'gnus-cite 'custom-loads '("gnus-cite")) | 223 | (put 'gnus-cite 'custom-loads '("gnus-cite")) |
| 224 | (put 'viper-hooks 'custom-loads '("viper-init")) | ||
| 225 | (put 'gnus-demon 'custom-loads '("gnus-demon")) | 225 | (put 'gnus-demon 'custom-loads '("gnus-demon")) |
| 226 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) | 226 | (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) |
| 227 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) | 227 | (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) |
| @@ -302,13 +302,13 @@ | |||
| 302 | (put 'apropos 'custom-loads '("apropos")) | 302 | (put 'apropos 'custom-loads '("apropos")) |
| 303 | (put 'gomoku 'custom-loads '("gomoku")) | 303 | (put 'gomoku 'custom-loads '("gomoku")) |
| 304 | (put 'eshell-pred 'custom-loads '("em-pred")) | 304 | (put 'eshell-pred 'custom-loads '("em-pred")) |
| 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 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "rcompile" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode")) |
| 306 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 306 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 307 | (put 'sgml 'custom-loads '("sgml-mode")) | 307 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 308 | (put 'keyboard 'custom-loads '("mule" "chistory" "type-break" "keypad")) | 308 | (put 'keyboard 'custom-loads '("mule" "keypad" "chistory" "type-break")) |
| 309 | (put 'isearch-faces 'custom-loads '("isearch")) | 309 | (put 'isearch-faces 'custom-loads '("isearch")) |
| 310 | (put 'eshell-hist 'custom-loads '("em-hist")) | ||
| 311 | (put 'viper-mouse 'custom-loads '("viper-mous")) | 310 | (put 'viper-mouse 'custom-loads '("viper-mous")) |
| 311 | (put 'eshell-hist 'custom-loads '("em-hist")) | ||
| 312 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) | 312 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) |
| 313 | (put 'woman 'custom-loads '("woman")) | 313 | (put 'woman 'custom-loads '("woman")) |
| 314 | (put 'decipher 'custom-loads '("decipher")) | 314 | (put 'decipher 'custom-loads '("decipher")) |
| @@ -330,13 +330,13 @@ | |||
| 330 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) | 330 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) |
| 331 | (put 'which-func 'custom-loads '("which-func")) | 331 | (put 'which-func 'custom-loads '("which-func")) |
| 332 | (put 'pc-select 'custom-loads '("pc-select")) | 332 | (put 'pc-select 'custom-loads '("pc-select")) |
| 333 | (put 'i18n 'custom-loads '("cus-edit" "double" "ccl" "iso-acc" "iso-ascii" "latin1-disp" "ogonek")) | 333 | (put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "latin1-disp" "ogonek")) |
| 334 | (put 'sh 'custom-loads '("sh-script")) | 334 | (put 'sh 'custom-loads '("sh-script")) |
| 335 | (put 'message-headers 'custom-loads '("message")) | 335 | (put 'message-headers 'custom-loads '("message")) |
| 336 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) | 336 | (put 'idlwave-code-formatting 'custom-loads '("idlwave")) |
| 337 | (put 'basic-faces 'custom-loads '("faces" "frame")) | 337 | (put 'basic-faces 'custom-loads '("faces" "frame")) |
| 338 | (put 'net-utils 'custom-loads '("net-utils")) | 338 | (put 'net-utils 'custom-loads '("net-utils")) |
| 339 | (put 'columns 'custom-loads '("delim-col")) | 339 | (put 'columns 'custom-loads '("delim-col" "descr-text")) |
| 340 | (put 'facemenu 'custom-loads '("facemenu")) | 340 | (put 'facemenu 'custom-loads '("facemenu")) |
| 341 | (put 'pp 'custom-loads '("pp")) | 341 | (put 'pp 'custom-loads '("pp")) |
| 342 | (put 'two-column 'custom-loads '("two-column")) | 342 | (put 'two-column 'custom-loads '("two-column")) |
| @@ -372,10 +372,10 @@ | |||
| 372 | (put 'log-view 'custom-loads '("log-view")) | 372 | (put 'log-view 'custom-loads '("log-view")) |
| 373 | (put 'PostScript 'custom-loads '("ps-mode")) | 373 | (put 'PostScript 'custom-loads '("ps-mode")) |
| 374 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) | 374 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) |
| 375 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 376 | (put 'earcon 'custom-loads '("earcon")) | 375 | (put 'earcon 'custom-loads '("earcon")) |
| 376 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 377 | (put 'feedmail-headers 'custom-loads '("feedmail")) | 377 | (put 'feedmail-headers 'custom-loads '("feedmail")) |
| 378 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) | 378 | (put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" "metamail")) |
| 379 | (put 'image 'custom-loads '("image-file")) | 379 | (put 'image 'custom-loads '("image-file")) |
| 380 | (put 'ff 'custom-loads '("find-file")) | 380 | (put 'ff 'custom-loads '("find-file")) |
| 381 | (put 'prolog 'custom-loads '("prolog")) | 381 | (put 'prolog 'custom-loads '("prolog")) |
| @@ -395,7 +395,8 @@ | |||
| 395 | (put 'change-log 'custom-loads '("add-log")) | 395 | (put 'change-log 'custom-loads '("add-log")) |
| 396 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) | 396 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) |
| 397 | (put 'cperl 'custom-loads '("cperl-mode")) | 397 | (put 'cperl 'custom-loads '("cperl-mode")) |
| 398 | (put 'bs-appearance 'custom-loads '("bs" "button")) | 398 | (put 'bs-appearance 'custom-loads '("bs")) |
| 399 | (put 'nil 'custom-loads '("button")) | ||
| 399 | (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs")) | 400 | (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs")) |
| 400 | (put 'eshell-mode 'custom-loads '("esh-mode")) | 401 | (put 'eshell-mode 'custom-loads '("esh-mode")) |
| 401 | (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) | 402 | (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) |
| @@ -497,8 +498,8 @@ | |||
| 497 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) | 498 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) |
| 498 | (put 'pascal 'custom-loads '("pascal")) | 499 | (put 'pascal 'custom-loads '("pascal")) |
| 499 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) | 500 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) |
| 500 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) | 501 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode" "timeclock")) |
| 501 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "eudc-vars" "fortune")) | 502 | (put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) |
| 502 | (put 'paren-blinking 'custom-loads '("simple")) | 503 | (put 'paren-blinking 'custom-loads '("simple")) |
| 503 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 504 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| 504 | (put 'fast-lock 'custom-loads '("fast-lock")) | 505 | (put 'fast-lock 'custom-loads '("fast-lock")) |
| @@ -576,7 +577,7 @@ | |||
| 576 | (put 'tempo 'custom-loads '("tempo")) | 577 | (put 'tempo 'custom-loads '("tempo")) |
| 577 | (put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif")) | 578 | (put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif")) |
| 578 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 579 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 579 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" "flyspell")) | 580 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) |
| 580 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | 581 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) |
| 581 | (put 'sendmail 'custom-loads '("sendmail")) | 582 | (put 'sendmail 'custom-loads '("sendmail")) |
| 582 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) | 583 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) |
| @@ -841,6 +842,8 @@ 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) | 842 | (custom-put-if-not 'message-buffer-naming-style 'standard-value t) |
| 842 | (custom-put-if-not 'ps-footer-font-size 'custom-version "21.1") | 843 | (custom-put-if-not 'ps-footer-font-size 'custom-version "21.1") |
| 843 | (custom-put-if-not 'ps-footer-font-size 'standard-value t) | 844 | (custom-put-if-not 'ps-footer-font-size 'standard-value t) |
| 845 | (custom-put-if-not 'hscroll-margin 'custom-version "21.3") | ||
| 846 | (custom-put-if-not 'hscroll-margin 'standard-value t) | ||
| 844 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") | 847 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") |
| 845 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) | 848 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) |
| 846 | (custom-put-if-not 'generic-x 'custom-version "20.3") | 849 | (custom-put-if-not 'generic-x 'custom-version "20.3") |
| @@ -857,10 +860,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 857 | (custom-put-if-not 'vc-diff-switches 'standard-value t) | 860 | (custom-put-if-not 'vc-diff-switches 'standard-value t) |
| 858 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") | 861 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") |
| 859 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) | 862 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) |
| 860 | (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1") | ||
| 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 'custom-version "21.1") |
| 863 | (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.") | 864 | (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.") |
| 865 | (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1") | ||
| 866 | (custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t) | ||
| 864 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") | 867 | (custom-put-if-not 'trailing-whitespace 'custom-version "21.1") |
| 865 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) | 868 | (custom-put-if-not 'trailing-whitespace 'group-documentation nil) |
| 866 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") | 869 | (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") |
| @@ -957,10 +960,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 957 | (custom-put-if-not 'sgml-validate-command 'standard-value t) | 960 | (custom-put-if-not 'sgml-validate-command 'standard-value t) |
| 958 | (custom-put-if-not 'jit-lock 'custom-version "21.1") | 961 | (custom-put-if-not 'jit-lock 'custom-version "21.1") |
| 959 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") | 962 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") |
| 960 | (custom-put-if-not 'bs 'custom-version "21.1") | ||
| 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 'custom-version "21.1") |
| 963 | (custom-put-if-not 'rmail-file-name 'standard-value t) | 964 | (custom-put-if-not 'rmail-file-name 'standard-value t) |
| 965 | (custom-put-if-not 'bs 'custom-version "21.1") | ||
| 966 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") | ||
| 964 | (custom-put-if-not 'cperl 'custom-version "20.3") | 967 | (custom-put-if-not 'cperl 'custom-version "20.3") |
| 965 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") | 968 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") |
| 966 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") | 969 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") |
| @@ -1160,7 +1163,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") | 1163 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 1161 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 1164 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 1162 | 1165 | ||
| 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")) | 1166 | (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")) |
| 1164 | "For internal use by custom.") | 1167 | "For internal use by custom.") |
| 1165 | 1168 | ||
| 1166 | (provide 'cus-load) | 1169 | (provide 'cus-load) |
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index ac6e7d55558..91c8a639c91 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | (data)) | 78 | (data)) |
| 79 | ("chistory.el" | 79 | ("chistory.el" |
| 80 | "list command history" | 80 | "list command history" |
| 81 | nil) | 81 | (convenience)) |
| 82 | ("cmuscheme.el" | 82 | ("cmuscheme.el" |
| 83 | "Scheme process in a buffer. Adapted from tea.el" | 83 | "Scheme process in a buffer. Adapted from tea.el" |
| 84 | (processes lisp)) | 84 | (processes lisp)) |
| @@ -87,7 +87,7 @@ | |||
| 87 | (processes)) | 87 | (processes)) |
| 88 | ("compare-w.el" | 88 | ("compare-w.el" |
| 89 | "compare text between windows for Emacs" | 89 | "compare text between windows for Emacs" |
| 90 | nil) | 90 | (convenience files)) |
| 91 | ("complete.el" | 91 | ("complete.el" |
| 92 | "partial completion mechanism plus other goodies" | 92 | "partial completion mechanism plus other goodies" |
| 93 | (abbrev convenience)) | 93 | (abbrev convenience)) |
| @@ -130,6 +130,9 @@ | |||
| 130 | ("derived.el" | 130 | ("derived.el" |
| 131 | "allow inheritance of major modes" | 131 | "allow inheritance of major modes" |
| 132 | (extensions)) | 132 | (extensions)) |
| 133 | ("descr-text.el" | ||
| 134 | "describe text mode" | ||
| 135 | (faces)) | ||
| 133 | ("desktop.el" | 136 | ("desktop.el" |
| 134 | "save partial status of Emacs when killed" | 137 | "save partial status of Emacs when killed" |
| 135 | (convenience)) | 138 | (convenience)) |
| @@ -237,7 +240,7 @@ | |||
| 237 | (faces)) | 240 | (faces)) |
| 238 | ("faces.el" | 241 | ("faces.el" |
| 239 | "Lisp faces" | 242 | "Lisp faces" |
| 240 | nil) | 243 | (internal)) |
| 241 | ("fast-lock.el" | 244 | ("fast-lock.el" |
| 242 | "automagic text properties caching for fast Font Lock mode" | 245 | "automagic text properties caching for fast Font Lock mode" |
| 243 | (faces files)) | 246 | (faces files)) |
| @@ -245,11 +248,14 @@ | |||
| 245 | "find file (or url) at point" | 248 | "find file (or url) at point" |
| 246 | (files hypermedia matching mouse convenience)) | 249 | (files hypermedia matching mouse convenience)) |
| 247 | ("filecache.el" | 250 | ("filecache.el" |
| 248 | "Find files using a pre-loaded cache" | 251 | "find files using a pre-loaded cache" |
| 249 | (convenience)) | 252 | (convenience)) |
| 250 | ("files.el" | 253 | ("files.el" |
| 251 | "file input and output commands for Emacs" | 254 | "file input and output commands for Emacs" |
| 252 | nil) | 255 | nil) |
| 256 | ("filesets.el" | ||
| 257 | "handle group of files" | ||
| 258 | (filesets convenience)) | ||
| 253 | ("find-dired.el" | 259 | ("find-dired.el" |
| 254 | "run a `find' command and dired the output" | 260 | "run a `find' command and dired the output" |
| 255 | (unix)) | 261 | (unix)) |
| @@ -267,7 +273,7 @@ | |||
| 267 | (help)) | 273 | (help)) |
| 268 | ("float-sup.el" | 274 | ("float-sup.el" |
| 269 | "detect absence of floating-point support in Emacs runtime" | 275 | "detect absence of floating-point support in Emacs runtime" |
| 270 | nil) | 276 | (internal)) |
| 271 | ("flow-ctrl.el" | 277 | ("flow-ctrl.el" |
| 272 | "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" | 278 | "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" |
| 273 | (hardware)) | 279 | (hardware)) |
| @@ -441,7 +447,7 @@ | |||
| 441 | (convenience)) | 447 | (convenience)) |
| 442 | ("misc.el" | 448 | ("misc.el" |
| 443 | "some nonstandard basic editing commands for Emacs" | 449 | "some nonstandard basic editing commands for Emacs" |
| 444 | nil) | 450 | (convenience)) |
| 445 | ("mouse-copy.el" | 451 | ("mouse-copy.el" |
| 446 | "one-click text copy and move" | 452 | "one-click text copy and move" |
| 447 | (mouse)) | 453 | (mouse)) |
| @@ -582,7 +588,7 @@ | |||
| 582 | (processes)) | 588 | (processes)) |
| 583 | ("simple.el" | 589 | ("simple.el" |
| 584 | "basic editing commands for Emacs" | 590 | "basic editing commands for Emacs" |
| 585 | nil) | 591 | (internal)) |
| 586 | ("skeleton.el" | 592 | ("skeleton.el" |
| 587 | "Lisp language extension for writing statement skeletons" | 593 | "Lisp language extension for writing statement skeletons" |
| 588 | (extensions abbrev languages tools)) | 594 | (extensions abbrev languages tools)) |
| @@ -609,7 +615,7 @@ | |||
| 609 | nil) | 615 | nil) |
| 610 | ("subr.el" | 616 | ("subr.el" |
| 611 | "basic lisp subroutines for Emacs" | 617 | "basic lisp subroutines for Emacs" |
| 612 | nil) | 618 | (internal)) |
| 613 | ("tabify.el" | 619 | ("tabify.el" |
| 614 | "tab conversion commands for Emacs" | 620 | "tab conversion commands for Emacs" |
| 615 | nil) | 621 | nil) |
| @@ -619,9 +625,6 @@ | |||
| 619 | ("tar-mode.el" | 625 | ("tar-mode.el" |
| 620 | "simple editing of tar files from GNU emacs" | 626 | "simple editing of tar files from GNU emacs" |
| 621 | (unix)) | 627 | (unix)) |
| 622 | ("tcp.el" | ||
| 623 | "TCP/IP stream emulation for GNU Emacs" | ||
| 624 | nil) | ||
| 625 | ("tempo.el" | 628 | ("tempo.el" |
| 626 | "Flexible template insertion" | 629 | "Flexible template insertion" |
| 627 | (extensions languages tools)) | 630 | (extensions languages tools)) |
| @@ -868,6 +871,159 @@ | |||
| 868 | ("calcsel2.el" | 871 | ("calcsel2.el" |
| 869 | "selection functions for Calc" | 872 | "selection functions for Calc" |
| 870 | nil) | 873 | nil) |
| 874 | ("em-alias.el" | ||
| 875 | "creation and management of command aliases" | ||
| 876 | nil) | ||
| 877 | ("em-banner.el" | ||
| 878 | "sample module that displays a login banner" | ||
| 879 | nil) | ||
| 880 | ("em-basic.el" | ||
| 881 | "basic shell builtin commands" | ||
| 882 | nil) | ||
| 883 | ("em-cmpl.el" | ||
| 884 | "completion using the TAB key" | ||
| 885 | nil) | ||
| 886 | ("em-dirs.el" | ||
| 887 | "directory navigation commands" | ||
| 888 | nil) | ||
| 889 | ("em-glob.el" | ||
| 890 | "extended file name globbing" | ||
| 891 | nil) | ||
| 892 | ("em-hist.el" | ||
| 893 | "history list management" | ||
| 894 | nil) | ||
| 895 | ("em-ls.el" | ||
| 896 | "implementation of ls in Lisp" | ||
| 897 | nil) | ||
| 898 | ("em-pred.el" | ||
| 899 | "argument predicates and modifiers (ala zsh)" | ||
| 900 | nil) | ||
| 901 | ("em-prompt.el" | ||
| 902 | "command prompts" | ||
| 903 | nil) | ||
| 904 | ("em-rebind.el" | ||
| 905 | "rebind keys when point is at current input" | ||
| 906 | nil) | ||
| 907 | ("em-script.el" | ||
| 908 | "Eshell script files" | ||
| 909 | nil) | ||
| 910 | ("em-smart.el" | ||
| 911 | "smart display of output" | ||
| 912 | nil) | ||
| 913 | ("em-term.el" | ||
| 914 | "running visual commands" | ||
| 915 | nil) | ||
| 916 | ("em-unix.el" | ||
| 917 | "UNIX command aliases" | ||
| 918 | nil) | ||
| 919 | ("em-xtra.el" | ||
| 920 | "extra alias functions" | ||
| 921 | nil) | ||
| 922 | ("esh-arg.el" | ||
| 923 | "argument processing" | ||
| 924 | nil) | ||
| 925 | ("esh-cmd.el" | ||
| 926 | "command invocation" | ||
| 927 | nil) | ||
| 928 | ("esh-ext.el" | ||
| 929 | "commands external to Eshell" | ||
| 930 | nil) | ||
| 931 | ("esh-groups.el" | ||
| 932 | nil | ||
| 933 | nil) | ||
| 934 | ("esh-io.el" | ||
| 935 | "I/O management" | ||
| 936 | nil) | ||
| 937 | ("esh-maint.el" | ||
| 938 | "init code for building eshell" | ||
| 939 | nil) | ||
| 940 | ("esh-mode.el" | ||
| 941 | "user interface" | ||
| 942 | nil) | ||
| 943 | ("esh-module.el" | ||
| 944 | "Eshell modules" | ||
| 945 | (processes)) | ||
| 946 | ("esh-opt.el" | ||
| 947 | "command options processing" | ||
| 948 | nil) | ||
| 949 | ("esh-proc.el" | ||
| 950 | "process management" | ||
| 951 | nil) | ||
| 952 | ("esh-test.el" | ||
| 953 | "Eshell test suite" | ||
| 954 | nil) | ||
| 955 | ("esh-util.el" | ||
| 956 | "general utilities" | ||
| 957 | nil) | ||
| 958 | ("esh-var.el" | ||
| 959 | "handling of variables" | ||
| 960 | nil) | ||
| 961 | ("eshell.el" | ||
| 962 | "the Emacs command shell" | ||
| 963 | (processes)) | ||
| 964 | ("ange-ftp.el" | ||
| 965 | "transparent FTP support for GNU Emacs" | ||
| 966 | (comm)) | ||
| 967 | ("browse-url.el" | ||
| 968 | "pass a URL to a WWW browser" | ||
| 969 | (hypertext hypermedia mouse)) | ||
| 970 | ("eudc-bob.el" | ||
| 971 | "Binary Objects Support for EUDC" | ||
| 972 | (comm)) | ||
| 973 | ("eudc-export.el" | ||
| 974 | "functions to export EUDC query results" | ||
| 975 | (comm)) | ||
| 976 | ("eudc-hotlist.el" | ||
| 977 | "hotlist management for EUDC" | ||
| 978 | (comm)) | ||
| 979 | ("eudc-vars.el" | ||
| 980 | "Emacs Unified Directory Client" | ||
| 981 | (comm)) | ||
| 982 | ("eudc.el" | ||
| 983 | "Emacs Unified Directory Client" | ||
| 984 | (comm)) | ||
| 985 | ("eudcb-bbdb.el" | ||
| 986 | "Emacs Unified Directory Client - BBDB Backend" | ||
| 987 | (comm)) | ||
| 988 | ("eudcb-ldap.el" | ||
| 989 | "Emacs Unified Directory Client - LDAP Backend" | ||
| 990 | (comm)) | ||
| 991 | ("eudcb-ph.el" | ||
| 992 | "Emacs Unified Directory Client - CCSO PH/QI Backend" | ||
| 993 | (comm)) | ||
| 994 | ("goto-addr.el" | ||
| 995 | "click to browse URL or to send to e-mail address" | ||
| 996 | (mh-e www mouse mail)) | ||
| 997 | ("ldap.el" | ||
| 998 | "client interface to LDAP for Emacs" | ||
| 999 | (comm)) | ||
| 1000 | ("net-utils.el" | ||
| 1001 | "network functions" | ||
| 1002 | (network comm)) | ||
| 1003 | ("netrc.el" | ||
| 1004 | ".netrc parsing functionality" | ||
| 1005 | (news)) | ||
| 1006 | ("quickurl.el" | ||
| 1007 | "insert an URL based on text at point in buffer" | ||
| 1008 | (hypermedia)) | ||
| 1009 | ("rcompile.el" | ||
| 1010 | "run a compilation on a remote machine" | ||
| 1011 | (tools processes)) | ||
| 1012 | ("rlogin.el" | ||
| 1013 | "remote login interface" | ||
| 1014 | (unix comm)) | ||
| 1015 | ("snmp-mode.el" | ||
| 1016 | "SNMP & SNMPv2 MIB major mode" | ||
| 1017 | (data)) | ||
| 1018 | ("telnet.el" | ||
| 1019 | "run a telnet session from within an Emacs buffer" | ||
| 1020 | (unix comm)) | ||
| 1021 | ("webjump.el" | ||
| 1022 | "programmable Web hotlist" | ||
| 1023 | (comm www)) | ||
| 1024 | ("zone-mode.el" | ||
| 1025 | "major mode for editing DNS zone files" | ||
| 1026 | (dns languages)) | ||
| 871 | ("appt.el" | 1027 | ("appt.el" |
| 872 | "appointment notification functions" | 1028 | "appointment notification functions" |
| 873 | (calendar)) | 1029 | (calendar)) |
| @@ -1079,8 +1235,8 @@ | |||
| 1079 | "symbolic regular expressions" | 1235 | "symbolic regular expressions" |
| 1080 | (extensions)) | 1236 | (extensions)) |
| 1081 | ("syntax.el" | 1237 | ("syntax.el" |
| 1082 | "Helper functions to find syntactic context" | 1238 | "helper functions to find syntactic context" |
| 1083 | nil) | 1239 | (internal)) |
| 1084 | ("tq.el" | 1240 | ("tq.el" |
| 1085 | "utility to maintain a transaction queue" | 1241 | "utility to maintain a transaction queue" |
| 1086 | (extensions)) | 1242 | (extensions)) |
| @@ -1090,6 +1246,15 @@ | |||
| 1090 | ("crisp.el" | 1246 | ("crisp.el" |
| 1091 | "CRiSP/Brief Emacs emulator" | 1247 | "CRiSP/Brief Emacs emulator" |
| 1092 | (emulations brief crisp)) | 1248 | (emulations brief crisp)) |
| 1249 | ("cua-base.el" | ||
| 1250 | "emulate CUA key bindings" | ||
| 1251 | (keyboard emulation convenience cua)) | ||
| 1252 | ("cua-gmrk.el" | ||
| 1253 | "CUA unified global mark support" | ||
| 1254 | (keyboard emulations convenience cua mark)) | ||
| 1255 | ("cua-rect.el" | ||
| 1256 | "CUA unified rectangle support" | ||
| 1257 | (keyboard emulations convenience cua)) | ||
| 1093 | ("edt-lk201.el" | 1258 | ("edt-lk201.el" |
| 1094 | "enhanced EDT keypad mode emulation for LK-201 keyboards" | 1259 | "enhanced EDT keypad mode emulation for LK-201 keyboards" |
| 1095 | (emulations)) | 1260 | (emulations)) |
| @@ -1105,6 +1270,9 @@ | |||
| 1105 | ("edt.el" | 1270 | ("edt.el" |
| 1106 | "enhanced EDT keypad mode emulation for GNU Emacs 19" | 1271 | "enhanced EDT keypad mode emulation for GNU Emacs 19" |
| 1107 | (emulations)) | 1272 | (emulations)) |
| 1273 | ("keypad.el" | ||
| 1274 | "simplified keypad bindings" | ||
| 1275 | (keyboard convenience)) | ||
| 1108 | ("pc-mode.el" | 1276 | ("pc-mode.el" |
| 1109 | "emulate certain key bindings used on PCs" | 1277 | "emulate certain key bindings used on PCs" |
| 1110 | (emulations)) | 1278 | (emulations)) |
| @@ -1153,96 +1321,6 @@ | |||
| 1153 | ("ws-mode.el" | 1321 | ("ws-mode.el" |
| 1154 | "WordStar emulation mode for GNU Emacs" | 1322 | "WordStar emulation mode for GNU Emacs" |
| 1155 | (emulations)) | 1323 | (emulations)) |
| 1156 | ("em-alias.el" | ||
| 1157 | "creation and management of command aliases" | ||
| 1158 | nil) | ||
| 1159 | ("em-banner.el" | ||
| 1160 | "sample module that displays a login banner" | ||
| 1161 | nil) | ||
| 1162 | ("em-basic.el" | ||
| 1163 | "basic shell builtin commands" | ||
| 1164 | nil) | ||
| 1165 | ("em-cmpl.el" | ||
| 1166 | "completion using the TAB key" | ||
| 1167 | nil) | ||
| 1168 | ("em-dirs.el" | ||
| 1169 | "directory navigation commands" | ||
| 1170 | nil) | ||
| 1171 | ("em-glob.el" | ||
| 1172 | "extended file name globbing" | ||
| 1173 | nil) | ||
| 1174 | ("em-hist.el" | ||
| 1175 | "history list management" | ||
| 1176 | nil) | ||
| 1177 | ("em-ls.el" | ||
| 1178 | "implementation of ls in Lisp" | ||
| 1179 | nil) | ||
| 1180 | ("em-pred.el" | ||
| 1181 | "argument predicates and modifiers (ala zsh)" | ||
| 1182 | nil) | ||
| 1183 | ("em-prompt.el" | ||
| 1184 | "command prompts" | ||
| 1185 | nil) | ||
| 1186 | ("em-rebind.el" | ||
| 1187 | "rebind keys when point is at current input" | ||
| 1188 | nil) | ||
| 1189 | ("em-script.el" | ||
| 1190 | "Eshell script files" | ||
| 1191 | nil) | ||
| 1192 | ("em-smart.el" | ||
| 1193 | "smart display of output" | ||
| 1194 | nil) | ||
| 1195 | ("em-term.el" | ||
| 1196 | "running visual commands" | ||
| 1197 | nil) | ||
| 1198 | ("em-unix.el" | ||
| 1199 | "UNIX command aliases" | ||
| 1200 | nil) | ||
| 1201 | ("em-xtra.el" | ||
| 1202 | "extra alias functions" | ||
| 1203 | nil) | ||
| 1204 | ("esh-arg.el" | ||
| 1205 | "argument processing" | ||
| 1206 | nil) | ||
| 1207 | ("esh-cmd.el" | ||
| 1208 | "command invocation" | ||
| 1209 | nil) | ||
| 1210 | ("esh-ext.el" | ||
| 1211 | "commands external to Eshell" | ||
| 1212 | nil) | ||
| 1213 | ("esh-groups.el" | ||
| 1214 | nil | ||
| 1215 | nil) | ||
| 1216 | ("esh-io.el" | ||
| 1217 | "I/O management" | ||
| 1218 | nil) | ||
| 1219 | ("esh-maint.el" | ||
| 1220 | "init code for building eshell" | ||
| 1221 | nil) | ||
| 1222 | ("esh-mode.el" | ||
| 1223 | "user interface" | ||
| 1224 | nil) | ||
| 1225 | ("esh-module.el" | ||
| 1226 | "Eshell modules" | ||
| 1227 | (processes)) | ||
| 1228 | ("esh-opt.el" | ||
| 1229 | "command options processing" | ||
| 1230 | nil) | ||
| 1231 | ("esh-proc.el" | ||
| 1232 | "process management" | ||
| 1233 | nil) | ||
| 1234 | ("esh-test.el" | ||
| 1235 | "Eshell test suite" | ||
| 1236 | nil) | ||
| 1237 | ("esh-util.el" | ||
| 1238 | "general utilities" | ||
| 1239 | nil) | ||
| 1240 | ("esh-var.el" | ||
| 1241 | "handling of variables" | ||
| 1242 | nil) | ||
| 1243 | ("eshell.el" | ||
| 1244 | "the Emacs command shell" | ||
| 1245 | (processes)) | ||
| 1246 | ("binhex.el" | 1324 | ("binhex.el" |
| 1247 | "elisp native binhex decode" | 1325 | "elisp native binhex decode" |
| 1248 | (binhex news)) | 1326 | (binhex news)) |
| @@ -1858,69 +1936,6 @@ | |||
| 1858 | ("vms-pmail.el" | 1936 | ("vms-pmail.el" |
| 1859 | "use Emacs as the editor within VMS mail" | 1937 | "use Emacs as the editor within VMS mail" |
| 1860 | (vms)) | 1938 | (vms)) |
| 1861 | ("ange-ftp.el" | ||
| 1862 | "transparent FTP support for GNU Emacs" | ||
| 1863 | (comm)) | ||
| 1864 | ("browse-url.el" | ||
| 1865 | "pass a URL to a WWW browser" | ||
| 1866 | (hypertext hypermedia mouse)) | ||
| 1867 | ("eudc-bob.el" | ||
| 1868 | "Binary Objects Support for EUDC" | ||
| 1869 | (comm)) | ||
| 1870 | ("eudc-export.el" | ||
| 1871 | "functions to export EUDC query results" | ||
| 1872 | (comm)) | ||
| 1873 | ("eudc-hotlist.el" | ||
| 1874 | "hotlist management for EUDC" | ||
| 1875 | (comm)) | ||
| 1876 | ("eudc-vars.el" | ||
| 1877 | "Emacs Unified Directory Client" | ||
| 1878 | (comm)) | ||
| 1879 | ("eudc.el" | ||
| 1880 | "Emacs Unified Directory Client" | ||
| 1881 | (comm)) | ||
| 1882 | ("eudcb-bbdb.el" | ||
| 1883 | "Emacs Unified Directory Client - BBDB Backend" | ||
| 1884 | (comm)) | ||
| 1885 | ("eudcb-ldap.el" | ||
| 1886 | "Emacs Unified Directory Client - LDAP Backend" | ||
| 1887 | (comm)) | ||
| 1888 | ("eudcb-ph.el" | ||
| 1889 | "Emacs Unified Directory Client - CCSO PH/QI Backend" | ||
| 1890 | (comm)) | ||
| 1891 | ("goto-addr.el" | ||
| 1892 | "click to browse URL or to send to e-mail address" | ||
| 1893 | (mh-e www mouse mail)) | ||
| 1894 | ("ldap.el" | ||
| 1895 | "client interface to LDAP for Emacs" | ||
| 1896 | (comm)) | ||
| 1897 | ("net-utils.el" | ||
| 1898 | "network functions" | ||
| 1899 | (network comm)) | ||
| 1900 | ("netrc.el" | ||
| 1901 | ".netrc parsing functionality" | ||
| 1902 | (news)) | ||
| 1903 | ("quickurl.el" | ||
| 1904 | "insert an URL based on text at point in buffer" | ||
| 1905 | (hypermedia)) | ||
| 1906 | ("rcompile.el" | ||
| 1907 | "run a compilation on a remote machine" | ||
| 1908 | (tools processes)) | ||
| 1909 | ("rlogin.el" | ||
| 1910 | "remote login interface" | ||
| 1911 | (unix comm)) | ||
| 1912 | ("snmp-mode.el" | ||
| 1913 | "SNMP & SNMPv2 MIB major mode" | ||
| 1914 | (data)) | ||
| 1915 | ("telnet.el" | ||
| 1916 | "run a telnet session from within an Emacs buffer" | ||
| 1917 | (unix comm)) | ||
| 1918 | ("webjump.el" | ||
| 1919 | "programmable Web hotlist" | ||
| 1920 | (comm www)) | ||
| 1921 | ("zone-mode.el" | ||
| 1922 | "major mode for editing DNS zone files" | ||
| 1923 | (dns languages)) | ||
| 1924 | ("5x5.el" | 1939 | ("5x5.el" |
| 1925 | "simple little puzzle game" | 1940 | "simple little puzzle game" |
| 1926 | (games puzzles)) | 1941 | (games puzzles)) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index c312f67562c..a94eab74dc0 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -237,8 +237,8 @@ Fix any old-style date entries in the current log file to default format." t nil | |||
| 237 | ;;;*** | 237 | ;;;*** |
| 238 | 238 | ||
| 239 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 239 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 240 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15391 | 240 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15566 |
| 241 | ;;;;;; 60524)) | 241 | ;;;;;; 7178)) |
| 242 | ;;; Generated autoloads from emacs-lisp/advice.el | 242 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 243 | 243 | ||
| 244 | (defvar ad-redefinition-action (quote warn) "\ | 244 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -329,7 +329,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil | |||
| 329 | 329 | ||
| 330 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 330 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 331 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 331 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 332 | ;;;;;; align) "align" "align.el" (15464 26322)) | 332 | ;;;;;; align) "align" "align.el" (15567 23556)) |
| 333 | ;;; Generated autoloads from align.el | 333 | ;;; Generated autoloads from align.el |
| 334 | 334 | ||
| 335 | (autoload (quote align) "align" "\ | 335 | (autoload (quote align) "align" "\ |
| @@ -405,9 +405,10 @@ 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" (15565 16561)) | 408 | ;;;;;; "net/ange-ftp.el" (15576 11370)) |
| 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 | |
| 411 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | ||
| 411 | 412 | ||
| 412 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ | 413 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ |
| 413 | Reread remote directory DIR to update the directory cache. | 414 | Reread remote directory DIR to update the directory cache. |
| @@ -553,8 +554,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 553 | ;;;*** | 554 | ;;;*** |
| 554 | 555 | ||
| 555 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 556 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 556 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15425 | 557 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15572 |
| 557 | ;;;;;; 28360)) | 558 | ;;;;;; 475)) |
| 558 | ;;; Generated autoloads from apropos.el | 559 | ;;; Generated autoloads from apropos.el |
| 559 | 560 | ||
| 560 | (autoload (quote apropos-mode) "apropos" "\ | 561 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -994,7 +995,7 @@ Major mode for editing Autoconf configure.in files." t nil) | |||
| 994 | ;;;*** | 995 | ;;;*** |
| 995 | 996 | ||
| 996 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 997 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 997 | ;;;;;; "autoinsert" "autoinsert.el" (15400 1471)) | 998 | ;;;;;; "autoinsert" "autoinsert.el" (15566 54821)) |
| 998 | ;;; Generated autoloads from autoinsert.el | 999 | ;;; Generated autoloads from autoinsert.el |
| 999 | 1000 | ||
| 1000 | (autoload (quote auto-insert) "autoinsert" "\ | 1001 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -2149,8 +2150,8 @@ from the cursor position." t nil) | |||
| 2149 | 2150 | ||
| 2150 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2151 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2151 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2152 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2152 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15548 | 2153 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15564 |
| 2153 | ;;;;;; 17734)) | 2154 | ;;;;;; 39428)) |
| 2154 | ;;; Generated autoloads from calc/calc.el | 2155 | ;;; Generated autoloads from calc/calc.el |
| 2155 | 2156 | ||
| 2156 | (defvar calc-info-filename "calc.info" "\ | 2157 | (defvar calc-info-filename "calc.info" "\ |
| @@ -3310,7 +3311,7 @@ Encode the text in the current buffer to HZ." t nil) | |||
| 3310 | ;;;*** | 3311 | ;;;*** |
| 3311 | 3312 | ||
| 3312 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 3313 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 3313 | ;;;;;; "chistory" "chistory.el" (15371 46415)) | 3314 | ;;;;;; "chistory" "chistory.el" (15569 32085)) |
| 3314 | ;;; Generated autoloads from chistory.el | 3315 | ;;; Generated autoloads from chistory.el |
| 3315 | 3316 | ||
| 3316 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 3317 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -3517,8 +3518,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil) | |||
| 3517 | 3518 | ||
| 3518 | ;;;*** | 3519 | ;;;*** |
| 3519 | 3520 | ||
| 3520 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15525 | 3521 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15569 |
| 3521 | ;;;;;; 27358)) | 3522 | ;;;;;; 32086)) |
| 3522 | ;;; Generated autoloads from compare-w.el | 3523 | ;;; Generated autoloads from compare-w.el |
| 3523 | 3524 | ||
| 3524 | (autoload (quote compare-windows) "compare-w" "\ | 3525 | (autoload (quote compare-windows) "compare-w" "\ |
| @@ -4191,7 +4192,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4191 | ;;;*** | 4192 | ;;;*** |
| 4192 | 4193 | ||
| 4193 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" | 4194 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 4194 | ;;;;;; (15564 30406)) | 4195 | ;;;;;; (15568 28316)) |
| 4195 | ;;; Generated autoloads from emulation/cua-base.el | 4196 | ;;; Generated autoloads from emulation/cua-base.el |
| 4196 | 4197 | ||
| 4197 | (defvar cua-mode nil "\ | 4198 | (defvar cua-mode nil "\ |
| @@ -4208,7 +4209,7 @@ use either \\[customize] or the function `cua-mode'.") | |||
| 4208 | 4209 | ||
| 4209 | (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable)) | 4210 | (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable)) |
| 4210 | 4211 | ||
| 4211 | (custom-add-load (quote cua-mode) (quote cua)) | 4212 | (custom-add-load (quote cua-mode) (quote cua-base)) |
| 4212 | 4213 | ||
| 4213 | (autoload (quote cua-mode) "cua-base" "\ | 4214 | (autoload (quote cua-mode) "cua-base" "\ |
| 4214 | Toggle CUA key-binding mode. | 4215 | Toggle CUA key-binding mode. |
| @@ -4227,7 +4228,7 @@ paste (in addition to the normal emacs bindings)." t nil) | |||
| 4227 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4228 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4228 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 4229 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4229 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 4230 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4230 | ;;;;;; (15564 32014)) | 4231 | ;;;;;; (15571 26633)) |
| 4231 | ;;; Generated autoloads from cus-edit.el | 4232 | ;;; Generated autoloads from cus-edit.el |
| 4232 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4233 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4233 | 4234 | ||
| @@ -4848,6 +4849,15 @@ the first time the mode is used." nil nil) | |||
| 4848 | 4849 | ||
| 4849 | ;;;*** | 4850 | ;;;*** |
| 4850 | 4851 | ||
| 4852 | ;;;### (autoloads (describe-text-at) "descr-text" "descr-text.el" | ||
| 4853 | ;;;;;; (15568 22302)) | ||
| 4854 | ;;; Generated autoloads from descr-text.el | ||
| 4855 | |||
| 4856 | (autoload (quote describe-text-at) "descr-text" "\ | ||
| 4857 | Describe widgets, buttons, overlays and text properties at POS." t nil) | ||
| 4858 | |||
| 4859 | ;;;*** | ||
| 4860 | |||
| 4851 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4861 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4852 | ;;;;;; (15505 59085)) | 4862 | ;;;;;; (15505 59085)) |
| 4853 | ;;; Generated autoloads from desktop.el | 4863 | ;;; Generated autoloads from desktop.el |
| @@ -5537,8 +5547,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil ( | |||
| 5537 | ;;;*** | 5547 | ;;;*** |
| 5538 | 5548 | ||
| 5539 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 5549 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 5540 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15561 | 5550 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15563 |
| 5541 | ;;;;;; 53010)) | 5551 | ;;;;;; 27270)) |
| 5542 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 5552 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 5543 | 5553 | ||
| 5544 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 5554 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -6302,7 +6312,7 @@ displayed." t nil) | |||
| 6302 | ;;;*** | 6312 | ;;;*** |
| 6303 | 6313 | ||
| 6304 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 6314 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 6305 | ;;;;;; (15517 64423)) | 6315 | ;;;;;; (15566 54822)) |
| 6306 | ;;; Generated autoloads from mail/emacsbug.el | 6316 | ;;; Generated autoloads from mail/emacsbug.el |
| 6307 | 6317 | ||
| 6308 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 6318 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -7020,14 +7030,14 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 7020 | 7030 | ||
| 7021 | ;;;*** | 7031 | ;;;*** |
| 7022 | 7032 | ||
| 7023 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15565 16567)) | 7033 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15568 32039)) |
| 7024 | ;;; Generated autoloads from progmodes/f90.el | 7034 | ;;; Generated autoloads from progmodes/f90.el |
| 7025 | 7035 | ||
| 7026 | (autoload (quote f90-mode) "f90" "\ | 7036 | (autoload (quote f90-mode) "f90" "\ |
| 7027 | Major mode for editing Fortran 90,95 code in free format. | 7037 | Major mode for editing Fortran 90,95 code in free format. |
| 7028 | 7038 | ||
| 7029 | \\[f90-indent-new-line] corrects current indentation and creates new indented line. | 7039 | \\[f90-indent-new-line] indents current line and creates a new indented line. |
| 7030 | \\[f90-indent-line] indents the current line correctly. | 7040 | \\[f90-indent-line] indents the current line. |
| 7031 | \\[f90-indent-subprogram] indents the current subprogram. | 7041 | \\[f90-indent-subprogram] indents the current subprogram. |
| 7032 | 7042 | ||
| 7033 | Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. | 7043 | Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. |
| @@ -7037,56 +7047,56 @@ Key definitions: | |||
| 7037 | 7047 | ||
| 7038 | Variables controlling indentation style and extra features: | 7048 | Variables controlling indentation style and extra features: |
| 7039 | 7049 | ||
| 7040 | `f90-do-indent' | 7050 | `f90-do-indent' |
| 7041 | Extra indentation within do blocks. (default 3) | 7051 | Extra indentation within do blocks (default 3). |
| 7042 | `f90-if-indent' | 7052 | `f90-if-indent' |
| 7043 | Extra indentation within if/select case/where/forall blocks. (default 3) | 7053 | Extra indentation within if/select case/where/forall blocks (default 3). |
| 7044 | `f90-type-indent' | 7054 | `f90-type-indent' |
| 7045 | Extra indentation within type/interface/block-data blocks. (default 3) | 7055 | Extra indentation within type/interface/block-data blocks (default 3). |
| 7046 | `f90-program-indent' | 7056 | `f90-program-indent' |
| 7047 | Extra indentation within program/module/subroutine/function blocks. | 7057 | Extra indentation within program/module/subroutine/function blocks |
| 7048 | (default 2) | 7058 | (default 2). |
| 7049 | `f90-continuation-indent' | 7059 | `f90-continuation-indent' |
| 7050 | Extra indentation applied to continuation lines. (default 5) | 7060 | Extra indentation applied to continuation lines (default 5). |
| 7051 | `f90-comment-region' | 7061 | `f90-comment-region' |
| 7052 | String inserted by \\[f90-comment-region] at start of each line in | 7062 | String inserted by function \\[f90-comment-region] at start of each |
| 7053 | region. (default \"!!!$\") | 7063 | line in region (default \"!!!$\"). |
| 7054 | `f90-indented-comment-re' | 7064 | `f90-indented-comment-re' |
| 7055 | Regexp determining the type of comment to be intended like code. | 7065 | Regexp determining the type of comment to be intended like code |
| 7056 | (default \"!\") | 7066 | (default \"!\"). |
| 7057 | `f90-directive-comment-re' | 7067 | `f90-directive-comment-re' |
| 7058 | Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented. | 7068 | Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented |
| 7059 | (default \"!hpf\\\\$\") | 7069 | (default \"!hpf\\\\$\"). |
| 7060 | `f90-break-delimiters' | 7070 | `f90-break-delimiters' |
| 7061 | Regexp holding list of delimiters at which lines may be broken. | 7071 | Regexp holding list of delimiters at which lines may be broken |
| 7062 | (default \"[-+*/><=,% \\t]\") | 7072 | (default \"[-+*/><=,% \\t]\"). |
| 7063 | `f90-break-before-delimiters' | 7073 | `f90-break-before-delimiters' |
| 7064 | Non-nil causes `f90-do-auto-fill' to break lines before delimiters. | 7074 | Non-nil causes `f90-do-auto-fill' to break lines before delimiters |
| 7065 | (default t) | 7075 | (default t). |
| 7066 | `f90-beginning-ampersand' | 7076 | `f90-beginning-ampersand' |
| 7067 | Automatic insertion of & at beginning of continuation lines. (default t) | 7077 | Automatic insertion of & at beginning of continuation lines (default t). |
| 7068 | `f90-smart-end' | 7078 | `f90-smart-end' |
| 7069 | From an END statement, check and fill the end using matching block start. | 7079 | From an END statement, check and fill the end using matching block start. |
| 7070 | Allowed values are 'blink, 'no-blink, and nil, which determine | 7080 | Allowed values are 'blink, 'no-blink, and nil, which determine |
| 7071 | whether to blink the matching beginning. (default 'blink) | 7081 | whether to blink the matching beginning (default 'blink). |
| 7072 | `f90-auto-keyword-case' | 7082 | `f90-auto-keyword-case' |
| 7073 | Automatic change of case of keywords. (default nil) | 7083 | Automatic change of case of keywords (default nil). |
| 7074 | The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. | 7084 | The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. |
| 7075 | `f90-leave-line-no' | 7085 | `f90-leave-line-no' |
| 7076 | Do not left-justify line numbers. (default nil) | 7086 | Do not left-justify line numbers (default nil). |
| 7077 | `f90-keywords-re' | 7087 | `f90-keywords-re' |
| 7078 | List of keywords used for highlighting/upcase-keywords etc. | 7088 | List of keywords used for highlighting/upcase-keywords etc. |
| 7079 | 7089 | ||
| 7080 | Turning on F90 mode calls the value of the variable `f90-mode-hook' | 7090 | Turning on F90 mode calls the value of the variable `f90-mode-hook' |
| 7081 | with no args, if that value is non-nil." t nil) | 7091 | with no args, if that value is non-nil." t nil) |
| 7082 | 7092 | ||
| 7083 | ;;;*** | 7093 | ;;;*** |
| 7084 | 7094 | ||
| 7085 | ;;;### (autoloads (list-colors-display facemenu-read-color describe-text-at | 7095 | ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special |
| 7086 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props | 7096 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only |
| 7087 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible | 7097 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu |
| 7088 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground | 7098 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) |
| 7089 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15557 64385)) | 7099 | ;;;;;; "facemenu" "facemenu.el" (15566 54821)) |
| 7090 | ;;; Generated autoloads from facemenu.el | 7100 | ;;; Generated autoloads from facemenu.el |
| 7091 | (define-key global-map "\M-g" 'facemenu-keymap) | 7101 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 7092 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 7102 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -7209,9 +7219,6 @@ Remove all text properties from the region." t nil) | |||
| 7209 | Remove all the \"special\" text properties from the region. | 7219 | Remove all the \"special\" text properties from the region. |
| 7210 | These special properties include `invisible', `intangible' and `read-only'." t nil) | 7220 | These special properties include `invisible', `intangible' and `read-only'." t nil) |
| 7211 | 7221 | ||
| 7212 | (autoload (quote describe-text-at) "facemenu" "\ | ||
| 7213 | Describe widgets, buttons, overlays and text properties at POS." t nil) | ||
| 7214 | |||
| 7215 | (autoload (quote facemenu-read-color) "facemenu" "\ | 7222 | (autoload (quote facemenu-read-color) "facemenu" "\ |
| 7216 | Read a color using the minibuffer." nil nil) | 7223 | Read a color using the minibuffer." nil nil) |
| 7217 | 7224 | ||
| @@ -7305,7 +7312,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil) | |||
| 7305 | ;;;*** | 7312 | ;;;*** |
| 7306 | 7313 | ||
| 7307 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 7314 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 7308 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15464 26323)) | 7315 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15576 11370)) |
| 7309 | ;;; Generated autoloads from ffap.el | 7316 | ;;; Generated autoloads from ffap.el |
| 7310 | 7317 | ||
| 7311 | (autoload (quote ffap-next) "ffap" "\ | 7318 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -7325,7 +7332,8 @@ See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', | |||
| 7325 | and the functions `ffap-file-at-point' and `ffap-url-at-point'. | 7332 | and the functions `ffap-file-at-point' and `ffap-url-at-point'. |
| 7326 | 7333 | ||
| 7327 | See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version." t nil) | 7334 | See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version." t nil) |
| 7328 | (defalias 'ffap 'find-file-at-point) | 7335 | |
| 7336 | (defalias (quote ffap) (quote find-file-at-point)) | ||
| 7329 | 7337 | ||
| 7330 | (autoload (quote ffap-menu) "ffap" "\ | 7338 | (autoload (quote ffap-menu) "ffap" "\ |
| 7331 | Put up a menu of files and urls mentioned in this buffer. | 7339 | Put up a menu of files and urls mentioned in this buffer. |
| @@ -7351,7 +7359,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil) | |||
| 7351 | ;;;*** | 7359 | ;;;*** |
| 7352 | 7360 | ||
| 7353 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" | 7361 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" |
| 7354 | ;;;;;; (15391 60510)) | 7362 | ;;;;;; (15567 1421)) |
| 7355 | ;;; Generated autoloads from filecache.el | 7363 | ;;; Generated autoloads from filecache.el |
| 7356 | 7364 | ||
| 7357 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 7365 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ |
| @@ -7486,7 +7494,7 @@ Visit the file you click on in another window." t nil) | |||
| 7486 | ;;;;;; find-variable-other-window find-variable find-variable-noselect | 7494 | ;;;;;; find-variable-other-window find-variable find-variable-noselect |
| 7487 | ;;;;;; find-function-other-frame find-function-other-window find-function | 7495 | ;;;;;; find-function-other-frame find-function-other-window find-function |
| 7488 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" | 7496 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" |
| 7489 | ;;;;;; (15371 46419)) | 7497 | ;;;;;; (15574 61955)) |
| 7490 | ;;; Generated autoloads from emacs-lisp/find-func.el | 7498 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 7491 | 7499 | ||
| 7492 | (autoload (quote find-function-noselect) "find-func" "\ | 7500 | (autoload (quote find-function-noselect) "find-func" "\ |
| @@ -7943,7 +7951,7 @@ Visit a file in Forms mode in other window." t nil) | |||
| 7943 | ;;;*** | 7951 | ;;;*** |
| 7944 | 7952 | ||
| 7945 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 7953 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 7946 | ;;;;;; "progmodes/fortran.el" (15557 64405)) | 7954 | ;;;;;; "progmodes/fortran.el" (15568 22303)) |
| 7947 | ;;; Generated autoloads from progmodes/fortran.el | 7955 | ;;; Generated autoloads from progmodes/fortran.el |
| 7948 | 7956 | ||
| 7949 | (defvar fortran-tab-mode-default nil "\ | 7957 | (defvar fortran-tab-mode-default nil "\ |
| @@ -8592,7 +8600,7 @@ to be updated." t nil) | |||
| 8592 | 8600 | ||
| 8593 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 8601 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8594 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 8602 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8595 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15547 22601)) | 8603 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15573 52064)) |
| 8596 | ;;; Generated autoloads from help-fns.el | 8604 | ;;; Generated autoloads from help-fns.el |
| 8597 | 8605 | ||
| 8598 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8606 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -9267,14 +9275,15 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9267 | ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters | 9275 | ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters |
| 9268 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable | 9276 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable |
| 9269 | ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups | 9277 | ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups |
| 9270 | ;;;;;; ibuffer-save-filter-groups ibuffer-yank ibuffer-kill-line | 9278 | ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank |
| 9271 | ;;;;;; ibuffer-kill-filter-group ibuffer-jump-to-filter-group ibuffer-clear-filter-groups | 9279 | ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group |
| 9280 | ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group | ||
| 9272 | ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode | 9281 | ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode |
| 9273 | ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p | 9282 | ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p |
| 9274 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 9283 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 9275 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 9284 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 9276 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 9285 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 9277 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15564 32016)) | 9286 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15576 843)) |
| 9278 | ;;; Generated autoloads from ibuf-ext.el | 9287 | ;;; Generated autoloads from ibuf-ext.el |
| 9279 | 9288 | ||
| 9280 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 9289 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -9319,20 +9328,30 @@ Make the current filters into a filtering group." t nil) | |||
| 9319 | Set the current filter groups to filter by mode." t nil) | 9328 | Set the current filter groups to filter by mode." t nil) |
| 9320 | 9329 | ||
| 9321 | (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\ | 9330 | (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\ |
| 9322 | Remove the first filtering group." t nil) | 9331 | Remove the first filter group." t nil) |
| 9332 | |||
| 9333 | (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\ | ||
| 9334 | Decompose the filter group GROUP into active filters." t nil) | ||
| 9323 | 9335 | ||
| 9324 | (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\ | 9336 | (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\ |
| 9325 | Remove all filtering groups." t nil) | 9337 | Remove all filter groups." t nil) |
| 9326 | 9338 | ||
| 9327 | (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\ | 9339 | (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\ |
| 9328 | Move point to the filter group whose name is NAME." t nil) | 9340 | Move point to the filter group whose name is NAME." t nil) |
| 9329 | 9341 | ||
| 9330 | (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\ | 9342 | (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\ |
| 9331 | Delete the filtering group named NAME." t nil) | 9343 | Kill the filter group named NAME. |
| 9344 | The group will be added to `ibuffer-filter-group-kill-ring'." t nil) | ||
| 9332 | 9345 | ||
| 9333 | (autoload (quote ibuffer-kill-line) "ibuf-ext" nil t nil) | 9346 | (autoload (quote ibuffer-kill-line) "ibuf-ext" "\ |
| 9347 | Kill the filter group at point. | ||
| 9348 | See also `ibuffer-kill-filter-group'." t nil) | ||
| 9334 | 9349 | ||
| 9335 | (autoload (quote ibuffer-yank) "ibuf-ext" nil t nil) | 9350 | (autoload (quote ibuffer-yank) "ibuf-ext" "\ |
| 9351 | Yank the last killed filter group before group at point." t nil) | ||
| 9352 | |||
| 9353 | (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\ | ||
| 9354 | Yank the last killed filter group before group named NAME." t nil) | ||
| 9336 | 9355 | ||
| 9337 | (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\ | 9356 | (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\ |
| 9338 | Save all active filter groups GROUPS as NAME. | 9357 | Save all active filter groups GROUPS as NAME. |
| @@ -9503,8 +9522,8 @@ defaults to one." t nil) | |||
| 9503 | ;;;*** | 9522 | ;;;*** |
| 9504 | 9523 | ||
| 9505 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 9524 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 9506 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15561 | 9525 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15569 |
| 9507 | ;;;;;; 53007)) | 9526 | ;;;;;; 32086)) |
| 9508 | ;;; Generated autoloads from ibuf-macs.el | 9527 | ;;; Generated autoloads from ibuf-macs.el |
| 9509 | 9528 | ||
| 9510 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 9529 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -9580,7 +9599,7 @@ bound to the current value of the filter." nil (quote macro)) | |||
| 9580 | ;;;*** | 9599 | ;;;*** |
| 9581 | 9600 | ||
| 9582 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 9601 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 9583 | ;;;;;; "ibuffer" "ibuffer.el" (15564 32016)) | 9602 | ;;;;;; "ibuffer" "ibuffer.el" (15576 843)) |
| 9584 | ;;; Generated autoloads from ibuffer.el | 9603 | ;;; Generated autoloads from ibuffer.el |
| 9585 | 9604 | ||
| 9586 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 9605 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -10194,7 +10213,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 10194 | 10213 | ||
| 10195 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 10214 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 10196 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 10215 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 10197 | ;;;;;; info info-other-window) "info" "info.el" (15564 32016)) | 10216 | ;;;;;; info info-other-window) "info" "info.el" (15566 1626)) |
| 10198 | ;;; Generated autoloads from info.el | 10217 | ;;; Generated autoloads from info.el |
| 10199 | 10218 | ||
| 10200 | (autoload (quote info-other-window) "info" "\ | 10219 | (autoload (quote info-other-window) "info" "\ |
| @@ -12148,7 +12167,7 @@ primary selection and region." t nil) | |||
| 12148 | 12167 | ||
| 12149 | ;;;*** | 12168 | ;;;*** |
| 12150 | 12169 | ||
| 12151 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15505 59091)) | 12170 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15572 475)) |
| 12152 | ;;; Generated autoloads from play/mpuz.el | 12171 | ;;; Generated autoloads from play/mpuz.el |
| 12153 | 12172 | ||
| 12154 | (autoload (quote mpuz) "mpuz" "\ | 12173 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -12156,7 +12175,7 @@ Multiplication puzzle with GNU Emacs." t nil) | |||
| 12156 | 12175 | ||
| 12157 | ;;;*** | 12176 | ;;;*** |
| 12158 | 12177 | ||
| 12159 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (15400 1473)) | 12178 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (15565 62221)) |
| 12160 | ;;; Generated autoloads from msb.el | 12179 | ;;; Generated autoloads from msb.el |
| 12161 | 12180 | ||
| 12162 | (defvar msb-mode nil "\ | 12181 | (defvar msb-mode nil "\ |
| @@ -12401,7 +12420,7 @@ language environment LANG-ENV." nil nil) | |||
| 12401 | ;;;*** | 12420 | ;;;*** |
| 12402 | 12421 | ||
| 12403 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 12422 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 12404 | ;;;;;; (15523 44059)) | 12423 | ;;;;;; (15572 25213)) |
| 12405 | ;;; Generated autoloads from mwheel.el | 12424 | ;;; Generated autoloads from mwheel.el |
| 12406 | 12425 | ||
| 12407 | (defvar mouse-wheel-mode nil "\ | 12426 | (defvar mouse-wheel-mode nil "\ |
| @@ -12482,11 +12501,11 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12482 | 12501 | ||
| 12483 | ;;;*** | 12502 | ;;;*** |
| 12484 | 12503 | ||
| 12485 | ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region | 12504 | ;;;### (autoloads (comment-indent-new-line comment-dwim comment-or-uncomment-region |
| 12486 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 12505 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column |
| 12487 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 12506 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars |
| 12488 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 12507 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) |
| 12489 | ;;;;;; "newcomment.el" (15547 22604)) | 12508 | ;;;;;; "newcomment" "newcomment.el" (15566 54821)) |
| 12490 | ;;; Generated autoloads from newcomment.el | 12509 | ;;; Generated autoloads from newcomment.el |
| 12491 | 12510 | ||
| 12492 | (defalias (quote indent-for-comment) (quote comment-indent)) | 12511 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -12504,7 +12523,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 12504 | Each mode establishes a different default value for this variable; you | 12523 | Each mode establishes a different default value for this variable; you |
| 12505 | can set the value for a particular mode using that mode's hook. | 12524 | can set the value for a particular mode using that mode's hook. |
| 12506 | Comments might be indented to a value smaller than this in order | 12525 | Comments might be indented to a value smaller than this in order |
| 12507 | not to go beyond `fill-column'.") | 12526 | not to go beyond `comment-fill-column'.") |
| 12508 | 12527 | ||
| 12509 | (defvar comment-start nil "\ | 12528 | (defvar comment-start nil "\ |
| 12510 | *String to insert to start a new comment, or nil if no comment syntax.") | 12529 | *String to insert to start a new comment, or nil if no comment syntax.") |
| @@ -12581,6 +12600,11 @@ do not get comments. This can be changed with `comment-style'. | |||
| 12581 | The strings used as comment starts are built from | 12600 | The strings used as comment starts are built from |
| 12582 | `comment-start' without trailing spaces and `comment-padding'." t nil) | 12601 | `comment-start' without trailing spaces and `comment-padding'." t nil) |
| 12583 | 12602 | ||
| 12603 | (autoload (quote comment-or-uncomment-region) "newcomment" "\ | ||
| 12604 | Call `comment-region', unless the region only consists of comments, | ||
| 12605 | in which case call `uncomment-region'. If a prefix arg is given, it | ||
| 12606 | is passed on to the respective function." t nil) | ||
| 12607 | |||
| 12584 | (autoload (quote comment-dwim) "newcomment" "\ | 12608 | (autoload (quote comment-dwim) "newcomment" "\ |
| 12585 | Call the comment command you want (Do What I Mean). | 12609 | Call the comment command you want (Do What I Mean). |
| 12586 | If the region is active and `transient-mark-mode' is on, call | 12610 | If the region is active and `transient-mark-mode' is on, call |
| @@ -13581,7 +13605,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 13581 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 13605 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 13582 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 13606 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 13583 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 13607 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 13584 | ;;;;;; "ps-print.el" (15483 47733)) | 13608 | ;;;;;; "ps-print.el" (15564 39433)) |
| 13585 | ;;; Generated autoloads from ps-print.el | 13609 | ;;; Generated autoloads from ps-print.el |
| 13586 | 13610 | ||
| 13587 | (defvar ps-paper-type (quote letter) "\ | 13611 | (defvar ps-paper-type (quote letter) "\ |
| @@ -14011,7 +14035,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 14011 | 14035 | ||
| 14012 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 14036 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 14013 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 14037 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 14014 | ;;;;;; "recentf.el" (15565 16529)) | 14038 | ;;;;;; "recentf.el" (15565 33514)) |
| 14015 | ;;; Generated autoloads from recentf.el | 14039 | ;;; Generated autoloads from recentf.el |
| 14016 | 14040 | ||
| 14017 | (autoload (quote recentf-save-list) "recentf" "\ | 14041 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -14055,8 +14079,8 @@ were operated on recently." t nil) | |||
| 14055 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 14079 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 14056 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 14080 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 14057 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 14081 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 14058 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15557 | 14082 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15576 |
| 14059 | ;;;;;; 64391)) | 14083 | ;;;;;; 11370)) |
| 14060 | ;;; Generated autoloads from rect.el | 14084 | ;;; Generated autoloads from rect.el |
| 14061 | 14085 | ||
| 14062 | (autoload (quote move-to-column-force) "rect" "\ | 14086 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -14116,7 +14140,8 @@ but instead winds up to the right of the rectangle. | |||
| 14116 | When called from a program the rectangle's corners are START and END. | 14140 | When called from a program the rectangle's corners are START and END. |
| 14117 | With a prefix (or a FILL) argument, fill with blanks even if there is no text | 14141 | With a prefix (or a FILL) argument, fill with blanks even if there is no text |
| 14118 | on the right side of the rectangle." t nil) | 14142 | on the right side of the rectangle." t nil) |
| 14119 | (defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name | 14143 | |
| 14144 | (defalias (quote close-rectangle) (quote delete-whitespace-rectangle)) | ||
| 14120 | 14145 | ||
| 14121 | (autoload (quote delete-whitespace-rectangle) "rect" "\ | 14146 | (autoload (quote delete-whitespace-rectangle) "rect" "\ |
| 14122 | Delete all whitespace following a specified column in each line. | 14147 | Delete all whitespace following a specified column in each line. |
| @@ -14501,7 +14526,7 @@ variable." t nil) | |||
| 14501 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 14526 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 14502 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 14527 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 14503 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 14528 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 14504 | ;;;;;; "rmail" "mail/rmail.el" (15523 44071)) | 14529 | ;;;;;; "rmail" "mail/rmail.el" (15574 49295)) |
| 14505 | ;;; Generated autoloads from mail/rmail.el | 14530 | ;;; Generated autoloads from mail/rmail.el |
| 14506 | 14531 | ||
| 14507 | (defvar rmail-dont-reply-to-names nil "\ | 14532 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -14597,7 +14622,7 @@ It is called with no argument.") | |||
| 14597 | 14622 | ||
| 14598 | (defvar rmail-insert-mime-forwarded-message-function nil "\ | 14623 | (defvar rmail-insert-mime-forwarded-message-function nil "\ |
| 14599 | Function to insert a message in MIME format so it can be forwarded. | 14624 | Function to insert a message in MIME format so it can be forwarded. |
| 14600 | This function is called if `rmail-enable-mime' or | 14625 | This function is called if `rmail-enable-mime' or |
| 14601 | `rmail-enable-mime-composing' is non-nil. | 14626 | `rmail-enable-mime-composing' is non-nil. |
| 14602 | It is called with one argument FORWARD-BUFFER, which is a | 14627 | It is called with one argument FORWARD-BUFFER, which is a |
| 14603 | buffer containing the message to forward. The current buffer | 14628 | buffer containing the message to forward. The current buffer |
| @@ -14763,7 +14788,7 @@ If FILE-NAME is empty, remove any existing inbox list." t nil) | |||
| 14763 | 14788 | ||
| 14764 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 14789 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 14765 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 14790 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 14766 | ;;;;;; "mail/rmailout.el" (15371 46424)) | 14791 | ;;;;;; "mail/rmailout.el" (15575 18328)) |
| 14767 | ;;; Generated autoloads from mail/rmailout.el | 14792 | ;;; Generated autoloads from mail/rmailout.el |
| 14768 | 14793 | ||
| 14769 | (defvar rmail-output-file-alist nil "\ | 14794 | (defvar rmail-output-file-alist nil "\ |
| @@ -16671,7 +16696,7 @@ The default comes from `process-coding-system-alist' and | |||
| 16671 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 16696 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 16672 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 16697 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 16673 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" | 16698 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" |
| 16674 | ;;;;;; (15465 22816)) | 16699 | ;;;;;; (15571 26633)) |
| 16675 | ;;; Generated autoloads from strokes.el | 16700 | ;;; Generated autoloads from strokes.el |
| 16676 | 16701 | ||
| 16677 | (defvar strokes-mode nil "\ | 16702 | (defvar strokes-mode nil "\ |
| @@ -16807,8 +16832,8 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil) | |||
| 16807 | 16832 | ||
| 16808 | ;;;*** | 16833 | ;;;*** |
| 16809 | 16834 | ||
| 16810 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15391 | 16835 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15569 |
| 16811 | ;;;;;; 60528)) | 16836 | ;;;;;; 32087)) |
| 16812 | ;;; Generated autoloads from emacs-lisp/syntax.el | 16837 | ;;; Generated autoloads from emacs-lisp/syntax.el |
| 16813 | 16838 | ||
| 16814 | (autoload (quote syntax-ppss) "syntax" "\ | 16839 | (autoload (quote syntax-ppss) "syntax" "\ |
| @@ -16842,7 +16867,7 @@ The variable `tab-width' controls the spacing of tab stops." t nil) | |||
| 16842 | 16867 | ||
| 16843 | ;;;*** | 16868 | ;;;*** |
| 16844 | 16869 | ||
| 16845 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (15371 46416)) | 16870 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 32087)) |
| 16846 | ;;; Generated autoloads from talk.el | 16871 | ;;; Generated autoloads from talk.el |
| 16847 | 16872 | ||
| 16848 | (autoload (quote talk-connect) "talk" "\ | 16873 | (autoload (quote talk-connect) "talk" "\ |
| @@ -17023,7 +17048,7 @@ tetris-mode keybindings: | |||
| 17023 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 17048 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 17024 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 17049 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 17025 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 17050 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 17026 | ;;;;;; (15564 32021)) | 17051 | ;;;;;; (15568 22304)) |
| 17027 | ;;; Generated autoloads from textmodes/tex-mode.el | 17052 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 17028 | 17053 | ||
| 17029 | (defvar tex-shell-file-name nil "\ | 17054 | (defvar tex-shell-file-name nil "\ |
| @@ -17311,7 +17336,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 17311 | ;;;*** | 17336 | ;;;*** |
| 17312 | 17337 | ||
| 17313 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 17338 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 17314 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15505 59092)) | 17339 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15565 33607)) |
| 17315 | ;;; Generated autoloads from textmodes/texinfo.el | 17340 | ;;; Generated autoloads from textmodes/texinfo.el |
| 17316 | 17341 | ||
| 17317 | (defvar texinfo-open-quote "``" "\ | 17342 | (defvar texinfo-open-quote "``" "\ |
| @@ -17460,8 +17485,8 @@ a symbol as a valid THING." nil nil) | |||
| 17460 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function | 17485 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function |
| 17461 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region | 17486 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 17462 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription | 17487 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 17463 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15441 | 17488 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15566 |
| 17464 | ;;;;;; 20095)) | 17489 | ;;;;;; 54821)) |
| 17465 | ;;; Generated autoloads from language/tibet-util.el | 17490 | ;;; Generated autoloads from language/tibet-util.el |
| 17466 | 17491 | ||
| 17467 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 17492 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -17528,7 +17553,7 @@ This function performs no refilling of the changed text." t nil) | |||
| 17528 | ;;;*** | 17553 | ;;;*** |
| 17529 | 17554 | ||
| 17530 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 17555 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 17531 | ;;;;;; "time" "time.el" (15450 56540)) | 17556 | ;;;;;; "time" "time.el" (15566 59716)) |
| 17532 | ;;; Generated autoloads from time.el | 17557 | ;;; Generated autoloads from time.el |
| 17533 | 17558 | ||
| 17534 | (defvar display-time-day-and-date nil "\ | 17559 | (defvar display-time-day-and-date nil "\ |
| @@ -17619,7 +17644,7 @@ If DATE is malformed, return a time value of zeros." nil nil) | |||
| 17619 | ;;;*** | 17644 | ;;;*** |
| 17620 | 17645 | ||
| 17621 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 17646 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 17622 | ;;;;;; "time-stamp.el" (15371 46418)) | 17647 | ;;;;;; "time-stamp.el" (15573 52062)) |
| 17623 | ;;; Generated autoloads from time-stamp.el | 17648 | ;;; Generated autoloads from time-stamp.el |
| 17624 | 17649 | ||
| 17625 | (autoload (quote time-stamp) "time-stamp" "\ | 17650 | (autoload (quote time-stamp) "time-stamp" "\ |
| @@ -17886,7 +17911,7 @@ Show TODO list." t nil) | |||
| 17886 | 17911 | ||
| 17887 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 17912 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 17888 | ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" | 17913 | ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" |
| 17889 | ;;;;;; "toolbar/tool-bar.el" (15557 64408)) | 17914 | ;;;;;; "toolbar/tool-bar.el" (15572 42737)) |
| 17890 | ;;; Generated autoloads from toolbar/tool-bar.el | 17915 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 17891 | 17916 | ||
| 17892 | (defvar tool-bar-mode nil "\ | 17917 | (defvar tool-bar-mode nil "\ |
| @@ -18928,7 +18953,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs." t nil) | |||
| 18928 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 18953 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 18929 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 18954 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 18930 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 18955 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 18931 | ;;;;;; "language/viet-util.el" (15565 16558)) | 18956 | ;;;;;; "language/viet-util.el" (15565 33566)) |
| 18932 | ;;; Generated autoloads from language/viet-util.el | 18957 | ;;; Generated autoloads from language/viet-util.el |
| 18933 | 18958 | ||
| 18934 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 18959 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -19383,8 +19408,8 @@ Setup current buffer so editing string widgets works." nil nil) | |||
| 19383 | ;;;*** | 19408 | ;;;*** |
| 19384 | 19409 | ||
| 19385 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 19410 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 19386 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15371 | 19411 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15576 |
| 19387 | ;;;;;; 46418)) | 19412 | ;;;;;; 843)) |
| 19388 | ;;; Generated autoloads from windmove.el | 19413 | ;;; Generated autoloads from windmove.el |
| 19389 | 19414 | ||
| 19390 | (autoload (quote windmove-left) "windmove" "\ | 19415 | (autoload (quote windmove-left) "windmove" "\ |
| @@ -19420,7 +19445,9 @@ it is relative to the left edge (for positive ARG) or the right edge | |||
| 19420 | If no window is at the desired location, an error is signaled." t nil) | 19445 | If no window is at the desired location, an error is signaled." t nil) |
| 19421 | 19446 | ||
| 19422 | (autoload (quote windmove-default-keybindings) "windmove" "\ | 19447 | (autoload (quote windmove-default-keybindings) "windmove" "\ |
| 19423 | Set up default keybindings for `windmove'." t nil) | 19448 | Set up keybindings for `windmove'. |
| 19449 | Keybindings are of the form MODIFIER-{left,right,up,down}. | ||
| 19450 | Default MODIFIER is 'shift." t nil) | ||
| 19424 | 19451 | ||
| 19425 | ;;;*** | 19452 | ;;;*** |
| 19426 | 19453 | ||
| @@ -19625,7 +19652,7 @@ Zone out, completely." t nil) | |||
| 19625 | ;;;*** | 19652 | ;;;*** |
| 19626 | 19653 | ||
| 19627 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 19654 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 19628 | ;;;;;; "net/zone-mode.el" (15391 60705)) | 19655 | ;;;;;; "net/zone-mode.el" (15566 7114)) |
| 19629 | ;;; Generated autoloads from net/zone-mode.el | 19656 | ;;; Generated autoloads from net/zone-mode.el |
| 19630 | 19657 | ||
| 19631 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 19658 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
| @@ -19643,127 +19670,127 @@ Zone-mode does two things: | |||
| 19643 | 19670 | ||
| 19644 | ;;;*** | 19671 | ;;;*** |
| 19645 | 19672 | ||
| 19646 | ;;;### (autoloads nil nil ("eshell/esh-groups.el" "subdirs.el" "progmodes/cc-menus.el" | 19673 | ;;;### (autoloads nil nil ("textmodes/fill.el" "term/x-win.el" "term/mac-win.el" |
| 19647 | ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el" | 19674 | ;;;;;; "loadup.el" "isearch.el" "custom.el" "progmodes/cc-cmds.el" |
| 19648 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/gamegrid.el" | 19675 | ;;;;;; "eshell/esh-ext.el" "emulation/viper-ex.el" "calc/calc-bin.el" |
| 19649 | ;;;;;; "net/netrc.el" "startup.el" "register.el" "progmodes/idlw-rinfo.el" | 19676 | ;;;;;; "frame.el" "ediff-init.el" "bindings.el" "international/mule-conf.el" |
| 19650 | ;;;;;; "progmodes/ada-prj.el" "international/utf-8.el" "emacs-lisp/lucid.el" | 19677 | ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "language/slovak.el" |
| 19651 | ;;;;;; "emacs-lisp/byte-opt.el" "calendar/cal-tex.el" "gnus/pop3.el" | 19678 | ;;;;;; "language/european.el" "language/czech.el" "gnus/qp.el" "xml.el" |
| 19652 | ;;;;;; "gnus/nnwarchive.el" "gnus/nnmbox.el" "gnus/nnimap.el" "gnus/gnus-uu.el" | 19679 | ;;;;;; "w32-fns.el" "dos-fns.el" "calc/calcalg3.el" "calc/calcalg2.el" |
| 19653 | ;;;;;; "gnus/gnus-sum.el" "gnus/gnus-ems.el" "calc/calc-misc.el" | 19680 | ;;;;;; "calc/calc-maint.el" "calc/calc-macs.el" "textmodes/reftex-sel.el" |
| 19654 | ;;;;;; "window.el" "pcvs-info.el" "mouse.el" "help.el" "format.el" | 19681 | ;;;;;; "textmodes/paragraphs.el" "eshell/esh-io.el" "eshell/esh-cmd.el" |
| 19655 | ;;;;;; "cus-start.el" "allout.el" "international/ucs-tables.el" | 19682 | ;;;;;; "eshell/em-unix.el" "eshell/em-smart.el" "eshell/em-rebind.el" |
| 19656 | ;;;;;; "gnus/nneething.el" "gnus/mm-util.el" "gnus/mm-decode.el" | 19683 | ;;;;;; "eshell/em-prompt.el" "eshell/em-pred.el" "eshell/em-hist.el" |
| 19657 | ;;;;;; "gnus/mail-source.el" "pcvs-parse.el" "ediff-ptch.el" "ediff-diff.el" | 19684 | ;;;;;; "eshell/em-glob.el" "eshell/em-dirs.el" "eshell/em-alias.el" |
| 19658 | ;;;;;; "calc/calc-graph.el" "term/w32-win.el" "language/japanese.el" | 19685 | ;;;;;; "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" "tempo.el" |
| 19659 | ;;;;;; "international/mule.el" "eshell/esh-var.el" "w32-vars.el" | 19686 | ;;;;;; "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" |
| 19660 | ;;;;;; "vc-hooks.el" "paths.el" "textmodes/text-mode.el" "term/xterm.el" | 19687 | ;;;;;; "indent.el" "ediff-wind.el" "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" |
| 19661 | ;;;;;; "term/tty-colors.el" "term/rxvt.el" "term/pc-win.el" "net/ldap.el" | 19688 | ;;;;;; "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" "progmodes/ebnf-yac.el" |
| 19662 | ;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el" | 19689 | ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" |
| 19663 | ;;;;;; "net/eudc-vars.el" "emacs-lisp/cl-seq.el" "calendar/parse-time.el" | 19690 | ;;;;;; "play/meese.el" "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" |
| 19664 | ;;;;;; "scroll-bar.el" "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el" | 19691 | ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" |
| 19665 | ;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/utf-8-lang.el" | 19692 | ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" |
| 19666 | ;;;;;; "language/tibetan.el" "language/thai.el" "language/lao.el" | 19693 | ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" |
| 19667 | ;;;;;; "language/korean.el" "language/indian.el" "language/hebrew.el" | 19694 | ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" |
| 19668 | ;;;;;; "language/greek.el" "language/georgian.el" "language/cyrillic.el" | 19695 | ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" |
| 19669 | ;;;;;; "language/chinese.el" "international/utf-8-subst.el" "international/ogonek.el" | 19696 | ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" |
| 19670 | ;;;;;; "international/iso-insert.el" "international/characters.el" | 19697 | ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" |
| 19671 | ;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el" | 19698 | ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" |
| 19672 | ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el" | 19699 | ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" |
| 19673 | ;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el" | 19700 | ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" |
| 19674 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" | 19701 | ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" |
| 19675 | ;;;;;; "emulation/viper-cmd.el" "emulation/tpu-mapper.el" "emulation/edt-mapper.el" | 19702 | ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" |
| 19676 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" | 19703 | ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" |
| 19677 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/authors.el" "textmodes/reftex-global.el" | 19704 | ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" |
| 19678 | ;;;;;; "textmodes/makeinfo.el" "term/internal.el" "xscheme.el" "vt-control.el" | 19705 | ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" |
| 19679 | ;;;;;; "version.el" "select.el" "pcvs-util.el" "foldout.el" "float-sup.el" | 19706 | ;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el" |
| 19680 | ;;;;;; "ediff-vers.el" "ediff-merg.el" "case-table.el" "buff-menu.el" | 19707 | ;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-map.el" |
| 19681 | ;;;;;; "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el" | 19708 | ;;;;;; "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el" |
| 19682 | ;;;;;; "dos-vars.el" "dos-w32.el" "electric.el" "emacs-lock.el" | 19709 | ;;;;;; "calc/calc-help.el" "calc/calc-funcs.el" "calc/calc-frac.el" |
| 19683 | ;;;;;; "env.el" "forms-d2.el" "forms-pass.el" "kermit.el" "map-ynp.el" | 19710 | ;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el" |
| 19684 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el" "regi.el" | 19711 | ;;;;;; "calc/calc-comb.el" "calc/calc-arith.el" "calc/calc-alg.el" |
| 19685 | ;;;;;; "s-region.el" "saveplace.el" "soundex.el" "tcp.el" "timezone.el" | 19712 | ;;;;;; "calc/calc-aent.el" "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" |
| 19686 | ;;;;;; "uniquify.el" "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" | 19713 | ;;;;;; "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" |
| 19687 | ;;;;;; "vt100-led.el" "widget.el" "term/AT386.el" "term/apollo.el" | 19714 | ;;;;;; "gnus/rfc1843.el" "gnus/nnweb.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" |
| 19688 | ;;;;;; "term/bg-mouse.el" "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" | 19715 | ;;;;;; "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnlistserv.el" |
| 19689 | ;;;;;; "term/linux.el" "term/lk201.el" "term/news.el" "term/sun.el" | 19716 | ;;;;;; "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nndraft.el" |
| 19690 | ;;;;;; "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el" "term/vt102.el" | 19717 | ;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mm-bodies.el" |
| 19691 | ;;;;;; "term/vt125.el" "term/vt200.el" "term/vt201.el" "term/vt220.el" | 19718 | ;;;;;; "gnus/messcompat.el" "gnus/mail-prsvr.el" "gnus/mail-parse.el" |
| 19692 | ;;;;;; "term/vt240.el" "term/vt300.el" "term/vt320.el" "term/vt400.el" | 19719 | ;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-util.el" |
| 19693 | ;;;;;; "term/vt420.el" "term/wyse50.el" "textmodes/bib-mode.el" | 19720 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-topic.el" "gnus/gnus-srvr.el" |
| 19694 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" | 19721 | ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el" |
| 19695 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" | 19722 | ;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el" |
| 19696 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" | 19723 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el" |
| 19697 | ;;;;;; "textmodes/reftex-vars.el" "calendar/cal-china.el" "calendar/cal-coptic.el" | 19724 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el" |
| 19698 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" | 19725 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" |
| 19699 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-move.el" "calendar/cal-persia.el" | 19726 | ;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el" |
| 19700 | ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" | 19727 | ;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" |
| 19701 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" | 19728 | ;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-arg.el" |
| 19702 | ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" | 19729 | ;;;;;; "eshell/em-xtra.el" "eshell/em-term.el" "eshell/em-script.el" |
| 19703 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/sregex.el" | 19730 | ;;;;;; "eshell/em-basic.el" "eshell/em-banner.el" "emulation/edt-vt100.el" |
| 19704 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" | 19731 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" |
| 19705 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-script.el" | 19732 | ;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" |
| 19706 | ;;;;;; "eshell/em-term.el" "eshell/em-xtra.el" "eshell/esh-arg.el" | 19733 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/cust-print.el" |
| 19707 | ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 19734 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" |
| 19708 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "gnus/flow-fill.el" | 19735 | ;;;;;; "emacs-lisp/assoc.el" "calendar/cal-x.el" "calendar/cal-persia.el" |
| 19709 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 19736 | ;;;;;; "calendar/cal-move.el" "calendar/cal-mayan.el" "calendar/cal-julian.el" |
| 19710 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" | 19737 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-coptic.el" |
| 19711 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-gl.el" | 19738 | ;;;;;; "calendar/cal-china.el" "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" |
| 19712 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" | 19739 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" |
| 19713 | ;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-range.el" "gnus/gnus-salt.el" | 19740 | ;;;;;; "textmodes/reftex-auc.el" "textmodes/refer.el" "textmodes/refbib.el" |
| 19714 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" | 19741 | ;;;;;; "textmodes/page.el" "textmodes/page-ext.el" "textmodes/bib-mode.el" |
| 19715 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" | 19742 | ;;;;;; "term/wyse50.el" "term/vt420.el" "term/vt400.el" "term/vt320.el" |
| 19716 | ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/mail-parse.el" | 19743 | ;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el" |
| 19717 | ;;;;;; "gnus/mail-prsvr.el" "gnus/messcompat.el" "gnus/mm-bodies.el" | 19744 | ;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el" |
| 19718 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" | 19745 | ;;;;;; "term/tvi970.el" "term/sup-mouse.el" "term/sun.el" "term/news.el" |
| 19719 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnlistserv.el" | 19746 | ;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" |
| 19720 | ;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el" | 19747 | ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" |
| 19721 | ;;;;;; "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/rfc1843.el" "gnus/rfc2045.el" | 19748 | ;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el" |
| 19722 | ;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" | 19749 | ;;;;;; "unused.el" "uniquify.el" "timezone.el" "soundex.el" "saveplace.el" |
| 19723 | ;;;;;; "gnus/utf7.el" "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el" | 19750 | ;;;;;; "s-region.el" "regi.el" "patcomp.el" "mouse-drag.el" "mouse-copy.el" |
| 19724 | ;;;;;; "calc/calc-arith.el" "calc/calc-comb.el" "calc/calc-cplx.el" | 19751 | ;;;;;; "map-ynp.el" "kermit.el" "forms-pass.el" "forms-d2.el" "env.el" |
| 19725 | ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el" | 19752 | ;;;;;; "emacs-lock.el" "electric.el" "dos-w32.el" "dos-vars.el" |
| 19726 | ;;;;;; "calc/calc-funcs.el" "calc/calc-help.el" "calc/calc-incom.el" | 19753 | ;;;;;; "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" "abbrevlist.el" |
| 19727 | ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-map.el" | 19754 | ;;;;;; "buff-menu.el" "case-table.el" "ediff-merg.el" "ediff-vers.el" |
| 19728 | ;;;;;; "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el" | 19755 | ;;;;;; "foldout.el" "pcvs-util.el" "version.el" "vt-control.el" |
| 19729 | ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" | 19756 | ;;;;;; "xscheme.el" "term/internal.el" "textmodes/makeinfo.el" "textmodes/reftex-global.el" |
| 19730 | ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" | 19757 | ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" |
| 19731 | ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" | 19758 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" |
| 19732 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calccomp.el" | 19759 | ;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-init.el" |
| 19733 | ;;;;;; "calc/calcsel2.el" "international/iso-ascii.el" "international/iso-swed.el" | 19760 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" |
| 19734 | ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" | 19761 | ;;;;;; "eshell/em-ls.el" "gnus/gnus-cite.el" "gnus/imap.el" "gnus/mailcap.el" |
| 19735 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" | 19762 | ;;;;;; "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el" |
| 19736 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" | 19763 | ;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el" |
| 19737 | ;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el" | 19764 | ;;;;;; "international/iso-insert.el" "international/ogonek.el" "international/utf-8-subst.el" |
| 19738 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el" | 19765 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/georgian.el" |
| 19739 | ;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el" | 19766 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" |
| 19740 | ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el" | 19767 | ;;;;;; "language/korean.el" "language/lao.el" "language/thai.el" |
| 19741 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el" | 19768 | ;;;;;; "language/utf-8-lang.el" "mail/mh-pick.el" "obsolete/cplus-md.el" |
| 19742 | ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" | 19769 | ;;;;;; "obsolete/hilit19.el" "obsolete/mlsupport.el" "generic-x.el" |
| 19743 | ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" | 19770 | ;;;;;; "scroll-bar.el" "calendar/parse-time.el" "emacs-lisp/cl-seq.el" |
| 19744 | ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" | 19771 | ;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" |
| 19745 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ebnf-bnf.el" | 19772 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" "term/rxvt.el" |
| 19746 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" | 19773 | ;;;;;; "term/tty-colors.el" "term/xterm.el" "textmodes/text-mode.el" |
| 19747 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "emacs-lisp/lisp-mode.el" | 19774 | ;;;;;; "paths.el" "vc-hooks.el" "international/mule.el" "language/japanese.el" |
| 19748 | ;;;;;; "term/sun-mouse.el" "ediff-wind.el" "indent.el" "calendar/cal-menu.el" | 19775 | ;;;;;; "calc/calc-graph.el" "ediff-diff.el" "ediff-ptch.el" "pcvs-parse.el" |
| 19749 | ;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el" | 19776 | ;;;;;; "gnus/mail-source.el" "gnus/mm-decode.el" "gnus/mm-util.el" |
| 19750 | ;;;;;; "tempo.el" "gnus/mm-encode.el" "mail/uce.el" "emacs-lisp/lisp.el" | 19777 | ;;;;;; "gnus/nneething.el" "international/ucs-tables.el" "allout.el" |
| 19751 | ;;;;;; "eshell/em-alias.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 19778 | ;;;;;; "cus-start.el" "format.el" "mouse.el" "pcvs-info.el" "window.el" |
| 19752 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el" | 19779 | ;;;;;; "calc/calc-misc.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el" |
| 19753 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-smart.el" | 19780 | ;;;;;; "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" "gnus/nnwarchive.el" |
| 19754 | ;;;;;; "eshell/em-unix.el" "eshell/esh-cmd.el" "eshell/esh-io.el" | 19781 | ;;;;;; "gnus/pop3.el" "calendar/cal-tex.el" "emacs-lisp/byte-opt.el" |
| 19755 | ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-sel.el" "calc/calc-macs.el" | 19782 | ;;;;;; "emacs-lisp/lucid.el" "international/utf-8.el" "progmodes/ada-prj.el" |
| 19756 | ;;;;;; "calc/calc-maint.el" "calc/calcalg2.el" "calc/calcalg3.el" | 19783 | ;;;;;; "progmodes/idlw-rinfo.el" "register.el" "startup.el" "net/netrc.el" |
| 19757 | ;;;;;; "dos-fns.el" "w32-fns.el" "xml.el" "gnus/qp.el" "language/czech.el" | 19784 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-compat.el" |
| 19758 | ;;;;;; "language/european.el" "language/slovak.el" "textmodes/texnfo-upd.el" | 19785 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-menus.el" "cus-load.el" |
| 19759 | ;;;;;; "calendar/cal-french.el" "international/mule-conf.el" "bindings.el" | 19786 | ;;;;;; "ediff-hook.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" |
| 19760 | ;;;;;; "ediff-init.el" "frame.el" "calc/calc-bin.el" "emulation/viper-ex.el" | 19787 | ;;;;;; "float-sup.el" "help.el" "menu-bar.el" "misc.el" "replace.el" |
| 19761 | ;;;;;; "eshell/esh-ext.el" "progmodes/cc-cmds.el" "cus-load.el" | 19788 | ;;;;;; "select.el" "simple.el" "subdirs.el" "subr.el" "w32-vars.el" |
| 19762 | ;;;;;; "custom.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" | 19789 | ;;;;;; "eshell/em-cmpl.el" "eshell/esh-groups.el" "eshell/esh-var.el" |
| 19763 | ;;;;;; "isearch.el" "loadup.el" "menu-bar.el" "replace.el" "simple.el" | 19790 | ;;;;;; "calendar/cal-menu.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" |
| 19764 | ;;;;;; "subr.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" | 19791 | ;;;;;; "international/mule-cmds.el" "language/tibetan.el" "language/vietnamese.el" |
| 19765 | ;;;;;; "international/mule-cmds.el" "language/vietnamese.el" "term/mac-win.el" | 19792 | ;;;;;; "play/gamegrid.el" "progmodes/cc-engine.el" "term/w32-win.el") |
| 19766 | ;;;;;; "term/x-win.el" "textmodes/fill.el") (15565 19865 900978)) | 19793 | ;;;;;; (15576 28102 228069)) |
| 19767 | 19794 | ||
| 19768 | ;;;*** | 19795 | ;;;*** |
| 19769 | 19796 | ||