diff options
| author | Gerd Moellmann | 2001-02-15 13:05:29 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-15 13:05:29 +0000 |
| commit | 2a55cd3a1385b730d7d348de9cdde5c007ebfa9b (patch) | |
| tree | 71ec15c85e0389f17ae2815741d92072bb69ff68 | |
| parent | 25078b542c45351c7c759c2f7b19e5b6e7dcad78 (diff) | |
| download | emacs-2a55cd3a1385b730d7d348de9cdde5c007ebfa9b.tar.gz emacs-2a55cd3a1385b730d7d348de9cdde5c007ebfa9b.zip | |
*** empty log message ***emacs-pretest-21.0.98
| -rw-r--r-- | lisp/cus-load.el | 46 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 356 |
2 files changed, 230 insertions, 172 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index d762ad4427c..4d53615016b 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -139,7 +139,7 @@ | |||
| 139 | (put 'feedmail-spray 'custom-loads '("feedmail")) | 139 | (put 'feedmail-spray 'custom-loads '("feedmail")) |
| 140 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) | 140 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) |
| 141 | (put 'strokes 'custom-loads '("strokes")) | 141 | (put 'strokes 'custom-loads '("strokes")) |
| 142 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "artist" "goto-addr")) | 142 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist")) |
| 143 | (put 'nnmail-various 'custom-loads '("nnmail")) | 143 | (put 'nnmail-various 'custom-loads '("nnmail")) |
| 144 | (put 'smiley 'custom-loads '("smiley-ems")) | 144 | (put 'smiley 'custom-loads '("smiley-ems")) |
| 145 | (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) | 145 | (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) |
| @@ -297,7 +297,7 @@ | |||
| 297 | (put 'apropos 'custom-loads '("apropos")) | 297 | (put 'apropos 'custom-loads '("apropos")) |
| 298 | (put 'gomoku 'custom-loads '("gomoku")) | 298 | (put 'gomoku 'custom-loads '("gomoku")) |
| 299 | (put 'eshell-pred 'custom-loads '("em-pred")) | 299 | (put 'eshell-pred 'custom-loads '("em-pred")) |
| 300 | (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode" "rcompile")) | 300 | (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "rcompile" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode")) |
| 301 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 301 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 302 | (put 'sgml 'custom-loads '("sgml-mode")) | 302 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 303 | (put 'keyboard 'custom-loads '("mule" "chistory" "type-break")) | 303 | (put 'keyboard 'custom-loads '("mule" "chistory" "type-break")) |
| @@ -319,7 +319,7 @@ | |||
| 319 | (put 'widget-browse 'custom-loads '("wid-browse")) | 319 | (put 'widget-browse 'custom-loads '("wid-browse")) |
| 320 | (put 'feedmail-misc 'custom-loads '("feedmail")) | 320 | (put 'feedmail-misc 'custom-loads '("feedmail")) |
| 321 | (put 'diff 'custom-loads '("diff-mode" "diff")) | 321 | (put 'diff 'custom-loads '("diff-mode" "diff")) |
| 322 | (put 'unix 'custom-loads '("gud" "shell" "term" "sh-script" "rlogin")) | 322 | (put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script")) |
| 323 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) | 323 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) |
| 324 | (put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc")) | 324 | (put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc")) |
| 325 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) | 325 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) |
| @@ -365,10 +365,10 @@ | |||
| 365 | (put 'log-view 'custom-loads '("log-view")) | 365 | (put 'log-view 'custom-loads '("log-view")) |
| 366 | (put 'PostScript 'custom-loads '("ps-mode")) | 366 | (put 'PostScript 'custom-loads '("ps-mode")) |
| 367 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) | 367 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) |
| 368 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 369 | (put 'earcon 'custom-loads '("earcon")) | 368 | (put 'earcon 'custom-loads '("earcon")) |
| 369 | (put 'eshell-term 'custom-loads '("em-term")) | ||
| 370 | (put 'feedmail-headers 'custom-loads '("feedmail")) | 370 | (put 'feedmail-headers 'custom-loads '("feedmail")) |
| 371 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) | 371 | (put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" "metamail")) |
| 372 | (put 'image 'custom-loads '("image-file")) | 372 | (put 'image 'custom-loads '("image-file")) |
| 373 | (put 'ff 'custom-loads '("find-file")) | 373 | (put 'ff 'custom-loads '("find-file")) |
| 374 | (put 'prolog 'custom-loads '("prolog")) | 374 | (put 'prolog 'custom-loads '("prolog")) |
| @@ -405,7 +405,7 @@ | |||
| 405 | (put 'gnus-windows 'custom-loads '("gnus-win")) | 405 | (put 'gnus-windows 'custom-loads '("gnus-win")) |
| 406 | (put 'reftex-label-support 'custom-loads '("reftex-vars")) | 406 | (put 'reftex-label-support 'custom-loads '("reftex-vars")) |
| 407 | (put 'gnus-article-buttons 'custom-loads '("gnus-art")) | 407 | (put 'gnus-article-buttons 'custom-loads '("gnus-art")) |
| 408 | (put 'old-c 'custom-loads '("c-mode")) | 408 | (put 'old-c 'custom-loads '("c-mode" "cc-vars")) |
| 409 | (put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) | 409 | (put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) |
| 410 | (put 'compilation 'custom-loads '("compile")) | 410 | (put 'compilation 'custom-loads '("compile")) |
| 411 | (put 'ediff-highlighting 'custom-loads '("ediff-init")) | 411 | (put 'ediff-highlighting 'custom-loads '("ediff-init")) |
| @@ -418,8 +418,8 @@ | |||
| 418 | (put 'ispell 'custom-loads '("ispell")) | 418 | (put 'ispell 'custom-loads '("ispell")) |
| 419 | (put 'auto-revert 'custom-loads '("autorevert")) | 419 | (put 'auto-revert 'custom-loads '("autorevert")) |
| 420 | (put 'advice 'custom-loads '("advice")) | 420 | (put 'advice 'custom-loads '("advice")) |
| 421 | (put 'eshell-util 'custom-loads '("esh-util")) | ||
| 422 | (put 'picture 'custom-loads '("picture")) | 421 | (put 'picture 'custom-loads '("picture")) |
| 422 | (put 'eshell-util 'custom-loads '("esh-util")) | ||
| 423 | (put 'gnus-group 'custom-loads '("gnus-topic" "gnus")) | 423 | (put 'gnus-group 'custom-loads '("gnus-topic" "gnus")) |
| 424 | (put 'eudc-bbdb 'custom-loads '("eudc-vars")) | 424 | (put 'eudc-bbdb 'custom-loads '("eudc-vars")) |
| 425 | (put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) | 425 | (put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) |
| @@ -454,7 +454,7 @@ | |||
| 454 | (put 'bibtex 'custom-loads '("bibtex")) | 454 | (put 'bibtex 'custom-loads '("bibtex")) |
| 455 | (put 'faces 'custom-loads '("loaddefs" "faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) | 455 | (put 'faces 'custom-loads '("loaddefs" "faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) |
| 456 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) | 456 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) |
| 457 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell" "eshell")) | 457 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "eshell" "spell")) |
| 458 | (put 'ebrowse-member 'custom-loads '("ebrowse")) | 458 | (put 'ebrowse-member 'custom-loads '("ebrowse")) |
| 459 | (put 'terminal 'custom-loads '("terminal")) | 459 | (put 'terminal 'custom-loads '("terminal")) |
| 460 | (put 'shadow 'custom-loads '("shadowfile" "shadow")) | 460 | (put 'shadow 'custom-loads '("shadowfile" "shadow")) |
| @@ -474,7 +474,7 @@ | |||
| 474 | (put 'message-sending 'custom-loads '("message")) | 474 | (put 'message-sending 'custom-loads '("message")) |
| 475 | (put 'archive-arc 'custom-loads '("arc-mode")) | 475 | (put 'archive-arc 'custom-loads '("arc-mode")) |
| 476 | (put 'rmail-output 'custom-loads '("rmailout")) | 476 | (put 'rmail-output 'custom-loads '("rmailout")) |
| 477 | (put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "ooutline" "hl-line" "vcursor" "whitespace" "picture" "auto-show" "hscroll")) | 477 | (put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "whitespace" "auto-show" "hscroll" "picture")) |
| 478 | (put 'crisp 'custom-loads '("crisp")) | 478 | (put 'crisp 'custom-loads '("crisp")) |
| 479 | (put 'nroff 'custom-loads '("nroff-mode")) | 479 | (put 'nroff 'custom-loads '("nroff-mode")) |
| 480 | (put 'gnus-group-icons 'custom-loads '("gnus-group")) | 480 | (put 'gnus-group-icons 'custom-loads '("gnus-group")) |
| @@ -491,7 +491,7 @@ | |||
| 491 | (put 'pascal 'custom-loads '("pascal")) | 491 | (put 'pascal 'custom-loads '("pascal")) |
| 492 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) | 492 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) |
| 493 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) | 493 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) |
| 494 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars")) | 494 | (put 'mail 'custom-loads '("simple" "startup" "time" "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")) |
| 495 | (put 'paren-blinking 'custom-loads '("simple")) | 495 | (put 'paren-blinking 'custom-loads '("simple")) |
| 496 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 496 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| 497 | (put 'fast-lock 'custom-loads '("fast-lock")) | 497 | (put 'fast-lock 'custom-loads '("fast-lock")) |
| @@ -501,7 +501,7 @@ | |||
| 501 | (put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired")) | 501 | (put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired")) |
| 502 | (put 'recentf 'custom-loads '("recentf")) | 502 | (put 'recentf 'custom-loads '("recentf")) |
| 503 | (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) | 503 | (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) |
| 504 | (put 'outlines 'custom-loads '("allout" "ooutline" "outline")) | 504 | (put 'outlines 'custom-loads '("allout" "outline" "ooutline")) |
| 505 | (put 'latin1-display 'custom-loads '("latin1-disp")) | 505 | (put 'latin1-display 'custom-loads '("latin1-disp")) |
| 506 | (put 'paragraphs 'custom-loads '("paragraphs")) | 506 | (put 'paragraphs 'custom-loads '("paragraphs")) |
| 507 | (put 'ebrowse 'custom-loads '("ebrowse")) | 507 | (put 'ebrowse 'custom-loads '("ebrowse")) |
| @@ -566,9 +566,9 @@ | |||
| 566 | (put 'glasses 'custom-loads '("glasses")) | 566 | (put 'glasses 'custom-loads '("glasses")) |
| 567 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) | 567 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) |
| 568 | (put 'tempo 'custom-loads '("tempo")) | 568 | (put 'tempo 'custom-loads '("tempo")) |
| 569 | (put 'c 'custom-loads '("tooltip" "cc-vars" "c-mode" "cmacexp" "cpp" "hideif")) | 569 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) |
| 570 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 570 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 571 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "compile" "sql" "flyspell" "rcompile" "rlogin")) | 571 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) |
| 572 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | 572 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) |
| 573 | (put 'sendmail 'custom-loads '("sendmail")) | 573 | (put 'sendmail 'custom-loads '("sendmail")) |
| 574 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) | 574 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) |
| @@ -688,6 +688,8 @@ bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of | |||
| 688 | the tasks accomplished by such tools.") | 688 | the tasks accomplished by such tools.") |
| 689 | (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") | 689 | (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") |
| 690 | (custom-put-if-not 'compilation-scroll-output 'standard-value t) | 690 | (custom-put-if-not 'compilation-scroll-output 'standard-value t) |
| 691 | (custom-put-if-not 'vc-cvs-diff-switches 'custom-version "21.1") | ||
| 692 | (custom-put-if-not 'vc-cvs-diff-switches 'standard-value t) | ||
| 691 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'custom-version "21.1") | 693 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'custom-version "21.1") |
| 692 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t) | 694 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t) |
| 693 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") | 695 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") |
| @@ -801,6 +803,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 801 | (custom-put-if-not 'scroll-bar 'group-documentation nil) | 803 | (custom-put-if-not 'scroll-bar 'group-documentation nil) |
| 802 | (custom-put-if-not 'backward-delete-char-untabify-method 'custom-version "20.3") | 804 | (custom-put-if-not 'backward-delete-char-untabify-method 'custom-version "20.3") |
| 803 | (custom-put-if-not 'backward-delete-char-untabify-method 'standard-value t) | 805 | (custom-put-if-not 'backward-delete-char-untabify-method 'standard-value t) |
| 806 | (custom-put-if-not 'vc-diff-switches 'custom-version "21.1") | ||
| 807 | (custom-put-if-not 'vc-diff-switches 'standard-value t) | ||
| 804 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") | 808 | (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") |
| 805 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) | 809 | (custom-put-if-not 'vcursor-interpret-input 'standard-value t) |
| 806 | (custom-put-if-not 'gnus-audio 'custom-version "21.1") | 810 | (custom-put-if-not 'gnus-audio 'custom-version "21.1") |
| @@ -927,8 +931,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 927 | (custom-put-if-not 'message-forward-ignored-headers 'standard-value t) | 931 | (custom-put-if-not 'message-forward-ignored-headers 'standard-value t) |
| 928 | (custom-put-if-not 'eudc 'custom-version "21.1") | 932 | (custom-put-if-not 'eudc 'custom-version "21.1") |
| 929 | (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.") | 933 | (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.") |
| 930 | (custom-put-if-not 'ediff-before-setup-hook 'custom-version "21.1") | ||
| 931 | (custom-put-if-not 'ediff-before-setup-hook 'standard-value t) | ||
| 932 | (custom-put-if-not 'scrolling 'custom-version "21.1") | 934 | (custom-put-if-not 'scrolling 'custom-version "21.1") |
| 933 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") | 935 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") |
| 934 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") | 936 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") |
| @@ -951,6 +953,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 951 | (custom-put-if-not 'custom-comment-face 'group-documentation nil) | 953 | (custom-put-if-not 'custom-comment-face 'group-documentation nil) |
| 952 | (custom-put-if-not 'custom-raised-buttons 'custom-version "21.1") | 954 | (custom-put-if-not 'custom-raised-buttons 'custom-version "21.1") |
| 953 | (custom-put-if-not 'custom-raised-buttons 'standard-value t) | 955 | (custom-put-if-not 'custom-raised-buttons 'standard-value t) |
| 956 | (custom-put-if-not 'gnus-article-x-face-command 'custom-version "21.1") | ||
| 957 | (custom-put-if-not 'gnus-article-x-face-command 'standard-value t) | ||
| 954 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'custom-version "21.1") | 958 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'custom-version "21.1") |
| 955 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t) | 959 | (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t) |
| 956 | (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3") | 960 | (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3") |
| @@ -991,6 +995,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 991 | (custom-put-if-not 'sql-mysql-options 'standard-value t) | 995 | (custom-put-if-not 'sql-mysql-options 'standard-value t) |
| 992 | (custom-put-if-not 'next-line-add-newlines 'custom-version "21.1") | 996 | (custom-put-if-not 'next-line-add-newlines 'custom-version "21.1") |
| 993 | (custom-put-if-not 'next-line-add-newlines 'standard-value t) | 997 | (custom-put-if-not 'next-line-add-newlines 'standard-value t) |
| 998 | (custom-put-if-not 'dabbrev-ignored-buffer-regexps 'custom-version "21.1") | ||
| 999 | (custom-put-if-not 'dabbrev-ignored-buffer-regexps 'standard-value t) | ||
| 994 | (custom-put-if-not 'gnus-group-highlight-words-alist 'custom-version "21.1") | 1000 | (custom-put-if-not 'gnus-group-highlight-words-alist 'custom-version "21.1") |
| 995 | (custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t) | 1001 | (custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t) |
| 996 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") | 1002 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") |
| @@ -1001,6 +1007,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1001 | (custom-put-if-not 'change-log-file-face 'group-documentation nil) | 1007 | (custom-put-if-not 'change-log-file-face 'group-documentation nil) |
| 1002 | (custom-put-if-not 'diary-unknown-time 'custom-version "20.3") | 1008 | (custom-put-if-not 'diary-unknown-time 'custom-version "20.3") |
| 1003 | (custom-put-if-not 'diary-unknown-time 'standard-value t) | 1009 | (custom-put-if-not 'diary-unknown-time 'standard-value t) |
| 1010 | (custom-put-if-not 'vc-sccs-diff-switches 'custom-version "21.1") | ||
| 1011 | (custom-put-if-not 'vc-sccs-diff-switches 'standard-value t) | ||
| 1004 | (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") | 1012 | (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") |
| 1005 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) | 1013 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) |
| 1006 | (custom-put-if-not 'todo 'custom-version "21.1") | 1014 | (custom-put-if-not 'todo 'custom-version "21.1") |
| @@ -1023,6 +1031,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1023 | (custom-put-if-not 'message-forward-show-mml 'standard-value t) | 1031 | (custom-put-if-not 'message-forward-show-mml 'standard-value t) |
| 1024 | (custom-put-if-not 'gametree 'custom-version "20.3") | 1032 | (custom-put-if-not 'gametree 'custom-version "20.3") |
| 1025 | (custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.") | 1033 | (custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.") |
| 1034 | (custom-put-if-not 'vc-rcs-diff-switches 'custom-version "21.1") | ||
| 1035 | (custom-put-if-not 'vc-rcs-diff-switches 'standard-value t) | ||
| 1026 | (custom-put-if-not 'change-log-function-face 'custom-version "21.1") | 1036 | (custom-put-if-not 'change-log-function-face 'custom-version "21.1") |
| 1027 | (custom-put-if-not 'change-log-function-face 'group-documentation nil) | 1037 | (custom-put-if-not 'change-log-function-face 'group-documentation nil) |
| 1028 | (custom-put-if-not 'hscroll-global-mode 'custom-version "20.3") | 1038 | (custom-put-if-not 'hscroll-global-mode 'custom-version "20.3") |
| @@ -1035,8 +1045,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1035 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) | 1045 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) |
| 1036 | (custom-put-if-not 'mailcap 'custom-version "21.1") | 1046 | (custom-put-if-not 'mailcap 'custom-version "21.1") |
| 1037 | (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for MIME types.") | 1047 | (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for MIME types.") |
| 1038 | (custom-put-if-not 'dabbrev-ignored-regexps 'custom-version "21.1") | ||
| 1039 | (custom-put-if-not 'dabbrev-ignored-regexps 'standard-value t) | ||
| 1040 | (custom-put-if-not 'find-variable-regexp 'custom-version "21.1") | 1048 | (custom-put-if-not 'find-variable-regexp 'custom-version "21.1") |
| 1041 | (custom-put-if-not 'find-variable-regexp 'standard-value t) | 1049 | (custom-put-if-not 'find-variable-regexp 'standard-value t) |
| 1042 | (custom-put-if-not 'header-line 'custom-version "21.1") | 1050 | (custom-put-if-not 'header-line 'custom-version "21.1") |
| @@ -1055,8 +1063,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1055 | (custom-put-if-not 'vc-dired-terse-display 'standard-value t) | 1063 | (custom-put-if-not 'vc-dired-terse-display 'standard-value t) |
| 1056 | (custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1") | 1064 | (custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1") |
| 1057 | (custom-put-if-not 'server-kill-new-buffers 'standard-value t) | 1065 | (custom-put-if-not 'server-kill-new-buffers 'standard-value t) |
| 1058 | (custom-put-if-not 'ediff-merge-filename-prefix 'custom-version "21.1") | ||
| 1059 | (custom-put-if-not 'ediff-merge-filename-prefix 'standard-value t) | ||
| 1060 | (custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1") | 1066 | (custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1") |
| 1061 | (custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t) | 1067 | (custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t) |
| 1062 | (custom-put-if-not 'delphi 'custom-version "21.1") | 1068 | (custom-put-if-not 'delphi 'custom-version "21.1") |
| @@ -1064,7 +1070,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1064 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 1070 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 1065 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 1071 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 1066 | 1072 | ||
| 1067 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "vc" "ediff-init" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) | 1073 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "vc" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) |
| 1068 | "For internal use by custom.") | 1074 | "For internal use by custom.") |
| 1069 | 1075 | ||
| 1070 | (provide 'cus-load) | 1076 | (provide 'cus-load) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index af6c298be7f..f863d766211 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (14885 9098)) | 7 | ;;;;;; "play/5x5.el" (14885 9171)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload (quote 5x5) "5x5" "\ |
| @@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 52 | ;;;*** | 52 | ;;;*** |
| 53 | 53 | ||
| 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 55 | ;;;;;; (14946 52019)) | 55 | ;;;;;; (14977 55687)) |
| 56 | ;;; Generated autoloads from progmodes/ada-mode.el | 56 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 57 | 57 | ||
| 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 119 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun | 119 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun |
| 120 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 120 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 121 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 121 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 122 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (14905 61936)) | 122 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (14976 13200)) |
| 123 | ;;; Generated autoloads from add-log.el | 123 | ;;; Generated autoloads from add-log.el |
| 124 | 124 | ||
| 125 | (defvar add-log-full-name nil "\ | 125 | (defvar add-log-full-name nil "\ |
| @@ -405,7 +405,7 @@ directory, so that Emacs will know its current contents." t nil) | |||
| 405 | ;;;*** | 405 | ;;;*** |
| 406 | 406 | ||
| 407 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 407 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 408 | ;;;;;; "ansi-color" "ansi-color.el" (14965 36539)) | 408 | ;;;;;; "ansi-color" "ansi-color.el" (14965 36567)) |
| 409 | ;;; Generated autoloads from ansi-color.el | 409 | ;;; Generated autoloads from ansi-color.el |
| 410 | 410 | ||
| 411 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 411 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -427,7 +427,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil) | |||
| 427 | ;;;*** | 427 | ;;;*** |
| 428 | 428 | ||
| 429 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 429 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 430 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13467)) | 430 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13587)) |
| 431 | ;;; Generated autoloads from progmodes/antlr-mode.el | 431 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 432 | 432 | ||
| 433 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 433 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -1048,7 +1048,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil) | |||
| 1048 | ;;;*** | 1048 | ;;;*** |
| 1049 | 1049 | ||
| 1050 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1050 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1051 | ;;;;;; "avoid.el" (14877 9921)) | 1051 | ;;;;;; "avoid.el" (14877 10207)) |
| 1052 | ;;; Generated autoloads from avoid.el | 1052 | ;;; Generated autoloads from avoid.el |
| 1053 | 1053 | ||
| 1054 | (defvar mouse-avoidance-mode nil "\ | 1054 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1126,7 +1126,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 1126 | ;;;*** | 1126 | ;;;*** |
| 1127 | 1127 | ||
| 1128 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 1128 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 1129 | ;;;;;; (14821 31343)) | 1129 | ;;;;;; (14987 38427)) |
| 1130 | ;;; Generated autoloads from battery.el | 1130 | ;;; Generated autoloads from battery.el |
| 1131 | 1131 | ||
| 1132 | (autoload (quote battery) "battery" "\ | 1132 | (autoload (quote battery) "battery" "\ |
| @@ -1143,8 +1143,8 @@ seconds." t nil) | |||
| 1143 | 1143 | ||
| 1144 | ;;;*** | 1144 | ;;;*** |
| 1145 | 1145 | ||
| 1146 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14504 | 1146 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14977 |
| 1147 | ;;;;;; 9460)) | 1147 | ;;;;;; 55968)) |
| 1148 | ;;; Generated autoloads from textmodes/bibtex.el | 1148 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1149 | 1149 | ||
| 1150 | (autoload (quote bibtex-mode) "bibtex" "\ | 1150 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1849,7 +1849,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil) | |||
| 1849 | ;;;*** | 1849 | ;;;*** |
| 1850 | 1850 | ||
| 1851 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 1851 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 1852 | ;;;;;; "bs" "bs.el" (14886 21309)) | 1852 | ;;;;;; "bs" "bs.el" (14886 21763)) |
| 1853 | ;;; Generated autoloads from bs.el | 1853 | ;;; Generated autoloads from bs.el |
| 1854 | 1854 | ||
| 1855 | (autoload (quote bs-cycle-next) "bs" "\ | 1855 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -1996,7 +1996,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 1996 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 1996 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 1997 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 1997 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 1998 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 1998 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 1999 | ;;;;;; (14942 61350)) | 1999 | ;;;;;; (14942 61379)) |
| 2000 | ;;; Generated autoloads from calendar/calendar.el | 2000 | ;;; Generated autoloads from calendar/calendar.el |
| 2001 | 2001 | ||
| 2002 | (defvar calendar-week-start-day 0 "\ | 2002 | (defvar calendar-week-start-day 0 "\ |
| @@ -2444,7 +2444,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil | |||
| 2444 | 2444 | ||
| 2445 | ;;;*** | 2445 | ;;;*** |
| 2446 | 2446 | ||
| 2447 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14895 37805)) | 2447 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14895 37935)) |
| 2448 | ;;; Generated autoloads from progmodes/cc-langs.el | 2448 | ;;; Generated autoloads from progmodes/cc-langs.el |
| 2449 | 2449 | ||
| 2450 | (defvar c-mode-syntax-table nil "\ | 2450 | (defvar c-mode-syntax-table nil "\ |
| @@ -2640,7 +2640,7 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 2640 | 2640 | ||
| 2641 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 2641 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 2642 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 2642 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 2643 | ;;;;;; (14946 52019)) | 2643 | ;;;;;; (14982 50903)) |
| 2644 | ;;; Generated autoloads from international/ccl.el | 2644 | ;;; Generated autoloads from international/ccl.el |
| 2645 | 2645 | ||
| 2646 | (autoload (quote ccl-compile) "ccl" "\ | 2646 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -2856,6 +2856,7 @@ ARRAY := `[' integer ... `]' | |||
| 2856 | TRANSLATE := | 2856 | TRANSLATE := |
| 2857 | (translate-character REG(table) REG(charset) REG(codepoint)) | 2857 | (translate-character REG(table) REG(charset) REG(codepoint)) |
| 2858 | | (translate-character SYMBOL REG(charset) REG(codepoint)) | 2858 | | (translate-character SYMBOL REG(charset) REG(codepoint)) |
| 2859 | ;; SYMBOL must refer to a table defined by `define-translation-table'. | ||
| 2859 | MAP := | 2860 | MAP := |
| 2860 | (iterate-multiple-map REG REG MAP-IDs) | 2861 | (iterate-multiple-map REG REG MAP-IDs) |
| 2861 | | (map-multiple REG REG (MAP-SET)) | 2862 | | (map-multiple REG REG (MAP-SET)) |
| @@ -3042,7 +3043,7 @@ Encode the text in the current buffer to HZ." t nil) | |||
| 3042 | ;;;*** | 3043 | ;;;*** |
| 3043 | 3044 | ||
| 3044 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 3045 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 3045 | ;;;;;; "chistory" "chistory.el" (14883 31697)) | 3046 | ;;;;;; "chistory" "chistory.el" (14883 31905)) |
| 3046 | ;;; Generated autoloads from chistory.el | 3047 | ;;; Generated autoloads from chistory.el |
| 3047 | 3048 | ||
| 3048 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 3049 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -3180,7 +3181,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3180 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3181 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3181 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3182 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3182 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3183 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3183 | ;;;;;; (14959 159)) | 3184 | ;;;;;; (14959 292)) |
| 3184 | ;;; Generated autoloads from comint.el | 3185 | ;;; Generated autoloads from comint.el |
| 3185 | 3186 | ||
| 3186 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3187 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3260,7 +3261,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3260 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3261 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3261 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3262 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3262 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3263 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3263 | ;;;;;; "compile" "progmodes/compile.el" (14916 51039)) | 3264 | ;;;;;; "compile" "progmodes/compile.el" (14916 51180)) |
| 3264 | ;;; Generated autoloads from progmodes/compile.el | 3265 | ;;; Generated autoloads from progmodes/compile.el |
| 3265 | 3266 | ||
| 3266 | (defvar compilation-mode-hook nil "\ | 3267 | (defvar compilation-mode-hook nil "\ |
| @@ -3391,11 +3392,11 @@ See variables `compilation-parse-errors-function' and | |||
| 3391 | ;;;*** | 3392 | ;;;*** |
| 3392 | 3393 | ||
| 3393 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 3394 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 3394 | ;;;;;; (14854 32221)) | 3395 | ;;;;;; (14981 29950)) |
| 3395 | ;;; Generated autoloads from complete.el | 3396 | ;;; Generated autoloads from complete.el |
| 3396 | 3397 | ||
| 3397 | (defvar partial-completion-mode nil "\ | 3398 | (defvar partial-completion-mode nil "\ |
| 3398 | Toggle Partial-Completion mode on or off. | 3399 | Non-nil if Partial-Completion mode is enabled. |
| 3399 | See the command `partial-completion-mode' for a description of this minor-mode. | 3400 | See the command `partial-completion-mode' for a description of this minor-mode. |
| 3400 | Setting this variable directly does not take effect; | 3401 | Setting this variable directly does not take effect; |
| 3401 | use either \\[customize] or the function `partial-completion-mode'.") | 3402 | use either \\[customize] or the function `partial-completion-mode'.") |
| @@ -3418,9 +3419,9 @@ command begins with that sequence of characters, and | |||
| 3418 | \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no | 3419 | \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no |
| 3419 | other file in that directory begin with that sequence of characters. | 3420 | other file in that directory begin with that sequence of characters. |
| 3420 | 3421 | ||
| 3421 | Unless `PC-disable-includes' is non-nil, the \"<...>\" sequence is interpreted | 3422 | Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted |
| 3422 | specially in \\[find-file]. For example, | 3423 | specially in \\[find-file]. For example, |
| 3423 | \\[find-file] <sys/time.h> RET finds the file /usr/include/sys/time.h. | 3424 | \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'. |
| 3424 | See also the variable `PC-include-file-path'." t nil) | 3425 | See also the variable `PC-include-file-path'." t nil) |
| 3425 | 3426 | ||
| 3426 | ;;;*** | 3427 | ;;;*** |
| @@ -3874,7 +3875,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) | |||
| 3874 | ;;;*** | 3875 | ;;;*** |
| 3875 | 3876 | ||
| 3876 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 3877 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 3877 | ;;;;;; (14600 8203)) | 3878 | ;;;;;; (14600 36409)) |
| 3878 | ;;; Generated autoloads from emacs-lisp/crm.el | 3879 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 3879 | 3880 | ||
| 3880 | (autoload (quote completing-read-multiple) "crm" "\ | 3881 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -4154,7 +4155,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 4154 | ;;;*** | 4155 | ;;;*** |
| 4155 | 4156 | ||
| 4156 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 4157 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 4157 | ;;;;;; (14962 47398)) | 4158 | ;;;;;; (14975 59459)) |
| 4158 | ;;; Generated autoloads from dabbrev.el | 4159 | ;;; Generated autoloads from dabbrev.el |
| 4159 | 4160 | ||
| 4160 | (define-key esc-map "/" (quote dabbrev-expand)) | 4161 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -4199,8 +4200,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) | |||
| 4199 | 4200 | ||
| 4200 | ;;;*** | 4201 | ;;;*** |
| 4201 | 4202 | ||
| 4202 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (13706 | 4203 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (14977 |
| 4203 | ;;;;;; 38927)) | 4204 | ;;;;;; 55829)) |
| 4204 | ;;; Generated autoloads from progmodes/dcl-mode.el | 4205 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 4205 | 4206 | ||
| 4206 | (autoload (quote dcl-mode) "dcl-mode" "\ | 4207 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -4377,7 +4378,7 @@ The most useful commands are: | |||
| 4377 | 4378 | ||
| 4378 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 4379 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 4379 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14846 | 4380 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (14846 |
| 4380 | ;;;;;; 45911)) | 4381 | ;;;;;; 45949)) |
| 4381 | ;;; Generated autoloads from delim-col.el | 4382 | ;;; Generated autoloads from delim-col.el |
| 4382 | 4383 | ||
| 4383 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 4384 | (autoload (quote delimit-columns-customize) "delim-col" "\ |
| @@ -5005,7 +5006,7 @@ buffer and try again." t nil) | |||
| 5005 | 5006 | ||
| 5006 | ;;;*** | 5007 | ;;;*** |
| 5007 | 5008 | ||
| 5008 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14831 2773)) | 5009 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454)) |
| 5009 | ;;; Generated autoloads from dirtrack.el | 5010 | ;;; Generated autoloads from dirtrack.el |
| 5010 | 5011 | ||
| 5011 | (autoload (quote dirtrack) "dirtrack" "\ | 5012 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -5129,7 +5130,7 @@ Default is 2." t nil) | |||
| 5129 | 5130 | ||
| 5130 | ;;;*** | 5131 | ;;;*** |
| 5131 | 5132 | ||
| 5132 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14830 63116)) | 5133 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (14830 63254)) |
| 5133 | ;;; Generated autoloads from play/doctor.el | 5134 | ;;; Generated autoloads from play/doctor.el |
| 5134 | 5135 | ||
| 5135 | (autoload (quote doctor) "doctor" "\ | 5136 | (autoload (quote doctor) "doctor" "\ |
| @@ -5234,7 +5235,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 5234 | 5235 | ||
| 5235 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 5236 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 5236 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14904 | 5237 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14904 |
| 5237 | ;;;;;; 41526)) | 5238 | ;;;;;; 41629)) |
| 5238 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 5239 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 5239 | 5240 | ||
| 5240 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 5241 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -5365,7 +5366,7 @@ to implement dynamic menus." nil nil) | |||
| 5365 | ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup | 5366 | ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup |
| 5366 | ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer | 5367 | ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer |
| 5367 | ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer | 5368 | ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer |
| 5368 | ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14914 29482)) | 5369 | ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14974 35998)) |
| 5369 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 5370 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 5370 | 5371 | ||
| 5371 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 5372 | (autoload (quote ebnf-customize) "ebnf2ps" "\ |
| @@ -5792,7 +5793,7 @@ Display Ediff's registry." t nil) | |||
| 5792 | ;;;*** | 5793 | ;;;*** |
| 5793 | 5794 | ||
| 5794 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 5795 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 5795 | ;;;;;; "ediff-util" "ediff-util.el" (14952 1182)) | 5796 | ;;;;;; "ediff-util" "ediff-util.el" (14983 41745)) |
| 5796 | ;;; Generated autoloads from ediff-util.el | 5797 | ;;; Generated autoloads from ediff-util.el |
| 5797 | 5798 | ||
| 5798 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 5799 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -5853,7 +5854,7 @@ or nil, use a compact 80-column format." nil nil) | |||
| 5853 | ;;;*** | 5854 | ;;;*** |
| 5854 | 5855 | ||
| 5855 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 5856 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 5856 | ;;;;;; "emulation/edt.el" (14937 48218)) | 5857 | ;;;;;; "emulation/edt.el" (14937 48691)) |
| 5857 | ;;; Generated autoloads from emulation/edt.el | 5858 | ;;; Generated autoloads from emulation/edt.el |
| 5858 | 5859 | ||
| 5859 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 5860 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -5867,7 +5868,7 @@ Turn on EDT Emulation." t nil) | |||
| 5867 | ;;;*** | 5868 | ;;;*** |
| 5868 | 5869 | ||
| 5869 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 5870 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 5870 | ;;;;;; (14793 8263)) | 5871 | ;;;;;; (14793 8312)) |
| 5871 | ;;; Generated autoloads from ehelp.el | 5872 | ;;; Generated autoloads from ehelp.el |
| 5872 | 5873 | ||
| 5873 | (autoload (quote with-electric-help) "ehelp" "\ | 5874 | (autoload (quote with-electric-help) "ehelp" "\ |
| @@ -6070,7 +6071,7 @@ as a multilingual text encoded in a coding system set by | |||
| 6070 | ;;;*** | 6071 | ;;;*** |
| 6071 | 6072 | ||
| 6072 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 6073 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 6073 | ;;;;;; "enriched" "enriched.el" (14885 14624)) | 6074 | ;;;;;; "enriched" "enriched.el" (14885 22378)) |
| 6074 | ;;; Generated autoloads from enriched.el | 6075 | ;;; Generated autoloads from enriched.el |
| 6075 | 6076 | ||
| 6076 | (autoload (quote enriched-mode) "enriched" "\ | 6077 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -6092,8 +6093,8 @@ Commands: | |||
| 6092 | 6093 | ||
| 6093 | ;;;*** | 6094 | ;;;*** |
| 6094 | 6095 | ||
| 6095 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (14845 | 6096 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (14977 |
| 6096 | ;;;;;; 20873)) | 6097 | ;;;;;; 57708)) |
| 6097 | ;;; Generated autoloads from eshell/esh-mode.el | 6098 | ;;; Generated autoloads from eshell/esh-mode.el |
| 6098 | 6099 | ||
| 6099 | (autoload (quote eshell-mode) "esh-mode" "\ | 6100 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -6147,8 +6148,8 @@ Please include any configuration details that might be involved." t nil) | |||
| 6147 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window | 6148 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window |
| 6148 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6149 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6149 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list | 6150 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list |
| 6150 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14962 | 6151 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14977 |
| 6151 | ;;;;;; 53443)) | 6152 | ;;;;;; 55874)) |
| 6152 | ;;; Generated autoloads from progmodes/etags.el | 6153 | ;;; Generated autoloads from progmodes/etags.el |
| 6153 | 6154 | ||
| 6154 | (defvar tags-file-name nil "\ | 6155 | (defvar tags-file-name nil "\ |
| @@ -6536,7 +6537,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni | |||
| 6536 | 6537 | ||
| 6537 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 6538 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 6538 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 6539 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 6539 | ;;;;;; (14463 3149)) | 6540 | ;;;;;; (14463 4091)) |
| 6540 | ;;; Generated autoloads from net/eudc.el | 6541 | ;;; Generated autoloads from net/eudc.el |
| 6541 | 6542 | ||
| 6542 | (autoload (quote eudc-set-server) "eudc" "\ | 6543 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -6599,7 +6600,7 @@ Display a button for the JPEG DATA." nil nil) | |||
| 6599 | ;;;*** | 6600 | ;;;*** |
| 6600 | 6601 | ||
| 6601 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 6602 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 6602 | ;;;;;; "eudc-export" "net/eudc-export.el" (14460 58168)) | 6603 | ;;;;;; "eudc-export" "net/eudc-export.el" (14460 59510)) |
| 6603 | ;;; Generated autoloads from net/eudc-export.el | 6604 | ;;; Generated autoloads from net/eudc-export.el |
| 6604 | 6605 | ||
| 6605 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 6606 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
| @@ -6612,7 +6613,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil) | |||
| 6612 | ;;;*** | 6613 | ;;;*** |
| 6613 | 6614 | ||
| 6614 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 6615 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 6615 | ;;;;;; (14460 58176)) | 6616 | ;;;;;; (14460 59510)) |
| 6616 | ;;; Generated autoloads from net/eudc-hotlist.el | 6617 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 6617 | 6618 | ||
| 6618 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 6619 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
| @@ -6622,7 +6623,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil) | |||
| 6622 | 6623 | ||
| 6623 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 6624 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 6624 | ;;;;;; executable-self-display executable-set-magic executable-find) | 6625 | ;;;;;; executable-self-display executable-set-magic executable-find) |
| 6625 | ;;;;;; "executable" "progmodes/executable.el" (14764 3331)) | 6626 | ;;;;;; "executable" "progmodes/executable.el" (14764 3718)) |
| 6626 | ;;; Generated autoloads from progmodes/executable.el | 6627 | ;;; Generated autoloads from progmodes/executable.el |
| 6627 | 6628 | ||
| 6628 | (autoload (quote executable-find) "executable" "\ | 6629 | (autoload (quote executable-find) "executable" "\ |
| @@ -6685,7 +6686,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 6685 | 6686 | ||
| 6686 | ;;;*** | 6687 | ;;;*** |
| 6687 | 6688 | ||
| 6688 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14623 45936)) | 6689 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14969 34760)) |
| 6689 | ;;; Generated autoloads from progmodes/f90.el | 6690 | ;;; Generated autoloads from progmodes/f90.el |
| 6690 | 6691 | ||
| 6691 | (autoload (quote f90-mode) "f90" "\ | 6692 | (autoload (quote f90-mode) "f90" "\ |
| @@ -7027,7 +7028,7 @@ the name is considered already unique; only the second substitution | |||
| 7027 | ;;;*** | 7028 | ;;;*** |
| 7028 | 7029 | ||
| 7029 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 7030 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 7030 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 43187)) | 7031 | ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 47797)) |
| 7031 | ;;; Generated autoloads from find-dired.el | 7032 | ;;; Generated autoloads from find-dired.el |
| 7032 | 7033 | ||
| 7033 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 7034 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -7314,7 +7315,7 @@ Turn Flyspell mode off." nil nil) | |||
| 7314 | 7315 | ||
| 7315 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 7316 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 7316 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 7317 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 7317 | ;;;;;; (14392 8455)) | 7318 | ;;;;;; (14392 8635)) |
| 7318 | ;;; Generated autoloads from follow.el | 7319 | ;;; Generated autoloads from follow.el |
| 7319 | 7320 | ||
| 7320 | (autoload (quote turn-on-follow-mode) "follow" "\ | 7321 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -7536,7 +7537,7 @@ key binding | |||
| 7536 | ;;;*** | 7537 | ;;;*** |
| 7537 | 7538 | ||
| 7538 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 7539 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 7539 | ;;;;;; "forms" "forms.el" (14381 57540)) | 7540 | ;;;;;; "forms" "forms.el" (14977 56580)) |
| 7540 | ;;; Generated autoloads from forms.el | 7541 | ;;; Generated autoloads from forms.el |
| 7541 | 7542 | ||
| 7542 | (autoload (quote forms-mode) "forms" "\ | 7543 | (autoload (quote forms-mode) "forms" "\ |
| @@ -7695,7 +7696,7 @@ Some generic modes are defined in `generic-x.el'." t nil) | |||
| 7695 | ;;;*** | 7696 | ;;;*** |
| 7696 | 7697 | ||
| 7697 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 7698 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 7698 | ;;;;;; (14901 64340)) | 7699 | ;;;;;; (14901 64516)) |
| 7699 | ;;; Generated autoloads from progmodes/glasses.el | 7700 | ;;; Generated autoloads from progmodes/glasses.el |
| 7700 | 7701 | ||
| 7701 | (autoload (quote glasses-mode) "glasses" "\ | 7702 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -7764,7 +7765,7 @@ Start Gnus and fetch session." t nil) | |||
| 7764 | ;;;*** | 7765 | ;;;*** |
| 7765 | 7766 | ||
| 7766 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 7767 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 7767 | ;;;;;; (14955 64849)) | 7768 | ;;;;;; (14977 51033)) |
| 7768 | ;;; Generated autoloads from gnus/gnus-art.el | 7769 | ;;; Generated autoloads from gnus/gnus-art.el |
| 7769 | 7770 | ||
| 7770 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 7771 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -7801,7 +7802,7 @@ Generate NOV files recursively starting in DIR." t nil) | |||
| 7801 | ;;;*** | 7802 | ;;;*** |
| 7802 | 7803 | ||
| 7803 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 7804 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 7804 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 56701)) | 7805 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 56834)) |
| 7805 | ;;; Generated autoloads from gnus/gnus-group.el | 7806 | ;;; Generated autoloads from gnus/gnus-group.el |
| 7806 | 7807 | ||
| 7807 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 7808 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -7932,7 +7933,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns: | |||
| 7932 | ;;;*** | 7933 | ;;;*** |
| 7933 | 7934 | ||
| 7934 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 7935 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
| 7935 | ;;;;;; (14791 18898)) | 7936 | ;;;;;; (14791 27652)) |
| 7936 | ;;; Generated autoloads from gnus/gnus-move.el | 7937 | ;;; Generated autoloads from gnus/gnus-move.el |
| 7937 | 7938 | ||
| 7938 | (autoload (quote gnus-change-server) "gnus-move" "\ | 7939 | (autoload (quote gnus-change-server) "gnus-move" "\ |
| @@ -7971,7 +7972,7 @@ rather than using this function." nil nil) | |||
| 7971 | ;;;*** | 7972 | ;;;*** |
| 7972 | 7973 | ||
| 7973 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 7974 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
| 7974 | ;;;;;; (14791 18898)) | 7975 | ;;;;;; (14791 27652)) |
| 7975 | ;;; Generated autoloads from gnus/gnus-soup.el | 7976 | ;;; Generated autoloads from gnus/gnus-soup.el |
| 7976 | 7977 | ||
| 7977 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 7978 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ |
| @@ -8079,7 +8080,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8079 | ;;;*** | 8080 | ;;;*** |
| 8080 | 8081 | ||
| 8081 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8082 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8082 | ;;;;;; (14961 24253)) | 8083 | ;;;;;; (14961 24345)) |
| 8083 | ;;; Generated autoloads from gud.el | 8084 | ;;; Generated autoloads from gud.el |
| 8084 | 8085 | ||
| 8085 | (autoload (quote gdb) "gud" "\ | 8086 | (autoload (quote gdb) "gud" "\ |
| @@ -8176,7 +8177,7 @@ A value of nil means skip the middle step, so that | |||
| 8176 | ;;;*** | 8177 | ;;;*** |
| 8177 | 8178 | ||
| 8178 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 8179 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 8179 | ;;;;;; "emacs-lisp/helper.el" (14518 20602)) | 8180 | ;;;;;; "emacs-lisp/helper.el" (14518 32866)) |
| 8180 | ;;; Generated autoloads from emacs-lisp/helper.el | 8181 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 8181 | 8182 | ||
| 8182 | (autoload (quote Helper-describe-bindings) "helper" "\ | 8183 | (autoload (quote Helper-describe-bindings) "helper" "\ |
| @@ -8276,8 +8277,9 @@ This discards the buffer's undo information." t nil) | |||
| 8276 | ;;;*** | 8277 | ;;;*** |
| 8277 | 8278 | ||
| 8278 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 8279 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 8279 | ;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode | 8280 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 8280 | ;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14941 34892)) | 8281 | ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (14984 |
| 8282 | ;;;;;; 63500)) | ||
| 8281 | ;;; Generated autoloads from hi-lock.el | 8283 | ;;; Generated autoloads from hi-lock.el |
| 8282 | 8284 | ||
| 8283 | (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) | 8285 | (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) |
| @@ -8293,13 +8295,18 @@ Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.") | |||
| 8293 | Toggle minor mode for interactively adding font-lock highlighting patterns. | 8295 | Toggle minor mode for interactively adding font-lock highlighting patterns. |
| 8294 | 8296 | ||
| 8295 | If ARG positive turn hi-lock on. Issuing a hi-lock command will also | 8297 | If ARG positive turn hi-lock on. Issuing a hi-lock command will also |
| 8296 | turn hi-lock on. When hi-lock turned on an \"Automatic Highlighting\" | 8298 | turn hi-lock on. When hi-lock is turned on, a \"Regexp Highlighting\" |
| 8297 | submenu is added to the \"Edit\" menu. The commands in the submenu, | 8299 | submenu is added to the \"Edit\" menu. The commands in the submenu, |
| 8298 | which can be called interactively, are: | 8300 | which can be called interactively, are: |
| 8299 | 8301 | ||
| 8300 | \\[highlight-regexp] REGEXP FACE | 8302 | \\[highlight-regexp] REGEXP FACE |
| 8301 | Highlight matches of pattern REGEXP in current buffer with FACE. | 8303 | Highlight matches of pattern REGEXP in current buffer with FACE. |
| 8302 | 8304 | ||
| 8305 | \\[highlight-phrase] PHRASE FACE | ||
| 8306 | Highlight matches of phrase PHRASE in current buffer with FACE. | ||
| 8307 | (PHRASE can be any REGEXP, but spaces will be replaced by matches | ||
| 8308 | to whitespace and initial lower-case letters will become case insensitive.) | ||
| 8309 | |||
| 8303 | \\[highlight-lines-matching-regexp] REGEXP FACE | 8310 | \\[highlight-lines-matching-regexp] REGEXP FACE |
| 8304 | Highlight lines containing matches of REGEXP in current buffer with FACE. | 8311 | Highlight lines containing matches of REGEXP in current buffer with FACE. |
| 8305 | 8312 | ||
| @@ -8329,7 +8336,7 @@ is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'." t nil | |||
| 8329 | (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer)) | 8336 | (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer)) |
| 8330 | 8337 | ||
| 8331 | (autoload (quote hi-lock-line-face-buffer) "hi-lock" "\ | 8338 | (autoload (quote hi-lock-line-face-buffer) "hi-lock" "\ |
| 8332 | Set face of all lines containing matches of REGEXP to FACE. | 8339 | Set face of all lines containing a match of REGEXP to FACE. |
| 8333 | 8340 | ||
| 8334 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 8341 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| 8335 | list maintained for regexps, global history maintained for faces. | 8342 | list maintained for regexps, global history maintained for faces. |
| @@ -8339,21 +8346,29 @@ list maintained for regexps, global history maintained for faces. | |||
| 8339 | (defalias (quote highlight-regexp) (quote hi-lock-face-buffer)) | 8346 | (defalias (quote highlight-regexp) (quote hi-lock-face-buffer)) |
| 8340 | 8347 | ||
| 8341 | (autoload (quote hi-lock-face-buffer) "hi-lock" "\ | 8348 | (autoload (quote hi-lock-face-buffer) "hi-lock" "\ |
| 8342 | Set face of all matches of REGEXP to FACE. | 8349 | Set face of each match of REGEXP to FACE. |
| 8343 | 8350 | ||
| 8344 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 8351 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| 8345 | list maintained for regexps, global history maintained for faces. | 8352 | list maintained for regexps, global history maintained for faces. |
| 8346 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. | 8353 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. |
| 8347 | \(See info node `Minibuffer History')" t nil) | 8354 | \(See info node `Minibuffer History')" t nil) |
| 8348 | 8355 | ||
| 8356 | (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer)) | ||
| 8357 | |||
| 8358 | (autoload (quote hi-lock-face-phrase-buffer) "hi-lock" "\ | ||
| 8359 | Set face of each match of phrase REGEXP to FACE. | ||
| 8360 | |||
| 8361 | Whitespace in REGEXP converted to arbitrary whitespace and initial | ||
| 8362 | lower-case letters made case insensitive." t nil) | ||
| 8363 | |||
| 8349 | (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer)) | 8364 | (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer)) |
| 8350 | 8365 | ||
| 8351 | (autoload (quote hi-lock-unface-buffer) "hi-lock" "\ | 8366 | (autoload (quote hi-lock-unface-buffer) "hi-lock" "\ |
| 8352 | Remove highlighting of matches to REGEXP set by hi-lock. | 8367 | Remove highlighting of each match to REGEXP set by hi-lock. |
| 8353 | 8368 | ||
| 8354 | Interactively, prompt for REGEXP. Buffer-local history of inserted | 8369 | Interactively, prompt for REGEXP. Buffer-local history of inserted |
| 8355 | regexp's maintained. Will accept only regexps inserted by hi-lock | 8370 | regexp's maintained. Will accept only regexps inserted by hi-lock |
| 8356 | interactive functions. (See `hi-lock-interactive-patterns'.) | 8371 | interactive functions. (See `hi-lock-interactive-patterns'.) |
| 8357 | \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp. | 8372 | \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp. |
| 8358 | \(See info node `Minibuffer History'.)" t nil) | 8373 | \(See info node `Minibuffer History'.)" t nil) |
| 8359 | 8374 | ||
| @@ -8367,7 +8382,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil) | |||
| 8367 | ;;;*** | 8382 | ;;;*** |
| 8368 | 8383 | ||
| 8369 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 8384 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 8370 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 13974)) | 8385 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 14843)) |
| 8371 | ;;; Generated autoloads from progmodes/hideif.el | 8386 | ;;; Generated autoloads from progmodes/hideif.el |
| 8372 | 8387 | ||
| 8373 | (defvar hide-ifdef-mode nil "\ | 8388 | (defvar hide-ifdef-mode nil "\ |
| @@ -8474,7 +8489,7 @@ Key bindings: | |||
| 8474 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file | 8489 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file |
| 8475 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change | 8490 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change |
| 8476 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) | 8491 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) |
| 8477 | ;;;;;; "hilit-chg" "hilit-chg.el" (14750 31723)) | 8492 | ;;;;;; "hilit-chg" "hilit-chg.el" (14750 32459)) |
| 8478 | ;;; Generated autoloads from hilit-chg.el | 8493 | ;;; Generated autoloads from hilit-chg.el |
| 8479 | 8494 | ||
| 8480 | (defvar highlight-changes-mode nil) | 8495 | (defvar highlight-changes-mode nil) |
| @@ -8666,7 +8681,7 @@ The optional LABEL is used to label the buffer created." t nil) | |||
| 8666 | ;;;*** | 8681 | ;;;*** |
| 8667 | 8682 | ||
| 8668 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) | 8683 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) |
| 8669 | ;;;;;; "hscroll" "obsolete/hscroll.el" (14883 57782)) | 8684 | ;;;;;; "hscroll" "obsolete/hscroll.el" (14900 43616)) |
| 8670 | ;;; Generated autoloads from obsolete/hscroll.el | 8685 | ;;; Generated autoloads from obsolete/hscroll.el |
| 8671 | 8686 | ||
| 8672 | (autoload (quote turn-on-hscroll) "hscroll" "\ | 8687 | (autoload (quote turn-on-hscroll) "hscroll" "\ |
| @@ -8989,7 +9004,7 @@ Example: | |||
| 8989 | 9004 | ||
| 8990 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 9005 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 8991 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 9006 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 8992 | ;;;;;; "image-file.el" (14909 56659)) | 9007 | ;;;;;; "image-file.el" (14974 10042)) |
| 8993 | ;;; Generated autoloads from image-file.el | 9008 | ;;; Generated autoloads from image-file.el |
| 8994 | 9009 | ||
| 8995 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ | 9010 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ |
| @@ -9021,7 +9036,7 @@ Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for | |||
| 9021 | the command `insert-file-contents'." nil nil) | 9036 | the command `insert-file-contents'." nil nil) |
| 9022 | 9037 | ||
| 9023 | (defvar auto-image-file-mode nil "\ | 9038 | (defvar auto-image-file-mode nil "\ |
| 9024 | Toggle Auto-Image-File mode on or off. | 9039 | Non-nil if Auto-Image-File mode is enabled. |
| 9025 | See the command `auto-image-file-mode' for a description of this minor-mode. | 9040 | See the command `auto-image-file-mode' for a description of this minor-mode. |
| 9026 | Setting this variable directly does not take effect; | 9041 | Setting this variable directly does not take effect; |
| 9027 | use either \\[customize] or the function `auto-image-file-mode'.") | 9042 | use either \\[customize] or the function `auto-image-file-mode'.") |
| @@ -9042,7 +9057,7 @@ Image files are those whose name has an extension in | |||
| 9042 | ;;;*** | 9057 | ;;;*** |
| 9043 | 9058 | ||
| 9044 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 9059 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 9045 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14965 37091)) | 9060 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14980 3988)) |
| 9046 | ;;; Generated autoloads from imenu.el | 9061 | ;;; Generated autoloads from imenu.el |
| 9047 | 9062 | ||
| 9048 | (defvar imenu-sort-function nil "\ | 9063 | (defvar imenu-sort-function nil "\ |
| @@ -9089,13 +9104,13 @@ function, variable or type) that is to appear in the menu. | |||
| 9089 | The variable is buffer-local. | 9104 | The variable is buffer-local. |
| 9090 | 9105 | ||
| 9091 | The variable `imenu-case-fold-search' determines whether or not the | 9106 | The variable `imenu-case-fold-search' determines whether or not the |
| 9092 | regexp matches are case sensitive. and `imenu-syntax-alist' can be | 9107 | regexp matches are case sensitive, and `imenu-syntax-alist' can be |
| 9093 | used to alter the syntax table for the search. | 9108 | used to alter the syntax table for the search. |
| 9094 | 9109 | ||
| 9095 | For example, see the value of `lisp-imenu-generic-expression' used by | 9110 | For example, see the value of `lisp-imenu-generic-expression' used by |
| 9096 | `lisp-mode' and `emacs-lisp-mode' with `imenu-syntax-alist' set | 9111 | `fortran-mode' with `imenu-syntax-alist' set locally to give the |
| 9097 | locally to give the characters which normally have \"punctuation\" | 9112 | characters which normally have \"symbol\" syntax \"word\" syntax |
| 9098 | syntax \"word\" syntax during matching.") | 9113 | during matching.") |
| 9099 | 9114 | ||
| 9100 | (make-variable-buffer-local (quote imenu-generic-expression)) | 9115 | (make-variable-buffer-local (quote imenu-generic-expression)) |
| 9101 | 9116 | ||
| @@ -9242,7 +9257,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 9242 | 9257 | ||
| 9243 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 9258 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 9244 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 9259 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 9245 | ;;;;;; info info-other-window) "info" "info.el" (14942 54438)) | 9260 | ;;;;;; info info-other-window) "info" "info.el" (14987 38427)) |
| 9246 | ;;; Generated autoloads from info.el | 9261 | ;;; Generated autoloads from info.el |
| 9247 | 9262 | ||
| 9248 | (autoload (quote info-other-window) "info" "\ | 9263 | (autoload (quote info-other-window) "info" "\ |
| @@ -9293,7 +9308,7 @@ This will add a speedbar major display mode." t nil) | |||
| 9293 | 9308 | ||
| 9294 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 9309 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 9295 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 9310 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 9296 | ;;;;;; (14710 63985)) | 9311 | ;;;;;; (14711 25231)) |
| 9297 | ;;; Generated autoloads from info-look.el | 9312 | ;;; Generated autoloads from info-look.el |
| 9298 | 9313 | ||
| 9299 | (autoload (quote info-lookup-reset) "info-look" "\ | 9314 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -9376,7 +9391,7 @@ Toggle input method in interactive search." t nil) | |||
| 9376 | ;;;*** | 9391 | ;;;*** |
| 9377 | 9392 | ||
| 9378 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 9393 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
| 9379 | ;;;;;; (14388 10886)) | 9394 | ;;;;;; (14388 11031)) |
| 9380 | ;;; Generated autoloads from international/iso-acc.el | 9395 | ;;; Generated autoloads from international/iso-acc.el |
| 9381 | 9396 | ||
| 9382 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 9397 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -9729,7 +9744,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 9729 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 9744 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 9730 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 9745 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 9731 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" | 9746 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" |
| 9732 | ;;;;;; (14960 24010)) | 9747 | ;;;;;; (14960 24088)) |
| 9733 | ;;; Generated autoloads from iswitchb.el | 9748 | ;;; Generated autoloads from iswitchb.el |
| 9734 | 9749 | ||
| 9735 | (defvar iswitchb-mode nil "\ | 9750 | (defvar iswitchb-mode nil "\ |
| @@ -9847,7 +9862,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 9847 | ;;;*** | 9862 | ;;;*** |
| 9848 | 9863 | ||
| 9849 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14952 | 9864 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (14952 |
| 9850 | ;;;;;; 26678)) | 9865 | ;;;;;; 26740)) |
| 9851 | ;;; Generated autoloads from jit-lock.el | 9866 | ;;; Generated autoloads from jit-lock.el |
| 9852 | 9867 | ||
| 9853 | (autoload (quote jit-lock-register) "jit-lock" "\ | 9868 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -9936,7 +9951,7 @@ and the return value is the length of the conversion." t nil) | |||
| 9936 | ;;;*** | 9951 | ;;;*** |
| 9937 | 9952 | ||
| 9938 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 9953 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 9939 | ;;;;;; (14914 10736)) | 9954 | ;;;;;; (14914 11282)) |
| 9940 | ;;; Generated autoloads from play/landmark.el | 9955 | ;;; Generated autoloads from play/landmark.el |
| 9941 | 9956 | ||
| 9942 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 9957 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -9997,7 +10012,7 @@ The return value is number of composed characters." nil nil) | |||
| 9997 | ;;;*** | 10012 | ;;;*** |
| 9998 | 10013 | ||
| 9999 | ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" | 10014 | ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" |
| 10000 | ;;;;;; (14950 54051)) | 10015 | ;;;;;; (14984 12138)) |
| 10001 | ;;; Generated autoloads from international/latin1-disp.el | 10016 | ;;; Generated autoloads from international/latin1-disp.el |
| 10002 | 10017 | ||
| 10003 | (defvar latin1-display nil "\ | 10018 | (defvar latin1-display nil "\ |
| @@ -10181,8 +10196,8 @@ Major mode for browsing CVS log output." t nil) | |||
| 10181 | ;;;*** | 10196 | ;;;*** |
| 10182 | 10197 | ||
| 10183 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 10198 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 10184 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14967 | 10199 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14977 |
| 10185 | ;;;;;; 5972)) | 10200 | ;;;;;; 56658)) |
| 10186 | ;;; Generated autoloads from lpr.el | 10201 | ;;; Generated autoloads from lpr.el |
| 10187 | 10202 | ||
| 10188 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 10203 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) |
| @@ -10280,8 +10295,8 @@ This function is suitable for execution in a .emacs file." t nil) | |||
| 10280 | 10295 | ||
| 10281 | ;;;*** | 10296 | ;;;*** |
| 10282 | 10297 | ||
| 10283 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14717 | 10298 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14718 |
| 10284 | ;;;;;; 60217)) | 10299 | ;;;;;; 57758)) |
| 10285 | ;;; Generated autoloads from progmodes/m4-mode.el | 10300 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 10286 | 10301 | ||
| 10287 | (autoload (quote m4-mode) "m4-mode" "\ | 10302 | (autoload (quote m4-mode) "m4-mode" "\ |
| @@ -10292,7 +10307,7 @@ A major mode to edit m4 macro files. | |||
| 10292 | ;;;*** | 10307 | ;;;*** |
| 10293 | 10308 | ||
| 10294 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 10309 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 10295 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (14856 15439)) | 10310 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (14856 15551)) |
| 10296 | ;;; Generated autoloads from macros.el | 10311 | ;;; Generated autoloads from macros.el |
| 10297 | 10312 | ||
| 10298 | (autoload (quote name-last-kbd-macro) "macros" "\ | 10313 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -10422,7 +10437,7 @@ This function normally would be called when the message is sent." nil nil) | |||
| 10422 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 10437 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 10423 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 10438 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 10424 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799 | 10439 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799 |
| 10425 | ;;;;;; 26953)) | 10440 | ;;;;;; 27006)) |
| 10426 | ;;; Generated autoloads from mail/mail-utils.el | 10441 | ;;; Generated autoloads from mail/mail-utils.el |
| 10427 | 10442 | ||
| 10428 | (defvar mail-use-rfc822 nil "\ | 10443 | (defvar mail-use-rfc822 nil "\ |
| @@ -10457,7 +10472,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil) | |||
| 10457 | ;;;*** | 10472 | ;;;*** |
| 10458 | 10473 | ||
| 10459 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 10474 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 10460 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (14924 32676)) | 10475 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (14924 33104)) |
| 10461 | ;;; Generated autoloads from mail/mailabbrev.el | 10476 | ;;; Generated autoloads from mail/mailabbrev.el |
| 10462 | 10477 | ||
| 10463 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 10478 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -10513,7 +10528,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t | |||
| 10513 | ;;;*** | 10528 | ;;;*** |
| 10514 | 10529 | ||
| 10515 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 10530 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 10516 | ;;;;;; (14717 60289)) | 10531 | ;;;;;; (14976 12163)) |
| 10517 | ;;; Generated autoloads from progmodes/make-mode.el | 10532 | ;;; Generated autoloads from progmodes/make-mode.el |
| 10518 | 10533 | ||
| 10519 | (autoload (quote makefile-mode) "make-mode" "\ | 10534 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -10602,7 +10617,7 @@ Previous contents of that buffer are killed first." t nil) | |||
| 10602 | 10617 | ||
| 10603 | ;;;*** | 10618 | ;;;*** |
| 10604 | 10619 | ||
| 10605 | ;;;### (autoloads (man-follow man) "man" "man.el" (14961 25220)) | 10620 | ;;;### (autoloads (man-follow man) "man" "man.el" (14961 25294)) |
| 10606 | ;;; Generated autoloads from man.el | 10621 | ;;; Generated autoloads from man.el |
| 10607 | 10622 | ||
| 10608 | (defalias (quote manual-entry) (quote man)) | 10623 | (defalias (quote manual-entry) (quote man)) |
| @@ -10631,7 +10646,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil) | |||
| 10631 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 10646 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 10632 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 10647 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 10633 | ;;;;;; message-user-organization-file message-signature-separator | 10648 | ;;;;;; message-user-organization-file message-signature-separator |
| 10634 | ;;;;;; message-from-style) "message" "gnus/message.el" (14955 64850)) | 10649 | ;;;;;; message-from-style) "message" "gnus/message.el" (14982 49764)) |
| 10635 | ;;; Generated autoloads from gnus/message.el | 10650 | ;;; Generated autoloads from gnus/message.el |
| 10636 | 10651 | ||
| 10637 | (defvar message-from-style (quote default) "\ | 10652 | (defvar message-from-style (quote default) "\ |
| @@ -10689,7 +10704,9 @@ If a function, the result from the function will be used instead. | |||
| 10689 | If a form, the result from the form will be used instead.") | 10704 | If a form, the result from the form will be used instead.") |
| 10690 | 10705 | ||
| 10691 | (defvar message-signature-file "~/.signature" "\ | 10706 | (defvar message-signature-file "~/.signature" "\ |
| 10692 | *File containing the text inserted at end of message buffer.") | 10707 | *Name of file containing the text inserted at end of message buffer. |
| 10708 | Ignored if the named file doesn't exist. | ||
| 10709 | If nil, don't insert a signature.") | ||
| 10693 | 10710 | ||
| 10694 | (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) | 10711 | (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) |
| 10695 | 10712 | ||
| @@ -10847,7 +10864,7 @@ redisplayed as output is inserted." t nil) | |||
| 10847 | ;;;*** | 10864 | ;;;*** |
| 10848 | 10865 | ||
| 10849 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch | 10866 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch |
| 10850 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14849 24594)) | 10867 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14977 57823)) |
| 10851 | ;;; Generated autoloads from mail/mh-comp.el | 10868 | ;;; Generated autoloads from mail/mh-comp.el |
| 10852 | 10869 | ||
| 10853 | (autoload (quote mh-smail) "mh-comp" "\ | 10870 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -10926,7 +10943,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].") | |||
| 10926 | 10943 | ||
| 10927 | ;;;*** | 10944 | ;;;*** |
| 10928 | 10945 | ||
| 10929 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14906 3793)) | 10946 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14906 3908)) |
| 10930 | ;;; Generated autoloads from mail/mh-utils.el | 10947 | ;;; Generated autoloads from mail/mh-utils.el |
| 10931 | 10948 | ||
| 10932 | (put (quote mh-progs) (quote risky-local-variable) t) | 10949 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -10940,7 +10957,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].") | |||
| 10940 | ;;;*** | 10957 | ;;;*** |
| 10941 | 10958 | ||
| 10942 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 10959 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 10943 | ;;;;;; "midnight.el" (14720 14160)) | 10960 | ;;;;;; "midnight.el" (14720 22609)) |
| 10944 | ;;; Generated autoloads from midnight.el | 10961 | ;;; Generated autoloads from midnight.el |
| 10945 | 10962 | ||
| 10946 | (autoload (quote clean-buffer-list) "midnight" "\ | 10963 | (autoload (quote clean-buffer-list) "midnight" "\ |
| @@ -11053,7 +11070,7 @@ Convert morse coded text in region to ordinary ASCII text." t nil) | |||
| 11053 | ;;;*** | 11070 | ;;;*** |
| 11054 | 11071 | ||
| 11055 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 | 11072 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 |
| 11056 | ;;;;;; 992)) | 11073 | ;;;;;; 21062)) |
| 11057 | ;;; Generated autoloads from mouse-sel.el | 11074 | ;;; Generated autoloads from mouse-sel.el |
| 11058 | 11075 | ||
| 11059 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 11076 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ |
| @@ -11102,7 +11119,7 @@ Multiplication puzzle with GNU Emacs." t nil) | |||
| 11102 | 11119 | ||
| 11103 | ;;;*** | 11120 | ;;;*** |
| 11104 | 11121 | ||
| 11105 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (14965 57143)) | 11122 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (14969 21663)) |
| 11106 | ;;; Generated autoloads from msb.el | 11123 | ;;; Generated autoloads from msb.el |
| 11107 | 11124 | ||
| 11108 | (defvar msb-mode nil "\ | 11125 | (defvar msb-mode nil "\ |
| @@ -11128,7 +11145,7 @@ different buffer menu using the function `msb'." t nil) | |||
| 11128 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly | 11145 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly |
| 11129 | ;;;;;; describe-coding-system describe-char-after describe-character-set | 11146 | ;;;;;; describe-coding-system describe-char-after describe-character-set |
| 11130 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" | 11147 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" |
| 11131 | ;;;;;; "international/mule-diag.el" (14961 12689)) | 11148 | ;;;;;; "international/mule-diag.el" (14967 22220)) |
| 11132 | ;;; Generated autoloads from international/mule-diag.el | 11149 | ;;; Generated autoloads from international/mule-diag.el |
| 11133 | 11150 | ||
| 11134 | (autoload (quote list-character-sets) "mule-diag" "\ | 11151 | (autoload (quote list-character-sets) "mule-diag" "\ |
| @@ -11598,7 +11615,7 @@ Generate NOV databases in all nnml directories." t nil) | |||
| 11598 | ;;;*** | 11615 | ;;;*** |
| 11599 | 11616 | ||
| 11600 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 11617 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 11601 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 18897)) | 11618 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (14791 27653)) |
| 11602 | ;;; Generated autoloads from gnus/nnsoup.el | 11619 | ;;; Generated autoloads from gnus/nnsoup.el |
| 11603 | 11620 | ||
| 11604 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 11621 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
| @@ -11635,7 +11652,7 @@ to future sessions." t nil) | |||
| 11635 | ;;;*** | 11652 | ;;;*** |
| 11636 | 11653 | ||
| 11637 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 11654 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 11638 | ;;;;;; (13382 24740)) | 11655 | ;;;;;; (14974 43714)) |
| 11639 | ;;; Generated autoloads from textmodes/nroff-mode.el | 11656 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 11640 | 11657 | ||
| 11641 | (autoload (quote nroff-mode) "nroff-mode" "\ | 11658 | (autoload (quote nroff-mode) "nroff-mode" "\ |
| @@ -11681,7 +11698,7 @@ startup file, `~/.emacs-octave'." t nil) | |||
| 11681 | ;;;*** | 11698 | ;;;*** |
| 11682 | 11699 | ||
| 11683 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 11700 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 11684 | ;;;;;; (14535 42068)) | 11701 | ;;;;;; (14535 42824)) |
| 11685 | ;;; Generated autoloads from progmodes/octave-mod.el | 11702 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 11686 | 11703 | ||
| 11687 | (autoload (quote octave-mode) "octave-mod" "\ | 11704 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -11869,8 +11886,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni | |||
| 11869 | 11886 | ||
| 11870 | ;;;*** | 11887 | ;;;*** |
| 11871 | 11888 | ||
| 11872 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14627 | 11889 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14628 |
| 11873 | ;;;;;; 63384)) | 11890 | ;;;;;; 14481)) |
| 11874 | ;;; Generated autoloads from progmodes/pascal.el | 11891 | ;;; Generated autoloads from progmodes/pascal.el |
| 11875 | 11892 | ||
| 11876 | (autoload (quote pascal-mode) "pascal" "\ | 11893 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -12004,7 +12021,7 @@ You must modify via \\[customize] for this variable to have an effect.") | |||
| 12004 | ;;;*** | 12021 | ;;;*** |
| 12005 | 12022 | ||
| 12006 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 | 12023 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 |
| 12007 | ;;;;;; 31123)) | 12024 | ;;;;;; 33021)) |
| 12008 | ;;; Generated autoloads from pcmpl-cvs.el | 12025 | ;;; Generated autoloads from pcmpl-cvs.el |
| 12009 | 12026 | ||
| 12010 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 12027 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ |
| @@ -12033,7 +12050,7 @@ Completion for the GNU tar utility." nil nil) | |||
| 12033 | ;;;*** | 12050 | ;;;*** |
| 12034 | 12051 | ||
| 12035 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 12052 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 12036 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14911 29316)) | 12053 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14911 29452)) |
| 12037 | ;;; Generated autoloads from pcmpl-linux.el | 12054 | ;;; Generated autoloads from pcmpl-linux.el |
| 12038 | 12055 | ||
| 12039 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 12056 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
| @@ -12048,7 +12065,7 @@ Completion for GNU/Linux `mount'." nil nil) | |||
| 12048 | ;;;*** | 12065 | ;;;*** |
| 12049 | 12066 | ||
| 12050 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 | 12067 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 |
| 12051 | ;;;;;; 31160)) | 12068 | ;;;;;; 33025)) |
| 12052 | ;;; Generated autoloads from pcmpl-rpm.el | 12069 | ;;; Generated autoloads from pcmpl-rpm.el |
| 12053 | 12070 | ||
| 12054 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 12071 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
| @@ -12062,7 +12079,7 @@ You can use \\[eshell-report-bug] to do so." nil nil) | |||
| 12062 | 12079 | ||
| 12063 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 12080 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 12064 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 12081 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 12065 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 31168)) | 12082 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 33026)) |
| 12066 | ;;; Generated autoloads from pcmpl-unix.el | 12083 | ;;; Generated autoloads from pcmpl-unix.el |
| 12067 | 12084 | ||
| 12068 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 12085 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
| @@ -12326,7 +12343,7 @@ they are not defaultly assigned to keys." t nil) | |||
| 12326 | 12343 | ||
| 12327 | ;;;*** | 12344 | ;;;*** |
| 12328 | 12345 | ||
| 12329 | ;;;### (autoloads (pong) "pong" "play/pong.el" (14747 44776)) | 12346 | ;;;### (autoloads (pong) "pong" "play/pong.el" (14977 58043)) |
| 12330 | ;;; Generated autoloads from play/pong.el | 12347 | ;;; Generated autoloads from play/pong.el |
| 12331 | 12348 | ||
| 12332 | (autoload (quote pong) "pong" "\ | 12349 | (autoload (quote pong) "pong" "\ |
| @@ -12438,7 +12455,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 12438 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize | 12455 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize |
| 12439 | ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font | 12456 | ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font |
| 12440 | ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" | 12457 | ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" |
| 12441 | ;;;;;; "ps-mule.el" (14728 6241)) | 12458 | ;;;;;; "ps-mule.el" (14728 33447)) |
| 12442 | ;;; Generated autoloads from ps-mule.el | 12459 | ;;; Generated autoloads from ps-mule.el |
| 12443 | 12460 | ||
| 12444 | (defvar ps-multibyte-buffer nil "\ | 12461 | (defvar ps-multibyte-buffer nil "\ |
| @@ -12535,7 +12552,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12535 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12552 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12536 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12553 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12537 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12554 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12538 | ;;;;;; "ps-print.el" (14924 30911)) | 12555 | ;;;;;; "ps-print.el" (14977 56713)) |
| 12539 | ;;; Generated autoloads from ps-print.el | 12556 | ;;; Generated autoloads from ps-print.el |
| 12540 | 12557 | ||
| 12541 | (defvar ps-paper-type (quote letter) "\ | 12558 | (defvar ps-paper-type (quote letter) "\ |
| @@ -12877,7 +12894,7 @@ of each directory." t nil) | |||
| 12877 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 12894 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 12878 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 12895 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 12879 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914 | 12896 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914 |
| 12880 | ;;;;;; 30023)) | 12897 | ;;;;;; 30127)) |
| 12881 | ;;; Generated autoloads from net/quickurl.el | 12898 | ;;; Generated autoloads from net/quickurl.el |
| 12882 | 12899 | ||
| 12883 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 12900 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -12932,8 +12949,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) | |||
| 12932 | 12949 | ||
| 12933 | ;;;*** | 12950 | ;;;*** |
| 12934 | 12951 | ||
| 12935 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (13149 | 12952 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (14550 |
| 12936 | ;;;;;; 16808)) | 12953 | ;;;;;; 7848)) |
| 12937 | ;;; Generated autoloads from net/rcompile.el | 12954 | ;;; Generated autoloads from net/rcompile.el |
| 12938 | 12955 | ||
| 12939 | (autoload (quote remote-compile) "rcompile" "\ | 12956 | (autoload (quote remote-compile) "rcompile" "\ |
| @@ -12943,7 +12960,7 @@ See \\[compile]." t nil) | |||
| 12943 | ;;;*** | 12960 | ;;;*** |
| 12944 | 12961 | ||
| 12945 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 12962 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 12946 | ;;;;;; (14539 41135)) | 12963 | ;;;;;; (14980 3782)) |
| 12947 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 12964 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 12948 | 12965 | ||
| 12949 | (autoload (quote re-builder) "re-builder" "\ | 12966 | (autoload (quote re-builder) "re-builder" "\ |
| @@ -12953,7 +12970,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 12953 | 12970 | ||
| 12954 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 12971 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 12955 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 12972 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 12956 | ;;;;;; "recentf.el" (14875 64576)) | 12973 | ;;;;;; "recentf.el" (14977 57209)) |
| 12957 | ;;; Generated autoloads from recentf.el | 12974 | ;;; Generated autoloads from recentf.el |
| 12958 | 12975 | ||
| 12959 | (autoload (quote recentf-save-list) "recentf" "\ | 12976 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -12975,7 +12992,7 @@ which buffer to use for the interaction." t nil) | |||
| 12975 | Allow the user to open files that are not in the menu." t nil) | 12992 | Allow the user to open files that are not in the menu." t nil) |
| 12976 | 12993 | ||
| 12977 | (defvar recentf-mode nil "\ | 12994 | (defvar recentf-mode nil "\ |
| 12978 | Toggle Recentf mode on or off. | 12995 | Non-nil if Recentf mode is enabled. |
| 12979 | See the command `recentf-mode' for a description of this minor-mode. | 12996 | See the command `recentf-mode' for a description of this minor-mode. |
| 12980 | Setting this variable directly does not take effect; | 12997 | Setting this variable directly does not take effect; |
| 12981 | use either \\[customize] or the function `recentf-mode'.") | 12998 | use either \\[customize] or the function `recentf-mode'.") |
| @@ -13227,7 +13244,7 @@ in REGEXP." nil nil) | |||
| 13227 | 13244 | ||
| 13228 | ;;;*** | 13245 | ;;;*** |
| 13229 | 13246 | ||
| 13230 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (14081 4820)) | 13247 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (14981 28008)) |
| 13231 | ;;; Generated autoloads from repeat.el | 13248 | ;;; Generated autoloads from repeat.el |
| 13232 | 13249 | ||
| 13233 | (autoload (quote repeat) "repeat" "\ | 13250 | (autoload (quote repeat) "repeat" "\ |
| @@ -13368,7 +13385,7 @@ variable." t nil) | |||
| 13368 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 13385 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13369 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 13386 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13370 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 13387 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13371 | ;;;;;; "rmail" "mail/rmail.el" (14965 23688)) | 13388 | ;;;;;; "rmail" "mail/rmail.el" (14974 36648)) |
| 13372 | ;;; Generated autoloads from mail/rmail.el | 13389 | ;;; Generated autoloads from mail/rmail.el |
| 13373 | 13390 | ||
| 13374 | (defvar rmail-dont-reply-to-names nil "\ | 13391 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13383,7 +13400,7 @@ the variable `rmail-dont-reply-to-names', for when the user does not set | |||
| 13383 | value is the user's name.) | 13400 | value is the user's name.) |
| 13384 | It is useful to set this variable in the site customization file.") | 13401 | It is useful to set this variable in the site customization file.") |
| 13385 | 13402 | ||
| 13386 | (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:") "\ | 13403 | (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") "\ |
| 13387 | *Regexp to match header fields that Rmail should normally hide. | 13404 | *Regexp to match header fields that Rmail should normally hide. |
| 13388 | This variable is used for reformatting the message header, | 13405 | This variable is used for reformatting the message header, |
| 13389 | which normally happens once for each message, | 13406 | which normally happens once for each message, |
| @@ -13549,7 +13566,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil) | |||
| 13549 | ;;;*** | 13566 | ;;;*** |
| 13550 | 13567 | ||
| 13551 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 13568 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 13552 | ;;;;;; (14387 64145)) | 13569 | ;;;;;; (14387 64265)) |
| 13553 | ;;; Generated autoloads from mail/rmailedit.el | 13570 | ;;; Generated autoloads from mail/rmailedit.el |
| 13554 | 13571 | ||
| 13555 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 13572 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -13695,7 +13712,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 13695 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 13712 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 13696 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 13713 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 13697 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 13714 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 13698 | ;;;;;; "rmailsum" "mail/rmailsum.el" (14902 15080)) | 13715 | ;;;;;; "rmailsum" "mail/rmailsum.el" (14902 15284)) |
| 13699 | ;;; Generated autoloads from mail/rmailsum.el | 13716 | ;;; Generated autoloads from mail/rmailsum.el |
| 13700 | 13717 | ||
| 13701 | (defvar rmail-summary-scroll-between-messages t "\ | 13718 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -13852,7 +13869,7 @@ that variable's value is a string." t nil) | |||
| 13852 | ;;;*** | 13869 | ;;;*** |
| 13853 | 13870 | ||
| 13854 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 13871 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 13855 | ;;;;;; (14791 18897)) | 13872 | ;;;;;; (14791 27653)) |
| 13856 | ;;; Generated autoloads from gnus/score-mode.el | 13873 | ;;; Generated autoloads from gnus/score-mode.el |
| 13857 | 13874 | ||
| 13858 | (autoload (quote gnus-score-mode) "score-mode" "\ | 13875 | (autoload (quote gnus-score-mode) "score-mode" "\ |
| @@ -13864,7 +13881,7 @@ This mode is an extended emacs-lisp mode. | |||
| 13864 | ;;;*** | 13881 | ;;;*** |
| 13865 | 13882 | ||
| 13866 | ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 | 13883 | ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 |
| 13867 | ;;;;;; 55098)) | 13884 | ;;;;;; 56615)) |
| 13868 | ;;; Generated autoloads from textmodes/scribe.el | 13885 | ;;; Generated autoloads from textmodes/scribe.el |
| 13869 | 13886 | ||
| 13870 | (autoload (quote scribe-mode) "scribe" "\ | 13887 | (autoload (quote scribe-mode) "scribe" "\ |
| @@ -14074,7 +14091,7 @@ Like `mail' command, but display mail buffer in another frame." t nil) | |||
| 14074 | 14091 | ||
| 14075 | ;;;*** | 14092 | ;;;*** |
| 14076 | 14093 | ||
| 14077 | ;;;### (autoloads (server-start) "server" "server.el" (14914 10033)) | 14094 | ;;;### (autoloads (server-start) "server" "server.el" (14914 10317)) |
| 14078 | ;;; Generated autoloads from server.el | 14095 | ;;; Generated autoloads from server.el |
| 14079 | 14096 | ||
| 14080 | (autoload (quote server-start) "server" "\ | 14097 | (autoload (quote server-start) "server" "\ |
| @@ -14089,7 +14106,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 14089 | ;;;*** | 14106 | ;;;*** |
| 14090 | 14107 | ||
| 14091 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 14108 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 14092 | ;;;;;; (14501 37288)) | 14109 | ;;;;;; (14501 47217)) |
| 14093 | ;;; Generated autoloads from textmodes/sgml-mode.el | 14110 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 14094 | 14111 | ||
| 14095 | (autoload (quote sgml-mode) "sgml-mode" "\ | 14112 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -14259,6 +14276,38 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 14259 | 14276 | ||
| 14260 | ;;;*** | 14277 | ;;;*** |
| 14261 | 14278 | ||
| 14279 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | ||
| 14280 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (14983 | ||
| 14281 | ;;;;;; 1207)) | ||
| 14282 | ;;; Generated autoloads from shadowfile.el | ||
| 14283 | |||
| 14284 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | ||
| 14285 | Edit (or create) the definition of a cluster NAME. | ||
| 14286 | This is a group of hosts that share directories, so that copying to or from | ||
| 14287 | one of them is sufficient to update the file on all of them. Clusters are | ||
| 14288 | defined by a name, the network address of a primary host (the one we copy | ||
| 14289 | files to), and a regular expression that matches the hostnames of all the sites | ||
| 14290 | in the cluster." t nil) | ||
| 14291 | |||
| 14292 | (autoload (quote shadow-define-literal-group) "shadowfile" "\ | ||
| 14293 | Declare a single file to be shared between sites. | ||
| 14294 | It may have different filenames on each site. When this file is edited, the | ||
| 14295 | new version will be copied to each of the other locations. Sites can be | ||
| 14296 | specific hostnames, or names of clusters (see `shadow-define-cluster')." t nil) | ||
| 14297 | |||
| 14298 | (autoload (quote shadow-define-regexp-group) "shadowfile" "\ | ||
| 14299 | Make each of a group of files be shared between hosts. | ||
| 14300 | Prompts for regular expression; files matching this are shared between a list | ||
| 14301 | of sites, which are also prompted for. The filenames must be identical on all | ||
| 14302 | hosts (if they aren't, use shadow-define-group instead of this function). | ||
| 14303 | Each site can be either a hostname or the name of a cluster (see | ||
| 14304 | `shadow-define-cluster')." t nil) | ||
| 14305 | |||
| 14306 | (autoload (quote shadow-initialize) "shadowfile" "\ | ||
| 14307 | Set up file shadowing." t nil) | ||
| 14308 | |||
| 14309 | ;;;*** | ||
| 14310 | |||
| 14262 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 14311 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 14263 | ;;;;;; (14964 4164)) | 14312 | ;;;;;; (14964 4164)) |
| 14264 | ;;; Generated autoloads from shell.el | 14313 | ;;; Generated autoloads from shell.el |
| @@ -14355,7 +14404,7 @@ at all." t nil) | |||
| 14355 | 14404 | ||
| 14356 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy | 14405 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy |
| 14357 | ;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el" | 14406 | ;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el" |
| 14358 | ;;;;;; (14916 50561)) | 14407 | ;;;;;; (14973 49729)) |
| 14359 | ;;; Generated autoloads from skeleton.el | 14408 | ;;; Generated autoloads from skeleton.el |
| 14360 | 14409 | ||
| 14361 | (defvar skeleton-filter (quote identity) "\ | 14410 | (defvar skeleton-filter (quote identity) "\ |
| @@ -14415,7 +14464,7 @@ If ELEMENT is a string or a character it gets inserted (see also | |||
| 14415 | `skeleton-transformation'). Other possibilities are: | 14464 | `skeleton-transformation'). Other possibilities are: |
| 14416 | 14465 | ||
| 14417 | \\n go to next line and indent according to mode | 14466 | \\n go to next line and indent according to mode |
| 14418 | _ interesting point, interregion here, point after termination | 14467 | _ interesting point, interregion here |
| 14419 | > indent line (or interregion if > _) according to major mode | 14468 | > indent line (or interregion if > _) according to major mode |
| 14420 | @ add position to `skeleton-positions' | 14469 | @ add position to `skeleton-positions' |
| 14421 | & do next ELEMENT if previous moved point | 14470 | & do next ELEMENT if previous moved point |
| @@ -14424,6 +14473,9 @@ If ELEMENT is a string or a character it gets inserted (see also | |||
| 14424 | resume: skipped, continue here if quit is signaled | 14473 | resume: skipped, continue here if quit is signaled |
| 14425 | nil skipped | 14474 | nil skipped |
| 14426 | 14475 | ||
| 14476 | After termination, point will be positioned at the first occurrence | ||
| 14477 | of _ or @ or at the end of the inserted text. | ||
| 14478 | |||
| 14427 | Further elements can be defined via `skeleton-further-elements'. ELEMENT may | 14479 | Further elements can be defined via `skeleton-further-elements'. ELEMENT may |
| 14428 | itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for | 14480 | itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for |
| 14429 | different inputs. The SKELETON is processed as often as the user enters a | 14481 | different inputs. The SKELETON is processed as often as the user enters a |
| @@ -14486,7 +14538,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 14486 | ;;;*** | 14538 | ;;;*** |
| 14487 | 14539 | ||
| 14488 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 14540 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 14489 | ;;;;;; (14342 21398)) | 14541 | ;;;;;; (14342 21630)) |
| 14490 | ;;; Generated autoloads from mail/smtpmail.el | 14542 | ;;; Generated autoloads from mail/smtpmail.el |
| 14491 | 14543 | ||
| 14492 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 14544 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| @@ -14517,7 +14569,7 @@ snake-mode keybindings: | |||
| 14517 | ;;;*** | 14569 | ;;;*** |
| 14518 | 14570 | ||
| 14519 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 14571 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 14520 | ;;;;;; (14082 18459)) | 14572 | ;;;;;; (14550 9134)) |
| 14521 | ;;; Generated autoloads from net/snmp-mode.el | 14573 | ;;; Generated autoloads from net/snmp-mode.el |
| 14522 | 14574 | ||
| 14523 | (autoload (quote snmp-mode) "snmp-mode" "\ | 14575 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| @@ -14679,7 +14731,7 @@ Pick your favourite shortcuts: | |||
| 14679 | 14731 | ||
| 14680 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 14732 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 14681 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 14733 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 14682 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (14906 5486)) | 14734 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (14906 5643)) |
| 14683 | ;;; Generated autoloads from sort.el | 14735 | ;;; Generated autoloads from sort.el |
| 14684 | 14736 | ||
| 14685 | (autoload (quote sort-subr) "sort" "\ | 14737 | (autoload (quote sort-subr) "sort" "\ |
| @@ -14802,7 +14854,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 14802 | ;;;*** | 14854 | ;;;*** |
| 14803 | 14855 | ||
| 14804 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 14856 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 14805 | ;;;;;; "speedbar.el" (14783 15356)) | 14857 | ;;;;;; "speedbar.el" (14984 4080)) |
| 14806 | ;;; Generated autoloads from speedbar.el | 14858 | ;;; Generated autoloads from speedbar.el |
| 14807 | 14859 | ||
| 14808 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 14860 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -14823,7 +14875,7 @@ selected. If the speedbar frame is active, then select the attached frame." t n | |||
| 14823 | ;;;*** | 14875 | ;;;*** |
| 14824 | 14876 | ||
| 14825 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 14877 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 14826 | ;;;;;; "spell" "textmodes/spell.el" (13553 46858)) | 14878 | ;;;;;; "spell" "textmodes/spell.el" (14977 56205)) |
| 14827 | ;;; Generated autoloads from textmodes/spell.el | 14879 | ;;; Generated autoloads from textmodes/spell.el |
| 14828 | 14880 | ||
| 14829 | (put (quote spell-filter) (quote risky-local-variable) t) | 14881 | (put (quote spell-filter) (quote risky-local-variable) t) |
| @@ -14865,7 +14917,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil) | |||
| 14865 | 14917 | ||
| 14866 | ;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql | 14918 | ;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql |
| 14867 | ;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" | 14919 | ;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" |
| 14868 | ;;;;;; "progmodes/sql.el" (14911 13087)) | 14920 | ;;;;;; "progmodes/sql.el" (14911 13239)) |
| 14869 | ;;; Generated autoloads from progmodes/sql.el | 14921 | ;;; Generated autoloads from progmodes/sql.el |
| 14870 | 14922 | ||
| 14871 | (autoload (quote sql-help) "sql" "\ | 14923 | (autoload (quote sql-help) "sql" "\ |
| @@ -15354,7 +15406,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) | |||
| 15354 | 15406 | ||
| 15355 | ;;;*** | 15407 | ;;;*** |
| 15356 | 15408 | ||
| 15357 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (13858 52416)) | 15409 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (14550 7962)) |
| 15358 | ;;; Generated autoloads from net/telnet.el | 15410 | ;;; Generated autoloads from net/telnet.el |
| 15359 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 15411 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 15360 | 15412 | ||
| @@ -15707,7 +15759,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 15707 | ;;;*** | 15759 | ;;;*** |
| 15708 | 15760 | ||
| 15709 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 15761 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 15710 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 18796)) | 15762 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 36293)) |
| 15711 | ;;; Generated autoloads from textmodes/texinfmt.el | 15763 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 15712 | 15764 | ||
| 15713 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 15765 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -15741,7 +15793,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 15741 | ;;;*** | 15793 | ;;;*** |
| 15742 | 15794 | ||
| 15743 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 15795 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 15744 | ;;;;;; "texinfo" "textmodes/texinfo.el" (14952 28430)) | 15796 | ;;;;;; "texinfo" "textmodes/texinfo.el" (14952 28641)) |
| 15745 | ;;; Generated autoloads from textmodes/texinfo.el | 15797 | ;;; Generated autoloads from textmodes/texinfo.el |
| 15746 | 15798 | ||
| 15747 | (defvar texinfo-open-quote "``" "\ | 15799 | (defvar texinfo-open-quote "``" "\ |
| @@ -15939,7 +15991,7 @@ See also docstring of the function tibetan-compose-region." t nil) | |||
| 15939 | ;;;*** | 15991 | ;;;*** |
| 15940 | 15992 | ||
| 15941 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 15993 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 15942 | ;;;;;; (14883 35658)) | 15994 | ;;;;;; (14883 35719)) |
| 15943 | ;;; Generated autoloads from textmodes/tildify.el | 15995 | ;;; Generated autoloads from textmodes/tildify.el |
| 15944 | 15996 | ||
| 15945 | (autoload (quote tildify-region) "tildify" "\ | 15997 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -16037,7 +16089,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 16037 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 16089 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 16038 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 16090 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 16039 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 16091 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 16040 | ;;;;;; (14845 20873)) | 16092 | ;;;;;; (14987 38427)) |
| 16041 | ;;; Generated autoloads from calendar/timeclock.el | 16093 | ;;; Generated autoloads from calendar/timeclock.el |
| 16042 | 16094 | ||
| 16043 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 16095 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -16194,7 +16246,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil | |||
| 16194 | ;;;*** | 16246 | ;;;*** |
| 16195 | 16247 | ||
| 16196 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 16248 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 16197 | ;;;;;; "tmm.el" (14894 24587)) | 16249 | ;;;;;; "tmm.el" (14894 24689)) |
| 16198 | ;;; Generated autoloads from tmm.el | 16250 | ;;; Generated autoloads from tmm.el |
| 16199 | (define-key global-map "\M-`" 'tmm-menubar) | 16251 | (define-key global-map "\M-`" 'tmm-menubar) |
| 16200 | (define-key global-map [f10] 'tmm-menubar) | 16252 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -16273,11 +16325,11 @@ Show TODO list." t nil) | |||
| 16273 | ;;;*** | 16325 | ;;;*** |
| 16274 | 16326 | ||
| 16275 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item | 16327 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item |
| 16276 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14956 17970)) | 16328 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (14968 4512)) |
| 16277 | ;;; Generated autoloads from toolbar/tool-bar.el | 16329 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 16278 | 16330 | ||
| 16279 | (defvar tool-bar-mode nil "\ | 16331 | (defvar tool-bar-mode nil "\ |
| 16280 | Toggle Tool-Bar mode on or off. | 16332 | Non-nil if Tool-Bar mode is enabled. |
| 16281 | See the command `tool-bar-mode' for a description of this minor-mode. | 16333 | See the command `tool-bar-mode' for a description of this minor-mode. |
| 16282 | Setting this variable directly does not take effect; | 16334 | Setting this variable directly does not take effect; |
| 16283 | use either \\[customize] or the function `tool-bar-mode'.") | 16335 | use either \\[customize] or the function `tool-bar-mode'.") |
| @@ -16300,9 +16352,9 @@ for the fake function key in the menu keymap. Remaining arguments | |||
| 16300 | PROPS are additional items to add to the menu item specification. See | 16352 | PROPS are additional items to add to the menu item specification. See |
| 16301 | Info node `(elisp)Tool Bar'. Items are added from left to right. | 16353 | Info node `(elisp)Tool Bar'. Items are added from left to right. |
| 16302 | 16354 | ||
| 16303 | ICON is the base name of a file cnntaining the image to use. The | 16355 | ICON is the base name of a file containing the image to use. The |
| 16304 | function will try to use first ICON.xpm, ICON.pbm then ICON.xbm using | 16356 | function will first try to use ICON.xpm, then ICON.pbm, and finally |
| 16305 | `find-image'. | 16357 | ICON.xbm, using `find-image'. |
| 16306 | 16358 | ||
| 16307 | Keybindings are made in the map `tool-bar-map'. To define items in | 16359 | Keybindings are made in the map `tool-bar-map'. To define items in |
| 16308 | some local map, bind `tool-bar-map' with `let' around calls of this | 16360 | some local map, bind `tool-bar-map' with `let' around calls of this |
| @@ -16323,7 +16375,7 @@ function." nil nil) | |||
| 16323 | ;;;*** | 16375 | ;;;*** |
| 16324 | 16376 | ||
| 16325 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 16377 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 16326 | ;;;;;; (14950 65294)) | 16378 | ;;;;;; (14950 65525)) |
| 16327 | ;;; Generated autoloads from tooltip.el | 16379 | ;;; Generated autoloads from tooltip.el |
| 16328 | 16380 | ||
| 16329 | (autoload (quote tooltip-mode) "tooltip" "\ | 16381 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -16342,7 +16394,7 @@ use either \\[customize] or the function `tooltip-mode'.") | |||
| 16342 | ;;;*** | 16394 | ;;;*** |
| 16343 | 16395 | ||
| 16344 | ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14892 | 16396 | ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14892 |
| 16345 | ;;;;;; 62442)) | 16397 | ;;;;;; 62617)) |
| 16346 | ;;; Generated autoloads from emulation/tpu-edt.el | 16398 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 16347 | 16399 | ||
| 16348 | (fset (quote tpu-edt-mode) (quote tpu-edt-on)) | 16400 | (fset (quote tpu-edt-mode) (quote tpu-edt-on)) |
| @@ -16355,7 +16407,7 @@ Turn on TPU/edt emulation." t nil) | |||
| 16355 | ;;;*** | 16407 | ;;;*** |
| 16356 | 16408 | ||
| 16357 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 16409 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) |
| 16358 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14892 62442)) | 16410 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14892 62636)) |
| 16359 | ;;; Generated autoloads from emulation/tpu-extras.el | 16411 | ;;; Generated autoloads from emulation/tpu-extras.el |
| 16360 | 16412 | ||
| 16361 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | 16413 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ |
| @@ -16646,7 +16698,7 @@ Convert Rmail file FILE to system inbox format file TO-FILE." t nil) | |||
| 16646 | ;;;*** | 16698 | ;;;*** |
| 16647 | 16699 | ||
| 16648 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 16700 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 16649 | ;;;;;; "userlock" "userlock.el" (14365 43297)) | 16701 | ;;;;;; "userlock" "userlock.el" (14365 43399)) |
| 16650 | ;;; Generated autoloads from userlock.el | 16702 | ;;; Generated autoloads from userlock.el |
| 16651 | 16703 | ||
| 16652 | (autoload (quote ask-user-about-lock) "userlock" "\ | 16704 | (autoload (quote ask-user-about-lock) "userlock" "\ |
| @@ -16690,7 +16742,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 16690 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge | 16742 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge |
| 16691 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register | 16743 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register |
| 16692 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook | 16744 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook |
| 16693 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (14941 34892)) | 16745 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (14969 40882)) |
| 16694 | ;;; Generated autoloads from vc.el | 16746 | ;;; Generated autoloads from vc.el |
| 16695 | 16747 | ||
| 16696 | (defvar vc-checkin-hook nil "\ | 16748 | (defvar vc-checkin-hook nil "\ |
| @@ -16863,7 +16915,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 16863 | 16915 | ||
| 16864 | ;;;*** | 16916 | ;;;*** |
| 16865 | 16917 | ||
| 16866 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14966 38375)) | 16918 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14970 24561)) |
| 16867 | ;;; Generated autoloads from vc-cvs.el | 16919 | ;;; Generated autoloads from vc-cvs.el |
| 16868 | (defun vc-cvs-registered (f) | 16920 | (defun vc-cvs-registered (f) |
| 16869 | (when (file-readable-p (expand-file-name | 16921 | (when (file-readable-p (expand-file-name |
| @@ -16874,7 +16926,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 16874 | ;;;*** | 16926 | ;;;*** |
| 16875 | 16927 | ||
| 16876 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 16928 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 16877 | ;;;;;; (14940 15185)) | 16929 | ;;;;;; (14969 40939)) |
| 16878 | ;;; Generated autoloads from vc-rcs.el | 16930 | ;;; Generated autoloads from vc-rcs.el |
| 16879 | 16931 | ||
| 16880 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 16932 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -16886,7 +16938,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 16886 | ;;;*** | 16938 | ;;;*** |
| 16887 | 16939 | ||
| 16888 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 16940 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 16889 | ;;;;;; (14940 15185)) | 16941 | ;;;;;; (14969 40980)) |
| 16890 | ;;; Generated autoloads from vc-sccs.el | 16942 | ;;; Generated autoloads from vc-sccs.el |
| 16891 | 16943 | ||
| 16892 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 16944 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -16903,7 +16955,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 16903 | ;;;*** | 16955 | ;;;*** |
| 16904 | 16956 | ||
| 16905 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 16957 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 16906 | ;;;;;; (14385 10956)) | 16958 | ;;;;;; (14385 23382)) |
| 16907 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 16959 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 16908 | 16960 | ||
| 16909 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 16961 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -17470,7 +17522,7 @@ Turn on Viper emulation of Vi." t nil) | |||
| 17470 | 17522 | ||
| 17471 | ;;;*** | 17523 | ;;;*** |
| 17472 | 17524 | ||
| 17473 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14223 54012)) | 17525 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14550 8900)) |
| 17474 | ;;; Generated autoloads from net/webjump.el | 17526 | ;;; Generated autoloads from net/webjump.el |
| 17475 | 17527 | ||
| 17476 | (autoload (quote webjump) "webjump" "\ | 17528 | (autoload (quote webjump) "webjump" "\ |
| @@ -17485,7 +17537,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 17485 | ;;;*** | 17537 | ;;;*** |
| 17486 | 17538 | ||
| 17487 | ;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" | 17539 | ;;;### (autoloads (which-func-mode which-func-mode-global) "which-func" |
| 17488 | ;;;;;; "which-func.el" (14875 40521)) | 17540 | ;;;;;; "which-func.el" (14979 6727)) |
| 17489 | ;;; Generated autoloads from which-func.el | 17541 | ;;; Generated autoloads from which-func.el |
| 17490 | 17542 | ||
| 17491 | (defvar which-func-mode-global nil "\ | 17543 | (defvar which-func-mode-global nil "\ |
| @@ -17625,7 +17677,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 17625 | ;;;*** | 17677 | ;;;*** |
| 17626 | 17678 | ||
| 17627 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 17679 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 17628 | ;;;;;; "wid-edit" "wid-edit.el" (14956 5124)) | 17680 | ;;;;;; "wid-edit" "wid-edit.el" (14980 37308)) |
| 17629 | ;;; Generated autoloads from wid-edit.el | 17681 | ;;; Generated autoloads from wid-edit.el |
| 17630 | 17682 | ||
| 17631 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 17683 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -17884,7 +17936,7 @@ Zone out, completely." t nil) | |||
| 17884 | ;;;*** | 17936 | ;;;*** |
| 17885 | 17937 | ||
| 17886 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 17938 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 17887 | ;;;;;; "net/zone-mode.el" (13674 20513)) | 17939 | ;;;;;; "net/zone-mode.el" (14550 9028)) |
| 17888 | ;;; Generated autoloads from net/zone-mode.el | 17940 | ;;; Generated autoloads from net/zone-mode.el |
| 17889 | 17941 | ||
| 17890 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 17942 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |