diff options
| author | Gerd Moellmann | 2001-05-08 12:31:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-08 12:31:31 +0000 |
| commit | b5c5b319e539135a5314a5d4bfcc0f99fca15fba (patch) | |
| tree | 8069effa7f748b60ad8cbe3934246dd9eb71faad | |
| parent | 6da5c7da1d6d7f4ffea8df4ee342a40b6715a6f4 (diff) | |
| download | emacs-b5c5b319e539135a5314a5d4bfcc0f99fca15fba.tar.gz emacs-b5c5b319e539135a5314a5d4bfcc0f99fca15fba.zip | |
*** empty log message ***emacs-pretest-21.0.103
| -rw-r--r-- | lisp/cus-load.el | 31 | ||||
| -rw-r--r-- | lisp/finder-inf.el | 29 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 430 |
3 files changed, 327 insertions, 163 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 0c9cb5184c1..64bf8286083 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -101,6 +101,7 @@ | |||
| 101 | (put 'font-lock-extra-types 'custom-loads '("font-lock")) | 101 | (put 'font-lock-extra-types 'custom-loads '("font-lock")) |
| 102 | (put 'ebnf-shape 'custom-loads '("ebnf2ps")) | 102 | (put 'ebnf-shape 'custom-loads '("ebnf2ps")) |
| 103 | (put 'minibuffer 'custom-loads '("simple" "complete" "icomplete")) | 103 | (put 'minibuffer 'custom-loads '("simple" "complete" "icomplete")) |
| 104 | (put 'rmail-edit 'custom-loads '("rmailedit")) | ||
| 104 | (put 'gnus-meta 'custom-loads '("gnus")) | 105 | (put 'gnus-meta 'custom-loads '("gnus")) |
| 105 | (put 'mouse-sel 'custom-loads '("mouse-sel")) | 106 | (put 'mouse-sel 'custom-loads '("mouse-sel")) |
| 106 | (put 'sort 'custom-loads '("sort")) | 107 | (put 'sort 'custom-loads '("sort")) |
| @@ -652,6 +653,8 @@ | |||
| 652 | (custom-put-if-not 'ldap 'group-documentation "Lightweight Directory Access Protocol.") | 653 | (custom-put-if-not 'ldap 'group-documentation "Lightweight Directory Access Protocol.") |
| 653 | (custom-put-if-not 'vc-cvs-header 'custom-version "21.1") | 654 | (custom-put-if-not 'vc-cvs-header 'custom-version "21.1") |
| 654 | (custom-put-if-not 'vc-cvs-header 'standard-value t) | 655 | (custom-put-if-not 'vc-cvs-header 'standard-value t) |
| 656 | (custom-put-if-not 'ps-footer-frame-alist 'custom-version "21.1") | ||
| 657 | (custom-put-if-not 'ps-footer-frame-alist 'standard-value t) | ||
| 655 | (custom-put-if-not 'speedbar 'custom-version "20.3") | 658 | (custom-put-if-not 'speedbar 'custom-version "20.3") |
| 656 | (custom-put-if-not 'speedbar 'group-documentation "File and tag browser frame.") | 659 | (custom-put-if-not 'speedbar 'group-documentation "File and tag browser frame.") |
| 657 | (custom-put-if-not 'message-dont-reply-to-names 'custom-version "21.1") | 660 | (custom-put-if-not 'message-dont-reply-to-names 'custom-version "21.1") |
| @@ -660,6 +663,8 @@ | |||
| 660 | (custom-put-if-not 'nnmail-expiry-target 'standard-value t) | 663 | (custom-put-if-not 'nnmail-expiry-target 'standard-value t) |
| 661 | (custom-put-if-not 'custom-button-face 'custom-version "21.1") | 664 | (custom-put-if-not 'custom-button-face 'custom-version "21.1") |
| 662 | (custom-put-if-not 'custom-button-face 'group-documentation nil) | 665 | (custom-put-if-not 'custom-button-face 'group-documentation nil) |
| 666 | (custom-put-if-not 'ps-header-frame-alist 'custom-version "21.1") | ||
| 667 | (custom-put-if-not 'ps-header-frame-alist 'standard-value t) | ||
| 663 | (custom-put-if-not 'flyspell-duplicate-distance 'custom-version "21.1") | 668 | (custom-put-if-not 'flyspell-duplicate-distance 'custom-version "21.1") |
| 664 | (custom-put-if-not 'flyspell-duplicate-distance 'standard-value t) | 669 | (custom-put-if-not 'flyspell-duplicate-distance 'standard-value t) |
| 665 | (custom-put-if-not 'cursor 'custom-version "21.1") | 670 | (custom-put-if-not 'cursor 'custom-version "21.1") |
| @@ -670,6 +675,8 @@ | |||
| 670 | (custom-put-if-not 'find-tag-marker-ring-length 'standard-value t) | 675 | (custom-put-if-not 'find-tag-marker-ring-length 'standard-value t) |
| 671 | (custom-put-if-not 'elide-head 'custom-version "21.1") | 676 | (custom-put-if-not 'elide-head 'custom-version "21.1") |
| 672 | (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.") | 677 | (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.") |
| 678 | (custom-put-if-not 'ps-line-number-color 'custom-version "21.1") | ||
| 679 | (custom-put-if-not 'ps-line-number-color 'standard-value t) | ||
| 673 | (custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1") | 680 | (custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1") |
| 674 | (custom-put-if-not 'confirm-kill-emacs 'standard-value t) | 681 | (custom-put-if-not 'confirm-kill-emacs 'standard-value t) |
| 675 | (custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1") | 682 | (custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1") |
| @@ -692,6 +699,8 @@ the tasks accomplished by such tools.") | |||
| 692 | (custom-put-if-not 'vc-cvs-diff-switches 'standard-value t) | 699 | (custom-put-if-not 'vc-cvs-diff-switches 'standard-value t) |
| 693 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'custom-version "21.1") | 700 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'custom-version "21.1") |
| 694 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t) | 701 | (custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t) |
| 702 | (custom-put-if-not 'ps-right-footer 'custom-version "21.1") | ||
| 703 | (custom-put-if-not 'ps-right-footer 'standard-value t) | ||
| 695 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") | 704 | (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") |
| 696 | (custom-put-if-not 'vc-dired-recurse 'standard-value t) | 705 | (custom-put-if-not 'vc-dired-recurse 'standard-value t) |
| 697 | (custom-put-if-not 'ps-begin-cut-regexp 'custom-version "21.1") | 706 | (custom-put-if-not 'ps-begin-cut-regexp 'custom-version "21.1") |
| @@ -726,6 +735,8 @@ the tasks accomplished by such tools.") | |||
| 726 | (custom-put-if-not 'sql-oracle-options 'standard-value t) | 735 | (custom-put-if-not 'sql-oracle-options 'standard-value t) |
| 727 | (custom-put-if-not 'find-function-regexp 'custom-version "21.1") | 736 | (custom-put-if-not 'find-function-regexp 'custom-version "21.1") |
| 728 | (custom-put-if-not 'find-function-regexp 'standard-value t) | 737 | (custom-put-if-not 'find-function-regexp 'standard-value t) |
| 738 | (custom-put-if-not 'ps-footer-lines 'custom-version "21.1") | ||
| 739 | (custom-put-if-not 'ps-footer-lines 'standard-value t) | ||
| 729 | (custom-put-if-not 'vcursor-string 'custom-version "20.3") | 740 | (custom-put-if-not 'vcursor-string 'custom-version "20.3") |
| 730 | (custom-put-if-not 'vcursor-string 'standard-value t) | 741 | (custom-put-if-not 'vcursor-string 'standard-value t) |
| 731 | (custom-put-if-not 'custom-face-default-form 'custom-version "20.3") | 742 | (custom-put-if-not 'custom-face-default-form 'custom-version "20.3") |
| @@ -740,6 +751,8 @@ the tasks accomplished by such tools.") | |||
| 740 | (custom-put-if-not 'browse-url-filename-alist 'standard-value t) | 751 | (custom-put-if-not 'browse-url-filename-alist 'standard-value t) |
| 741 | (custom-put-if-not 'align 'custom-version "21.1") | 752 | (custom-put-if-not 'align 'custom-version "21.1") |
| 742 | (custom-put-if-not 'align 'group-documentation "Align text to a specific column, by regexp.") | 753 | (custom-put-if-not 'align 'group-documentation "Align text to a specific column, by regexp.") |
| 754 | (custom-put-if-not 'ps-print-footer-frame 'custom-version "21.1") | ||
| 755 | (custom-put-if-not 'ps-print-footer-frame 'standard-value t) | ||
| 743 | (custom-put-if-not 'tildify 'custom-version "21.1") | 756 | (custom-put-if-not 'tildify 'custom-version "21.1") |
| 744 | (custom-put-if-not 'tildify 'group-documentation "Adding missing hard spaces or other text fragments into texts.") | 757 | (custom-put-if-not 'tildify 'group-documentation "Adding missing hard spaces or other text fragments into texts.") |
| 745 | (custom-put-if-not 'vc-rcs-checkin-switches 'custom-version "21.1") | 758 | (custom-put-if-not 'vc-rcs-checkin-switches 'custom-version "21.1") |
| @@ -758,6 +771,8 @@ the tasks accomplished by such tools.") | |||
| 758 | (custom-put-if-not 'change-log-name-face 'group-documentation nil) | 771 | (custom-put-if-not 'change-log-name-face 'group-documentation nil) |
| 759 | (custom-put-if-not 'sql-electric-stuff 'custom-version "20.8") | 772 | (custom-put-if-not 'sql-electric-stuff 'custom-version "20.8") |
| 760 | (custom-put-if-not 'sql-electric-stuff 'standard-value t) | 773 | (custom-put-if-not 'sql-electric-stuff 'standard-value t) |
| 774 | (custom-put-if-not 'smtpmail-warn-about-unknown-extensions 'custom-version "21.1") | ||
| 775 | (custom-put-if-not 'smtpmail-warn-about-unknown-extensions 'standard-value t) | ||
| 761 | (custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1") | 776 | (custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1") |
| 762 | (custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t) | 777 | (custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t) |
| 763 | (custom-put-if-not 'ansi-colors 'custom-version "21.1") | 778 | (custom-put-if-not 'ansi-colors 'custom-version "21.1") |
| @@ -797,10 +812,14 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 797 | (custom-put-if-not 'custom-buffer-done-function 'standard-value t) | 812 | (custom-put-if-not 'custom-buffer-done-function 'standard-value t) |
| 798 | (custom-put-if-not 'gnus-article-mime-match-handle-function 'custom-version "21.1") | 813 | (custom-put-if-not 'gnus-article-mime-match-handle-function 'custom-version "21.1") |
| 799 | (custom-put-if-not 'gnus-article-mime-match-handle-function 'standard-value t) | 814 | (custom-put-if-not 'gnus-article-mime-match-handle-function 'standard-value t) |
| 815 | (custom-put-if-not 'sql-db2-options 'custom-version "20.8") | ||
| 816 | (custom-put-if-not 'sql-db2-options 'standard-value t) | ||
| 800 | (custom-put-if-not 'cwarn 'custom-version "21.1") | 817 | (custom-put-if-not 'cwarn 'custom-version "21.1") |
| 801 | (custom-put-if-not 'cwarn 'group-documentation "Highlight suspicious C and C++ constructions.") | 818 | (custom-put-if-not 'cwarn 'group-documentation "Highlight suspicious C and C++ constructions.") |
| 802 | (custom-put-if-not 'message-buffer-naming-style 'custom-version "21.1") | 819 | (custom-put-if-not 'message-buffer-naming-style 'custom-version "21.1") |
| 803 | (custom-put-if-not 'message-buffer-naming-style 'standard-value t) | 820 | (custom-put-if-not 'message-buffer-naming-style 'standard-value t) |
| 821 | (custom-put-if-not 'ps-footer-font-size 'custom-version "21.1") | ||
| 822 | (custom-put-if-not 'ps-footer-font-size 'standard-value t) | ||
| 804 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") | 823 | (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1") |
| 805 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) | 824 | (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t) |
| 806 | (custom-put-if-not 'generic-x 'custom-version "20.3") | 825 | (custom-put-if-not 'generic-x 'custom-version "20.3") |
| @@ -877,6 +896,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 877 | (custom-put-if-not 'rmail-automatic-folder-directives 'standard-value t) | 896 | (custom-put-if-not 'rmail-automatic-folder-directives 'standard-value t) |
| 878 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3") | 897 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3") |
| 879 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t) | 898 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t) |
| 899 | (custom-put-if-not 'ps-left-footer 'custom-version "21.1") | ||
| 900 | (custom-put-if-not 'ps-left-footer 'standard-value t) | ||
| 880 | (custom-put-if-not 'eval-expression-print-length 'custom-version "21.1") | 901 | (custom-put-if-not 'eval-expression-print-length 'custom-version "21.1") |
| 881 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) | 902 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) |
| 882 | (custom-put-if-not 'net-utils 'custom-version "20.3") | 903 | (custom-put-if-not 'net-utils 'custom-version "20.3") |
| @@ -927,6 +948,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 927 | (custom-put-if-not 'vc-cvs-stay-local 'standard-value t) | 948 | (custom-put-if-not 'vc-cvs-stay-local 'standard-value t) |
| 928 | (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1") | 949 | (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1") |
| 929 | (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t) | 950 | (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t) |
| 951 | (custom-put-if-not 'ps-print-footer 'custom-version "21.1") | ||
| 952 | (custom-put-if-not 'ps-print-footer 'standard-value t) | ||
| 930 | (custom-put-if-not 'gnus-list-identifiers 'custom-version "21.1") | 953 | (custom-put-if-not 'gnus-list-identifiers 'custom-version "21.1") |
| 931 | (custom-put-if-not 'gnus-list-identifiers 'standard-value t) | 954 | (custom-put-if-not 'gnus-list-identifiers 'standard-value t) |
| 932 | (custom-put-if-not 'checkdoc 'custom-version "20.3") | 955 | (custom-put-if-not 'checkdoc 'custom-version "20.3") |
| @@ -945,6 +968,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 945 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") | 968 | (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.") |
| 946 | (custom-put-if-not 'ps-paragraph-regexp 'custom-version "21.1") | 969 | (custom-put-if-not 'ps-paragraph-regexp 'custom-version "21.1") |
| 947 | (custom-put-if-not 'ps-paragraph-regexp 'standard-value t) | 970 | (custom-put-if-not 'ps-paragraph-regexp 'standard-value t) |
| 971 | (custom-put-if-not 'ps-footer-font-family 'custom-version "21.1") | ||
| 972 | (custom-put-if-not 'ps-footer-font-family 'standard-value t) | ||
| 948 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") | 973 | (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4") |
| 949 | (custom-put-if-not 'sh-imenu-generic-expression 'standard-value t) | 974 | (custom-put-if-not 'sh-imenu-generic-expression 'standard-value t) |
| 950 | (custom-put-if-not 'temp-buffer-max-height 'custom-version "20.4") | 975 | (custom-put-if-not 'temp-buffer-max-height 'custom-version "20.4") |
| @@ -1059,10 +1084,14 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1059 | (custom-put-if-not 'auto-save-file-name-transforms 'standard-value t) | 1084 | (custom-put-if-not 'auto-save-file-name-transforms 'standard-value t) |
| 1060 | (custom-put-if-not 'tags-apropos-verbose 'custom-version "21.1") | 1085 | (custom-put-if-not 'tags-apropos-verbose 'custom-version "21.1") |
| 1061 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) | 1086 | (custom-put-if-not 'tags-apropos-verbose 'standard-value t) |
| 1087 | (custom-put-if-not 'ps-print-upside-down 'custom-version "21.1") | ||
| 1088 | (custom-put-if-not 'ps-print-upside-down 'standard-value t) | ||
| 1062 | (custom-put-if-not 'mailcap 'custom-version "21.1") | 1089 | (custom-put-if-not 'mailcap 'custom-version "21.1") |
| 1063 | (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for MIME types.") | 1090 | (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for MIME types.") |
| 1064 | (custom-put-if-not 'find-variable-regexp 'custom-version "21.1") | 1091 | (custom-put-if-not 'find-variable-regexp 'custom-version "21.1") |
| 1065 | (custom-put-if-not 'find-variable-regexp 'standard-value t) | 1092 | (custom-put-if-not 'find-variable-regexp 'standard-value t) |
| 1093 | (custom-put-if-not 'rmail-edit-mode-hook 'custom-version "21.1") | ||
| 1094 | (custom-put-if-not 'rmail-edit-mode-hook 'standard-value t) | ||
| 1066 | (custom-put-if-not 'header-line 'custom-version "21.1") | 1095 | (custom-put-if-not 'header-line 'custom-version "21.1") |
| 1067 | (custom-put-if-not 'header-line 'group-documentation nil) | 1096 | (custom-put-if-not 'header-line 'group-documentation nil) |
| 1068 | (custom-put-if-not 'glasses 'custom-version "21.1") | 1097 | (custom-put-if-not 'glasses 'custom-version "21.1") |
| @@ -1084,7 +1113,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1084 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 1113 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 1085 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 1114 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 1086 | 1115 | ||
| 1087 | (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" "hideshow" "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" "ps-print" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) | 1116 | (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" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "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" "smtpmail" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) |
| 1088 | "For internal use by custom.") | 1117 | "For internal use by custom.") |
| 1089 | 1118 | ||
| 1090 | (provide 'cus-load) | 1119 | (provide 'cus-load) |
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index 30b0ae47169..7db9a5f091d 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -619,7 +619,7 @@ | |||
| 619 | "Maintain last change time stamps in files edited by Emacs" | 619 | "Maintain last change time stamps in files edited by Emacs" |
| 620 | (tools)) | 620 | (tools)) |
| 621 | ("time.el" | 621 | ("time.el" |
| 622 | "display time, load and mail indicator in mode line of Emacs. " | 622 | "display time, load and mail indicator in mode line of Emacs." |
| 623 | nil) | 623 | nil) |
| 624 | ("timer.el" | 624 | ("timer.el" |
| 625 | "run a function with args at some time in future." | 625 | "run a function with args at some time in future." |
| @@ -972,9 +972,6 @@ | |||
| 972 | ("pp.el" | 972 | ("pp.el" |
| 973 | "pretty printer for Emacs Lisp" | 973 | "pretty printer for Emacs Lisp" |
| 974 | nil) | 974 | nil) |
| 975 | ("profile.el" | ||
| 976 | "Emacs profiler (OBSOLETE; use elp.el instead)" | ||
| 977 | (lisp tools)) | ||
| 978 | ("re-builder.el" | 975 | ("re-builder.el" |
| 979 | "Building Regexps with visual feedback" | 976 | "Building Regexps with visual feedback" |
| 980 | (matching lisp tools)) | 977 | (matching lisp tools)) |
| @@ -1764,30 +1761,6 @@ | |||
| 1764 | ("vms-pmail.el" | 1761 | ("vms-pmail.el" |
| 1765 | "use Emacs as the editor within VMS mail." | 1762 | "use Emacs as the editor within VMS mail." |
| 1766 | (vms)) | 1763 | (vms)) |
| 1767 | ("auto-show.el" | ||
| 1768 | "perform automatic horizontal scrolling as point moves" | ||
| 1769 | (scroll display convenience)) | ||
| 1770 | ("c-mode.el" | ||
| 1771 | "C code editing commands for Emacs" | ||
| 1772 | (c)) | ||
| 1773 | ("cplus-md.el" | ||
| 1774 | "old C++ code editing mode for Emacs" | ||
| 1775 | (c)) | ||
| 1776 | ("hilit19.el" | ||
| 1777 | "customizable highlighting for Emacs19" | ||
| 1778 | (faces)) | ||
| 1779 | ("hscroll.el" | ||
| 1780 | "automatically scroll truncated lines horizontally" | ||
| 1781 | (display)) | ||
| 1782 | ("ooutline.el" | ||
| 1783 | "outline mode commands for Emacs" | ||
| 1784 | (outlines)) | ||
| 1785 | ("rnews.el" | ||
| 1786 | "USENET news reader for gnu emacs" | ||
| 1787 | (news)) | ||
| 1788 | ("rnewspost.el" | ||
| 1789 | "USENET news poster/mailer for GNU Emacs" | ||
| 1790 | (mail news)) | ||
| 1791 | ("5x5.el" | 1764 | ("5x5.el" |
| 1792 | "Simple little puzzle game." | 1765 | "Simple little puzzle game." |
| 1793 | (games puzzles)) | 1766 | (games puzzles)) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index a1b7529903e..7daa55264d0 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -217,8 +217,8 @@ Fix any old-style date entries in the current log file to default format." t nil | |||
| 217 | ;;;*** | 217 | ;;;*** |
| 218 | 218 | ||
| 219 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 219 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 220 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15043 | 220 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15059 |
| 221 | ;;;;;; 16906)) | 221 | ;;;;;; 9082)) |
| 222 | ;;; Generated autoloads from emacs-lisp/advice.el | 222 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 223 | 223 | ||
| 224 | (defvar ad-redefinition-action (quote warn) "\ | 224 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -1635,8 +1635,8 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1635 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region | 1635 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region |
| 1636 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 1636 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file |
| 1637 | ;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display | 1637 | ;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display |
| 1638 | ;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url" | 1638 | ;;;;;; browse-url-new-window-flag browse-url-browser-function) "browse-url" |
| 1639 | ;;;;;; "net/browse-url.el" (14930 62509)) | 1639 | ;;;;;; "net/browse-url.el" (15069 35855)) |
| 1640 | ;;; Generated autoloads from net/browse-url.el | 1640 | ;;; Generated autoloads from net/browse-url.el |
| 1641 | 1641 | ||
| 1642 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1642 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ |
| @@ -1650,7 +1650,7 @@ associated with the first REGEXP which matches the current URL. The | |||
| 1650 | function is passed the URL and any other args of `browse-url'. The last | 1650 | function is passed the URL and any other args of `browse-url'. The last |
| 1651 | regexp should probably be \".\" to specify a default browser.") | 1651 | regexp should probably be \".\" to specify a default browser.") |
| 1652 | 1652 | ||
| 1653 | (defvar browse-url-new-window-p nil "\ | 1653 | (defvar browse-url-new-window-flag nil "\ |
| 1654 | *If non-nil, always open a new browser window with appropriate browsers. | 1654 | *If non-nil, always open a new browser window with appropriate browsers. |
| 1655 | Passing an interactive argument to \\[browse-url], or specific browser | 1655 | Passing an interactive argument to \\[browse-url], or specific browser |
| 1656 | commands reverses the effect of this variable. Requires Netscape version | 1656 | commands reverses the effect of this variable. Requires Netscape version |
| @@ -1707,26 +1707,26 @@ Ask the Netscape WWW browser to load URL. | |||
| 1707 | Default to the URL around or before point. The strings in variable | 1707 | Default to the URL around or before point. The strings in variable |
| 1708 | `browse-url-netscape-arguments' are also passed to Netscape. | 1708 | `browse-url-netscape-arguments' are also passed to Netscape. |
| 1709 | 1709 | ||
| 1710 | When called interactively, if variable `browse-url-new-window-p' is | 1710 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1711 | non-nil, load the document in a new Netscape window, otherwise use a | 1711 | non-nil, load the document in a new Netscape window, otherwise use a |
| 1712 | random existing one. A non-nil interactive prefix argument reverses | 1712 | random existing one. A non-nil interactive prefix argument reverses |
| 1713 | the effect of `browse-url-new-window-p'. | 1713 | the effect of `browse-url-new-window-flag'. |
| 1714 | 1714 | ||
| 1715 | When called non-interactively, optional second argument NEW-WINDOW is | 1715 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1716 | used instead of `browse-url-new-window-p'." t nil) | 1716 | used instead of `browse-url-new-window-flag'." t nil) |
| 1717 | 1717 | ||
| 1718 | (autoload (quote browse-url-gnome-moz) "browse-url" "\ | 1718 | (autoload (quote browse-url-gnome-moz) "browse-url" "\ |
| 1719 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. | 1719 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. |
| 1720 | Default to the URL around or before point. The strings in variable | 1720 | Default to the URL around or before point. The strings in variable |
| 1721 | `browse-url-gnome-moz-arguments' are also passed. | 1721 | `browse-url-gnome-moz-arguments' are also passed. |
| 1722 | 1722 | ||
| 1723 | When called interactively, if variable `browse-url-new-window-p' is | 1723 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1724 | non-nil, load the document in a new browser window, otherwise use an | 1724 | non-nil, load the document in a new browser window, otherwise use an |
| 1725 | existing one. A non-nil interactive prefix argument reverses the | 1725 | existing one. A non-nil interactive prefix argument reverses the |
| 1726 | effect of `browse-url-new-window-p'. | 1726 | effect of `browse-url-new-window-flag'. |
| 1727 | 1727 | ||
| 1728 | When called non-interactively, optional second argument NEW-WINDOW is | 1728 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1729 | used instead of `browse-url-new-window-p'." t nil) | 1729 | used instead of `browse-url-new-window-flag'." t nil) |
| 1730 | 1730 | ||
| 1731 | (autoload (quote browse-url-mosaic) "browse-url" "\ | 1731 | (autoload (quote browse-url-mosaic) "browse-url" "\ |
| 1732 | Ask the XMosaic WWW browser to load URL. | 1732 | Ask the XMosaic WWW browser to load URL. |
| @@ -1736,13 +1736,13 @@ Default to the URL around or before point. The strings in variable | |||
| 1736 | program is invoked according to the variable | 1736 | program is invoked according to the variable |
| 1737 | `browse-url-mosaic-program'. | 1737 | `browse-url-mosaic-program'. |
| 1738 | 1738 | ||
| 1739 | When called interactively, if variable `browse-url-new-window-p' is | 1739 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1740 | non-nil, load the document in a new Mosaic window, otherwise use a | 1740 | non-nil, load the document in a new Mosaic window, otherwise use a |
| 1741 | random existing one. A non-nil interactive prefix argument reverses | 1741 | random existing one. A non-nil interactive prefix argument reverses |
| 1742 | the effect of `browse-url-new-window-p'. | 1742 | the effect of `browse-url-new-window-flag'. |
| 1743 | 1743 | ||
| 1744 | When called non-interactively, optional second argument NEW-WINDOW is | 1744 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1745 | used instead of `browse-url-new-window-p'." t nil) | 1745 | used instead of `browse-url-new-window-flag'." t nil) |
| 1746 | 1746 | ||
| 1747 | (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\ | 1747 | (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\ |
| 1748 | Location of Grail remote control client script `rcgrail.py'. | 1748 | Location of Grail remote control client script `rcgrail.py'. |
| @@ -1761,13 +1761,13 @@ This function only works for XMosaic version 2.5 or later. You must | |||
| 1761 | select `CCI' from XMosaic's File menu, set the CCI Port Address to the | 1761 | select `CCI' from XMosaic's File menu, set the CCI Port Address to the |
| 1762 | value of variable `browse-url-CCI-port', and enable `Accept requests'. | 1762 | value of variable `browse-url-CCI-port', and enable `Accept requests'. |
| 1763 | 1763 | ||
| 1764 | When called interactively, if variable `browse-url-new-window-p' is | 1764 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1765 | non-nil, load the document in a new browser window, otherwise use a | 1765 | non-nil, load the document in a new browser window, otherwise use a |
| 1766 | random existing one. A non-nil interactive prefix argument reverses | 1766 | random existing one. A non-nil interactive prefix argument reverses |
| 1767 | the effect of `browse-url-new-window-p'. | 1767 | the effect of `browse-url-new-window-flag'. |
| 1768 | 1768 | ||
| 1769 | When called non-interactively, optional second argument NEW-WINDOW is | 1769 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1770 | used instead of `browse-url-new-window-p'." t nil) | 1770 | used instead of `browse-url-new-window-flag'." t nil) |
| 1771 | 1771 | ||
| 1772 | (autoload (quote browse-url-iximosaic) "browse-url" "\ | 1772 | (autoload (quote browse-url-iximosaic) "browse-url" "\ |
| 1773 | Ask the IXIMosaic WWW browser to load URL. | 1773 | Ask the IXIMosaic WWW browser to load URL. |
| @@ -1777,12 +1777,12 @@ Default to the URL around or before point." t nil) | |||
| 1777 | Ask the w3 WWW browser to load URL. | 1777 | Ask the w3 WWW browser to load URL. |
| 1778 | Default to the URL around or before point. | 1778 | Default to the URL around or before point. |
| 1779 | 1779 | ||
| 1780 | When called interactively, if variable `browse-url-new-window-p' is | 1780 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1781 | non-nil, load the document in a new window. A non-nil interactive | 1781 | non-nil, load the document in a new window. A non-nil interactive |
| 1782 | prefix argument reverses the effect of `browse-url-new-window-p'. | 1782 | prefix argument reverses the effect of `browse-url-new-window-flag'. |
| 1783 | 1783 | ||
| 1784 | When called non-interactively, optional second argument NEW-WINDOW is | 1784 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1785 | used instead of `browse-url-new-window-p'." t nil) | 1785 | used instead of `browse-url-new-window-flag'." t nil) |
| 1786 | 1786 | ||
| 1787 | (autoload (quote browse-url-w3-gnudoit) "browse-url" "\ | 1787 | (autoload (quote browse-url-w3-gnudoit) "browse-url" "\ |
| 1788 | Ask another Emacs running gnuserv to load the URL using the W3 browser. | 1788 | Ask another Emacs running gnuserv to load the URL using the W3 browser. |
| @@ -1800,13 +1800,13 @@ Ask the Lynx WWW browser to load URL. | |||
| 1800 | Default to the URL around or before point. With a prefix argument, run | 1800 | Default to the URL around or before point. With a prefix argument, run |
| 1801 | a new Lynx process in a new buffer. | 1801 | a new Lynx process in a new buffer. |
| 1802 | 1802 | ||
| 1803 | When called interactively, if variable `browse-url-new-window-p' is | 1803 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1804 | non-nil, load the document in a new lynx in a new term window, | 1804 | non-nil, load the document in a new lynx in a new term window, |
| 1805 | otherwise use any existing one. A non-nil interactive prefix argument | 1805 | otherwise use any existing one. A non-nil interactive prefix argument |
| 1806 | reverses the effect of `browse-url-new-window-p'. | 1806 | reverses the effect of `browse-url-new-window-flag'. |
| 1807 | 1807 | ||
| 1808 | When called non-interactively, optional second argument NEW-WINDOW is | 1808 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1809 | used instead of `browse-url-new-window-p'." t nil) | 1809 | used instead of `browse-url-new-window-flag'." t nil) |
| 1810 | 1810 | ||
| 1811 | (autoload (quote browse-url-mmm) "browse-url" "\ | 1811 | (autoload (quote browse-url-mmm) "browse-url" "\ |
| 1812 | Ask the MMM WWW browser to load URL. | 1812 | Ask the MMM WWW browser to load URL. |
| @@ -1819,13 +1819,13 @@ recipient's address. Supplying a non-nil interactive prefix argument | |||
| 1819 | will cause the mail to be composed in another window rather than the | 1819 | will cause the mail to be composed in another window rather than the |
| 1820 | current one. | 1820 | current one. |
| 1821 | 1821 | ||
| 1822 | When called interactively, if variable `browse-url-new-window-p' is | 1822 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1823 | non-nil use `compose-mail-other-window', otherwise `compose-mail'. A | 1823 | non-nil use `compose-mail-other-window', otherwise `compose-mail'. A |
| 1824 | non-nil interactive prefix argument reverses the effect of | 1824 | non-nil interactive prefix argument reverses the effect of |
| 1825 | `browse-url-new-window-p'. | 1825 | `browse-url-new-window-flag'. |
| 1826 | 1826 | ||
| 1827 | When called non-interactively, optional second argument NEW-WINDOW is | 1827 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1828 | used instead of `browse-url-new-window-p'." t nil) | 1828 | used instead of `browse-url-new-window-flag'." t nil) |
| 1829 | 1829 | ||
| 1830 | (autoload (quote browse-url-generic) "browse-url" "\ | 1830 | (autoload (quote browse-url-generic) "browse-url" "\ |
| 1831 | Ask the WWW browser defined by `browse-url-generic-program' to load URL. | 1831 | Ask the WWW browser defined by `browse-url-generic-program' to load URL. |
| @@ -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 | ;;;;;; (15039 13452)) | 1999 | ;;;;;; (15077 20758)) |
| 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 "\ |
| @@ -2469,7 +2469,7 @@ Syntax table used in pike-mode buffers.") | |||
| 2469 | 2469 | ||
| 2470 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 2470 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 2471 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 2471 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 2472 | ;;;;;; (15032 34072)) | 2472 | ;;;;;; (15094 21666)) |
| 2473 | ;;; Generated autoloads from progmodes/cc-mode.el | 2473 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 2474 | 2474 | ||
| 2475 | (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) | 2475 | (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) |
| @@ -2886,10 +2886,10 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni | |||
| 2886 | ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive | 2886 | ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive |
| 2887 | ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun | 2887 | ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun |
| 2888 | ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces | 2888 | ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces |
| 2889 | ;;;;;; checkdoc-continue checkdoc-start checkdoc-current-buffer | 2889 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 2890 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 2890 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 2891 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 2891 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 2892 | ;;;;;; (15049 52830)) | 2892 | ;;;;;; (15076 5561)) |
| 2893 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 2893 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 2894 | 2894 | ||
| 2895 | (autoload (quote checkdoc) "checkdoc" "\ | 2895 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -2940,6 +2940,12 @@ Prefix argument TAKE-NOTES means to continue through the whole buffer and | |||
| 2940 | save warnings in a separate buffer. Second optional argument START-POINT | 2940 | save warnings in a separate buffer. Second optional argument START-POINT |
| 2941 | is the starting location. If this is nil, `point-min' is used instead." t nil) | 2941 | is the starting location. If this is nil, `point-min' is used instead." t nil) |
| 2942 | 2942 | ||
| 2943 | (autoload (quote checkdoc-comments) "checkdoc" "\ | ||
| 2944 | Find missing comment sections in the current Emacs Lisp file. | ||
| 2945 | Prefix argument TAKE-NOTES non-nil means to save warnings in a | ||
| 2946 | separate buffer. Otherwise print a message. This returns the error | ||
| 2947 | if there is one." t nil) | ||
| 2948 | |||
| 2943 | (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\ | 2949 | (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\ |
| 2944 | Find extra spaces at the end of lines in the current file. | 2950 | Find extra spaces at the end of lines in the current file. |
| 2945 | Prefix argument TAKE-NOTES non-nil means to save warnings in a | 2951 | Prefix argument TAKE-NOTES non-nil means to save warnings in a |
| @@ -3092,7 +3098,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3092 | ;;;*** | 3098 | ;;;*** |
| 3093 | 3099 | ||
| 3094 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3100 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3095 | ;;;;;; (14893 1953)) | 3101 | ;;;;;; (15069 44485)) |
| 3096 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3102 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3097 | 3103 | ||
| 3098 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3104 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3181,7 +3187,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3181 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3187 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3182 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3188 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3183 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3189 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3184 | ;;;;;; (15031 29241)) | 3190 | ;;;;;; (15069 39257)) |
| 3185 | ;;; Generated autoloads from comint.el | 3191 | ;;; Generated autoloads from comint.el |
| 3186 | 3192 | ||
| 3187 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3193 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3261,7 +3267,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3261 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3267 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3262 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3268 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3263 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3269 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3264 | ;;;;;; "compile" "progmodes/compile.el" (14992 59771)) | 3270 | ;;;;;; "compile" "progmodes/compile.el" (15057 30976)) |
| 3265 | ;;; Generated autoloads from progmodes/compile.el | 3271 | ;;; Generated autoloads from progmodes/compile.el |
| 3266 | 3272 | ||
| 3267 | (defvar compilation-mode-hook nil "\ | 3273 | (defvar compilation-mode-hook nil "\ |
| @@ -3665,7 +3671,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3665 | ;;;*** | 3671 | ;;;*** |
| 3666 | 3672 | ||
| 3667 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3673 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3668 | ;;;;;; (15013 64507)) | 3674 | ;;;;;; (15094 21666)) |
| 3669 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3675 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3670 | 3676 | ||
| 3671 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3677 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -3916,7 +3922,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 3916 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 3922 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 3917 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3923 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 3918 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3924 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 3919 | ;;;;;; (15014 20856)) | 3925 | ;;;;;; (15094 43557)) |
| 3920 | ;;; Generated autoloads from cus-edit.el | 3926 | ;;; Generated autoloads from cus-edit.el |
| 3921 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3927 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 3922 | 3928 | ||
| @@ -4155,7 +4161,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 4155 | ;;;*** | 4161 | ;;;*** |
| 4156 | 4162 | ||
| 4157 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 4163 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 4158 | ;;;;;; (14975 59459)) | 4164 | ;;;;;; (15094 21666)) |
| 4159 | ;;; Generated autoloads from dabbrev.el | 4165 | ;;; Generated autoloads from dabbrev.el |
| 4160 | 4166 | ||
| 4161 | (define-key esc-map "/" (quote dabbrev-expand)) | 4167 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -4651,7 +4657,7 @@ The backup file is the first file given to `diff'." t nil) | |||
| 4651 | ;;;*** | 4657 | ;;;*** |
| 4652 | 4658 | ||
| 4653 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4659 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 4654 | ;;;;;; (14959 64907)) | 4660 | ;;;;;; (15094 21666)) |
| 4655 | ;;; Generated autoloads from diff-mode.el | 4661 | ;;; Generated autoloads from diff-mode.el |
| 4656 | 4662 | ||
| 4657 | (autoload (quote diff-mode) "diff-mode" "\ | 4663 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -4671,7 +4677,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4671 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4677 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4672 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4678 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4673 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4679 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4674 | ;;;;;; "dired" "dired.el" (15051 12565)) | 4680 | ;;;;;; "dired" "dired.el" (15089 7969)) |
| 4675 | ;;; Generated autoloads from dired.el | 4681 | ;;; Generated autoloads from dired.el |
| 4676 | 4682 | ||
| 4677 | (defvar dired-listing-switches "-al" "\ | 4683 | (defvar dired-listing-switches "-al" "\ |
| @@ -4775,12 +4781,13 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 4775 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 4781 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 4776 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 4782 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 4777 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 4783 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 4778 | ;;;;;; "dired-aux.el" (15013 64496)) | 4784 | ;;;;;; "dired-aux.el" (15089 7969)) |
| 4779 | ;;; Generated autoloads from dired-aux.el | 4785 | ;;; Generated autoloads from dired-aux.el |
| 4780 | 4786 | ||
| 4781 | (autoload (quote dired-diff) "dired-aux" "\ | 4787 | (autoload (quote dired-diff) "dired-aux" "\ |
| 4782 | Compare file at point with file FILE using `diff'. | 4788 | Compare file at point with file FILE using `diff'. |
| 4783 | FILE defaults to the file at the mark. | 4789 | FILE defaults to the file at the mark. (That's the mark set by |
| 4790 | \\[set-mark-command], not by Dired's \\[dired-mark] command.) | ||
| 4784 | The prompted-for file is the first file given to `diff'. | 4791 | The prompted-for file is the first file given to `diff'. |
| 4785 | With prefix arg, prompt for second argument SWITCHES, | 4792 | With prefix arg, prompt for second argument SWITCHES, |
| 4786 | which is options for `diff'." t nil) | 4793 | which is options for `diff'." t nil) |
| @@ -4875,29 +4882,42 @@ This normally preserves the last-modified date when copying. | |||
| 4875 | When operating on just the current file, you specify the new name. | 4882 | When operating on just the current file, you specify the new name. |
| 4876 | When operating on multiple or marked files, you specify a directory, | 4883 | When operating on multiple or marked files, you specify a directory, |
| 4877 | and new copies of these files are made in that directory | 4884 | and new copies of these files are made in that directory |
| 4878 | with the same names that the files currently have." t nil) | 4885 | with the same names that the files currently have. The default |
| 4886 | suggested for the target directory depends on the value of | ||
| 4887 | `dired-dwim-target', which see." t nil) | ||
| 4879 | 4888 | ||
| 4880 | (autoload (quote dired-do-symlink) "dired-aux" "\ | 4889 | (autoload (quote dired-do-symlink) "dired-aux" "\ |
| 4881 | Make symbolic links to current file or all marked (or next ARG) files. | 4890 | Make symbolic links to current file or all marked (or next ARG) files. |
| 4882 | When operating on just the current file, you specify the new name. | 4891 | When operating on just the current file, you specify the new name. |
| 4883 | When operating on multiple or marked files, you specify a directory | 4892 | When operating on multiple or marked files, you specify a directory |
| 4884 | and new symbolic links are made in that directory | 4893 | and new symbolic links are made in that directory |
| 4885 | with the same names that the files currently have." t nil) | 4894 | with the same names that the files currently have. The default |
| 4895 | suggested for the target directory depends on the value of | ||
| 4896 | `dired-dwim-target', which see." t nil) | ||
| 4886 | 4897 | ||
| 4887 | (autoload (quote dired-do-hardlink) "dired-aux" "\ | 4898 | (autoload (quote dired-do-hardlink) "dired-aux" "\ |
| 4888 | Add names (hard links) current file or all marked (or next ARG) files. | 4899 | Add names (hard links) current file or all marked (or next ARG) files. |
| 4889 | When operating on just the current file, you specify the new name. | 4900 | When operating on just the current file, you specify the new name. |
| 4890 | When operating on multiple or marked files, you specify a directory | 4901 | When operating on multiple or marked files, you specify a directory |
| 4891 | and new hard links are made in that directory | 4902 | and new hard links are made in that directory |
| 4892 | with the same names that the files currently have." t nil) | 4903 | with the same names that the files currently have. The default |
| 4904 | suggested for the target directory depends on the value of | ||
| 4905 | `dired-dwim-target', which see." t nil) | ||
| 4893 | 4906 | ||
| 4894 | (autoload (quote dired-do-rename) "dired-aux" "\ | 4907 | (autoload (quote dired-do-rename) "dired-aux" "\ |
| 4895 | Rename current file or all marked (or next ARG) files. | 4908 | Rename current file or all marked (or next ARG) files. |
| 4896 | When renaming just the current file, you specify the new name. | 4909 | When renaming just the current file, you specify the new name. |
| 4897 | When renaming multiple or marked files, you specify a directory." t nil) | 4910 | When renaming multiple or marked files, you specify a directory. |
| 4911 | The default suggested for the target directory depends on the value | ||
| 4912 | of `dired-dwim-target', which see." t nil) | ||
| 4898 | 4913 | ||
| 4899 | (autoload (quote dired-do-rename-regexp) "dired-aux" "\ | 4914 | (autoload (quote dired-do-rename-regexp) "dired-aux" "\ |
| 4900 | Rename marked files containing REGEXP to NEWNAME. | 4915 | Rename selected files whose names match REGEXP to NEWNAME. |
| 4916 | |||
| 4917 | With non-zero prefix argument ARG, the command operates on the next ARG | ||
| 4918 | files. Otherwise, it operates on all the marked files, or the current | ||
| 4919 | file if none are marked. | ||
| 4920 | |||
| 4901 | As each match is found, the user must type a character saying | 4921 | As each match is found, the user must type a character saying |
| 4902 | what to do with it. For directions, type \\[help-command] at that time. | 4922 | what to do with it. For directions, type \\[help-command] at that time. |
| 4903 | NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'. | 4923 | NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'. |
| @@ -4907,15 +4927,15 @@ With a zero prefix arg, renaming by regexp affects the absolute file name. | |||
| 4907 | Normally, only the non-directory part of the file name is used and changed." t nil) | 4927 | Normally, only the non-directory part of the file name is used and changed." t nil) |
| 4908 | 4928 | ||
| 4909 | (autoload (quote dired-do-copy-regexp) "dired-aux" "\ | 4929 | (autoload (quote dired-do-copy-regexp) "dired-aux" "\ |
| 4910 | Copy all marked files containing REGEXP to NEWNAME. | 4930 | Copy selected files whose names match REGEXP to NEWNAME. |
| 4911 | See function `dired-do-rename-regexp' for more info." t nil) | 4931 | See function `dired-do-rename-regexp' for more info." t nil) |
| 4912 | 4932 | ||
| 4913 | (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\ | 4933 | (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\ |
| 4914 | Hardlink all marked files containing REGEXP to NEWNAME. | 4934 | Hardlink selected files whose names match REGEXP to NEWNAME. |
| 4915 | See function `dired-do-rename-regexp' for more info." t nil) | 4935 | See function `dired-do-rename-regexp' for more info." t nil) |
| 4916 | 4936 | ||
| 4917 | (autoload (quote dired-do-symlink-regexp) "dired-aux" "\ | 4937 | (autoload (quote dired-do-symlink-regexp) "dired-aux" "\ |
| 4918 | Symlink all marked files containing REGEXP to NEWNAME. | 4938 | Symlink selected files whose names match REGEXP to NEWNAME. |
| 4919 | See function `dired-do-rename-regexp' for more info." t nil) | 4939 | See function `dired-do-rename-regexp' for more info." t nil) |
| 4920 | 4940 | ||
| 4921 | (autoload (quote dired-upcase) "dired-aux" "\ | 4941 | (autoload (quote dired-upcase) "dired-aux" "\ |
| @@ -5179,7 +5199,7 @@ Play sounds in message buffers." t nil) | |||
| 5179 | 5199 | ||
| 5180 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5200 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5181 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5201 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5182 | ;;;;;; "emacs-lisp/easy-mmode.el" (14961 12689)) | 5202 | ;;;;;; "emacs-lisp/easy-mmode.el" (15071 64603)) |
| 5183 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5203 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5184 | 5204 | ||
| 5185 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5205 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -5228,8 +5248,7 @@ ARGS is a list of additional keyword arguments." nil nil) | |||
| 5228 | 5248 | ||
| 5229 | (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\ | 5249 | (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\ |
| 5230 | Define variable ST as a syntax-table. | 5250 | Define variable ST as a syntax-table. |
| 5231 | CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | 5251 | CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro)) |
| 5232 | " nil (quote macro)) | ||
| 5233 | 5252 | ||
| 5234 | ;;;*** | 5253 | ;;;*** |
| 5235 | 5254 | ||
| @@ -5476,10 +5495,12 @@ It returns the old style symbol." t nil) | |||
| 5476 | 5495 | ||
| 5477 | ;;;*** | 5496 | ;;;*** |
| 5478 | 5497 | ||
| 5479 | ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace | 5498 | ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree |
| 5480 | ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree | 5499 | ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack |
| 5481 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14895 | 5500 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use |
| 5482 | ;;;;;; 24174)) | 5501 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol |
| 5502 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" | ||
| 5503 | ;;;;;; "progmodes/ebrowse.el" (15076 5771)) | ||
| 5483 | ;;; Generated autoloads from progmodes/ebrowse.el | 5504 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 5484 | 5505 | ||
| 5485 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 5506 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -5510,11 +5531,35 @@ TREE-BUFFER if indirectly specifies which files to loop over." t nil) | |||
| 5510 | Query replace FROM with TO in all files of a class tree. | 5531 | Query replace FROM with TO in all files of a class tree. |
| 5511 | With prefix arg, process files of marked classes only." t nil) | 5532 | With prefix arg, process files of marked classes only." t nil) |
| 5512 | 5533 | ||
| 5534 | (autoload (quote ebrowse-tags-search-member-use) "ebrowse" "\ | ||
| 5535 | Search for call sites of a member. | ||
| 5536 | If FIX-NAME is specified, search uses of that member. | ||
| 5537 | Otherwise, read a member name from the minibuffer. | ||
| 5538 | Searches in all files mentioned in a class tree for something that | ||
| 5539 | looks like a function call to the member." t nil) | ||
| 5540 | |||
| 5541 | (autoload (quote ebrowse-back-in-position-stack) "ebrowse" "\ | ||
| 5542 | Move backward in the position stack. | ||
| 5543 | Prefix arg ARG says how much." t nil) | ||
| 5544 | |||
| 5545 | (autoload (quote ebrowse-forward-in-position-stack) "ebrowse" "\ | ||
| 5546 | Move forward in the position stack. | ||
| 5547 | Prefix arg ARG says how much." t nil) | ||
| 5548 | |||
| 5549 | (autoload (quote ebrowse-electric-position-menu) "ebrowse" "\ | ||
| 5550 | List positions in the position stack in an electric buffer." t nil) | ||
| 5551 | |||
| 5552 | (autoload (quote ebrowse-save-tree) "ebrowse" "\ | ||
| 5553 | Save current tree in same file it was loaded from." t nil) | ||
| 5554 | |||
| 5513 | (autoload (quote ebrowse-save-tree-as) "ebrowse" "\ | 5555 | (autoload (quote ebrowse-save-tree-as) "ebrowse" "\ |
| 5514 | Write the current tree data structure to a file. | 5556 | Write the current tree data structure to a file. |
| 5515 | Read the file name from the minibuffer if interactive. | 5557 | Read the file name from the minibuffer if interactive. |
| 5516 | Otherwise, FILE-NAME specifies the file to save the tree in." t nil) | 5558 | Otherwise, FILE-NAME specifies the file to save the tree in." t nil) |
| 5517 | 5559 | ||
| 5560 | (autoload (quote ebrowse-statistics) "ebrowse" "\ | ||
| 5561 | Display statistics for a class tree." t nil) | ||
| 5562 | |||
| 5518 | ;;;*** | 5563 | ;;;*** |
| 5519 | 5564 | ||
| 5520 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 5565 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| @@ -6093,8 +6138,8 @@ Commands: | |||
| 6093 | 6138 | ||
| 6094 | ;;;*** | 6139 | ;;;*** |
| 6095 | 6140 | ||
| 6096 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (14977 | 6141 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15077 |
| 6097 | ;;;;;; 57708)) | 6142 | ;;;;;; 20758)) |
| 6098 | ;;; Generated autoloads from eshell/esh-mode.el | 6143 | ;;; Generated autoloads from eshell/esh-mode.el |
| 6099 | 6144 | ||
| 6100 | (autoload (quote eshell-mode) "esh-mode" "\ | 6145 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -6114,7 +6159,7 @@ Test Eshell to verify that it works as expected." t nil) | |||
| 6114 | ;;;*** | 6159 | ;;;*** |
| 6115 | 6160 | ||
| 6116 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 6161 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 6117 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (14823 12923)) | 6162 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15077 20758)) |
| 6118 | ;;; Generated autoloads from eshell/eshell.el | 6163 | ;;; Generated autoloads from eshell/eshell.el |
| 6119 | 6164 | ||
| 6120 | (autoload (quote eshell) "eshell" "\ | 6165 | (autoload (quote eshell) "eshell" "\ |
| @@ -7236,6 +7281,21 @@ Define some key bindings for the find-function family of functions." nil nil) | |||
| 7236 | 7281 | ||
| 7237 | ;;;*** | 7282 | ;;;*** |
| 7238 | 7283 | ||
| 7284 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | ||
| 7285 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15079 57524)) | ||
| 7286 | ;;; Generated autoloads from find-lisp.el | ||
| 7287 | |||
| 7288 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | ||
| 7289 | Find files in DIR, matching REGEXP." t nil) | ||
| 7290 | |||
| 7291 | (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\ | ||
| 7292 | Find all subdirectories of DIR." t nil) | ||
| 7293 | |||
| 7294 | (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\ | ||
| 7295 | Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil) | ||
| 7296 | |||
| 7297 | ;;;*** | ||
| 7298 | |||
| 7239 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 7299 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 7240 | ;;;;;; "finder" "finder.el" (14862 37894)) | 7300 | ;;;;;; "finder" "finder.el" (14862 37894)) |
| 7241 | ;;; Generated autoloads from finder.el | 7301 | ;;; Generated autoloads from finder.el |
| @@ -7396,15 +7456,16 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7396 | 7456 | ||
| 7397 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7457 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7398 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7458 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7399 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15053 32083)) | 7459 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15087 49304)) |
| 7400 | ;;; Generated autoloads from font-lock.el | 7460 | ;;; Generated autoloads from font-lock.el |
| 7401 | 7461 | ||
| 7402 | (make-variable-buffer-local (quote font-lock-defaults)) | 7462 | (make-variable-buffer-local (quote font-lock-defaults)) |
| 7403 | 7463 | ||
| 7404 | (autoload (quote font-lock-mode) "font-lock" "\ | 7464 | (autoload (quote font-lock-mode) "font-lock" "\ |
| 7405 | Toggle Font Lock mode. | 7465 | Toggle Font Lock mode. |
| 7406 | With arg, turn Font Lock mode on if and only if arg is positive, | 7466 | With arg, turn Font Lock mode off if and only if arg is a non-positive |
| 7407 | otherwise turn it off. | 7467 | number; if arg is nil, toggle Font Lock mode; anything else turns Font |
| 7468 | Lock on. | ||
| 7408 | \(Font Lock is also known as \"syntax highlighting\".) | 7469 | \(Font Lock is also known as \"syntax highlighting\".) |
| 7409 | 7470 | ||
| 7410 | When Font Lock mode is enabled, text is fontified as you type it: | 7471 | When Font Lock mode is enabled, text is fontified as you type it: |
| @@ -7663,6 +7724,46 @@ with no args, if that value is non-nil." t nil) | |||
| 7663 | 7724 | ||
| 7664 | ;;;*** | 7725 | ;;;*** |
| 7665 | 7726 | ||
| 7727 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | ||
| 7728 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15076 8197)) | ||
| 7729 | ;;; Generated autoloads from play/fortune.el | ||
| 7730 | |||
| 7731 | (autoload (quote fortune-add-fortune) "fortune" "\ | ||
| 7732 | Add STRING to a fortune file FILE. | ||
| 7733 | |||
| 7734 | Interactively, if called with a prefix argument, | ||
| 7735 | read the file name to use. Otherwise use the value of `fortune-file'." t nil) | ||
| 7736 | |||
| 7737 | (autoload (quote fortune-from-region) "fortune" "\ | ||
| 7738 | Append the current region to a local fortune-like data file. | ||
| 7739 | |||
| 7740 | Interactively, if called with a prefix argument, | ||
| 7741 | read the file name to use. Otherwise use the value of `fortune-file'." t nil) | ||
| 7742 | |||
| 7743 | (autoload (quote fortune-compile) "fortune" "\ | ||
| 7744 | Compile fortune file. | ||
| 7745 | |||
| 7746 | If called with a prefix asks for the FILE to compile, otherwise uses | ||
| 7747 | the value of `fortune-file'. This currently cannot handle directories." t nil) | ||
| 7748 | |||
| 7749 | (autoload (quote fortune-to-signature) "fortune" "\ | ||
| 7750 | Create signature from output of the fortune program. | ||
| 7751 | |||
| 7752 | If called with a prefix asks for the FILE to choose the fortune from, | ||
| 7753 | otherwise uses the value of `fortune-file'. If you want to have fortune | ||
| 7754 | choose from a set of files in a directory, call interactively with prefix | ||
| 7755 | and choose the directory as the fortune-file." t nil) | ||
| 7756 | |||
| 7757 | (autoload (quote fortune) "fortune" "\ | ||
| 7758 | Display a fortune cookie. | ||
| 7759 | |||
| 7760 | If called with a prefix asks for the FILE to choose the fortune from, | ||
| 7761 | otherwise uses the value of `fortune-file'. If you want to have fortune | ||
| 7762 | choose from a set of files in a directory, call interactively with prefix | ||
| 7763 | and choose the directory as the fortune-file." t nil) | ||
| 7764 | |||
| 7765 | ;;;*** | ||
| 7766 | |||
| 7666 | ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" | 7767 | ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" |
| 7667 | ;;;;;; (15044 17427)) | 7768 | ;;;;;; (15044 17427)) |
| 7668 | ;;; Generated autoloads from generic.el | 7769 | ;;; Generated autoloads from generic.el |
| @@ -8055,7 +8156,7 @@ Use \\[describe-mode] for more info." t nil) | |||
| 8055 | ;;;*** | 8156 | ;;;*** |
| 8056 | 8157 | ||
| 8057 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 8158 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 8058 | ;;;;;; "goto-addr" "net/goto-addr.el" (14747 44775)) | 8159 | ;;;;;; "goto-addr" "net/goto-addr.el" (15076 156)) |
| 8059 | ;;; Generated autoloads from net/goto-addr.el | 8160 | ;;; Generated autoloads from net/goto-addr.el |
| 8060 | 8161 | ||
| 8061 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 8162 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| @@ -9270,7 +9371,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 9270 | 9371 | ||
| 9271 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 9372 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 9272 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 9373 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 9273 | ;;;;;; info info-other-window) "info" "info.el" (15031 26382)) | 9374 | ;;;;;; info info-other-window) "info" "info.el" (15079 57524)) |
| 9274 | ;;; Generated autoloads from info.el | 9375 | ;;; Generated autoloads from info.el |
| 9275 | 9376 | ||
| 9276 | (autoload (quote info-other-window) "info" "\ | 9377 | (autoload (quote info-other-window) "info" "\ |
| @@ -9506,9 +9607,9 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9506 | ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag | 9607 | ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag |
| 9507 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings | 9608 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings |
| 9508 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 9609 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 9509 | ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist | 9610 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 9510 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 9611 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 9511 | ;;;;;; (15039 21634)) | 9612 | ;;;;;; "ispell" "textmodes/ispell.el" (15089 7969)) |
| 9512 | ;;; Generated autoloads from textmodes/ispell.el | 9613 | ;;; Generated autoloads from textmodes/ispell.el |
| 9513 | 9614 | ||
| 9514 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 9615 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -9652,6 +9753,10 @@ nil word is correct or spelling is accpeted. | |||
| 9652 | \(\"word\" arg) word is hand entered. | 9753 | \(\"word\" arg) word is hand entered. |
| 9653 | quit spell session exited." t nil) | 9754 | quit spell session exited." t nil) |
| 9654 | 9755 | ||
| 9756 | (autoload (quote ispell-pdict-save) "ispell" "\ | ||
| 9757 | Check to see if the personal dictionary has been modified. | ||
| 9758 | If so, ask if it needs to be saved." t nil) | ||
| 9759 | |||
| 9655 | (autoload (quote ispell-help) "ispell" "\ | 9760 | (autoload (quote ispell-help) "ispell" "\ |
| 9656 | Display a list of the options available when a misspelling is encountered. | 9761 | Display a list of the options available when a misspelling is encountered. |
| 9657 | 9762 | ||
| @@ -9686,7 +9791,7 @@ A new one will be started as soon as necessary. | |||
| 9686 | 9791 | ||
| 9687 | By just answering RET you can find out what the current dictionary is. | 9792 | By just answering RET you can find out what the current dictionary is. |
| 9688 | 9793 | ||
| 9689 | With prefix argument, set the default directory." t nil) | 9794 | With prefix argument, set the default dictionary." t nil) |
| 9690 | 9795 | ||
| 9691 | (autoload (quote ispell-region) "ispell" "\ | 9796 | (autoload (quote ispell-region) "ispell" "\ |
| 9692 | Interactively check a region for spelling errors. | 9797 | Interactively check a region for spelling errors. |
| @@ -10289,7 +10394,7 @@ for further customization of the printer command." t nil) | |||
| 10289 | 10394 | ||
| 10290 | ;;;*** | 10395 | ;;;*** |
| 10291 | 10396 | ||
| 10292 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14930 62509)) | 10397 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15068 4482)) |
| 10293 | ;;; Generated autoloads from ls-lisp.el | 10398 | ;;; Generated autoloads from ls-lisp.el |
| 10294 | 10399 | ||
| 10295 | (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) | 10400 | (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) |
| @@ -10541,7 +10646,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t | |||
| 10541 | ;;;*** | 10646 | ;;;*** |
| 10542 | 10647 | ||
| 10543 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 10648 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 10544 | ;;;;;; (14976 12163)) | 10649 | ;;;;;; (15079 57524)) |
| 10545 | ;;; Generated autoloads from progmodes/make-mode.el | 10650 | ;;; Generated autoloads from progmodes/make-mode.el |
| 10546 | 10651 | ||
| 10547 | (autoload (quote makefile-mode) "make-mode" "\ | 10652 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -11967,7 +12072,7 @@ C-Escape does list-buffers." t nil) | |||
| 11967 | ;;;*** | 12072 | ;;;*** |
| 11968 | 12073 | ||
| 11969 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 12074 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 11970 | ;;;;;; "emulation/pc-select.el" (15051 12565)) | 12075 | ;;;;;; "emulation/pc-select.el" (15068 4482)) |
| 11971 | ;;; Generated autoloads from emulation/pc-select.el | 12076 | ;;; Generated autoloads from emulation/pc-select.el |
| 11972 | 12077 | ||
| 11973 | (autoload (quote pc-selection-mode) "pc-select" "\ | 12078 | (autoload (quote pc-selection-mode) "pc-select" "\ |
| @@ -12166,7 +12271,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 12166 | 12271 | ||
| 12167 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 12272 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 12168 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 12273 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 12169 | ;;;;;; "pcvs.el" (15015 22173)) | 12274 | ;;;;;; "pcvs.el" (15068 4482)) |
| 12170 | ;;; Generated autoloads from pcvs.el | 12275 | ;;; Generated autoloads from pcvs.el |
| 12171 | 12276 | ||
| 12172 | (autoload (quote cvs-checkout) "pcvs" "\ | 12277 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -12227,7 +12332,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12227 | 12332 | ||
| 12228 | ;;;*** | 12333 | ;;;*** |
| 12229 | 12334 | ||
| 12230 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15013 64496)) | 12335 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15068 4482)) |
| 12231 | ;;; Generated autoloads from pcvs-defs.el | 12336 | ;;; Generated autoloads from pcvs-defs.el |
| 12232 | 12337 | ||
| 12233 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) | 12338 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) |
| @@ -12572,7 +12677,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12572 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12677 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12573 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12678 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12574 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12679 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12575 | ;;;;;; "ps-print.el" (15048 21275)) | 12680 | ;;;;;; "ps-print.el" (15079 59871)) |
| 12576 | ;;; Generated autoloads from ps-print.el | 12681 | ;;; Generated autoloads from ps-print.el |
| 12577 | 12682 | ||
| 12578 | (defvar ps-paper-type (quote letter) "\ | 12683 | (defvar ps-paper-type (quote letter) "\ |
| @@ -12586,19 +12691,19 @@ Customization of ps-print group." t nil) | |||
| 12586 | (autoload (quote ps-print-buffer) "ps-print" "\ | 12691 | (autoload (quote ps-print-buffer) "ps-print" "\ |
| 12587 | Generate and print a PostScript image of the buffer. | 12692 | Generate and print a PostScript image of the buffer. |
| 12588 | 12693 | ||
| 12589 | Interactively, when you use a prefix argument (C-u), the command | 12694 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| 12590 | prompts the user for a file name, and saves the PostScript image | 12695 | user for a file name, and saves the PostScript image in that file instead of |
| 12591 | in that file instead of sending it to the printer. | 12696 | sending it to the printer. |
| 12592 | 12697 | ||
| 12593 | Noninteractively, the argument FILENAME is treated as follows: if it | 12698 | Noninteractively, the argument FILENAME is treated as follows: if it is nil, |
| 12594 | is nil, send the image to the printer. If FILENAME is a string, save | 12699 | send the image to the printer. If FILENAME is a string, save the PostScript |
| 12595 | the PostScript image in a file with that name." t nil) | 12700 | image in a file with that name." t nil) |
| 12596 | 12701 | ||
| 12597 | (autoload (quote ps-print-buffer-with-faces) "ps-print" "\ | 12702 | (autoload (quote ps-print-buffer-with-faces) "ps-print" "\ |
| 12598 | Generate and print a PostScript image of the buffer. | 12703 | Generate and print a PostScript image of the buffer. |
| 12599 | Like `ps-print-buffer', but includes font, color, and underline | 12704 | Like `ps-print-buffer', but includes font, color, and underline information in |
| 12600 | information in the generated image. This command works only if you | 12705 | the generated image. This command works only if you are using a window system, |
| 12601 | are using a window system, so it has a way to determine color values." t nil) | 12706 | so it has a way to determine color values." t nil) |
| 12602 | 12707 | ||
| 12603 | (autoload (quote ps-print-region) "ps-print" "\ | 12708 | (autoload (quote ps-print-region) "ps-print" "\ |
| 12604 | Generate and print a PostScript image of the region. | 12709 | Generate and print a PostScript image of the region. |
| @@ -12606,22 +12711,22 @@ Like `ps-print-buffer', but prints just the current region." t nil) | |||
| 12606 | 12711 | ||
| 12607 | (autoload (quote ps-print-region-with-faces) "ps-print" "\ | 12712 | (autoload (quote ps-print-region-with-faces) "ps-print" "\ |
| 12608 | Generate and print a PostScript image of the region. | 12713 | Generate and print a PostScript image of the region. |
| 12609 | Like `ps-print-region', but includes font, color, and underline | 12714 | Like `ps-print-region', but includes font, color, and underline information in |
| 12610 | information in the generated image. This command works only if you | 12715 | the generated image. This command works only if you are using a window system, |
| 12611 | are using a window system, so it has a way to determine color values." t nil) | 12716 | so it has a way to determine color values." t nil) |
| 12612 | 12717 | ||
| 12613 | (autoload (quote ps-spool-buffer) "ps-print" "\ | 12718 | (autoload (quote ps-spool-buffer) "ps-print" "\ |
| 12614 | Generate and spool a PostScript image of the buffer. | 12719 | Generate and spool a PostScript image of the buffer. |
| 12615 | Like `ps-print-buffer' except that the PostScript image is saved in a | 12720 | Like `ps-print-buffer' except that the PostScript image is saved in a local |
| 12616 | local buffer to be sent to the printer later. | 12721 | buffer to be sent to the printer later. |
| 12617 | 12722 | ||
| 12618 | Use the command `ps-despool' to send the spooled images to the printer." t nil) | 12723 | Use the command `ps-despool' to send the spooled images to the printer." t nil) |
| 12619 | 12724 | ||
| 12620 | (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\ | 12725 | (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\ |
| 12621 | Generate and spool a PostScript image of the buffer. | 12726 | Generate and spool a PostScript image of the buffer. |
| 12622 | Like `ps-spool-buffer', but includes font, color, and underline | 12727 | Like `ps-spool-buffer', but includes font, color, and underline information in |
| 12623 | information in the generated image. This command works only if you | 12728 | the generated image. This command works only if you are using a window system, |
| 12624 | are using a window system, so it has a way to determine color values. | 12729 | so it has a way to determine color values. |
| 12625 | 12730 | ||
| 12626 | Use the command `ps-despool' to send the spooled images to the printer." t nil) | 12731 | Use the command `ps-despool' to send the spooled images to the printer." t nil) |
| 12627 | 12732 | ||
| @@ -12633,26 +12738,26 @@ Use the command `ps-despool' to send the spooled images to the printer." t nil) | |||
| 12633 | 12738 | ||
| 12634 | (autoload (quote ps-spool-region-with-faces) "ps-print" "\ | 12739 | (autoload (quote ps-spool-region-with-faces) "ps-print" "\ |
| 12635 | Generate a PostScript image of the region and spool locally. | 12740 | Generate a PostScript image of the region and spool locally. |
| 12636 | Like `ps-spool-region', but includes font, color, and underline | 12741 | Like `ps-spool-region', but includes font, color, and underline information in |
| 12637 | information in the generated image. This command works only if you | 12742 | the generated image. This command works only if you are using a window system, |
| 12638 | are using a window system, so it has a way to determine color values. | 12743 | so it has a way to determine color values. |
| 12639 | 12744 | ||
| 12640 | Use the command `ps-despool' to send the spooled images to the printer." t nil) | 12745 | Use the command `ps-despool' to send the spooled images to the printer." t nil) |
| 12641 | 12746 | ||
| 12642 | (autoload (quote ps-despool) "ps-print" "\ | 12747 | (autoload (quote ps-despool) "ps-print" "\ |
| 12643 | Send the spooled PostScript to the printer. | 12748 | Send the spooled PostScript to the printer. |
| 12644 | 12749 | ||
| 12645 | Interactively, when you use a prefix argument (C-u), the command | 12750 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| 12646 | prompts the user for a file name, and saves the spooled PostScript | 12751 | user for a file name, and saves the spooled PostScript image in that file |
| 12647 | image in that file instead of sending it to the printer. | 12752 | instead of sending it to the printer. |
| 12648 | 12753 | ||
| 12649 | Noninteractively, the argument FILENAME is treated as follows: if it | 12754 | Noninteractively, the argument FILENAME is treated as follows: if it is nil, |
| 12650 | is nil, send the image to the printer. If FILENAME is a string, save | 12755 | send the image to the printer. If FILENAME is a string, save the PostScript |
| 12651 | the PostScript image in a file with that name." t nil) | 12756 | image in a file with that name." t nil) |
| 12652 | 12757 | ||
| 12653 | (autoload (quote ps-line-lengths) "ps-print" "\ | 12758 | (autoload (quote ps-line-lengths) "ps-print" "\ |
| 12654 | Display the correspondence between a line length and a font size, | 12759 | Display the correspondence between a line length and a font size, using the |
| 12655 | using the current ps-print setup. | 12760 | current ps-print setup. |
| 12656 | Try: pr -t file | awk '{printf \"%3d %s | 12761 | Try: pr -t file | awk '{printf \"%3d %s |
| 12657 | \", length($0), $0}' | sort -r | head" t nil) | 12762 | \", length($0), $0}' | sort -r | head" t nil) |
| 12658 | 12763 | ||
| @@ -13034,11 +13139,11 @@ were operated on recently." t nil) | |||
| 13034 | 13139 | ||
| 13035 | ;;;*** | 13140 | ;;;*** |
| 13036 | 13141 | ||
| 13037 | ;;;### (autoloads (clear-rectangle replace-rectangle string-rectangle | 13142 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 13038 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 13143 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 13039 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 13144 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 13040 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (14877 | 13145 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15077 |
| 13041 | ;;;;;; 36786)) | 13146 | ;;;;;; 23232)) |
| 13042 | ;;; Generated autoloads from rect.el | 13147 | ;;; Generated autoloads from rect.el |
| 13043 | 13148 | ||
| 13044 | (autoload (quote move-to-column-force) "rect" "\ | 13149 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -13112,15 +13217,18 @@ When called from a program the rectangle's corners are START and END. | |||
| 13112 | With a prefix (or a FILL) argument, also fill too short lines." t nil) | 13217 | With a prefix (or a FILL) argument, also fill too short lines." t nil) |
| 13113 | 13218 | ||
| 13114 | (autoload (quote string-rectangle) "rect" "\ | 13219 | (autoload (quote string-rectangle) "rect" "\ |
| 13115 | Insert STRING on each line of the region-rectangle, shifting text right. | 13220 | Replace rectangle contents with STRING on each line. |
| 13221 | The length of STRING need not be the same as the rectangle width. | ||
| 13116 | 13222 | ||
| 13117 | When called from a program the rectangle's corners are START and END. | 13223 | Called from a program, takes three args; START, END and STRING." t nil) |
| 13224 | |||
| 13225 | (autoload (quote string-insert-rectangle) "rect" "\ | ||
| 13226 | Insert STRING on each line of region-rectangle, shifting text right. | ||
| 13227 | |||
| 13228 | When called from a program, the rectangle's corners are START and END. | ||
| 13118 | The left edge of the rectangle specifies the column for insertion. | 13229 | The left edge of the rectangle specifies the column for insertion. |
| 13119 | This command does not delete or overwrite any existing text." t nil) | 13230 | This command does not delete or overwrite any existing text." t nil) |
| 13120 | 13231 | ||
| 13121 | (autoload (quote replace-rectangle) "rect" "\ | ||
| 13122 | Like `string-rectangle', but replace the original region." t nil) | ||
| 13123 | |||
| 13124 | (autoload (quote clear-rectangle) "rect" "\ | 13232 | (autoload (quote clear-rectangle) "rect" "\ |
| 13125 | Blank out the region-rectangle. | 13233 | Blank out the region-rectangle. |
| 13126 | The text previously in the region is overwritten with blanks. | 13234 | The text previously in the region is overwritten with blanks. |
| @@ -13408,7 +13516,7 @@ variable." t nil) | |||
| 13408 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 13516 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13409 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 13517 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13410 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 13518 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13411 | ;;;;;; "rmail" "mail/rmail.el" (15025 50064)) | 13519 | ;;;;;; "rmail" "mail/rmail.el" (15095 54529)) |
| 13412 | ;;; Generated autoloads from mail/rmail.el | 13520 | ;;; Generated autoloads from mail/rmail.el |
| 13413 | 13521 | ||
| 13414 | (defvar rmail-dont-reply-to-names nil "\ | 13522 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13498,7 +13606,30 @@ If the value is neither t nor nil, RMAIL does not show MIME decoded message | |||
| 13498 | until a user explicitly requires it.") | 13606 | until a user explicitly requires it.") |
| 13499 | 13607 | ||
| 13500 | (defvar rmail-show-mime-function nil "\ | 13608 | (defvar rmail-show-mime-function nil "\ |
| 13501 | Function to show MIME decoded message of RMAIL file.") | 13609 | Function to show MIME decoded message of RMAIL file. |
| 13610 | This function is called when `rmail-enable-mime' is non-nil. | ||
| 13611 | It is called with no argument.") | ||
| 13612 | |||
| 13613 | (defvar rmail-insert-mime-forwarded-message-function nil "\ | ||
| 13614 | Function to insert a message in MIME format so it can be forwarded. | ||
| 13615 | This function is called if `rmail-enable-mime' is non-nil. | ||
| 13616 | It is called with one argument FORWARD-BUFFER, which is a | ||
| 13617 | buffer containing the message to forward. The current buffer | ||
| 13618 | is the outgoing mail buffer.") | ||
| 13619 | |||
| 13620 | (defvar rmail-search-mime-message-function nil "\ | ||
| 13621 | Function to check if a regexp matches a MIME message. | ||
| 13622 | This function is called if `rmail-enable-mime' is non-nil. | ||
| 13623 | It is called with two arguments MSG and REGEXP, where | ||
| 13624 | MSG is the message number, REGEXP is the regular expression.") | ||
| 13625 | |||
| 13626 | (defvar rmail-search-mime-header-function nil "\ | ||
| 13627 | Function to check if a regexp matches a header of MIME message. | ||
| 13628 | This function is called if `rmail-enable-mime' is non-nil. | ||
| 13629 | It is called with four arguments MSG, REGEXP, and LIMIT, where | ||
| 13630 | MSG is the message number, | ||
| 13631 | REGEXP is the regular expression, | ||
| 13632 | LIMIT is the position specifying the end of header.") | ||
| 13502 | 13633 | ||
| 13503 | (defvar rmail-mime-feature (quote rmail-mime) "\ | 13634 | (defvar rmail-mime-feature (quote rmail-mime) "\ |
| 13504 | Feature to require to load MIME support in Rmail. | 13635 | Feature to require to load MIME support in Rmail. |
| @@ -13589,7 +13720,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil) | |||
| 13589 | ;;;*** | 13720 | ;;;*** |
| 13590 | 13721 | ||
| 13591 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 13722 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 13592 | ;;;;;; (14387 64265)) | 13723 | ;;;;;; (15094 34335)) |
| 13593 | ;;; Generated autoloads from mail/rmailedit.el | 13724 | ;;; Generated autoloads from mail/rmailedit.el |
| 13594 | 13725 | ||
| 13595 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 13726 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -13599,7 +13730,7 @@ Edit the contents of this message." t nil) | |||
| 13599 | 13730 | ||
| 13600 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 13731 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 13601 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 13732 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 13602 | ;;;;;; "mail/rmailkwd.el" (12875 8164)) | 13733 | ;;;;;; "mail/rmailkwd.el" (15095 54661)) |
| 13603 | ;;; Generated autoloads from mail/rmailkwd.el | 13734 | ;;; Generated autoloads from mail/rmailkwd.el |
| 13604 | 13735 | ||
| 13605 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 13736 | (autoload (quote rmail-add-label) "rmailkwd" "\ |
| @@ -13639,7 +13770,7 @@ If FILE-NAME is empty, remove any existing inbox list." t nil) | |||
| 13639 | 13770 | ||
| 13640 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 13771 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 13641 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 13772 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 13642 | ;;;;;; "mail/rmailout.el" (15020 34856)) | 13773 | ;;;;;; "mail/rmailout.el" (15095 54687)) |
| 13643 | ;;; Generated autoloads from mail/rmailout.el | 13774 | ;;; Generated autoloads from mail/rmailout.el |
| 13644 | 13775 | ||
| 13645 | (defvar rmail-output-file-alist nil "\ | 13776 | (defvar rmail-output-file-alist nil "\ |
| @@ -13694,10 +13825,10 @@ FILE-NAME defaults, interactively, from the Subject field of the message." t nil | |||
| 13694 | 13825 | ||
| 13695 | ;;;*** | 13826 | ;;;*** |
| 13696 | 13827 | ||
| 13697 | ;;;### (autoloads (rmail-sort-by-keywords rmail-sort-by-lines rmail-sort-by-correspondent | 13828 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 13698 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 13829 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 13699 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (13054 | 13830 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15094 |
| 13700 | ;;;;;; 26387)) | 13831 | ;;;;;; 29495)) |
| 13701 | ;;; Generated autoloads from mail/rmailsort.el | 13832 | ;;; Generated autoloads from mail/rmailsort.el |
| 13702 | 13833 | ||
| 13703 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 13834 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ |
| @@ -13724,7 +13855,7 @@ If prefix argument REVERSE is non-nil, sort them in reverse order." t nil) | |||
| 13724 | Sort messages of current Rmail file by number of lines. | 13855 | Sort messages of current Rmail file by number of lines. |
| 13725 | If prefix argument REVERSE is non-nil, sort them in reverse order." t nil) | 13856 | If prefix argument REVERSE is non-nil, sort them in reverse order." t nil) |
| 13726 | 13857 | ||
| 13727 | (autoload (quote rmail-sort-by-keywords) "rmailsort" "\ | 13858 | (autoload (quote rmail-sort-by-labels) "rmailsort" "\ |
| 13728 | Sort messages of current Rmail file by labels. | 13859 | Sort messages of current Rmail file by labels. |
| 13729 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 13860 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 13730 | KEYWORDS is a comma-separated list of labels." t nil) | 13861 | KEYWORDS is a comma-separated list of labels." t nil) |
| @@ -13735,7 +13866,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 13735 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 13866 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 13736 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 13867 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 13737 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 13868 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 13738 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15020 61766)) | 13869 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15095 54529)) |
| 13739 | ;;; Generated autoloads from mail/rmailsum.el | 13870 | ;;; Generated autoloads from mail/rmailsum.el |
| 13740 | 13871 | ||
| 13741 | (defvar rmail-summary-scroll-between-messages t "\ | 13872 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -14114,7 +14245,7 @@ Like `mail' command, but display mail buffer in another frame." t nil) | |||
| 14114 | 14245 | ||
| 14115 | ;;;*** | 14246 | ;;;*** |
| 14116 | 14247 | ||
| 14117 | ;;;### (autoloads (server-start) "server" "server.el" (14998 12438)) | 14248 | ;;;### (autoloads (server-start) "server" "server.el" (15057 50955)) |
| 14118 | ;;; Generated autoloads from server.el | 14249 | ;;; Generated autoloads from server.el |
| 14119 | 14250 | ||
| 14120 | (autoload (quote server-start) "server" "\ | 14251 | (autoload (quote server-start) "server" "\ |
| @@ -14129,7 +14260,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 14129 | ;;;*** | 14260 | ;;;*** |
| 14130 | 14261 | ||
| 14131 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 14262 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 14132 | ;;;;;; (15013 64508)) | 14263 | ;;;;;; (15057 30976)) |
| 14133 | ;;; Generated autoloads from textmodes/sgml-mode.el | 14264 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 14134 | 14265 | ||
| 14135 | (autoload (quote sgml-mode) "sgml-mode" "\ | 14266 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -14191,7 +14322,7 @@ To work around that, do: | |||
| 14191 | ;;;*** | 14322 | ;;;*** |
| 14192 | 14323 | ||
| 14193 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 14324 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 14194 | ;;;;;; (15015 19821)) | 14325 | ;;;;;; (15089 7969)) |
| 14195 | ;;; Generated autoloads from progmodes/sh-script.el | 14326 | ;;; Generated autoloads from progmodes/sh-script.el |
| 14196 | 14327 | ||
| 14197 | (put (quote sh-mode) (quote mode-class) (quote special)) | 14328 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -14563,7 +14694,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 14563 | ;;;*** | 14694 | ;;;*** |
| 14564 | 14695 | ||
| 14565 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 14696 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 14566 | ;;;;;; (14342 21630)) | 14697 | ;;;;;; (15094 34253)) |
| 14567 | ;;; Generated autoloads from mail/smtpmail.el | 14698 | ;;; Generated autoloads from mail/smtpmail.el |
| 14568 | 14699 | ||
| 14569 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 14700 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| @@ -14940,9 +15071,9 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil) | |||
| 14940 | 15071 | ||
| 14941 | ;;;*** | 15072 | ;;;*** |
| 14942 | 15073 | ||
| 14943 | ;;;### (autoloads (sql-interbase sql-postgres sql-ms sql-ingres sql-solid | 15074 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres |
| 14944 | ;;;;;; sql-mysql sql-informix sql-sybase sql-oracle sql-mode sql-help) | 15075 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode |
| 14945 | ;;;;;; "sql" "progmodes/sql.el" (15012 54865)) | 15076 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15072 2252)) |
| 14946 | ;;; Generated autoloads from progmodes/sql.el | 15077 | ;;; Generated autoloads from progmodes/sql.el |
| 14947 | 15078 | ||
| 14948 | (autoload (quote sql-help) "sql" "\ | 15079 | (autoload (quote sql-help) "sql" "\ |
| @@ -14964,6 +15095,7 @@ Other non-free SQL implementations are also supported: | |||
| 14964 | Sybase: \\[sql-sybase] | 15095 | Sybase: \\[sql-sybase] |
| 14965 | Ingres: \\[sql-ingres] | 15096 | Ingres: \\[sql-ingres] |
| 14966 | Microsoft: \\[sql-ms] | 15097 | Microsoft: \\[sql-ms] |
| 15098 | Interbase: \\[sql-interbase] | ||
| 14967 | 15099 | ||
| 14968 | But we urge you to choose a free implementation instead of these. | 15100 | But we urge you to choose a free implementation instead of these. |
| 14969 | 15101 | ||
| @@ -15218,6 +15350,36 @@ The default comes from `process-coding-system-alist' and | |||
| 15218 | 15350 | ||
| 15219 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil) | 15351 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil) |
| 15220 | 15352 | ||
| 15353 | (autoload (quote sql-db2) "sql" "\ | ||
| 15354 | Run db2 by IBM as an inferior process. | ||
| 15355 | |||
| 15356 | If buffer `*SQL*' exists but no process is running, make a new process. | ||
| 15357 | If buffer exists and a process is running, just switch to buffer | ||
| 15358 | `*SQL*'. | ||
| 15359 | |||
| 15360 | Interpreter used comes from variable `sql-db2-program'. There is not | ||
| 15361 | automatic login. | ||
| 15362 | |||
| 15363 | The buffer is put in sql-interactive-mode, giving commands for sending | ||
| 15364 | input. See `sql-interactive-mode'. | ||
| 15365 | |||
| 15366 | If you use \\[sql-accumulate-and-indent] to send multiline commands to db2, | ||
| 15367 | newlines will be escaped if necessary. If you don't want that, use | ||
| 15368 | |||
| 15369 | set `comint-input-sender' back to `comint-simple-send'. | ||
| 15370 | comint-input-sender's value is | ||
| 15371 | comint-simple-send | ||
| 15372 | |||
| 15373 | |||
| 15374 | To specify a coding system for converting non-ASCII characters | ||
| 15375 | in the input and output to the process, use \\[universal-coding-system-argument] | ||
| 15376 | before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system] | ||
| 15377 | in the SQL buffer, after you start the process. | ||
| 15378 | The default comes from `process-coding-system-alist' and | ||
| 15379 | `default-process-coding-system'. | ||
| 15380 | |||
| 15381 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil) | ||
| 15382 | |||
| 15221 | ;;;*** | 15383 | ;;;*** |
| 15222 | 15384 | ||
| 15223 | ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer | 15385 | ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer |
| @@ -15811,7 +15973,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 15811 | ;;;*** | 15973 | ;;;*** |
| 15812 | 15974 | ||
| 15813 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 15975 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 15814 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (14998 12438)) | 15976 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15087 61936)) |
| 15815 | ;;; Generated autoloads from textmodes/texinfmt.el | 15977 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 15816 | 15978 | ||
| 15817 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 15979 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -15845,7 +16007,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 15845 | ;;;*** | 16007 | ;;;*** |
| 15846 | 16008 | ||
| 15847 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 16009 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 15848 | ;;;;;; "texinfo" "textmodes/texinfo.el" (14952 28641)) | 16010 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15060 12861)) |
| 15849 | ;;; Generated autoloads from textmodes/texinfo.el | 16011 | ;;; Generated autoloads from textmodes/texinfo.el |
| 15850 | 16012 | ||
| 15851 | (defvar texinfo-open-quote "``" "\ | 16013 | (defvar texinfo-open-quote "``" "\ |
| @@ -16063,7 +16225,7 @@ This function performs no refilling of the changed text." t nil) | |||
| 16063 | ;;;*** | 16225 | ;;;*** |
| 16064 | 16226 | ||
| 16065 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 16227 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 16066 | ;;;;;; "time" "time.el" (14854 32222)) | 16228 | ;;;;;; "time" "time.el" (15068 13474)) |
| 16067 | ;;; Generated autoloads from time.el | 16229 | ;;; Generated autoloads from time.el |
| 16068 | 16230 | ||
| 16069 | (defvar display-time-day-and-date nil "\ | 16231 | (defvar display-time-day-and-date nil "\ |
| @@ -16077,7 +16239,7 @@ are displayed as well. | |||
| 16077 | This runs the normal hook `display-time-hook' after each update." t nil) | 16239 | This runs the normal hook `display-time-hook' after each update." t nil) |
| 16078 | 16240 | ||
| 16079 | (defvar display-time-mode nil "\ | 16241 | (defvar display-time-mode nil "\ |
| 16080 | Toggle Display-Time mode on or off. | 16242 | Non-nil if Display-Time mode is enabled. |
| 16081 | See the command `display-time-mode' for a description of this minor-mode. | 16243 | See the command `display-time-mode' for a description of this minor-mode. |
| 16082 | Setting this variable directly does not take effect; | 16244 | Setting this variable directly does not take effect; |
| 16083 | use either \\[customize] or the function `display-time-mode'.") | 16245 | use either \\[customize] or the function `display-time-mode'.") |
| @@ -16141,7 +16303,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 16141 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 16303 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 16142 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 16304 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 16143 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 16305 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 16144 | ;;;;;; (15029 54049)) | 16306 | ;;;;;; (15077 20758)) |
| 16145 | ;;; Generated autoloads from calendar/timeclock.el | 16307 | ;;; Generated autoloads from calendar/timeclock.el |
| 16146 | 16308 | ||
| 16147 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 16309 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -16279,7 +16441,7 @@ be detected." nil (quote macro)) | |||
| 16279 | ;;;*** | 16441 | ;;;*** |
| 16280 | 16442 | ||
| 16281 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 16443 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 16282 | ;;;;;; "international/titdic-cnv.el" (15049 36365)) | 16444 | ;;;;;; "international/titdic-cnv.el" (15057 30976)) |
| 16283 | ;;; Generated autoloads from international/titdic-cnv.el | 16445 | ;;; Generated autoloads from international/titdic-cnv.el |
| 16284 | 16446 | ||
| 16285 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 16447 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -16794,7 +16956,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 16794 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge | 16956 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge |
| 16795 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register | 16957 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register |
| 16796 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook | 16958 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook |
| 16797 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (15020 34856)) | 16959 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (15089 7969)) |
| 16798 | ;;; Generated autoloads from vc.el | 16960 | ;;; Generated autoloads from vc.el |
| 16799 | 16961 | ||
| 16800 | (defvar vc-checkin-hook nil "\ | 16962 | (defvar vc-checkin-hook nil "\ |
| @@ -16967,7 +17129,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 16967 | 17129 | ||
| 16968 | ;;;*** | 17130 | ;;;*** |
| 16969 | 17131 | ||
| 16970 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15020 34856)) | 17132 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15068 4482)) |
| 16971 | ;;; Generated autoloads from vc-cvs.el | 17133 | ;;; Generated autoloads from vc-cvs.el |
| 16972 | (defun vc-cvs-registered (f) | 17134 | (defun vc-cvs-registered (f) |
| 16973 | (when (file-readable-p (expand-file-name | 17135 | (when (file-readable-p (expand-file-name |