diff options
| author | Glenn Morris | 2014-12-01 13:36:14 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-12-01 13:36:14 -0500 |
| commit | 857f7dff814722d7bc58609c2292a96aba78d6cb (patch) | |
| tree | fccaa2040f0e39b41502c2a251e5c4ca3247886c | |
| parent | 4bc1cdd563d37192e6a2dbed03ca62a2e44a2dfd (diff) | |
| download | emacs-857f7dff814722d7bc58609c2292a96aba78d6cb.tar.gz emacs-857f7dff814722d7bc58609c2292a96aba78d6cb.zip | |
Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 2354 |
1 files changed, 1209 insertions, 1145 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index f60d6608f7e..41579222295 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; Code: | 3 | ;;; Code: |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | ;;;### (autoloads nil "5x5" "play/5x5.el" (21187 63826 213216 0)) | 6 | ;;;### (autoloads nil "5x5" "play/5x5.el" (21607 54478 800121 42000)) |
| 7 | ;;; Generated autoloads from play/5x5.el | 7 | ;;; Generated autoloads from play/5x5.el |
| 8 | 8 | ||
| 9 | (autoload '5x5 "5x5" "\ | 9 | (autoload '5x5 "5x5" "\ |
| @@ -65,8 +65,8 @@ should return a grid vector array that is the new solution. | |||
| 65 | 65 | ||
| 66 | ;;;*** | 66 | ;;;*** |
| 67 | 67 | ||
| 68 | ;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (21476 41895 | 68 | ;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (21607 54478 |
| 69 | ;;;;;; 55661 0)) | 69 | ;;;;;; 800121 42000)) |
| 70 | ;;; Generated autoloads from progmodes/ada-mode.el | 70 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 71 | 71 | ||
| 72 | (autoload 'ada-add-extensions "ada-mode" "\ | 72 | (autoload 'ada-add-extensions "ada-mode" "\ |
| @@ -85,8 +85,8 @@ Ada mode is the major mode for editing Ada code. | |||
| 85 | 85 | ||
| 86 | ;;;*** | 86 | ;;;*** |
| 87 | 87 | ||
| 88 | ;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (21187 63826 | 88 | ;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (21607 54478 |
| 89 | ;;;;;; 213216 0)) | 89 | ;;;;;; 800121 42000)) |
| 90 | ;;; Generated autoloads from progmodes/ada-stmt.el | 90 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 91 | 91 | ||
| 92 | (autoload 'ada-header "ada-stmt" "\ | 92 | (autoload 'ada-header "ada-stmt" "\ |
| @@ -96,8 +96,8 @@ Insert a descriptive header at the top of the file. | |||
| 96 | 96 | ||
| 97 | ;;;*** | 97 | ;;;*** |
| 98 | 98 | ||
| 99 | ;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21476 41895 | 99 | ;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21607 54478 |
| 100 | ;;;;;; 55661 0)) | 100 | ;;;;;; 800121 42000)) |
| 101 | ;;; Generated autoloads from progmodes/ada-xref.el | 101 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 102 | 102 | ||
| 103 | (autoload 'ada-find-file "ada-xref" "\ | 103 | (autoload 'ada-find-file "ada-xref" "\ |
| @@ -108,8 +108,8 @@ Completion is available. | |||
| 108 | 108 | ||
| 109 | ;;;*** | 109 | ;;;*** |
| 110 | 110 | ||
| 111 | ;;;### (autoloads nil "add-log" "vc/add-log.el" (21541 15655 55679 | 111 | ;;;### (autoloads nil "add-log" "vc/add-log.el" (21607 54478 800121 |
| 112 | ;;;;;; 0)) | 112 | ;;;;;; 42000)) |
| 113 | ;;; Generated autoloads from vc/add-log.el | 113 | ;;; Generated autoloads from vc/add-log.el |
| 114 | 114 | ||
| 115 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) | 115 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) |
| @@ -238,8 +238,8 @@ old-style time formats for entries are supported. | |||
| 238 | 238 | ||
| 239 | ;;;*** | 239 | ;;;*** |
| 240 | 240 | ||
| 241 | ;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21278 229 | 241 | ;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21607 54477 |
| 242 | ;;;;;; 682967 799000)) | 242 | ;;;;;; 800124 118000)) |
| 243 | ;;; Generated autoloads from emacs-lisp/advice.el | 243 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 244 | 244 | ||
| 245 | (defvar ad-redefinition-action 'warn "\ | 245 | (defvar ad-redefinition-action 'warn "\ |
| @@ -374,7 +374,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) | |||
| 374 | 374 | ||
| 375 | ;;;*** | 375 | ;;;*** |
| 376 | 376 | ||
| 377 | ;;;### (autoloads nil "align" "align.el" (21417 20521 870414 0)) | 377 | ;;;### (autoloads nil "align" "align.el" (21607 54477 800124 118000)) |
| 378 | ;;; Generated autoloads from align.el | 378 | ;;; Generated autoloads from align.el |
| 379 | 379 | ||
| 380 | (autoload 'align "align" "\ | 380 | (autoload 'align "align" "\ |
| @@ -477,7 +477,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 477 | 477 | ||
| 478 | ;;;*** | 478 | ;;;*** |
| 479 | 479 | ||
| 480 | ;;;### (autoloads nil "allout" "allout.el" (21187 63826 213216 0)) | 480 | ;;;### (autoloads nil "allout" "allout.el" (21607 54477 800124 118000)) |
| 481 | ;;; Generated autoloads from allout.el | 481 | ;;; Generated autoloads from allout.el |
| 482 | (push (purecopy '(allout 2 3)) package--builtin-versions) | 482 | (push (purecopy '(allout 2 3)) package--builtin-versions) |
| 483 | 483 | ||
| @@ -837,8 +837,8 @@ for details on preparing Emacs for automatic allout activation. | |||
| 837 | 837 | ||
| 838 | ;;;*** | 838 | ;;;*** |
| 839 | 839 | ||
| 840 | ;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (21584 | 840 | ;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (21609 |
| 841 | ;;;;;; 48809 507899 0)) | 841 | ;;;;;; 55608 852266 580000)) |
| 842 | ;;; Generated autoloads from allout-widgets.el | 842 | ;;; Generated autoloads from allout-widgets.el |
| 843 | (push (purecopy '(allout-widgets 1 0)) package--builtin-versions) | 843 | (push (purecopy '(allout-widgets 1 0)) package--builtin-versions) |
| 844 | 844 | ||
| @@ -896,8 +896,8 @@ outline hot-spot navigation (see `allout-mode'). | |||
| 896 | 896 | ||
| 897 | ;;;*** | 897 | ;;;*** |
| 898 | 898 | ||
| 899 | ;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21240 46395 727291 | 899 | ;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21607 54478 300138 |
| 900 | ;;;;;; 0)) | 900 | ;;;;;; 641000)) |
| 901 | ;;; Generated autoloads from net/ange-ftp.el | 901 | ;;; Generated autoloads from net/ange-ftp.el |
| 902 | 902 | ||
| 903 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 903 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| @@ -918,8 +918,8 @@ directory, so that Emacs will know its current contents. | |||
| 918 | 918 | ||
| 919 | ;;;*** | 919 | ;;;*** |
| 920 | 920 | ||
| 921 | ;;;### (autoloads nil "animate" "play/animate.el" (21187 63826 213216 | 921 | ;;;### (autoloads nil "animate" "play/animate.el" (21607 54478 800121 |
| 922 | ;;;;;; 0)) | 922 | ;;;;;; 42000)) |
| 923 | ;;; Generated autoloads from play/animate.el | 923 | ;;; Generated autoloads from play/animate.el |
| 924 | 924 | ||
| 925 | (autoload 'animate-string "animate" "\ | 925 | (autoload 'animate-string "animate" "\ |
| @@ -951,8 +951,8 @@ the buffer *Birthday-Present-for-Name*. | |||
| 951 | 951 | ||
| 952 | ;;;*** | 952 | ;;;*** |
| 953 | 953 | ||
| 954 | ;;;### (autoloads nil "ansi-color" "ansi-color.el" (21277 37159 898165 | 954 | ;;;### (autoloads nil "ansi-color" "ansi-color.el" (21607 54477 800124 |
| 955 | ;;;;;; 0)) | 955 | ;;;;;; 118000)) |
| 956 | ;;; Generated autoloads from ansi-color.el | 956 | ;;; Generated autoloads from ansi-color.el |
| 957 | (push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) | 957 | (push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) |
| 958 | 958 | ||
| @@ -978,8 +978,8 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 978 | 978 | ||
| 979 | ;;;*** | 979 | ;;;*** |
| 980 | 980 | ||
| 981 | ;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (21208 | 981 | ;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (21607 |
| 982 | ;;;;;; 39903 471297 312000)) | 982 | ;;;;;; 54478 800121 42000)) |
| 983 | ;;; Generated autoloads from progmodes/antlr-mode.el | 983 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 984 | (push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) | 984 | (push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) |
| 985 | 985 | ||
| @@ -1015,8 +1015,8 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 1015 | 1015 | ||
| 1016 | ;;;*** | 1016 | ;;;*** |
| 1017 | 1017 | ||
| 1018 | ;;;### (autoloads nil "appt" "calendar/appt.el" (21584 48809 507899 | 1018 | ;;;### (autoloads nil "appt" "calendar/appt.el" (21607 54477 800124 |
| 1019 | ;;;;;; 0)) | 1019 | ;;;;;; 118000)) |
| 1020 | ;;; Generated autoloads from calendar/appt.el | 1020 | ;;; Generated autoloads from calendar/appt.el |
| 1021 | 1021 | ||
| 1022 | (autoload 'appt-add "appt" "\ | 1022 | (autoload 'appt-add "appt" "\ |
| @@ -1037,7 +1037,8 @@ ARG is positive, otherwise off. | |||
| 1037 | 1037 | ||
| 1038 | ;;;*** | 1038 | ;;;*** |
| 1039 | 1039 | ||
| 1040 | ;;;### (autoloads nil "apropos" "apropos.el" (21553 6820 877466 0)) | 1040 | ;;;### (autoloads nil "apropos" "apropos.el" (21607 54477 800124 |
| 1041 | ;;;;;; 118000)) | ||
| 1041 | ;;; Generated autoloads from apropos.el | 1042 | ;;; Generated autoloads from apropos.el |
| 1042 | 1043 | ||
| 1043 | (autoload 'apropos-read-pattern "apropos" "\ | 1044 | (autoload 'apropos-read-pattern "apropos" "\ |
| @@ -1152,8 +1153,8 @@ Returns list of symbols and documentation found. | |||
| 1152 | 1153 | ||
| 1153 | ;;;*** | 1154 | ;;;*** |
| 1154 | 1155 | ||
| 1155 | ;;;### (autoloads nil "arc-mode" "arc-mode.el" (21476 41895 55661 | 1156 | ;;;### (autoloads nil "arc-mode" "arc-mode.el" (21621 7062 810116 |
| 1156 | ;;;;;; 0)) | 1157 | ;;;;;; 332000)) |
| 1157 | ;;; Generated autoloads from arc-mode.el | 1158 | ;;; Generated autoloads from arc-mode.el |
| 1158 | 1159 | ||
| 1159 | (autoload 'archive-mode "arc-mode" "\ | 1160 | (autoload 'archive-mode "arc-mode" "\ |
| @@ -1173,7 +1174,7 @@ archive. | |||
| 1173 | 1174 | ||
| 1174 | ;;;*** | 1175 | ;;;*** |
| 1175 | 1176 | ||
| 1176 | ;;;### (autoloads nil "array" "array.el" (21240 46395 727291 0)) | 1177 | ;;;### (autoloads nil "array" "array.el" (21607 54477 800124 118000)) |
| 1177 | ;;; Generated autoloads from array.el | 1178 | ;;; Generated autoloads from array.el |
| 1178 | 1179 | ||
| 1179 | (autoload 'array-mode "array" "\ | 1180 | (autoload 'array-mode "array" "\ |
| @@ -1244,8 +1245,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1244 | 1245 | ||
| 1245 | ;;;*** | 1246 | ;;;*** |
| 1246 | 1247 | ||
| 1247 | ;;;### (autoloads nil "artist" "textmodes/artist.el" (21187 63826 | 1248 | ;;;### (autoloads nil "artist" "textmodes/artist.el" (21607 54478 |
| 1248 | ;;;;;; 213216 0)) | 1249 | ;;;;;; 800121 42000)) |
| 1249 | ;;; Generated autoloads from textmodes/artist.el | 1250 | ;;; Generated autoloads from textmodes/artist.el |
| 1250 | (push (purecopy '(artist 1 2 6)) package--builtin-versions) | 1251 | (push (purecopy '(artist 1 2 6)) package--builtin-versions) |
| 1251 | 1252 | ||
| @@ -1451,8 +1452,8 @@ Keymap summary | |||
| 1451 | 1452 | ||
| 1452 | ;;;*** | 1453 | ;;;*** |
| 1453 | 1454 | ||
| 1454 | ;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21419 62246 | 1455 | ;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21607 54478 |
| 1455 | ;;;;;; 751914 0)) | 1456 | ;;;;;; 800121 42000)) |
| 1456 | ;;; Generated autoloads from progmodes/asm-mode.el | 1457 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1457 | 1458 | ||
| 1458 | (autoload 'asm-mode "asm-mode" "\ | 1459 | (autoload 'asm-mode "asm-mode" "\ |
| @@ -1479,8 +1480,8 @@ Special commands: | |||
| 1479 | 1480 | ||
| 1480 | ;;;*** | 1481 | ;;;*** |
| 1481 | 1482 | ||
| 1482 | ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21342 | 1483 | ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21625 |
| 1483 | ;;;;;; 10917 902592 0)) | 1484 | ;;;;;; 43838 483701 627000)) |
| 1484 | ;;; Generated autoloads from gnus/auth-source.el | 1485 | ;;; Generated autoloads from gnus/auth-source.el |
| 1485 | 1486 | ||
| 1486 | (defvar auth-source-cache-expiry 7200 "\ | 1487 | (defvar auth-source-cache-expiry 7200 "\ |
| @@ -1492,8 +1493,8 @@ let-binding.") | |||
| 1492 | 1493 | ||
| 1493 | ;;;*** | 1494 | ;;;*** |
| 1494 | 1495 | ||
| 1495 | ;;;### (autoloads nil "autoarg" "autoarg.el" (21187 63826 213216 | 1496 | ;;;### (autoloads nil "autoarg" "autoarg.el" (21607 54477 800124 |
| 1496 | ;;;;;; 0)) | 1497 | ;;;;;; 118000)) |
| 1497 | ;;; Generated autoloads from autoarg.el | 1498 | ;;; Generated autoloads from autoarg.el |
| 1498 | 1499 | ||
| 1499 | (defvar autoarg-mode nil "\ | 1500 | (defvar autoarg-mode nil "\ |
| @@ -1553,8 +1554,8 @@ This is similar to `autoarg-mode' but rebinds the keypad keys | |||
| 1553 | 1554 | ||
| 1554 | ;;;*** | 1555 | ;;;*** |
| 1555 | 1556 | ||
| 1556 | ;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (21187 63826 | 1557 | ;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (21607 54478 |
| 1557 | ;;;;;; 213216 0)) | 1558 | ;;;;;; 800121 42000)) |
| 1558 | ;;; Generated autoloads from progmodes/autoconf.el | 1559 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1559 | 1560 | ||
| 1560 | (autoload 'autoconf-mode "autoconf" "\ | 1561 | (autoload 'autoconf-mode "autoconf" "\ |
| @@ -1564,8 +1565,8 @@ Major mode for editing Autoconf configure.ac files. | |||
| 1564 | 1565 | ||
| 1565 | ;;;*** | 1566 | ;;;*** |
| 1566 | 1567 | ||
| 1567 | ;;;### (autoloads nil "autoinsert" "autoinsert.el" (21240 46395 727291 | 1568 | ;;;### (autoloads nil "autoinsert" "autoinsert.el" (21607 54477 800124 |
| 1568 | ;;;;;; 0)) | 1569 | ;;;;;; 118000)) |
| 1569 | ;;; Generated autoloads from autoinsert.el | 1570 | ;;; Generated autoloads from autoinsert.el |
| 1570 | 1571 | ||
| 1571 | (autoload 'auto-insert "autoinsert" "\ | 1572 | (autoload 'auto-insert "autoinsert" "\ |
| @@ -1603,8 +1604,8 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1603 | 1604 | ||
| 1604 | ;;;*** | 1605 | ;;;*** |
| 1605 | 1606 | ||
| 1606 | ;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (21425 | 1607 | ;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (21628 |
| 1607 | ;;;;;; 43779 760127 645000)) | 1608 | ;;;;;; 43483 380149 771000)) |
| 1608 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1609 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1609 | 1610 | ||
| 1610 | (put 'generated-autoload-file 'safe-local-variable 'stringp) | 1611 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| @@ -1655,8 +1656,8 @@ should be non-nil). | |||
| 1655 | 1656 | ||
| 1656 | ;;;*** | 1657 | ;;;*** |
| 1657 | 1658 | ||
| 1658 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21315 5521 187938 | 1659 | ;;;### (autoloads nil "autorevert" "autorevert.el" (21607 54477 800124 |
| 1659 | ;;;;;; 0)) | 1660 | ;;;;;; 118000)) |
| 1660 | ;;; Generated autoloads from autorevert.el | 1661 | ;;; Generated autoloads from autorevert.el |
| 1661 | 1662 | ||
| 1662 | (autoload 'auto-revert-mode "autorevert" "\ | 1663 | (autoload 'auto-revert-mode "autorevert" "\ |
| @@ -1744,7 +1745,7 @@ specifies in the mode line. | |||
| 1744 | 1745 | ||
| 1745 | ;;;*** | 1746 | ;;;*** |
| 1746 | 1747 | ||
| 1747 | ;;;### (autoloads nil "avoid" "avoid.el" (21379 5287 607434 0)) | 1748 | ;;;### (autoloads nil "avoid" "avoid.el" (21607 54477 800124 118000)) |
| 1748 | ;;; Generated autoloads from avoid.el | 1749 | ;;; Generated autoloads from avoid.el |
| 1749 | 1750 | ||
| 1750 | (defvar mouse-avoidance-mode nil "\ | 1751 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1782,8 +1783,8 @@ definition of \"random distance\".) | |||
| 1782 | 1783 | ||
| 1783 | ;;;*** | 1784 | ;;;*** |
| 1784 | 1785 | ||
| 1785 | ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21563 42665 | 1786 | ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21607 54478 |
| 1786 | ;;;;;; 706656 0)) | 1787 | ;;;;;; 800121 42000)) |
| 1787 | ;;; Generated autoloads from progmodes/bat-mode.el | 1788 | ;;; Generated autoloads from progmodes/bat-mode.el |
| 1788 | 1789 | ||
| 1789 | (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) | 1790 | (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) |
| @@ -1801,7 +1802,8 @@ Run script using `bat-run' and `bat-run-args'. | |||
| 1801 | 1802 | ||
| 1802 | ;;;*** | 1803 | ;;;*** |
| 1803 | 1804 | ||
| 1804 | ;;;### (autoloads nil "battery" "battery.el" (21346 7974 405729 0)) | 1805 | ;;;### (autoloads nil "battery" "battery.el" (21607 54477 800124 |
| 1806 | ;;;;;; 118000)) | ||
| 1805 | ;;; Generated autoloads from battery.el | 1807 | ;;; Generated autoloads from battery.el |
| 1806 | (put 'battery-mode-line-string 'risky-local-variable t) | 1808 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1807 | 1809 | ||
| @@ -1836,8 +1838,8 @@ seconds. | |||
| 1836 | 1838 | ||
| 1837 | ;;;*** | 1839 | ;;;*** |
| 1838 | 1840 | ||
| 1839 | ;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (21187 | 1841 | ;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (21607 |
| 1840 | ;;;;;; 63826 213216 0)) | 1842 | ;;;;;; 54477 800124 118000)) |
| 1841 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1843 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1842 | 1844 | ||
| 1843 | (autoload 'benchmark-run "benchmark" "\ | 1845 | (autoload 'benchmark-run "benchmark" "\ |
| @@ -1873,8 +1875,8 @@ For non-interactive use see also `benchmark-run' and | |||
| 1873 | 1875 | ||
| 1874 | ;;;*** | 1876 | ;;;*** |
| 1875 | 1877 | ||
| 1876 | ;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (21414 44327 | 1878 | ;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (21607 54478 |
| 1877 | ;;;;;; 790846 0)) | 1879 | ;;;;;; 800121 42000)) |
| 1878 | ;;; Generated autoloads from textmodes/bibtex.el | 1880 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1879 | 1881 | ||
| 1880 | (autoload 'bibtex-initialize "bibtex" "\ | 1882 | (autoload 'bibtex-initialize "bibtex" "\ |
| @@ -1966,7 +1968,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'. | |||
| 1966 | ;;;*** | 1968 | ;;;*** |
| 1967 | 1969 | ||
| 1968 | ;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" | 1970 | ;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" |
| 1969 | ;;;;;; (21187 63826 213216 0)) | 1971 | ;;;;;; (21607 54478 800121 42000)) |
| 1970 | ;;; Generated autoloads from textmodes/bibtex-style.el | 1972 | ;;; Generated autoloads from textmodes/bibtex-style.el |
| 1971 | 1973 | ||
| 1972 | (autoload 'bibtex-style-mode "bibtex-style" "\ | 1974 | (autoload 'bibtex-style-mode "bibtex-style" "\ |
| @@ -1976,8 +1978,8 @@ Major mode for editing BibTeX style files. | |||
| 1976 | 1978 | ||
| 1977 | ;;;*** | 1979 | ;;;*** |
| 1978 | 1980 | ||
| 1979 | ;;;### (autoloads nil "binhex" "mail/binhex.el" (21187 63826 213216 | 1981 | ;;;### (autoloads nil "binhex" "mail/binhex.el" (21607 54478 300138 |
| 1980 | ;;;;;; 0)) | 1982 | ;;;;;; 641000)) |
| 1981 | ;;; Generated autoloads from mail/binhex.el | 1983 | ;;; Generated autoloads from mail/binhex.el |
| 1982 | 1984 | ||
| 1983 | (defconst binhex-begin-line "^:...............................................................$" "\ | 1985 | (defconst binhex-begin-line "^:...............................................................$" "\ |
| @@ -2001,8 +2003,8 @@ Binhex decode region between START and END. | |||
| 2001 | 2003 | ||
| 2002 | ;;;*** | 2004 | ;;;*** |
| 2003 | 2005 | ||
| 2004 | ;;;### (autoloads nil "blackbox" "play/blackbox.el" (21187 63826 | 2006 | ;;;### (autoloads nil "blackbox" "play/blackbox.el" (21607 54478 |
| 2005 | ;;;;;; 213216 0)) | 2007 | ;;;;;; 800121 42000)) |
| 2006 | ;;; Generated autoloads from play/blackbox.el | 2008 | ;;; Generated autoloads from play/blackbox.el |
| 2007 | 2009 | ||
| 2008 | (autoload 'blackbox "blackbox" "\ | 2010 | (autoload 'blackbox "blackbox" "\ |
| @@ -2121,8 +2123,8 @@ a reflection. | |||
| 2121 | 2123 | ||
| 2122 | ;;;*** | 2124 | ;;;*** |
| 2123 | 2125 | ||
| 2124 | ;;;### (autoloads nil "bookmark" "bookmark.el" (21397 35239 170099 | 2126 | ;;;### (autoloads nil "bookmark" "bookmark.el" (21607 54477 800124 |
| 2125 | ;;;;;; 0)) | 2127 | ;;;;;; 118000)) |
| 2126 | ;;; Generated autoloads from bookmark.el | 2128 | ;;; Generated autoloads from bookmark.el |
| 2127 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2129 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2128 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2130 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2315,8 +2317,8 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2315 | 2317 | ||
| 2316 | ;;;*** | 2318 | ;;;*** |
| 2317 | 2319 | ||
| 2318 | ;;;### (autoloads nil "browse-url" "net/browse-url.el" (21364 37926 | 2320 | ;;;### (autoloads nil "browse-url" "net/browse-url.el" (21607 54478 |
| 2319 | ;;;;;; 837230 0)) | 2321 | ;;;;;; 300138 641000)) |
| 2320 | ;;; Generated autoloads from net/browse-url.el | 2322 | ;;; Generated autoloads from net/browse-url.el |
| 2321 | 2323 | ||
| 2322 | (defvar browse-url-browser-function 'browse-url-default-browser "\ | 2324 | (defvar browse-url-browser-function 'browse-url-default-browser "\ |
| @@ -2631,7 +2633,7 @@ from `browse-url-elinks-wrapper'. | |||
| 2631 | 2633 | ||
| 2632 | ;;;*** | 2634 | ;;;*** |
| 2633 | 2635 | ||
| 2634 | ;;;### (autoloads nil "bs" "bs.el" (21452 59559 901066 0)) | 2636 | ;;;### (autoloads nil "bs" "bs.el" (21607 54477 800124 118000)) |
| 2635 | ;;; Generated autoloads from bs.el | 2637 | ;;; Generated autoloads from bs.el |
| 2636 | (push (purecopy '(bs 1 17)) package--builtin-versions) | 2638 | (push (purecopy '(bs 1 17)) package--builtin-versions) |
| 2637 | 2639 | ||
| @@ -2672,8 +2674,8 @@ name of buffer configuration. | |||
| 2672 | 2674 | ||
| 2673 | ;;;*** | 2675 | ;;;*** |
| 2674 | 2676 | ||
| 2675 | ;;;### (autoloads nil "bubbles" "play/bubbles.el" (21410 47268 609529 | 2677 | ;;;### (autoloads nil "bubbles" "play/bubbles.el" (21607 54478 800121 |
| 2676 | ;;;;;; 0)) | 2678 | ;;;;;; 42000)) |
| 2677 | ;;; Generated autoloads from play/bubbles.el | 2679 | ;;; Generated autoloads from play/bubbles.el |
| 2678 | 2680 | ||
| 2679 | (autoload 'bubbles "bubbles" "\ | 2681 | (autoload 'bubbles "bubbles" "\ |
| @@ -2695,7 +2697,7 @@ columns on its right towards the left. | |||
| 2695 | ;;;*** | 2697 | ;;;*** |
| 2696 | 2698 | ||
| 2697 | ;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" | 2699 | ;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" |
| 2698 | ;;;;;; (21187 63826 213216 0)) | 2700 | ;;;;;; (21607 54478 800121 42000)) |
| 2699 | ;;; Generated autoloads from progmodes/bug-reference.el | 2701 | ;;; Generated autoloads from progmodes/bug-reference.el |
| 2700 | 2702 | ||
| 2701 | (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) | 2703 | (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) |
| @@ -2715,8 +2717,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2715 | 2717 | ||
| 2716 | ;;;*** | 2718 | ;;;*** |
| 2717 | 2719 | ||
| 2718 | ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21586 | 2720 | ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21607 |
| 2719 | ;;;;;; 4146 376146 0)) | 2721 | ;;;;;; 54477 800124 118000)) |
| 2720 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2722 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2721 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2723 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2722 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2724 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -2836,8 +2838,8 @@ and corresponding effects. | |||
| 2836 | 2838 | ||
| 2837 | ;;;*** | 2839 | ;;;*** |
| 2838 | 2840 | ||
| 2839 | ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21554 | 2841 | ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21617 |
| 2840 | ;;;;;; 27688 263871 0)) | 2842 | ;;;;;; 49721 420132 227000)) |
| 2841 | ;;; Generated autoloads from calendar/cal-china.el | 2843 | ;;; Generated autoloads from calendar/cal-china.el |
| 2842 | 2844 | ||
| 2843 | (put 'calendar-chinese-time-zone 'risky-local-variable t) | 2845 | (put 'calendar-chinese-time-zone 'risky-local-variable t) |
| @@ -2846,8 +2848,8 @@ and corresponding effects. | |||
| 2846 | 2848 | ||
| 2847 | ;;;*** | 2849 | ;;;*** |
| 2848 | 2850 | ||
| 2849 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (21187 63826 | 2851 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (21609 55608 |
| 2850 | ;;;;;; 213216 0)) | 2852 | ;;;;;; 852266 580000)) |
| 2851 | ;;; Generated autoloads from calendar/cal-dst.el | 2853 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2852 | 2854 | ||
| 2853 | (put 'calendar-daylight-savings-starts 'risky-local-variable t) | 2855 | (put 'calendar-daylight-savings-starts 'risky-local-variable t) |
| @@ -2858,8 +2860,8 @@ and corresponding effects. | |||
| 2858 | 2860 | ||
| 2859 | ;;;*** | 2861 | ;;;*** |
| 2860 | 2862 | ||
| 2861 | ;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (21554 | 2863 | ;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (21607 |
| 2862 | ;;;;;; 27688 263871 0)) | 2864 | ;;;;;; 54477 800124 118000)) |
| 2863 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2865 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2864 | 2866 | ||
| 2865 | (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ | 2867 | (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ |
| @@ -2871,7 +2873,7 @@ from the cursor position. | |||
| 2871 | 2873 | ||
| 2872 | ;;;*** | 2874 | ;;;*** |
| 2873 | 2875 | ||
| 2874 | ;;;### (autoloads nil "calc" "calc/calc.el" (21584 48809 507899 0)) | 2876 | ;;;### (autoloads nil "calc" "calc/calc.el" (21607 54477 800124 118000)) |
| 2875 | ;;; Generated autoloads from calc/calc.el | 2877 | ;;; Generated autoloads from calc/calc.el |
| 2876 | (define-key ctl-x-map "*" 'calc-dispatch) | 2878 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2877 | 2879 | ||
| @@ -2957,8 +2959,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2957 | 2959 | ||
| 2958 | ;;;*** | 2960 | ;;;*** |
| 2959 | 2961 | ||
| 2960 | ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21187 63826 | 2962 | ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21607 54477 |
| 2961 | ;;;;;; 213216 0)) | 2963 | ;;;;;; 800124 118000)) |
| 2962 | ;;; Generated autoloads from calc/calc-undo.el | 2964 | ;;; Generated autoloads from calc/calc-undo.el |
| 2963 | 2965 | ||
| 2964 | (autoload 'calc-undo "calc-undo" "\ | 2966 | (autoload 'calc-undo "calc-undo" "\ |
| @@ -2968,8 +2970,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2968 | 2970 | ||
| 2969 | ;;;*** | 2971 | ;;;*** |
| 2970 | 2972 | ||
| 2971 | ;;;### (autoloads nil "calculator" "calculator.el" (21417 20521 870414 | 2973 | ;;;### (autoloads nil "calculator" "calculator.el" (21607 54477 800124 |
| 2972 | ;;;;;; 0)) | 2974 | ;;;;;; 118000)) |
| 2973 | ;;; Generated autoloads from calculator.el | 2975 | ;;; Generated autoloads from calculator.el |
| 2974 | 2976 | ||
| 2975 | (autoload 'calculator "calculator" "\ | 2977 | (autoload 'calculator "calculator" "\ |
| @@ -2980,8 +2982,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2980 | 2982 | ||
| 2981 | ;;;*** | 2983 | ;;;*** |
| 2982 | 2984 | ||
| 2983 | ;;;### (autoloads nil "calendar" "calendar/calendar.el" (21554 27688 | 2985 | ;;;### (autoloads nil "calendar" "calendar/calendar.el" (21607 54477 |
| 2984 | ;;;;;; 263871 0)) | 2986 | ;;;;;; 800124 118000)) |
| 2985 | ;;; Generated autoloads from calendar/calendar.el | 2987 | ;;; Generated autoloads from calendar/calendar.el |
| 2986 | 2988 | ||
| 2987 | (autoload 'calendar "calendar" "\ | 2989 | (autoload 'calendar "calendar" "\ |
| @@ -3024,8 +3026,8 @@ This function is suitable for execution in an init file. | |||
| 3024 | 3026 | ||
| 3025 | ;;;*** | 3027 | ;;;*** |
| 3026 | 3028 | ||
| 3027 | ;;;### (autoloads nil "canlock" "gnus/canlock.el" (21187 63826 213216 | 3029 | ;;;### (autoloads nil "canlock" "gnus/canlock.el" (21607 54478 300138 |
| 3028 | ;;;;;; 0)) | 3030 | ;;;;;; 641000)) |
| 3029 | ;;; Generated autoloads from gnus/canlock.el | 3031 | ;;; Generated autoloads from gnus/canlock.el |
| 3030 | 3032 | ||
| 3031 | (autoload 'canlock-insert-header "canlock" "\ | 3033 | (autoload 'canlock-insert-header "canlock" "\ |
| @@ -3042,8 +3044,8 @@ it fails. | |||
| 3042 | 3044 | ||
| 3043 | ;;;*** | 3045 | ;;;*** |
| 3044 | 3046 | ||
| 3045 | ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21586 | 3047 | ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21623 |
| 3046 | ;;;;;; 49290 401031 0)) | 3048 | ;;;;;; 2108 292281 129000)) |
| 3047 | ;;; Generated autoloads from progmodes/cc-engine.el | 3049 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3048 | 3050 | ||
| 3049 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 3051 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -3053,8 +3055,8 @@ Return the syntactic context of the current line. | |||
| 3053 | 3055 | ||
| 3054 | ;;;*** | 3056 | ;;;*** |
| 3055 | 3057 | ||
| 3056 | ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21551 51499 | 3058 | ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21607 54478 |
| 3057 | ;;;;;; 554352 0)) | 3059 | ;;;;;; 800121 42000)) |
| 3058 | ;;; Generated autoloads from progmodes/cc-guess.el | 3060 | ;;; Generated autoloads from progmodes/cc-guess.el |
| 3059 | 3061 | ||
| 3060 | (defvar c-guess-guessed-offsets-alist nil "\ | 3062 | (defvar c-guess-guessed-offsets-alist nil "\ |
| @@ -3152,8 +3154,8 @@ the absolute file name of the file if STYLE-NAME is nil. | |||
| 3152 | 3154 | ||
| 3153 | ;;;*** | 3155 | ;;;*** |
| 3154 | 3156 | ||
| 3155 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21551 51499 | 3157 | ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21607 54478 |
| 3156 | ;;;;;; 554352 0)) | 3158 | ;;;;;; 800121 42000)) |
| 3157 | ;;; Generated autoloads from progmodes/cc-mode.el | 3159 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3158 | 3160 | ||
| 3159 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3161 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -3310,8 +3312,8 @@ Key bindings: | |||
| 3310 | 3312 | ||
| 3311 | ;;;*** | 3313 | ;;;*** |
| 3312 | 3314 | ||
| 3313 | ;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (21187 | 3315 | ;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (21607 |
| 3314 | ;;;;;; 63826 213216 0)) | 3316 | ;;;;;; 54478 800121 42000)) |
| 3315 | ;;; Generated autoloads from progmodes/cc-styles.el | 3317 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3316 | 3318 | ||
| 3317 | (autoload 'c-set-style "cc-styles" "\ | 3319 | (autoload 'c-set-style "cc-styles" "\ |
| @@ -3362,8 +3364,8 @@ and exists only for compatibility reasons. | |||
| 3362 | 3364 | ||
| 3363 | ;;;*** | 3365 | ;;;*** |
| 3364 | 3366 | ||
| 3365 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (21551 51499 | 3367 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (21607 54478 |
| 3366 | ;;;;;; 554352 0)) | 3368 | ;;;;;; 800121 42000)) |
| 3367 | ;;; Generated autoloads from progmodes/cc-vars.el | 3369 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3368 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3370 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3369 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3371 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -3371,8 +3373,8 @@ and exists only for compatibility reasons. | |||
| 3371 | 3373 | ||
| 3372 | ;;;*** | 3374 | ;;;*** |
| 3373 | 3375 | ||
| 3374 | ;;;### (autoloads nil "ccl" "international/ccl.el" (21187 63826 213216 | 3376 | ;;;### (autoloads nil "ccl" "international/ccl.el" (21607 54478 300138 |
| 3375 | ;;;;;; 0)) | 3377 | ;;;;;; 641000)) |
| 3376 | ;;; Generated autoloads from international/ccl.el | 3378 | ;;; Generated autoloads from international/ccl.el |
| 3377 | 3379 | ||
| 3378 | (autoload 'ccl-compile "ccl" "\ | 3380 | (autoload 'ccl-compile "ccl" "\ |
| @@ -3632,8 +3634,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3632 | 3634 | ||
| 3633 | ;;;*** | 3635 | ;;;*** |
| 3634 | 3636 | ||
| 3635 | ;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21543 57381 | 3637 | ;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21607 54477 |
| 3636 | ;;;;;; 284584 0)) | 3638 | ;;;;;; 800124 118000)) |
| 3637 | ;;; Generated autoloads from emacs-lisp/cconv.el | 3639 | ;;; Generated autoloads from emacs-lisp/cconv.el |
| 3638 | 3640 | ||
| 3639 | (autoload 'cconv-closure-convert "cconv" "\ | 3641 | (autoload 'cconv-closure-convert "cconv" "\ |
| @@ -3652,15 +3654,15 @@ Add the warnings that closure conversion would encounter. | |||
| 3652 | 3654 | ||
| 3653 | ;;;*** | 3655 | ;;;*** |
| 3654 | 3656 | ||
| 3655 | ;;;### (autoloads nil "cedet" "cedet/cedet.el" (21187 63826 213216 | 3657 | ;;;### (autoloads nil "cedet" "cedet/cedet.el" (21607 54477 800124 |
| 3656 | ;;;;;; 0)) | 3658 | ;;;;;; 118000)) |
| 3657 | ;;; Generated autoloads from cedet/cedet.el | 3659 | ;;; Generated autoloads from cedet/cedet.el |
| 3658 | (push (purecopy '(cedet 2 0)) package--builtin-versions) | 3660 | (push (purecopy '(cedet 2 0)) package--builtin-versions) |
| 3659 | 3661 | ||
| 3660 | ;;;*** | 3662 | ;;;*** |
| 3661 | 3663 | ||
| 3662 | ;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (21576 54696 | 3664 | ;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (21607 54478 |
| 3663 | ;;;;;; 780899 0)) | 3665 | ;;;;;; 800121 42000)) |
| 3664 | ;;; Generated autoloads from progmodes/cfengine.el | 3666 | ;;; Generated autoloads from progmodes/cfengine.el |
| 3665 | (push (purecopy '(cfengine 1 3)) package--builtin-versions) | 3667 | (push (purecopy '(cfengine 1 3)) package--builtin-versions) |
| 3666 | 3668 | ||
| @@ -3689,15 +3691,15 @@ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents. | |||
| 3689 | 3691 | ||
| 3690 | ;;;*** | 3692 | ;;;*** |
| 3691 | 3693 | ||
| 3692 | ;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (21187 63826 | 3694 | ;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (21607 54477 |
| 3693 | ;;;;;; 213216 0)) | 3695 | ;;;;;; 800124 118000)) |
| 3694 | ;;; Generated autoloads from emacs-lisp/chart.el | 3696 | ;;; Generated autoloads from emacs-lisp/chart.el |
| 3695 | (push (purecopy '(chart 0 2)) package--builtin-versions) | 3697 | (push (purecopy '(chart 0 2)) package--builtin-versions) |
| 3696 | 3698 | ||
| 3697 | ;;;*** | 3699 | ;;;*** |
| 3698 | 3700 | ||
| 3699 | ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" | 3701 | ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" |
| 3700 | ;;;;;; (21187 63826 213216 0)) | 3702 | ;;;;;; (21607 54477 800124 118000)) |
| 3701 | ;;; Generated autoloads from emacs-lisp/check-declare.el | 3703 | ;;; Generated autoloads from emacs-lisp/check-declare.el |
| 3702 | 3704 | ||
| 3703 | (autoload 'check-declare-file "check-declare" "\ | 3705 | (autoload 'check-declare-file "check-declare" "\ |
| @@ -3714,8 +3716,8 @@ Returns non-nil if any false statements are found. | |||
| 3714 | 3716 | ||
| 3715 | ;;;*** | 3717 | ;;;*** |
| 3716 | 3718 | ||
| 3717 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21187 | 3719 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21607 |
| 3718 | ;;;;;; 63826 213216 0)) | 3720 | ;;;;;; 54477 800124 118000)) |
| 3719 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3721 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3720 | (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) | 3722 | (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) |
| 3721 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) | 3723 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) |
| @@ -3915,8 +3917,8 @@ checking of documentation strings. | |||
| 3915 | 3917 | ||
| 3916 | ;;;*** | 3918 | ;;;*** |
| 3917 | 3919 | ||
| 3918 | ;;;### (autoloads nil "china-util" "language/china-util.el" (21197 | 3920 | ;;;### (autoloads nil "china-util" "language/china-util.el" (21607 |
| 3919 | ;;;;;; 43194 200483 0)) | 3921 | ;;;;;; 54478 300138 641000)) |
| 3920 | ;;; Generated autoloads from language/china-util.el | 3922 | ;;; Generated autoloads from language/china-util.el |
| 3921 | 3923 | ||
| 3922 | (autoload 'decode-hz-region "china-util" "\ | 3924 | (autoload 'decode-hz-region "china-util" "\ |
| @@ -3953,8 +3955,8 @@ Encode the text in the current buffer to HZ. | |||
| 3953 | 3955 | ||
| 3954 | ;;;*** | 3956 | ;;;*** |
| 3955 | 3957 | ||
| 3956 | ;;;### (autoloads nil "chistory" "chistory.el" (21240 46395 727291 | 3958 | ;;;### (autoloads nil "chistory" "chistory.el" (21607 54477 800124 |
| 3957 | ;;;;;; 0)) | 3959 | ;;;;;; 118000)) |
| 3958 | ;;; Generated autoloads from chistory.el | 3960 | ;;; Generated autoloads from chistory.el |
| 3959 | 3961 | ||
| 3960 | (autoload 'repeat-matching-complex-command "chistory" "\ | 3962 | (autoload 'repeat-matching-complex-command "chistory" "\ |
| @@ -3993,8 +3995,8 @@ and runs the normal hook `command-history-hook'. | |||
| 3993 | 3995 | ||
| 3994 | ;;;*** | 3996 | ;;;*** |
| 3995 | 3997 | ||
| 3996 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21318 | 3998 | ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21607 |
| 3997 | ;;;;;; 28582 821557 0)) | 3999 | ;;;;;; 54477 800124 118000)) |
| 3998 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4000 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3999 | 4001 | ||
| 4000 | (autoload 'common-lisp-indent-function "cl-indent" "\ | 4002 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| @@ -4077,8 +4079,8 @@ instead. | |||
| 4077 | 4079 | ||
| 4078 | ;;;*** | 4080 | ;;;*** |
| 4079 | 4081 | ||
| 4080 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21549 9768 | 4082 | ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21619 26501 |
| 4081 | ;;;;;; 351453 0)) | 4083 | ;;;;;; 970129 581000)) |
| 4082 | ;;; Generated autoloads from emacs-lisp/cl-lib.el | 4084 | ;;; Generated autoloads from emacs-lisp/cl-lib.el |
| 4083 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) | 4085 | (push (purecopy '(cl-lib 1 0)) package--builtin-versions) |
| 4084 | 4086 | ||
| @@ -4108,8 +4110,8 @@ a future Emacs interpreter will be able to use it.") | |||
| 4108 | 4110 | ||
| 4109 | ;;;*** | 4111 | ;;;*** |
| 4110 | 4112 | ||
| 4111 | ;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (21187 63826 | 4113 | ;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (21607 54478 |
| 4112 | ;;;;;; 213216 0)) | 4114 | ;;;;;; 800121 42000)) |
| 4113 | ;;; Generated autoloads from progmodes/cmacexp.el | 4115 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4114 | 4116 | ||
| 4115 | (autoload 'c-macro-expand "cmacexp" "\ | 4117 | (autoload 'c-macro-expand "cmacexp" "\ |
| @@ -4129,8 +4131,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4129 | 4131 | ||
| 4130 | ;;;*** | 4132 | ;;;*** |
| 4131 | 4133 | ||
| 4132 | ;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21240 46395 727291 | 4134 | ;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21607 54477 800124 |
| 4133 | ;;;;;; 0)) | 4135 | ;;;;;; 118000)) |
| 4134 | ;;; Generated autoloads from cmuscheme.el | 4136 | ;;; Generated autoloads from cmuscheme.el |
| 4135 | 4137 | ||
| 4136 | (autoload 'run-scheme "cmuscheme" "\ | 4138 | (autoload 'run-scheme "cmuscheme" "\ |
| @@ -4150,7 +4152,7 @@ is run). | |||
| 4150 | 4152 | ||
| 4151 | ;;;*** | 4153 | ;;;*** |
| 4152 | 4154 | ||
| 4153 | ;;;### (autoloads nil "color" "color.el" (21187 63826 213216 0)) | 4155 | ;;;### (autoloads nil "color" "color.el" (21607 54477 800124 118000)) |
| 4154 | ;;; Generated autoloads from color.el | 4156 | ;;; Generated autoloads from color.el |
| 4155 | 4157 | ||
| 4156 | (autoload 'color-name-to-rgb "color" "\ | 4158 | (autoload 'color-name-to-rgb "color" "\ |
| @@ -4169,7 +4171,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4169 | 4171 | ||
| 4170 | ;;;*** | 4172 | ;;;*** |
| 4171 | 4173 | ||
| 4172 | ;;;### (autoloads nil "comint" "comint.el" (21339 34726 39547 0)) | 4174 | ;;;### (autoloads nil "comint" "comint.el" (21607 54477 800124 118000)) |
| 4173 | ;;; Generated autoloads from comint.el | 4175 | ;;; Generated autoloads from comint.el |
| 4174 | 4176 | ||
| 4175 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4177 | (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4270,8 +4272,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4270 | 4272 | ||
| 4271 | ;;;*** | 4273 | ;;;*** |
| 4272 | 4274 | ||
| 4273 | ;;;### (autoloads nil "compare-w" "vc/compare-w.el" (21240 46395 | 4275 | ;;;### (autoloads nil "compare-w" "vc/compare-w.el" (21607 54478 |
| 4274 | ;;;;;; 727291 0)) | 4276 | ;;;;;; 800121 42000)) |
| 4275 | ;;; Generated autoloads from vc/compare-w.el | 4277 | ;;; Generated autoloads from vc/compare-w.el |
| 4276 | 4278 | ||
| 4277 | (autoload 'compare-windows "compare-w" "\ | 4279 | (autoload 'compare-windows "compare-w" "\ |
| @@ -4304,8 +4306,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4304 | 4306 | ||
| 4305 | ;;;*** | 4307 | ;;;*** |
| 4306 | 4308 | ||
| 4307 | ;;;### (autoloads nil "compile" "progmodes/compile.el" (21586 4146 | 4309 | ;;;### (autoloads nil "compile" "progmodes/compile.el" (21607 54478 |
| 4308 | ;;;;;; 376146 0)) | 4310 | ;;;;;; 800121 42000)) |
| 4309 | ;;; Generated autoloads from progmodes/compile.el | 4311 | ;;; Generated autoloads from progmodes/compile.el |
| 4310 | 4312 | ||
| 4311 | (defvar compilation-mode-hook nil "\ | 4313 | (defvar compilation-mode-hook nil "\ |
| @@ -4486,8 +4488,8 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4486 | 4488 | ||
| 4487 | ;;;*** | 4489 | ;;;*** |
| 4488 | 4490 | ||
| 4489 | ;;;### (autoloads nil "completion" "completion.el" (21584 48809 507899 | 4491 | ;;;### (autoloads nil "completion" "completion.el" (21607 54477 800124 |
| 4490 | ;;;;;; 0)) | 4492 | ;;;;;; 118000)) |
| 4491 | ;;; Generated autoloads from completion.el | 4493 | ;;; Generated autoloads from completion.el |
| 4492 | 4494 | ||
| 4493 | (defvar dynamic-completion-mode nil "\ | 4495 | (defvar dynamic-completion-mode nil "\ |
| @@ -4509,8 +4511,8 @@ if ARG is omitted or nil. | |||
| 4509 | 4511 | ||
| 4510 | ;;;*** | 4512 | ;;;*** |
| 4511 | 4513 | ||
| 4512 | ;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (21383 | 4514 | ;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (21607 |
| 4513 | ;;;;;; 2343 498187 0)) | 4515 | ;;;;;; 54478 800121 42000)) |
| 4514 | ;;; Generated autoloads from textmodes/conf-mode.el | 4516 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 4515 | 4517 | ||
| 4516 | (autoload 'conf-mode "conf-mode" "\ | 4518 | (autoload 'conf-mode "conf-mode" "\ |
| @@ -4665,8 +4667,8 @@ For details see `conf-mode'. Example: | |||
| 4665 | 4667 | ||
| 4666 | ;;;*** | 4668 | ;;;*** |
| 4667 | 4669 | ||
| 4668 | ;;;### (autoloads nil "cookie1" "play/cookie1.el" (21245 64312 799897 | 4670 | ;;;### (autoloads nil "cookie1" "play/cookie1.el" (21607 54478 800121 |
| 4669 | ;;;;;; 0)) | 4671 | ;;;;;; 42000)) |
| 4670 | ;;; Generated autoloads from play/cookie1.el | 4672 | ;;; Generated autoloads from play/cookie1.el |
| 4671 | 4673 | ||
| 4672 | (autoload 'cookie "cookie1" "\ | 4674 | (autoload 'cookie "cookie1" "\ |
| @@ -4694,8 +4696,8 @@ and subsequent calls on the same file won't go to disk. | |||
| 4694 | 4696 | ||
| 4695 | ;;;*** | 4697 | ;;;*** |
| 4696 | 4698 | ||
| 4697 | ;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (21187 | 4699 | ;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (21607 |
| 4698 | ;;;;;; 63826 213216 0)) | 4700 | ;;;;;; 54477 800124 118000)) |
| 4699 | ;;; Generated autoloads from emacs-lisp/copyright.el | 4701 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 4700 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) | 4702 | (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) |
| 4701 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) | 4703 | (put 'copyright-names-regexp 'safe-local-variable 'stringp) |
| @@ -4733,8 +4735,8 @@ If FIX is non-nil, run `copyright-fix-years' instead. | |||
| 4733 | 4735 | ||
| 4734 | ;;;*** | 4736 | ;;;*** |
| 4735 | 4737 | ||
| 4736 | ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21438 | 4738 | ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21607 |
| 4737 | ;;;;;; 26670 609361 0)) | 4739 | ;;;;;; 54478 800121 42000)) |
| 4738 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4740 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4739 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | 4741 | (put 'cperl-indent-level 'safe-local-variable 'integerp) |
| 4740 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) | 4742 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) |
| @@ -4932,8 +4934,8 @@ Run a `perldoc' on the word around point. | |||
| 4932 | 4934 | ||
| 4933 | ;;;*** | 4935 | ;;;*** |
| 4934 | 4936 | ||
| 4935 | ;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21187 63826 213216 | 4937 | ;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21607 54478 800121 |
| 4936 | ;;;;;; 0)) | 4938 | ;;;;;; 42000)) |
| 4937 | ;;; Generated autoloads from progmodes/cpp.el | 4939 | ;;; Generated autoloads from progmodes/cpp.el |
| 4938 | 4940 | ||
| 4939 | (autoload 'cpp-highlight-buffer "cpp" "\ | 4941 | (autoload 'cpp-highlight-buffer "cpp" "\ |
| @@ -4951,8 +4953,8 @@ Edit display information for cpp conditionals. | |||
| 4951 | 4953 | ||
| 4952 | ;;;*** | 4954 | ;;;*** |
| 4953 | 4955 | ||
| 4954 | ;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21263 7861 493097 | 4956 | ;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21607 54477 800124 |
| 4955 | ;;;;;; 0)) | 4957 | ;;;;;; 118000)) |
| 4956 | ;;; Generated autoloads from emacs-lisp/crm.el | 4958 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 4957 | 4959 | ||
| 4958 | (autoload 'completing-read-multiple "crm" "\ | 4960 | (autoload 'completing-read-multiple "crm" "\ |
| @@ -4978,8 +4980,8 @@ with empty strings removed. | |||
| 4978 | 4980 | ||
| 4979 | ;;;*** | 4981 | ;;;*** |
| 4980 | 4982 | ||
| 4981 | ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21574 12970 | 4983 | ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21607 54478 |
| 4982 | ;;;;;; 82034 0)) | 4984 | ;;;;;; 800121 42000)) |
| 4983 | ;;; Generated autoloads from textmodes/css-mode.el | 4985 | ;;; Generated autoloads from textmodes/css-mode.el |
| 4984 | 4986 | ||
| 4985 | (autoload 'css-mode "css-mode" "\ | 4987 | (autoload 'css-mode "css-mode" "\ |
| @@ -4995,8 +4997,8 @@ Major mode to edit \"Sassy CSS\" files. | |||
| 4995 | 4997 | ||
| 4996 | ;;;*** | 4998 | ;;;*** |
| 4997 | 4999 | ||
| 4998 | ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21319 49445 | 5000 | ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21607 54477 |
| 4999 | ;;;;;; 508378 0)) | 5001 | ;;;;;; 800124 118000)) |
| 5000 | ;;; Generated autoloads from emulation/cua-base.el | 5002 | ;;; Generated autoloads from emulation/cua-base.el |
| 5001 | 5003 | ||
| 5002 | (defvar cua-mode nil "\ | 5004 | (defvar cua-mode nil "\ |
| @@ -5041,8 +5043,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5041 | 5043 | ||
| 5042 | ;;;*** | 5044 | ;;;*** |
| 5043 | 5045 | ||
| 5044 | ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21503 425 | 5046 | ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21607 54477 |
| 5045 | ;;;;;; 992235 0)) | 5047 | ;;;;;; 800124 118000)) |
| 5046 | ;;; Generated autoloads from emulation/cua-rect.el | 5048 | ;;; Generated autoloads from emulation/cua-rect.el |
| 5047 | 5049 | ||
| 5048 | (autoload 'cua-rectangle-mark-mode "cua-rect" "\ | 5050 | (autoload 'cua-rectangle-mark-mode "cua-rect" "\ |
| @@ -5053,8 +5055,8 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 5053 | 5055 | ||
| 5054 | ;;;*** | 5056 | ;;;*** |
| 5055 | 5057 | ||
| 5056 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (21567 9155 113406 | 5058 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (21607 54477 800124 |
| 5057 | ;;;;;; 0)) | 5059 | ;;;;;; 118000)) |
| 5058 | ;;; Generated autoloads from cus-edit.el | 5060 | ;;; Generated autoloads from cus-edit.el |
| 5059 | 5061 | ||
| 5060 | (defvar custom-browse-sort-alphabetically nil "\ | 5062 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5366,8 +5368,8 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5366 | 5368 | ||
| 5367 | ;;;*** | 5369 | ;;;*** |
| 5368 | 5370 | ||
| 5369 | ;;;### (autoloads nil "cus-theme" "cus-theme.el" (21240 46395 727291 | 5371 | ;;;### (autoloads nil "cus-theme" "cus-theme.el" (21607 54477 800124 |
| 5370 | ;;;;;; 0)) | 5372 | ;;;;;; 118000)) |
| 5371 | ;;; Generated autoloads from cus-theme.el | 5373 | ;;; Generated autoloads from cus-theme.el |
| 5372 | 5374 | ||
| 5373 | (autoload 'customize-create-theme "cus-theme" "\ | 5375 | (autoload 'customize-create-theme "cus-theme" "\ |
| @@ -5400,8 +5402,8 @@ omitted, a buffer named *Custom Themes* is used. | |||
| 5400 | 5402 | ||
| 5401 | ;;;*** | 5403 | ;;;*** |
| 5402 | 5404 | ||
| 5403 | ;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (21187 63826 | 5405 | ;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (21607 54478 |
| 5404 | ;;;;;; 213216 0)) | 5406 | ;;;;;; 800121 42000)) |
| 5405 | ;;; Generated autoloads from vc/cvs-status.el | 5407 | ;;; Generated autoloads from vc/cvs-status.el |
| 5406 | 5408 | ||
| 5407 | (autoload 'cvs-status-mode "cvs-status" "\ | 5409 | (autoload 'cvs-status-mode "cvs-status" "\ |
| @@ -5411,8 +5413,8 @@ Mode used for cvs status output. | |||
| 5411 | 5413 | ||
| 5412 | ;;;*** | 5414 | ;;;*** |
| 5413 | 5415 | ||
| 5414 | ;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21383 2343 498187 | 5416 | ;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21607 54478 800121 |
| 5415 | ;;;;;; 0)) | 5417 | ;;;;;; 42000)) |
| 5416 | ;;; Generated autoloads from progmodes/cwarn.el | 5418 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5417 | (push (purecopy '(cwarn 1 3 1)) package--builtin-versions) | 5419 | (push (purecopy '(cwarn 1 3 1)) package--builtin-versions) |
| 5418 | 5420 | ||
| @@ -5456,8 +5458,8 @@ See `cwarn-mode' for more information on Cwarn mode. | |||
| 5456 | 5458 | ||
| 5457 | ;;;*** | 5459 | ;;;*** |
| 5458 | 5460 | ||
| 5459 | ;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (21193 | 5461 | ;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (21607 |
| 5460 | ;;;;;; 16180 875828 0)) | 5462 | ;;;;;; 54478 300138 641000)) |
| 5461 | ;;; Generated autoloads from language/cyril-util.el | 5463 | ;;; Generated autoloads from language/cyril-util.el |
| 5462 | 5464 | ||
| 5463 | (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ | 5465 | (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ |
| @@ -5485,8 +5487,8 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5485 | 5487 | ||
| 5486 | ;;;*** | 5488 | ;;;*** |
| 5487 | 5489 | ||
| 5488 | ;;;### (autoloads nil "dabbrev" "dabbrev.el" (21187 63826 213216 | 5490 | ;;;### (autoloads nil "dabbrev" "dabbrev.el" (21607 54477 800124 |
| 5489 | ;;;;;; 0)) | 5491 | ;;;;;; 118000)) |
| 5490 | ;;; Generated autoloads from dabbrev.el | 5492 | ;;; Generated autoloads from dabbrev.el |
| 5491 | (put 'dabbrev-case-fold-search 'risky-local-variable t) | 5493 | (put 'dabbrev-case-fold-search 'risky-local-variable t) |
| 5492 | (put 'dabbrev-case-replace 'risky-local-variable t) | 5494 | (put 'dabbrev-case-replace 'risky-local-variable t) |
| @@ -5532,8 +5534,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 5532 | 5534 | ||
| 5533 | ;;;*** | 5535 | ;;;*** |
| 5534 | 5536 | ||
| 5535 | ;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (21197 43194 | 5537 | ;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (21607 54477 |
| 5536 | ;;;;;; 200483 0)) | 5538 | ;;;;;; 800124 118000)) |
| 5537 | ;;; Generated autoloads from cedet/data-debug.el | 5539 | ;;; Generated autoloads from cedet/data-debug.el |
| 5538 | 5540 | ||
| 5539 | (autoload 'data-debug-new-buffer "data-debug" "\ | 5541 | (autoload 'data-debug-new-buffer "data-debug" "\ |
| @@ -5543,7 +5545,7 @@ Create a new data-debug buffer with NAME. | |||
| 5543 | 5545 | ||
| 5544 | ;;;*** | 5546 | ;;;*** |
| 5545 | 5547 | ||
| 5546 | ;;;### (autoloads nil "dbus" "net/dbus.el" (21430 32550 215986 0)) | 5548 | ;;;### (autoloads nil "dbus" "net/dbus.el" (21607 54478 300138 641000)) |
| 5547 | ;;; Generated autoloads from net/dbus.el | 5549 | ;;; Generated autoloads from net/dbus.el |
| 5548 | 5550 | ||
| 5549 | (autoload 'dbus-handle-event "dbus" "\ | 5551 | (autoload 'dbus-handle-event "dbus" "\ |
| @@ -5556,8 +5558,8 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. | |||
| 5556 | 5558 | ||
| 5557 | ;;;*** | 5559 | ;;;*** |
| 5558 | 5560 | ||
| 5559 | ;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (21187 63826 | 5561 | ;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (21607 54478 |
| 5560 | ;;;;;; 213216 0)) | 5562 | ;;;;;; 800121 42000)) |
| 5561 | ;;; Generated autoloads from progmodes/dcl-mode.el | 5563 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 5562 | 5564 | ||
| 5563 | (autoload 'dcl-mode "dcl-mode" "\ | 5565 | (autoload 'dcl-mode "dcl-mode" "\ |
| @@ -5683,8 +5685,8 @@ There is some minimal font-lock support (see vars | |||
| 5683 | 5685 | ||
| 5684 | ;;;*** | 5686 | ;;;*** |
| 5685 | 5687 | ||
| 5686 | ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21240 46395 | 5688 | ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21607 54477 |
| 5687 | ;;;;;; 727291 0)) | 5689 | ;;;;;; 800124 118000)) |
| 5688 | ;;; Generated autoloads from emacs-lisp/debug.el | 5690 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5689 | 5691 | ||
| 5690 | (setq debugger 'debug) | 5692 | (setq debugger 'debug) |
| @@ -5727,8 +5729,8 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 5727 | 5729 | ||
| 5728 | ;;;*** | 5730 | ;;;*** |
| 5729 | 5731 | ||
| 5730 | ;;;### (autoloads nil "decipher" "play/decipher.el" (21187 63826 | 5732 | ;;;### (autoloads nil "decipher" "play/decipher.el" (21607 54478 |
| 5731 | ;;;;;; 213216 0)) | 5733 | ;;;;;; 800121 42000)) |
| 5732 | ;;; Generated autoloads from play/decipher.el | 5734 | ;;; Generated autoloads from play/decipher.el |
| 5733 | 5735 | ||
| 5734 | (autoload 'decipher "decipher" "\ | 5736 | (autoload 'decipher "decipher" "\ |
| @@ -5756,8 +5758,8 @@ The most useful commands are: | |||
| 5756 | 5758 | ||
| 5757 | ;;;*** | 5759 | ;;;*** |
| 5758 | 5760 | ||
| 5759 | ;;;### (autoloads nil "delim-col" "delim-col.el" (21187 63826 213216 | 5761 | ;;;### (autoloads nil "delim-col" "delim-col.el" (21607 54477 800124 |
| 5760 | ;;;;;; 0)) | 5762 | ;;;;;; 118000)) |
| 5761 | ;;; Generated autoloads from delim-col.el | 5763 | ;;; Generated autoloads from delim-col.el |
| 5762 | (push (purecopy '(delim-col 2 1)) package--builtin-versions) | 5764 | (push (purecopy '(delim-col 2 1)) package--builtin-versions) |
| 5763 | 5765 | ||
| @@ -5782,7 +5784,7 @@ START and END delimits the corners of text rectangle. | |||
| 5782 | 5784 | ||
| 5783 | ;;;*** | 5785 | ;;;*** |
| 5784 | 5786 | ||
| 5785 | ;;;### (autoloads nil "delsel" "delsel.el" (21414 44327 790846 0)) | 5787 | ;;;### (autoloads nil "delsel" "delsel.el" (21607 54477 800124 118000)) |
| 5786 | ;;; Generated autoloads from delsel.el | 5788 | ;;; Generated autoloads from delsel.el |
| 5787 | 5789 | ||
| 5788 | (defalias 'pending-delete-mode 'delete-selection-mode) | 5790 | (defalias 'pending-delete-mode 'delete-selection-mode) |
| @@ -5810,8 +5812,8 @@ point regardless of any selection. | |||
| 5810 | 5812 | ||
| 5811 | ;;;*** | 5813 | ;;;*** |
| 5812 | 5814 | ||
| 5813 | ;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (21240 46395 | 5815 | ;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (21607 54477 |
| 5814 | ;;;;;; 727291 0)) | 5816 | ;;;;;; 800124 118000)) |
| 5815 | ;;; Generated autoloads from emacs-lisp/derived.el | 5817 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 5816 | 5818 | ||
| 5817 | (autoload 'define-derived-mode "derived" "\ | 5819 | (autoload 'define-derived-mode "derived" "\ |
| @@ -5877,8 +5879,8 @@ the first time the mode is used. | |||
| 5877 | 5879 | ||
| 5878 | ;;;*** | 5880 | ;;;*** |
| 5879 | 5881 | ||
| 5880 | ;;;### (autoloads nil "descr-text" "descr-text.el" (21567 8911 359241 | 5882 | ;;;### (autoloads nil "descr-text" "descr-text.el" (21607 54477 800124 |
| 5881 | ;;;;;; 0)) | 5883 | ;;;;;; 118000)) |
| 5882 | ;;; Generated autoloads from descr-text.el | 5884 | ;;; Generated autoloads from descr-text.el |
| 5883 | 5885 | ||
| 5884 | (autoload 'describe-text-properties "descr-text" "\ | 5886 | (autoload 'describe-text-properties "descr-text" "\ |
| @@ -5912,8 +5914,7 @@ relevant to POS. | |||
| 5912 | 5914 | ||
| 5913 | ;;;*** | 5915 | ;;;*** |
| 5914 | 5916 | ||
| 5915 | ;;;### (autoloads nil "desktop" "desktop.el" (21526 48295 289762 | 5917 | ;;;### (autoloads nil "desktop" "desktop.el" (21616 28857 81577 239000)) |
| 5916 | ;;;;;; 0)) | ||
| 5917 | ;;; Generated autoloads from desktop.el | 5918 | ;;; Generated autoloads from desktop.el |
| 5918 | 5919 | ||
| 5919 | (defvar desktop-save-mode nil "\ | 5920 | (defvar desktop-save-mode nil "\ |
| @@ -6118,8 +6119,8 @@ Revert to the last loaded desktop. | |||
| 6118 | 6119 | ||
| 6119 | ;;;*** | 6120 | ;;;*** |
| 6120 | 6121 | ||
| 6121 | ;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (21187 63826 | 6122 | ;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (21607 54478 |
| 6122 | ;;;;;; 213216 0)) | 6123 | ;;;;;; 300138 641000)) |
| 6123 | ;;; Generated autoloads from gnus/deuglify.el | 6124 | ;;; Generated autoloads from gnus/deuglify.el |
| 6124 | 6125 | ||
| 6125 | (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ | 6126 | (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ |
| @@ -6151,8 +6152,8 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6151 | 6152 | ||
| 6152 | ;;;*** | 6153 | ;;;*** |
| 6153 | 6154 | ||
| 6154 | ;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (21561 | 6155 | ;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (21625 |
| 6155 | ;;;;;; 934 250078 0)) | 6156 | ;;;;;; 43838 483701 627000)) |
| 6156 | ;;; Generated autoloads from calendar/diary-lib.el | 6157 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6157 | 6158 | ||
| 6158 | (autoload 'diary "diary-lib" "\ | 6159 | (autoload 'diary "diary-lib" "\ |
| @@ -6194,7 +6195,7 @@ Major mode for editing the diary file. | |||
| 6194 | 6195 | ||
| 6195 | ;;;*** | 6196 | ;;;*** |
| 6196 | 6197 | ||
| 6197 | ;;;### (autoloads nil "diff" "vc/diff.el" (21240 46395 727291 0)) | 6198 | ;;;### (autoloads nil "diff" "vc/diff.el" (21607 54478 800121 42000)) |
| 6198 | ;;; Generated autoloads from vc/diff.el | 6199 | ;;; Generated autoloads from vc/diff.el |
| 6199 | 6200 | ||
| 6200 | (defvar diff-switches (purecopy "-c") "\ | 6201 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -6242,8 +6243,8 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 6242 | 6243 | ||
| 6243 | ;;;*** | 6244 | ;;;*** |
| 6244 | 6245 | ||
| 6245 | ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (21546 33576 | 6246 | ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (21628 45530 |
| 6246 | ;;;;;; 601815 0)) | 6247 | ;;;;;; 160140 360000)) |
| 6247 | ;;; Generated autoloads from vc/diff-mode.el | 6248 | ;;; Generated autoloads from vc/diff-mode.el |
| 6248 | 6249 | ||
| 6249 | (autoload 'diff-mode "diff-mode" "\ | 6250 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6275,7 +6276,7 @@ the mode if ARG is omitted or nil. | |||
| 6275 | 6276 | ||
| 6276 | ;;;*** | 6277 | ;;;*** |
| 6277 | 6278 | ||
| 6278 | ;;;### (autoloads nil "dig" "net/dig.el" (21187 63826 213216 0)) | 6279 | ;;;### (autoloads nil "dig" "net/dig.el" (21607 54478 300138 641000)) |
| 6279 | ;;; Generated autoloads from net/dig.el | 6280 | ;;; Generated autoloads from net/dig.el |
| 6280 | 6281 | ||
| 6281 | (autoload 'dig "dig" "\ | 6282 | (autoload 'dig "dig" "\ |
| @@ -6286,7 +6287,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6286 | 6287 | ||
| 6287 | ;;;*** | 6288 | ;;;*** |
| 6288 | 6289 | ||
| 6289 | ;;;### (autoloads nil "dired" "dired.el" (21452 59559 901066 0)) | 6290 | ;;;### (autoloads nil "dired" "dired.el" (21607 54477 800124 118000)) |
| 6290 | ;;; Generated autoloads from dired.el | 6291 | ;;; Generated autoloads from dired.el |
| 6291 | 6292 | ||
| 6292 | (defvar dired-listing-switches (purecopy "-al") "\ | 6293 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6406,8 +6407,8 @@ Keybindings: | |||
| 6406 | 6407 | ||
| 6407 | ;;;*** | 6408 | ;;;*** |
| 6408 | 6409 | ||
| 6409 | ;;;### (autoloads nil "dirtrack" "dirtrack.el" (21187 63826 213216 | 6410 | ;;;### (autoloads nil "dirtrack" "dirtrack.el" (21607 54477 800124 |
| 6410 | ;;;;;; 0)) | 6411 | ;;;;;; 118000)) |
| 6411 | ;;; Generated autoloads from dirtrack.el | 6412 | ;;; Generated autoloads from dirtrack.el |
| 6412 | 6413 | ||
| 6413 | (autoload 'dirtrack-mode "dirtrack" "\ | 6414 | (autoload 'dirtrack-mode "dirtrack" "\ |
| @@ -6437,8 +6438,8 @@ from `default-directory'. | |||
| 6437 | 6438 | ||
| 6438 | ;;;*** | 6439 | ;;;*** |
| 6439 | 6440 | ||
| 6440 | ;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (21240 46395 | 6441 | ;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (21607 54477 |
| 6441 | ;;;;;; 727291 0)) | 6442 | ;;;;;; 800124 118000)) |
| 6442 | ;;; Generated autoloads from emacs-lisp/disass.el | 6443 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 6443 | 6444 | ||
| 6444 | (autoload 'disassemble "disass" "\ | 6445 | (autoload 'disassemble "disass" "\ |
| @@ -6452,8 +6453,8 @@ redefine OBJECT if it is a symbol. | |||
| 6452 | 6453 | ||
| 6453 | ;;;*** | 6454 | ;;;*** |
| 6454 | 6455 | ||
| 6455 | ;;;### (autoloads nil "disp-table" "disp-table.el" (21240 46395 727291 | 6456 | ;;;### (autoloads nil "disp-table" "disp-table.el" (21607 54477 800124 |
| 6456 | ;;;;;; 0)) | 6457 | ;;;;;; 118000)) |
| 6457 | ;;; Generated autoloads from disp-table.el | 6458 | ;;; Generated autoloads from disp-table.el |
| 6458 | 6459 | ||
| 6459 | (autoload 'make-display-table "disp-table" "\ | 6460 | (autoload 'make-display-table "disp-table" "\ |
| @@ -6574,8 +6575,8 @@ in `.emacs'. | |||
| 6574 | 6575 | ||
| 6575 | ;;;*** | 6576 | ;;;*** |
| 6576 | 6577 | ||
| 6577 | ;;;### (autoloads nil "dissociate" "play/dissociate.el" (21240 46395 | 6578 | ;;;### (autoloads nil "dissociate" "play/dissociate.el" (21607 54478 |
| 6578 | ;;;;;; 727291 0)) | 6579 | ;;;;;; 800121 42000)) |
| 6579 | ;;; Generated autoloads from play/dissociate.el | 6580 | ;;; Generated autoloads from play/dissociate.el |
| 6580 | 6581 | ||
| 6581 | (autoload 'dissociated-press "dissociate" "\ | 6582 | (autoload 'dissociated-press "dissociate" "\ |
| @@ -6591,7 +6592,7 @@ Default is 2. | |||
| 6591 | 6592 | ||
| 6592 | ;;;*** | 6593 | ;;;*** |
| 6593 | 6594 | ||
| 6594 | ;;;### (autoloads nil "dnd" "dnd.el" (21240 46395 727291 0)) | 6595 | ;;;### (autoloads nil "dnd" "dnd.el" (21607 54477 800124 118000)) |
| 6595 | ;;; Generated autoloads from dnd.el | 6596 | ;;; Generated autoloads from dnd.el |
| 6596 | 6597 | ||
| 6597 | (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ | 6598 | (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ |
| @@ -6611,8 +6612,8 @@ if some action was made, or nil if the URL is ignored.") | |||
| 6611 | 6612 | ||
| 6612 | ;;;*** | 6613 | ;;;*** |
| 6613 | 6614 | ||
| 6614 | ;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (21187 63826 | 6615 | ;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (21607 54478 |
| 6615 | ;;;;;; 213216 0)) | 6616 | ;;;;;; 800121 42000)) |
| 6616 | ;;; Generated autoloads from textmodes/dns-mode.el | 6617 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 6617 | 6618 | ||
| 6618 | (autoload 'dns-mode "dns-mode" "\ | 6619 | (autoload 'dns-mode "dns-mode" "\ |
| @@ -6635,8 +6636,8 @@ Locate SOA record and increment the serial field. | |||
| 6635 | 6636 | ||
| 6636 | ;;;*** | 6637 | ;;;*** |
| 6637 | 6638 | ||
| 6638 | ;;;### (autoloads nil "doc-view" "doc-view.el" (21576 54696 780899 | 6639 | ;;;### (autoloads nil "doc-view" "doc-view.el" (21607 54477 800124 |
| 6639 | ;;;;;; 0)) | 6640 | ;;;;;; 118000)) |
| 6640 | ;;; Generated autoloads from doc-view.el | 6641 | ;;; Generated autoloads from doc-view.el |
| 6641 | 6642 | ||
| 6642 | (autoload 'doc-view-mode-p "doc-view" "\ | 6643 | (autoload 'doc-view-mode-p "doc-view" "\ |
| @@ -6682,8 +6683,8 @@ See the command `doc-view-mode' for more information on this mode. | |||
| 6682 | 6683 | ||
| 6683 | ;;;*** | 6684 | ;;;*** |
| 6684 | 6685 | ||
| 6685 | ;;;### (autoloads nil "doctor" "play/doctor.el" (21240 46395 727291 | 6686 | ;;;### (autoloads nil "doctor" "play/doctor.el" (21607 54478 800121 |
| 6686 | ;;;;;; 0)) | 6687 | ;;;;;; 42000)) |
| 6687 | ;;; Generated autoloads from play/doctor.el | 6688 | ;;; Generated autoloads from play/doctor.el |
| 6688 | 6689 | ||
| 6689 | (autoload 'doctor "doctor" "\ | 6690 | (autoload 'doctor "doctor" "\ |
| @@ -6693,7 +6694,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 6693 | 6694 | ||
| 6694 | ;;;*** | 6695 | ;;;*** |
| 6695 | 6696 | ||
| 6696 | ;;;### (autoloads nil "double" "double.el" (21187 63826 213216 0)) | 6697 | ;;;### (autoloads nil "double" "double.el" (21607 54477 800124 118000)) |
| 6697 | ;;; Generated autoloads from double.el | 6698 | ;;; Generated autoloads from double.el |
| 6698 | 6699 | ||
| 6699 | (autoload 'double-mode "double" "\ | 6700 | (autoload 'double-mode "double" "\ |
| @@ -6709,8 +6710,8 @@ strings when pressed twice. See `double-map' for details. | |||
| 6709 | 6710 | ||
| 6710 | ;;;*** | 6711 | ;;;*** |
| 6711 | 6712 | ||
| 6712 | ;;;### (autoloads nil "dunnet" "play/dunnet.el" (21406 50214 284651 | 6713 | ;;;### (autoloads nil "dunnet" "play/dunnet.el" (21607 54478 800121 |
| 6713 | ;;;;;; 0)) | 6714 | ;;;;;; 42000)) |
| 6714 | ;;; Generated autoloads from play/dunnet.el | 6715 | ;;; Generated autoloads from play/dunnet.el |
| 6715 | (push (purecopy '(dunnet 2 1)) package--builtin-versions) | 6716 | (push (purecopy '(dunnet 2 1)) package--builtin-versions) |
| 6716 | 6717 | ||
| @@ -6721,8 +6722,8 @@ Switch to *dungeon* buffer and start game. | |||
| 6721 | 6722 | ||
| 6722 | ;;;*** | 6723 | ;;;*** |
| 6723 | 6724 | ||
| 6724 | ;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (21505 | 6725 | ;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (21607 |
| 6725 | ;;;;;; 42150 427725 0)) | 6726 | ;;;;;; 54477 800124 118000)) |
| 6726 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 6727 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 6727 | 6728 | ||
| 6728 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) | 6729 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) |
| @@ -6861,8 +6862,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 6861 | 6862 | ||
| 6862 | ;;;*** | 6863 | ;;;*** |
| 6863 | 6864 | ||
| 6864 | ;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (21187 | 6865 | ;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (21607 |
| 6865 | ;;;;;; 63826 213216 0)) | 6866 | ;;;;;; 54477 800124 118000)) |
| 6866 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 6867 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 6867 | 6868 | ||
| 6868 | (autoload 'easy-menu-define "easymenu" "\ | 6869 | (autoload 'easy-menu-define "easymenu" "\ |
| @@ -7000,8 +7001,8 @@ To implement dynamic menus, either call this from | |||
| 7000 | 7001 | ||
| 7001 | ;;;*** | 7002 | ;;;*** |
| 7002 | 7003 | ||
| 7003 | ;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (21187 63826 | 7004 | ;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (21607 54478 |
| 7004 | ;;;;;; 213216 0)) | 7005 | ;;;;;; 800121 42000)) |
| 7005 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7006 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7006 | (push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) | 7007 | (push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) |
| 7007 | 7008 | ||
| @@ -7266,8 +7267,8 @@ See `ebnf-style-database' documentation. | |||
| 7266 | 7267 | ||
| 7267 | ;;;*** | 7268 | ;;;*** |
| 7268 | 7269 | ||
| 7269 | ;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (21240 46395 | 7270 | ;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (21607 54478 |
| 7270 | ;;;;;; 727291 0)) | 7271 | ;;;;;; 800121 42000)) |
| 7271 | ;;; Generated autoloads from progmodes/ebrowse.el | 7272 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 7272 | 7273 | ||
| 7273 | (autoload 'ebrowse-tree-mode "ebrowse" "\ | 7274 | (autoload 'ebrowse-tree-mode "ebrowse" "\ |
| @@ -7415,8 +7416,8 @@ Display statistics for a class tree. | |||
| 7415 | 7416 | ||
| 7416 | ;;;*** | 7417 | ;;;*** |
| 7417 | 7418 | ||
| 7418 | ;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21240 46395 727291 | 7419 | ;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21607 54477 800124 |
| 7419 | ;;;;;; 0)) | 7420 | ;;;;;; 118000)) |
| 7420 | ;;; Generated autoloads from ebuff-menu.el | 7421 | ;;; Generated autoloads from ebuff-menu.el |
| 7421 | 7422 | ||
| 7422 | (autoload 'electric-buffer-list "ebuff-menu" "\ | 7423 | (autoload 'electric-buffer-list "ebuff-menu" "\ |
| @@ -7448,8 +7449,8 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 7448 | 7449 | ||
| 7449 | ;;;*** | 7450 | ;;;*** |
| 7450 | 7451 | ||
| 7451 | ;;;### (autoloads nil "echistory" "echistory.el" (21240 46395 727291 | 7452 | ;;;### (autoloads nil "echistory" "echistory.el" (21607 54477 800124 |
| 7452 | ;;;;;; 0)) | 7453 | ;;;;;; 118000)) |
| 7453 | ;;; Generated autoloads from echistory.el | 7454 | ;;; Generated autoloads from echistory.el |
| 7454 | 7455 | ||
| 7455 | (autoload 'Electric-command-history-redo-expression "echistory" "\ | 7456 | (autoload 'Electric-command-history-redo-expression "echistory" "\ |
| @@ -7460,8 +7461,8 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7460 | 7461 | ||
| 7461 | ;;;*** | 7462 | ;;;*** |
| 7462 | 7463 | ||
| 7463 | ;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (21187 63826 | 7464 | ;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (21607 54478 |
| 7464 | ;;;;;; 213216 0)) | 7465 | ;;;;;; 300138 641000)) |
| 7465 | ;;; Generated autoloads from gnus/ecomplete.el | 7466 | ;;; Generated autoloads from gnus/ecomplete.el |
| 7466 | 7467 | ||
| 7467 | (autoload 'ecomplete-setup "ecomplete" "\ | 7468 | (autoload 'ecomplete-setup "ecomplete" "\ |
| @@ -7471,7 +7472,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7471 | 7472 | ||
| 7472 | ;;;*** | 7473 | ;;;*** |
| 7473 | 7474 | ||
| 7474 | ;;;### (autoloads nil "ede" "cedet/ede.el" (21350 58112 380040 0)) | 7475 | ;;;### (autoloads nil "ede" "cedet/ede.el" (21607 54477 800124 118000)) |
| 7475 | ;;; Generated autoloads from cedet/ede.el | 7476 | ;;; Generated autoloads from cedet/ede.el |
| 7476 | (push (purecopy '(ede 1 2)) package--builtin-versions) | 7477 | (push (purecopy '(ede 1 2)) package--builtin-versions) |
| 7477 | 7478 | ||
| @@ -7497,8 +7498,8 @@ an EDE controlled project. | |||
| 7497 | 7498 | ||
| 7498 | ;;;*** | 7499 | ;;;*** |
| 7499 | 7500 | ||
| 7500 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21452 59559 | 7501 | ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21607 54477 |
| 7501 | ;;;;;; 901066 0)) | 7502 | ;;;;;; 800124 118000)) |
| 7502 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7503 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 7503 | 7504 | ||
| 7504 | (defvar edebug-all-defs nil "\ | 7505 | (defvar edebug-all-defs nil "\ |
| @@ -7562,7 +7563,7 @@ Toggle edebugging of all forms. | |||
| 7562 | 7563 | ||
| 7563 | ;;;*** | 7564 | ;;;*** |
| 7564 | 7565 | ||
| 7565 | ;;;### (autoloads nil "ediff" "vc/ediff.el" (21429 11690 49391 0)) | 7566 | ;;;### (autoloads nil "ediff" "vc/ediff.el" (21607 54478 800121 42000)) |
| 7566 | ;;; Generated autoloads from vc/ediff.el | 7567 | ;;; Generated autoloads from vc/ediff.el |
| 7567 | (push (purecopy '(ediff 2 81 4)) package--builtin-versions) | 7568 | (push (purecopy '(ediff 2 81 4)) package--builtin-versions) |
| 7568 | 7569 | ||
| @@ -7834,8 +7835,8 @@ With optional NODE, goes to that node. | |||
| 7834 | 7835 | ||
| 7835 | ;;;*** | 7836 | ;;;*** |
| 7836 | 7837 | ||
| 7837 | ;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (21187 63826 | 7838 | ;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (21607 54478 |
| 7838 | ;;;;;; 213216 0)) | 7839 | ;;;;;; 800121 42000)) |
| 7839 | ;;; Generated autoloads from vc/ediff-help.el | 7840 | ;;; Generated autoloads from vc/ediff-help.el |
| 7840 | 7841 | ||
| 7841 | (autoload 'ediff-customize "ediff-help" "\ | 7842 | (autoload 'ediff-customize "ediff-help" "\ |
| @@ -7845,8 +7846,8 @@ With optional NODE, goes to that node. | |||
| 7845 | 7846 | ||
| 7846 | ;;;*** | 7847 | ;;;*** |
| 7847 | 7848 | ||
| 7848 | ;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21429 11690 | 7849 | ;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21607 54478 |
| 7849 | ;;;;;; 49391 0)) | 7850 | ;;;;;; 800121 42000)) |
| 7850 | ;;; Generated autoloads from vc/ediff-mult.el | 7851 | ;;; Generated autoloads from vc/ediff-mult.el |
| 7851 | 7852 | ||
| 7852 | (autoload 'ediff-show-registry "ediff-mult" "\ | 7853 | (autoload 'ediff-show-registry "ediff-mult" "\ |
| @@ -7858,8 +7859,8 @@ Display Ediff's registry. | |||
| 7858 | 7859 | ||
| 7859 | ;;;*** | 7860 | ;;;*** |
| 7860 | 7861 | ||
| 7861 | ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21458 11942 | 7862 | ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21607 54478 |
| 7862 | ;;;;;; 975332 0)) | 7863 | ;;;;;; 800121 42000)) |
| 7863 | ;;; Generated autoloads from vc/ediff-util.el | 7864 | ;;; Generated autoloads from vc/ediff-util.el |
| 7864 | 7865 | ||
| 7865 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ | 7866 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
| @@ -7878,8 +7879,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 7878 | 7879 | ||
| 7879 | ;;;*** | 7880 | ;;;*** |
| 7880 | 7881 | ||
| 7881 | ;;;### (autoloads nil "edmacro" "edmacro.el" (21187 63826 213216 | 7882 | ;;;### (autoloads nil "edmacro" "edmacro.el" (21607 54477 800124 |
| 7882 | ;;;;;; 0)) | 7883 | ;;;;;; 118000)) |
| 7883 | ;;; Generated autoloads from edmacro.el | 7884 | ;;; Generated autoloads from edmacro.el |
| 7884 | (push (purecopy '(edmacro 2 1)) package--builtin-versions) | 7885 | (push (purecopy '(edmacro 2 1)) package--builtin-versions) |
| 7885 | 7886 | ||
| @@ -7928,8 +7929,8 @@ or nil, use a compact 80-column format. | |||
| 7928 | 7929 | ||
| 7929 | ;;;*** | 7930 | ;;;*** |
| 7930 | 7931 | ||
| 7931 | ;;;### (autoloads nil "edt" "emulation/edt.el" (21417 20521 870414 | 7932 | ;;;### (autoloads nil "edt" "emulation/edt.el" (21607 54477 800124 |
| 7932 | ;;;;;; 0)) | 7933 | ;;;;;; 118000)) |
| 7933 | ;;; Generated autoloads from emulation/edt.el | 7934 | ;;; Generated autoloads from emulation/edt.el |
| 7934 | 7935 | ||
| 7935 | (autoload 'edt-set-scroll-margins "edt" "\ | 7936 | (autoload 'edt-set-scroll-margins "edt" "\ |
| @@ -7946,7 +7947,7 @@ Turn on EDT Emulation. | |||
| 7946 | 7947 | ||
| 7947 | ;;;*** | 7948 | ;;;*** |
| 7948 | 7949 | ||
| 7949 | ;;;### (autoloads nil "ehelp" "ehelp.el" (21429 11690 49391 0)) | 7950 | ;;;### (autoloads nil "ehelp" "ehelp.el" (21607 54477 800124 118000)) |
| 7950 | ;;; Generated autoloads from ehelp.el | 7951 | ;;; Generated autoloads from ehelp.el |
| 7951 | 7952 | ||
| 7952 | (autoload 'with-electric-help "ehelp" "\ | 7953 | (autoload 'with-electric-help "ehelp" "\ |
| @@ -7982,15 +7983,15 @@ BUFFER is put back into its original major mode. | |||
| 7982 | 7983 | ||
| 7983 | ;;;*** | 7984 | ;;;*** |
| 7984 | 7985 | ||
| 7985 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21571 36773 | 7986 | ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21607 54477 |
| 7986 | ;;;;;; 524862 0)) | 7987 | ;;;;;; 800124 118000)) |
| 7987 | ;;; Generated autoloads from emacs-lisp/eieio.el | 7988 | ;;; Generated autoloads from emacs-lisp/eieio.el |
| 7988 | (push (purecopy '(eieio 1 4)) package--builtin-versions) | 7989 | (push (purecopy '(eieio 1 4)) package--builtin-versions) |
| 7989 | 7990 | ||
| 7990 | ;;;*** | 7991 | ;;;*** |
| 7991 | 7992 | ||
| 7992 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21571 | 7993 | ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21607 |
| 7993 | ;;;;;; 36773 524862 0)) | 7994 | ;;;;;; 54477 800124 118000)) |
| 7994 | ;;; Generated autoloads from emacs-lisp/eieio-core.el | 7995 | ;;; Generated autoloads from emacs-lisp/eieio-core.el |
| 7995 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) | 7996 | (push (purecopy '(eieio-core 1 4)) package--builtin-versions) |
| 7996 | 7997 | ||
| @@ -8006,8 +8007,8 @@ It creates an autoload function for CNAME's constructor. | |||
| 8006 | 8007 | ||
| 8007 | ;;;*** | 8008 | ;;;*** |
| 8008 | 8009 | ||
| 8009 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21327 43559 923043 | 8010 | ;;;### (autoloads nil "elec-pair" "elec-pair.el" (21607 54477 800124 |
| 8010 | ;;;;;; 0)) | 8011 | ;;;;;; 118000)) |
| 8011 | ;;; Generated autoloads from elec-pair.el | 8012 | ;;; Generated autoloads from elec-pair.el |
| 8012 | 8013 | ||
| 8013 | (defvar electric-pair-text-pairs '((34 . 34)) "\ | 8014 | (defvar electric-pair-text-pairs '((34 . 34)) "\ |
| @@ -8042,8 +8043,8 @@ closing parenthesis. (Likewise for brackets, etc.). | |||
| 8042 | 8043 | ||
| 8043 | ;;;*** | 8044 | ;;;*** |
| 8044 | 8045 | ||
| 8045 | ;;;### (autoloads nil "elide-head" "elide-head.el" (21187 63826 213216 | 8046 | ;;;### (autoloads nil "elide-head" "elide-head.el" (21607 54477 800124 |
| 8046 | ;;;;;; 0)) | 8047 | ;;;;;; 118000)) |
| 8047 | ;;; Generated autoloads from elide-head.el | 8048 | ;;; Generated autoloads from elide-head.el |
| 8048 | 8049 | ||
| 8049 | (autoload 'elide-head "elide-head" "\ | 8050 | (autoload 'elide-head "elide-head" "\ |
| @@ -8058,8 +8059,8 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8058 | 8059 | ||
| 8059 | ;;;*** | 8060 | ;;;*** |
| 8060 | 8061 | ||
| 8061 | ;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (21195 23530 | 8062 | ;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (21607 54477 |
| 8062 | ;;;;;; 495420 0)) | 8063 | ;;;;;; 800124 118000)) |
| 8063 | ;;; Generated autoloads from emacs-lisp/elint.el | 8064 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8064 | 8065 | ||
| 8065 | (autoload 'elint-file "elint" "\ | 8066 | (autoload 'elint-file "elint" "\ |
| @@ -8094,8 +8095,8 @@ optional prefix argument REINIT is non-nil. | |||
| 8094 | 8095 | ||
| 8095 | ;;;*** | 8096 | ;;;*** |
| 8096 | 8097 | ||
| 8097 | ;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21240 46395 727291 | 8098 | ;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21607 54477 800124 |
| 8098 | ;;;;;; 0)) | 8099 | ;;;;;; 118000)) |
| 8099 | ;;; Generated autoloads from emacs-lisp/elp.el | 8100 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 8100 | 8101 | ||
| 8101 | (autoload 'elp-instrument-function "elp" "\ | 8102 | (autoload 'elp-instrument-function "elp" "\ |
| @@ -8129,8 +8130,8 @@ displayed. | |||
| 8129 | 8130 | ||
| 8130 | ;;;*** | 8131 | ;;;*** |
| 8131 | 8132 | ||
| 8132 | ;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21240 46395 727291 | 8133 | ;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21607 54477 800124 |
| 8133 | ;;;;;; 0)) | 8134 | ;;;;;; 118000)) |
| 8134 | ;;; Generated autoloads from emacs-lock.el | 8135 | ;;; Generated autoloads from emacs-lock.el |
| 8135 | 8136 | ||
| 8136 | (autoload 'emacs-lock-mode "emacs-lock" "\ | 8137 | (autoload 'emacs-lock-mode "emacs-lock" "\ |
| @@ -8157,20 +8158,22 @@ Other values are interpreted as usual. | |||
| 8157 | 8158 | ||
| 8158 | ;;;*** | 8159 | ;;;*** |
| 8159 | 8160 | ||
| 8160 | ;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21302 89 140834 | 8161 | ;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21608 34742 |
| 8161 | ;;;;;; 615000)) | 8162 | ;;;;;; 2253 811000)) |
| 8162 | ;;; Generated autoloads from mail/emacsbug.el | 8163 | ;;; Generated autoloads from mail/emacsbug.el |
| 8163 | 8164 | ||
| 8164 | (autoload 'report-emacs-bug "emacsbug" "\ | 8165 | (autoload 'report-emacs-bug "emacsbug" "\ |
| 8165 | Report a bug in GNU Emacs. | 8166 | Report a bug in GNU Emacs. |
| 8166 | Prompts for bug subject. Leaves you in a mail buffer. | 8167 | Prompts for bug subject. Leaves you in a mail buffer. |
| 8167 | 8168 | ||
| 8168 | \(fn TOPIC &optional RECENT-KEYS)" t nil) | 8169 | \(fn TOPIC &optional UNUSED)" t nil) |
| 8170 | |||
| 8171 | (set-advertised-calling-convention 'report-emacs-bug '(topic) '"24.5") | ||
| 8169 | 8172 | ||
| 8170 | ;;;*** | 8173 | ;;;*** |
| 8171 | 8174 | ||
| 8172 | ;;;### (autoloads nil "emerge" "vc/emerge.el" (21364 37926 837230 | 8175 | ;;;### (autoloads nil "emerge" "vc/emerge.el" (21607 54478 800121 |
| 8173 | ;;;;;; 0)) | 8176 | ;;;;;; 42000)) |
| 8174 | ;;; Generated autoloads from vc/emerge.el | 8177 | ;;; Generated autoloads from vc/emerge.el |
| 8175 | 8178 | ||
| 8176 | (autoload 'emerge-files "emerge" "\ | 8179 | (autoload 'emerge-files "emerge" "\ |
| @@ -8230,8 +8233,8 @@ Emerge two RCS revisions of a file, with another revision as ancestor. | |||
| 8230 | 8233 | ||
| 8231 | ;;;*** | 8234 | ;;;*** |
| 8232 | 8235 | ||
| 8233 | ;;;### (autoloads nil "enriched" "textmodes/enriched.el" (21187 63826 | 8236 | ;;;### (autoloads nil "enriched" "textmodes/enriched.el" (21607 54478 |
| 8234 | ;;;;;; 213216 0)) | 8237 | ;;;;;; 800121 42000)) |
| 8235 | ;;; Generated autoloads from textmodes/enriched.el | 8238 | ;;; Generated autoloads from textmodes/enriched.el |
| 8236 | 8239 | ||
| 8237 | (autoload 'enriched-mode "enriched" "\ | 8240 | (autoload 'enriched-mode "enriched" "\ |
| @@ -8266,7 +8269,7 @@ Commands: | |||
| 8266 | 8269 | ||
| 8267 | ;;;*** | 8270 | ;;;*** |
| 8268 | 8271 | ||
| 8269 | ;;;### (autoloads nil "epa" "epa.el" (21294 46247 414129 0)) | 8272 | ;;;### (autoloads nil "epa" "epa.el" (21624 22971 140149 848000)) |
| 8270 | ;;; Generated autoloads from epa.el | 8273 | ;;; Generated autoloads from epa.el |
| 8271 | 8274 | ||
| 8272 | (autoload 'epa-list-keys "epa" "\ | 8275 | (autoload 'epa-list-keys "epa" "\ |
| @@ -8454,8 +8457,8 @@ Insert selected KEYS after the point. | |||
| 8454 | 8457 | ||
| 8455 | ;;;*** | 8458 | ;;;*** |
| 8456 | 8459 | ||
| 8457 | ;;;### (autoloads nil "epa-dired" "epa-dired.el" (21187 63826 213216 | 8460 | ;;;### (autoloads nil "epa-dired" "epa-dired.el" (21607 54478 300138 |
| 8458 | ;;;;;; 0)) | 8461 | ;;;;;; 641000)) |
| 8459 | ;;; Generated autoloads from epa-dired.el | 8462 | ;;; Generated autoloads from epa-dired.el |
| 8460 | 8463 | ||
| 8461 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ | 8464 | (autoload 'epa-dired-do-decrypt "epa-dired" "\ |
| @@ -8480,8 +8483,8 @@ Encrypt marked files. | |||
| 8480 | 8483 | ||
| 8481 | ;;;*** | 8484 | ;;;*** |
| 8482 | 8485 | ||
| 8483 | ;;;### (autoloads nil "epa-file" "epa-file.el" (21205 7349 58947 | 8486 | ;;;### (autoloads nil "epa-file" "epa-file.el" (21611 10937 700236 |
| 8484 | ;;;;;; 0)) | 8487 | ;;;;;; 3000)) |
| 8485 | ;;; Generated autoloads from epa-file.el | 8488 | ;;; Generated autoloads from epa-file.el |
| 8486 | 8489 | ||
| 8487 | (autoload 'epa-file-handler "epa-file" "\ | 8490 | (autoload 'epa-file-handler "epa-file" "\ |
| @@ -8501,8 +8504,8 @@ Encrypt marked files. | |||
| 8501 | 8504 | ||
| 8502 | ;;;*** | 8505 | ;;;*** |
| 8503 | 8506 | ||
| 8504 | ;;;### (autoloads nil "epa-mail" "epa-mail.el" (21294 46247 414129 | 8507 | ;;;### (autoloads nil "epa-mail" "epa-mail.el" (21607 54478 300138 |
| 8505 | ;;;;;; 0)) | 8508 | ;;;;;; 641000)) |
| 8506 | ;;; Generated autoloads from epa-mail.el | 8509 | ;;; Generated autoloads from epa-mail.el |
| 8507 | 8510 | ||
| 8508 | (autoload 'epa-mail-mode "epa-mail" "\ | 8511 | (autoload 'epa-mail-mode "epa-mail" "\ |
| @@ -8579,7 +8582,7 @@ if ARG is omitted or nil. | |||
| 8579 | 8582 | ||
| 8580 | ;;;*** | 8583 | ;;;*** |
| 8581 | 8584 | ||
| 8582 | ;;;### (autoloads nil "epg" "epg.el" (21578 10030 299837 0)) | 8585 | ;;;### (autoloads nil "epg" "epg.el" (21611 10937 700236 3000)) |
| 8583 | ;;; Generated autoloads from epg.el | 8586 | ;;; Generated autoloads from epg.el |
| 8584 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) | 8587 | (push (purecopy '(epg 1 0 0)) package--builtin-versions) |
| 8585 | 8588 | ||
| @@ -8590,8 +8593,8 @@ Return a context object. | |||
| 8590 | 8593 | ||
| 8591 | ;;;*** | 8594 | ;;;*** |
| 8592 | 8595 | ||
| 8593 | ;;;### (autoloads nil "epg-config" "epg-config.el" (21543 57381 284584 | 8596 | ;;;### (autoloads nil "epg-config" "epg-config.el" (21607 54478 300138 |
| 8594 | ;;;;;; 0)) | 8597 | ;;;;;; 641000)) |
| 8595 | ;;; Generated autoloads from epg-config.el | 8598 | ;;; Generated autoloads from epg-config.el |
| 8596 | 8599 | ||
| 8597 | (autoload 'epg-configuration "epg-config" "\ | 8600 | (autoload 'epg-configuration "epg-config" "\ |
| @@ -8611,7 +8614,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8611 | 8614 | ||
| 8612 | ;;;*** | 8615 | ;;;*** |
| 8613 | 8616 | ||
| 8614 | ;;;### (autoloads nil "erc" "erc/erc.el" (21584 48809 507899 0)) | 8617 | ;;;### (autoloads nil "erc" "erc/erc.el" (21607 54478 300138 641000)) |
| 8615 | ;;; Generated autoloads from erc/erc.el | 8618 | ;;; Generated autoloads from erc/erc.el |
| 8616 | 8619 | ||
| 8617 | (autoload 'erc-select-read-args "erc" "\ | 8620 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -8659,36 +8662,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 8659 | 8662 | ||
| 8660 | ;;;*** | 8663 | ;;;*** |
| 8661 | 8664 | ||
| 8662 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (21240 | 8665 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (21607 |
| 8663 | ;;;;;; 46395 727291 0)) | 8666 | ;;;;;; 54478 300138 641000)) |
| 8664 | ;;; Generated autoloads from erc/erc-autoaway.el | 8667 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 8665 | (autoload 'erc-autoaway-mode "erc-autoaway") | 8668 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 8666 | 8669 | ||
| 8667 | ;;;*** | 8670 | ;;;*** |
| 8668 | 8671 | ||
| 8669 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21240 46395 | 8672 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21607 54478 |
| 8670 | ;;;;;; 727291 0)) | 8673 | ;;;;;; 300138 641000)) |
| 8671 | ;;; Generated autoloads from erc/erc-button.el | 8674 | ;;; Generated autoloads from erc/erc-button.el |
| 8672 | (autoload 'erc-button-mode "erc-button" nil t) | 8675 | (autoload 'erc-button-mode "erc-button" nil t) |
| 8673 | 8676 | ||
| 8674 | ;;;*** | 8677 | ;;;*** |
| 8675 | 8678 | ||
| 8676 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (21240 46395 | 8679 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (21607 54478 |
| 8677 | ;;;;;; 727291 0)) | 8680 | ;;;;;; 300138 641000)) |
| 8678 | ;;; Generated autoloads from erc/erc-capab.el | 8681 | ;;; Generated autoloads from erc/erc-capab.el |
| 8679 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | 8682 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) |
| 8680 | 8683 | ||
| 8681 | ;;;*** | 8684 | ;;;*** |
| 8682 | 8685 | ||
| 8683 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (21240 46395 | 8686 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (21607 54478 |
| 8684 | ;;;;;; 727291 0)) | 8687 | ;;;;;; 300138 641000)) |
| 8685 | ;;; Generated autoloads from erc/erc-compat.el | 8688 | ;;; Generated autoloads from erc/erc-compat.el |
| 8686 | (autoload 'erc-define-minor-mode "erc-compat") | 8689 | (autoload 'erc-define-minor-mode "erc-compat") |
| 8687 | 8690 | ||
| 8688 | ;;;*** | 8691 | ;;;*** |
| 8689 | 8692 | ||
| 8690 | ;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21240 46395 727291 | 8693 | ;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21607 54478 300138 |
| 8691 | ;;;;;; 0)) | 8694 | ;;;;;; 641000)) |
| 8692 | ;;; Generated autoloads from erc/erc-dcc.el | 8695 | ;;; Generated autoloads from erc/erc-dcc.el |
| 8693 | (autoload 'erc-dcc-mode "erc-dcc") | 8696 | (autoload 'erc-dcc-mode "erc-dcc") |
| 8694 | 8697 | ||
| @@ -8718,14 +8721,14 @@ that subcommand. | |||
| 8718 | ;;;*** | 8721 | ;;;*** |
| 8719 | 8722 | ||
| 8720 | ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" | 8723 | ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" |
| 8721 | ;;;;;; (21187 63826 213216 0)) | 8724 | ;;;;;; (21617 49721 420132 227000)) |
| 8722 | ;;; Generated autoloads from erc/erc-desktop-notifications.el | 8725 | ;;; Generated autoloads from erc/erc-desktop-notifications.el |
| 8723 | (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) | 8726 | (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) |
| 8724 | 8727 | ||
| 8725 | ;;;*** | 8728 | ;;;*** |
| 8726 | 8729 | ||
| 8727 | ;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (21240 | 8730 | ;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (21607 |
| 8728 | ;;;;;; 46395 727291 0)) | 8731 | ;;;;;; 54478 300138 641000)) |
| 8729 | ;;; Generated autoloads from erc/erc-ezbounce.el | 8732 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 8730 | 8733 | ||
| 8731 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ | 8734 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ |
| @@ -8787,8 +8790,8 @@ Add EZBouncer convenience functions to ERC. | |||
| 8787 | 8790 | ||
| 8788 | ;;;*** | 8791 | ;;;*** |
| 8789 | 8792 | ||
| 8790 | ;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21240 46395 727291 | 8793 | ;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21607 54478 300138 |
| 8791 | ;;;;;; 0)) | 8794 | ;;;;;; 641000)) |
| 8792 | ;;; Generated autoloads from erc/erc-fill.el | 8795 | ;;; Generated autoloads from erc/erc-fill.el |
| 8793 | (autoload 'erc-fill-mode "erc-fill" nil t) | 8796 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 8794 | 8797 | ||
| @@ -8800,8 +8803,8 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 8800 | 8803 | ||
| 8801 | ;;;*** | 8804 | ;;;*** |
| 8802 | 8805 | ||
| 8803 | ;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (21240 46395 | 8806 | ;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (21607 54478 |
| 8804 | ;;;;;; 727291 0)) | 8807 | ;;;;;; 300138 641000)) |
| 8805 | ;;; Generated autoloads from erc/erc-identd.el | 8808 | ;;; Generated autoloads from erc/erc-identd.el |
| 8806 | (autoload 'erc-identd-mode "erc-identd") | 8809 | (autoload 'erc-identd-mode "erc-identd") |
| 8807 | 8810 | ||
| @@ -8822,8 +8825,8 @@ system. | |||
| 8822 | 8825 | ||
| 8823 | ;;;*** | 8826 | ;;;*** |
| 8824 | 8827 | ||
| 8825 | ;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (21240 46395 | 8828 | ;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (21607 54478 |
| 8826 | ;;;;;; 727291 0)) | 8829 | ;;;;;; 300138 641000)) |
| 8827 | ;;; Generated autoloads from erc/erc-imenu.el | 8830 | ;;; Generated autoloads from erc/erc-imenu.el |
| 8828 | 8831 | ||
| 8829 | (autoload 'erc-create-imenu-index "erc-imenu" "\ | 8832 | (autoload 'erc-create-imenu-index "erc-imenu" "\ |
| @@ -8833,22 +8836,22 @@ system. | |||
| 8833 | 8836 | ||
| 8834 | ;;;*** | 8837 | ;;;*** |
| 8835 | 8838 | ||
| 8836 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21240 46395 727291 | 8839 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21607 54478 300138 |
| 8837 | ;;;;;; 0)) | 8840 | ;;;;;; 641000)) |
| 8838 | ;;; Generated autoloads from erc/erc-join.el | 8841 | ;;; Generated autoloads from erc/erc-join.el |
| 8839 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 8842 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 8840 | 8843 | ||
| 8841 | ;;;*** | 8844 | ;;;*** |
| 8842 | 8845 | ||
| 8843 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21308 46599 181916 | 8846 | ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21607 54478 300138 |
| 8844 | ;;;;;; 0)) | 8847 | ;;;;;; 641000)) |
| 8845 | ;;; Generated autoloads from erc/erc-list.el | 8848 | ;;; Generated autoloads from erc/erc-list.el |
| 8846 | (autoload 'erc-list-mode "erc-list") | 8849 | (autoload 'erc-list-mode "erc-list") |
| 8847 | 8850 | ||
| 8848 | ;;;*** | 8851 | ;;;*** |
| 8849 | 8852 | ||
| 8850 | ;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21240 46395 727291 | 8853 | ;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21607 54478 300138 |
| 8851 | ;;;;;; 0)) | 8854 | ;;;;;; 641000)) |
| 8852 | ;;; Generated autoloads from erc/erc-log.el | 8855 | ;;; Generated autoloads from erc/erc-log.el |
| 8853 | (autoload 'erc-log-mode "erc-log" nil t) | 8856 | (autoload 'erc-log-mode "erc-log" nil t) |
| 8854 | 8857 | ||
| @@ -8877,8 +8880,8 @@ You can save every individual message by putting this function on | |||
| 8877 | 8880 | ||
| 8878 | ;;;*** | 8881 | ;;;*** |
| 8879 | 8882 | ||
| 8880 | ;;;### (autoloads nil "erc-match" "erc/erc-match.el" (21240 46395 | 8883 | ;;;### (autoloads nil "erc-match" "erc/erc-match.el" (21607 54478 |
| 8881 | ;;;;;; 727291 0)) | 8884 | ;;;;;; 300138 641000)) |
| 8882 | ;;; Generated autoloads from erc/erc-match.el | 8885 | ;;; Generated autoloads from erc/erc-match.el |
| 8883 | (autoload 'erc-match-mode "erc-match") | 8886 | (autoload 'erc-match-mode "erc-match") |
| 8884 | 8887 | ||
| @@ -8924,15 +8927,15 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. | |||
| 8924 | 8927 | ||
| 8925 | ;;;*** | 8928 | ;;;*** |
| 8926 | 8929 | ||
| 8927 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21240 46395 727291 | 8930 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21607 54478 300138 |
| 8928 | ;;;;;; 0)) | 8931 | ;;;;;; 641000)) |
| 8929 | ;;; Generated autoloads from erc/erc-menu.el | 8932 | ;;; Generated autoloads from erc/erc-menu.el |
| 8930 | (autoload 'erc-menu-mode "erc-menu" nil t) | 8933 | (autoload 'erc-menu-mode "erc-menu" nil t) |
| 8931 | 8934 | ||
| 8932 | ;;;*** | 8935 | ;;;*** |
| 8933 | 8936 | ||
| 8934 | ;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (21240 | 8937 | ;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (21607 |
| 8935 | ;;;;;; 46395 727291 0)) | 8938 | ;;;;;; 54478 300138 641000)) |
| 8936 | ;;; Generated autoloads from erc/erc-netsplit.el | 8939 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 8937 | (autoload 'erc-netsplit-mode "erc-netsplit") | 8940 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 8938 | 8941 | ||
| @@ -8943,8 +8946,8 @@ Show who's gone. | |||
| 8943 | 8946 | ||
| 8944 | ;;;*** | 8947 | ;;;*** |
| 8945 | 8948 | ||
| 8946 | ;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (21260 | 8949 | ;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (21607 |
| 8947 | ;;;;;; 55795 711190 0)) | 8950 | ;;;;;; 54478 300138 641000)) |
| 8948 | ;;; Generated autoloads from erc/erc-networks.el | 8951 | ;;; Generated autoloads from erc/erc-networks.el |
| 8949 | 8952 | ||
| 8950 | (autoload 'erc-determine-network "erc-networks" "\ | 8953 | (autoload 'erc-determine-network "erc-networks" "\ |
| @@ -8961,8 +8964,8 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 8961 | 8964 | ||
| 8962 | ;;;*** | 8965 | ;;;*** |
| 8963 | 8966 | ||
| 8964 | ;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21240 46395 | 8967 | ;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21607 54478 |
| 8965 | ;;;;;; 727291 0)) | 8968 | ;;;;;; 300138 641000)) |
| 8966 | ;;; Generated autoloads from erc/erc-notify.el | 8969 | ;;; Generated autoloads from erc/erc-notify.el |
| 8967 | (autoload 'erc-notify-mode "erc-notify" nil t) | 8970 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 8968 | 8971 | ||
| @@ -8980,36 +8983,36 @@ with args, toggle notify status of people. | |||
| 8980 | 8983 | ||
| 8981 | ;;;*** | 8984 | ;;;*** |
| 8982 | 8985 | ||
| 8983 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21240 46395 727291 | 8986 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21607 54478 300138 |
| 8984 | ;;;;;; 0)) | 8987 | ;;;;;; 641000)) |
| 8985 | ;;; Generated autoloads from erc/erc-page.el | 8988 | ;;; Generated autoloads from erc/erc-page.el |
| 8986 | (autoload 'erc-page-mode "erc-page") | 8989 | (autoload 'erc-page-mode "erc-page") |
| 8987 | 8990 | ||
| 8988 | ;;;*** | 8991 | ;;;*** |
| 8989 | 8992 | ||
| 8990 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (21240 | 8993 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (21607 |
| 8991 | ;;;;;; 46395 727291 0)) | 8994 | ;;;;;; 54478 300138 641000)) |
| 8992 | ;;; Generated autoloads from erc/erc-pcomplete.el | 8995 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 8993 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 8996 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 8994 | 8997 | ||
| 8995 | ;;;*** | 8998 | ;;;*** |
| 8996 | 8999 | ||
| 8997 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (21240 46395 | 9000 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (21607 54478 |
| 8998 | ;;;;;; 727291 0)) | 9001 | ;;;;;; 300138 641000)) |
| 8999 | ;;; Generated autoloads from erc/erc-replace.el | 9002 | ;;; Generated autoloads from erc/erc-replace.el |
| 9000 | (autoload 'erc-replace-mode "erc-replace") | 9003 | (autoload 'erc-replace-mode "erc-replace") |
| 9001 | 9004 | ||
| 9002 | ;;;*** | 9005 | ;;;*** |
| 9003 | 9006 | ||
| 9004 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21550 30640 287412 | 9007 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21607 54478 300138 |
| 9005 | ;;;;;; 0)) | 9008 | ;;;;;; 641000)) |
| 9006 | ;;; Generated autoloads from erc/erc-ring.el | 9009 | ;;; Generated autoloads from erc/erc-ring.el |
| 9007 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9010 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 9008 | 9011 | ||
| 9009 | ;;;*** | 9012 | ;;;*** |
| 9010 | 9013 | ||
| 9011 | ;;;### (autoloads nil "erc-services" "erc/erc-services.el" (21240 | 9014 | ;;;### (autoloads nil "erc-services" "erc/erc-services.el" (21607 |
| 9012 | ;;;;;; 46395 727291 0)) | 9015 | ;;;;;; 54478 300138 641000)) |
| 9013 | ;;; Generated autoloads from erc/erc-services.el | 9016 | ;;; Generated autoloads from erc/erc-services.el |
| 9014 | (autoload 'erc-services-mode "erc-services" nil t) | 9017 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9015 | 9018 | ||
| @@ -9026,15 +9029,15 @@ When called interactively, read the password using `read-passwd'. | |||
| 9026 | 9029 | ||
| 9027 | ;;;*** | 9030 | ;;;*** |
| 9028 | 9031 | ||
| 9029 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (21240 46395 | 9032 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (21607 54478 |
| 9030 | ;;;;;; 727291 0)) | 9033 | ;;;;;; 300138 641000)) |
| 9031 | ;;; Generated autoloads from erc/erc-sound.el | 9034 | ;;; Generated autoloads from erc/erc-sound.el |
| 9032 | (autoload 'erc-sound-mode "erc-sound") | 9035 | (autoload 'erc-sound-mode "erc-sound") |
| 9033 | 9036 | ||
| 9034 | ;;;*** | 9037 | ;;;*** |
| 9035 | 9038 | ||
| 9036 | ;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (21240 | 9039 | ;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (21607 |
| 9037 | ;;;;;; 46395 727291 0)) | 9040 | ;;;;;; 54478 300138 641000)) |
| 9038 | ;;; Generated autoloads from erc/erc-speedbar.el | 9041 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9039 | 9042 | ||
| 9040 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ | 9043 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ |
| @@ -9045,22 +9048,22 @@ This will add a speedbar major display mode. | |||
| 9045 | 9048 | ||
| 9046 | ;;;*** | 9049 | ;;;*** |
| 9047 | 9050 | ||
| 9048 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (21240 | 9051 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (21607 |
| 9049 | ;;;;;; 46395 727291 0)) | 9052 | ;;;;;; 54478 300138 641000)) |
| 9050 | ;;; Generated autoloads from erc/erc-spelling.el | 9053 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9051 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9054 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9052 | 9055 | ||
| 9053 | ;;;*** | 9056 | ;;;*** |
| 9054 | 9057 | ||
| 9055 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (21546 33576 | 9058 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (21607 54478 |
| 9056 | ;;;;;; 601815 0)) | 9059 | ;;;;;; 300138 641000)) |
| 9057 | ;;; Generated autoloads from erc/erc-stamp.el | 9060 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9058 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9061 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9059 | 9062 | ||
| 9060 | ;;;*** | 9063 | ;;;*** |
| 9061 | 9064 | ||
| 9062 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21586 4146 | 9065 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21607 54478 |
| 9063 | ;;;;;; 376146 0)) | 9066 | ;;;;;; 300138 641000)) |
| 9064 | ;;; Generated autoloads from erc/erc-track.el | 9067 | ;;; Generated autoloads from erc/erc-track.el |
| 9065 | 9068 | ||
| 9066 | (defvar erc-track-minor-mode nil "\ | 9069 | (defvar erc-track-minor-mode nil "\ |
| @@ -9085,8 +9088,8 @@ keybindings will not do anything useful. | |||
| 9085 | 9088 | ||
| 9086 | ;;;*** | 9089 | ;;;*** |
| 9087 | 9090 | ||
| 9088 | ;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (21240 | 9091 | ;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (21607 |
| 9089 | ;;;;;; 46395 727291 0)) | 9092 | ;;;;;; 54478 300138 641000)) |
| 9090 | ;;; Generated autoloads from erc/erc-truncate.el | 9093 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9091 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9094 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9092 | 9095 | ||
| @@ -9105,8 +9108,8 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9105 | 9108 | ||
| 9106 | ;;;*** | 9109 | ;;;*** |
| 9107 | 9110 | ||
| 9108 | ;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21240 46395 727291 | 9111 | ;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21607 54478 300138 |
| 9109 | ;;;;;; 0)) | 9112 | ;;;;;; 641000)) |
| 9110 | ;;; Generated autoloads from erc/erc-xdcc.el | 9113 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9111 | (autoload 'erc-xdcc-mode "erc-xdcc") | 9114 | (autoload 'erc-xdcc-mode "erc-xdcc") |
| 9112 | 9115 | ||
| @@ -9117,8 +9120,8 @@ Add a file to `erc-xdcc-files'. | |||
| 9117 | 9120 | ||
| 9118 | ;;;*** | 9121 | ;;;*** |
| 9119 | 9122 | ||
| 9120 | ;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21419 62246 751914 | 9123 | ;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21607 54477 800124 |
| 9121 | ;;;;;; 0)) | 9124 | ;;;;;; 118000)) |
| 9122 | ;;; Generated autoloads from emacs-lisp/ert.el | 9125 | ;;; Generated autoloads from emacs-lisp/ert.el |
| 9123 | 9126 | ||
| 9124 | (autoload 'ert-deftest "ert" "\ | 9127 | (autoload 'ert-deftest "ert" "\ |
| @@ -9183,8 +9186,8 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). | |||
| 9183 | 9186 | ||
| 9184 | ;;;*** | 9187 | ;;;*** |
| 9185 | 9188 | ||
| 9186 | ;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (21187 63826 | 9189 | ;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (21607 54477 |
| 9187 | ;;;;;; 213216 0)) | 9190 | ;;;;;; 800124 118000)) |
| 9188 | ;;; Generated autoloads from emacs-lisp/ert-x.el | 9191 | ;;; Generated autoloads from emacs-lisp/ert-x.el |
| 9189 | 9192 | ||
| 9190 | (put 'ert-with-test-buffer 'lisp-indent-function 1) | 9193 | (put 'ert-with-test-buffer 'lisp-indent-function 1) |
| @@ -9196,8 +9199,8 @@ Kill all test buffers that are still live. | |||
| 9196 | 9199 | ||
| 9197 | ;;;*** | 9200 | ;;;*** |
| 9198 | 9201 | ||
| 9199 | ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21213 1461 | 9202 | ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21607 54478 |
| 9200 | ;;;;;; 513511 0)) | 9203 | ;;;;;; 300138 641000)) |
| 9201 | ;;; Generated autoloads from eshell/esh-mode.el | 9204 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9202 | 9205 | ||
| 9203 | (autoload 'eshell-mode "esh-mode" "\ | 9206 | (autoload 'eshell-mode "esh-mode" "\ |
| @@ -9207,8 +9210,8 @@ Emacs shell interactive mode. | |||
| 9207 | 9210 | ||
| 9208 | ;;;*** | 9211 | ;;;*** |
| 9209 | 9212 | ||
| 9210 | ;;;### (autoloads nil "eshell" "eshell/eshell.el" (21403 21396 190131 | 9213 | ;;;### (autoloads nil "eshell" "eshell/eshell.el" (21607 54478 300138 |
| 9211 | ;;;;;; 14000)) | 9214 | ;;;;;; 641000)) |
| 9212 | ;;; Generated autoloads from eshell/eshell.el | 9215 | ;;; Generated autoloads from eshell/eshell.el |
| 9213 | (push (purecopy '(eshell 2 4 2)) package--builtin-versions) | 9216 | (push (purecopy '(eshell 2 4 2)) package--builtin-versions) |
| 9214 | 9217 | ||
| @@ -9243,8 +9246,8 @@ corresponding to a successful execution. | |||
| 9243 | 9246 | ||
| 9244 | ;;;*** | 9247 | ;;;*** |
| 9245 | 9248 | ||
| 9246 | ;;;### (autoloads nil "etags" "progmodes/etags.el" (21240 46395 727291 | 9249 | ;;;### (autoloads nil "etags" "progmodes/etags.el" (21607 54478 800121 |
| 9247 | ;;;;;; 0)) | 9250 | ;;;;;; 42000)) |
| 9248 | ;;; Generated autoloads from progmodes/etags.el | 9251 | ;;; Generated autoloads from progmodes/etags.el |
| 9249 | 9252 | ||
| 9250 | (defvar tags-file-name nil "\ | 9253 | (defvar tags-file-name nil "\ |
| @@ -9552,8 +9555,8 @@ for \\[find-tag] (which see). | |||
| 9552 | 9555 | ||
| 9553 | ;;;*** | 9556 | ;;;*** |
| 9554 | 9557 | ||
| 9555 | ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21187 | 9558 | ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21607 |
| 9556 | ;;;;;; 63826 213216 0)) | 9559 | ;;;;;; 54478 300138 641000)) |
| 9557 | ;;; Generated autoloads from language/ethio-util.el | 9560 | ;;; Generated autoloads from language/ethio-util.el |
| 9558 | 9561 | ||
| 9559 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ | 9562 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ |
| @@ -9721,7 +9724,7 @@ With ARG, insert that many delimiters. | |||
| 9721 | 9724 | ||
| 9722 | ;;;*** | 9725 | ;;;*** |
| 9723 | 9726 | ||
| 9724 | ;;;### (autoloads nil "eudc" "net/eudc.el" (21187 63826 213216 0)) | 9727 | ;;;### (autoloads nil "eudc" "net/eudc.el" (21607 54478 300138 641000)) |
| 9725 | ;;; Generated autoloads from net/eudc.el | 9728 | ;;; Generated autoloads from net/eudc.el |
| 9726 | 9729 | ||
| 9727 | (autoload 'eudc-set-server "eudc" "\ | 9730 | (autoload 'eudc-set-server "eudc" "\ |
| @@ -9775,8 +9778,8 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 9775 | 9778 | ||
| 9776 | ;;;*** | 9779 | ;;;*** |
| 9777 | 9780 | ||
| 9778 | ;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21187 63826 213216 | 9781 | ;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21607 54478 300138 |
| 9779 | ;;;;;; 0)) | 9782 | ;;;;;; 641000)) |
| 9780 | ;;; Generated autoloads from net/eudc-bob.el | 9783 | ;;; Generated autoloads from net/eudc-bob.el |
| 9781 | 9784 | ||
| 9782 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ | 9785 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ |
| @@ -9811,8 +9814,8 @@ Display a button for the JPEG DATA. | |||
| 9811 | 9814 | ||
| 9812 | ;;;*** | 9815 | ;;;*** |
| 9813 | 9816 | ||
| 9814 | ;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (21187 63826 | 9817 | ;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (21607 54478 |
| 9815 | ;;;;;; 213216 0)) | 9818 | ;;;;;; 300138 641000)) |
| 9816 | ;;; Generated autoloads from net/eudc-export.el | 9819 | ;;; Generated autoloads from net/eudc-export.el |
| 9817 | 9820 | ||
| 9818 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ | 9821 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ |
| @@ -9828,8 +9831,8 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 9828 | 9831 | ||
| 9829 | ;;;*** | 9832 | ;;;*** |
| 9830 | 9833 | ||
| 9831 | ;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (21187 | 9834 | ;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (21607 |
| 9832 | ;;;;;; 63826 213216 0)) | 9835 | ;;;;;; 54478 300138 641000)) |
| 9833 | ;;; Generated autoloads from net/eudc-hotlist.el | 9836 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 9834 | 9837 | ||
| 9835 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ | 9838 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ |
| @@ -9839,8 +9842,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 9839 | 9842 | ||
| 9840 | ;;;*** | 9843 | ;;;*** |
| 9841 | 9844 | ||
| 9842 | ;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21187 63826 213216 | 9845 | ;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21607 54477 800124 |
| 9843 | ;;;;;; 0)) | 9846 | ;;;;;; 118000)) |
| 9844 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 9847 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 9845 | 9848 | ||
| 9846 | (autoload 'ewoc-create "ewoc" "\ | 9849 | (autoload 'ewoc-create "ewoc" "\ |
| @@ -9866,7 +9869,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 9866 | 9869 | ||
| 9867 | ;;;*** | 9870 | ;;;*** |
| 9868 | 9871 | ||
| 9869 | ;;;### (autoloads nil "eww" "net/eww.el" (21546 33576 601815 0)) | 9872 | ;;;### (autoloads nil "eww" "net/eww.el" (21628 44513 720130 219000)) |
| 9870 | ;;; Generated autoloads from net/eww.el | 9873 | ;;; Generated autoloads from net/eww.el |
| 9871 | 9874 | ||
| 9872 | (autoload 'eww "eww" "\ | 9875 | (autoload 'eww "eww" "\ |
| @@ -9882,15 +9885,26 @@ Render a file using EWW. | |||
| 9882 | 9885 | ||
| 9883 | \(fn FILE)" t nil) | 9886 | \(fn FILE)" t nil) |
| 9884 | 9887 | ||
| 9888 | (autoload 'eww-search-words "eww" "\ | ||
| 9889 | Search the web for the text between the point and marker. | ||
| 9890 | See the `eww-search-prefix' variable for the search engine used. | ||
| 9891 | |||
| 9892 | \(fn &optional BEG END)" t nil) | ||
| 9893 | |||
| 9885 | (autoload 'eww-browse-url "eww" "\ | 9894 | (autoload 'eww-browse-url "eww" "\ |
| 9886 | 9895 | ||
| 9887 | 9896 | ||
| 9888 | \(fn URL &optional NEW-WINDOW)" nil nil) | 9897 | \(fn URL &optional NEW-WINDOW)" nil nil) |
| 9889 | 9898 | ||
| 9899 | (autoload 'eww-list-bookmarks "eww" "\ | ||
| 9900 | Display the bookmarks. | ||
| 9901 | |||
| 9902 | \(fn)" t nil) | ||
| 9903 | |||
| 9890 | ;;;*** | 9904 | ;;;*** |
| 9891 | 9905 | ||
| 9892 | ;;;### (autoloads nil "executable" "progmodes/executable.el" (21187 | 9906 | ;;;### (autoloads nil "executable" "progmodes/executable.el" (21607 |
| 9893 | ;;;;;; 63826 213216 0)) | 9907 | ;;;;;; 54478 800121 42000)) |
| 9894 | ;;; Generated autoloads from progmodes/executable.el | 9908 | ;;; Generated autoloads from progmodes/executable.el |
| 9895 | 9909 | ||
| 9896 | (autoload 'executable-command-find-posix-p "executable" "\ | 9910 | (autoload 'executable-command-find-posix-p "executable" "\ |
| @@ -9931,7 +9945,7 @@ file modes. | |||
| 9931 | 9945 | ||
| 9932 | ;;;*** | 9946 | ;;;*** |
| 9933 | 9947 | ||
| 9934 | ;;;### (autoloads nil "expand" "expand.el" (21187 63826 213216 0)) | 9948 | ;;;### (autoloads nil "expand" "expand.el" (21607 54478 300138 641000)) |
| 9935 | ;;; Generated autoloads from expand.el | 9949 | ;;; Generated autoloads from expand.el |
| 9936 | 9950 | ||
| 9937 | (autoload 'expand-add-abbrevs "expand" "\ | 9951 | (autoload 'expand-add-abbrevs "expand" "\ |
| @@ -9980,8 +9994,8 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 9980 | 9994 | ||
| 9981 | ;;;*** | 9995 | ;;;*** |
| 9982 | 9996 | ||
| 9983 | ;;;### (autoloads nil "f90" "progmodes/f90.el" (21429 11690 49391 | 9997 | ;;;### (autoloads nil "f90" "progmodes/f90.el" (21607 54478 800121 |
| 9984 | ;;;;;; 0)) | 9998 | ;;;;;; 42000)) |
| 9985 | ;;; Generated autoloads from progmodes/f90.el | 9999 | ;;; Generated autoloads from progmodes/f90.el |
| 9986 | 10000 | ||
| 9987 | (autoload 'f90-mode "f90" "\ | 10001 | (autoload 'f90-mode "f90" "\ |
| @@ -10048,8 +10062,8 @@ with no args, if that value is non-nil. | |||
| 10048 | 10062 | ||
| 10049 | ;;;*** | 10063 | ;;;*** |
| 10050 | 10064 | ||
| 10051 | ;;;### (autoloads nil "face-remap" "face-remap.el" (21241 18251 378509 | 10065 | ;;;### (autoloads nil "face-remap" "face-remap.el" (21607 54478 300138 |
| 10052 | ;;;;;; 0)) | 10066 | ;;;;;; 641000)) |
| 10053 | ;;; Generated autoloads from face-remap.el | 10067 | ;;; Generated autoloads from face-remap.el |
| 10054 | 10068 | ||
| 10055 | (autoload 'face-remap-add-relative "face-remap" "\ | 10069 | (autoload 'face-remap-add-relative "face-remap" "\ |
| @@ -10208,8 +10222,8 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 10208 | 10222 | ||
| 10209 | ;;;*** | 10223 | ;;;*** |
| 10210 | 10224 | ||
| 10211 | ;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21002 1963 769129 | 10225 | ;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21607 54478 |
| 10212 | ;;;;;; 0)) | 10226 | ;;;;;; 300138 641000)) |
| 10213 | ;;; Generated autoloads from mail/feedmail.el | 10227 | ;;; Generated autoloads from mail/feedmail.el |
| 10214 | (push (purecopy '(feedmail 11)) package--builtin-versions) | 10228 | (push (purecopy '(feedmail 11)) package--builtin-versions) |
| 10215 | 10229 | ||
| @@ -10263,7 +10277,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10263 | 10277 | ||
| 10264 | ;;;*** | 10278 | ;;;*** |
| 10265 | 10279 | ||
| 10266 | ;;;### (autoloads nil "ffap" "ffap.el" (21546 33576 601815 0)) | 10280 | ;;;### (autoloads nil "ffap" "ffap.el" (21607 54478 300138 641000)) |
| 10267 | ;;; Generated autoloads from ffap.el | 10281 | ;;; Generated autoloads from ffap.el |
| 10268 | 10282 | ||
| 10269 | (autoload 'ffap-next "ffap" "\ | 10283 | (autoload 'ffap-next "ffap" "\ |
| @@ -10326,8 +10340,8 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10326 | 10340 | ||
| 10327 | ;;;*** | 10341 | ;;;*** |
| 10328 | 10342 | ||
| 10329 | ;;;### (autoloads nil "filecache" "filecache.el" (21265 49588 918402 | 10343 | ;;;### (autoloads nil "filecache" "filecache.el" (21607 54478 300138 |
| 10330 | ;;;;;; 0)) | 10344 | ;;;;;; 641000)) |
| 10331 | ;;; Generated autoloads from filecache.el | 10345 | ;;; Generated autoloads from filecache.el |
| 10332 | 10346 | ||
| 10333 | (autoload 'file-cache-add-directory "filecache" "\ | 10347 | (autoload 'file-cache-add-directory "filecache" "\ |
| @@ -10384,8 +10398,8 @@ the name is considered already unique; only the second substitution | |||
| 10384 | 10398 | ||
| 10385 | ;;;*** | 10399 | ;;;*** |
| 10386 | 10400 | ||
| 10387 | ;;;### (autoloads nil "filenotify" "filenotify.el" (21187 63826 213216 | 10401 | ;;;### (autoloads nil "filenotify" "filenotify.el" (21607 54478 300138 |
| 10388 | ;;;;;; 0)) | 10402 | ;;;;;; 641000)) |
| 10389 | ;;; Generated autoloads from filenotify.el | 10403 | ;;; Generated autoloads from filenotify.el |
| 10390 | 10404 | ||
| 10391 | (autoload 'file-notify-handle-event "filenotify" "\ | 10405 | (autoload 'file-notify-handle-event "filenotify" "\ |
| @@ -10397,8 +10411,8 @@ Otherwise, signal a `file-notify-error'. | |||
| 10397 | 10411 | ||
| 10398 | ;;;*** | 10412 | ;;;*** |
| 10399 | 10413 | ||
| 10400 | ;;;### (autoloads nil "files-x" "files-x.el" (21240 46395 727291 | 10414 | ;;;### (autoloads nil "files-x" "files-x.el" (21607 54478 300138 |
| 10401 | ;;;;;; 0)) | 10415 | ;;;;;; 641000)) |
| 10402 | ;;; Generated autoloads from files-x.el | 10416 | ;;; Generated autoloads from files-x.el |
| 10403 | 10417 | ||
| 10404 | (autoload 'add-file-local-variable "files-x" "\ | 10418 | (autoload 'add-file-local-variable "files-x" "\ |
| @@ -10463,8 +10477,8 @@ Copy directory-local variables to the -*- line. | |||
| 10463 | 10477 | ||
| 10464 | ;;;*** | 10478 | ;;;*** |
| 10465 | 10479 | ||
| 10466 | ;;;### (autoloads nil "filesets" "filesets.el" (21240 46395 727291 | 10480 | ;;;### (autoloads nil "filesets" "filesets.el" (21607 54478 300138 |
| 10467 | ;;;;;; 0)) | 10481 | ;;;;;; 641000)) |
| 10468 | ;;; Generated autoloads from filesets.el | 10482 | ;;; Generated autoloads from filesets.el |
| 10469 | 10483 | ||
| 10470 | (autoload 'filesets-init "filesets" "\ | 10484 | (autoload 'filesets-init "filesets" "\ |
| @@ -10475,8 +10489,8 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10475 | 10489 | ||
| 10476 | ;;;*** | 10490 | ;;;*** |
| 10477 | 10491 | ||
| 10478 | ;;;### (autoloads nil "find-cmd" "find-cmd.el" (21539 60334 648861 | 10492 | ;;;### (autoloads nil "find-cmd" "find-cmd.el" (21607 54478 300138 |
| 10479 | ;;;;;; 0)) | 10493 | ;;;;;; 641000)) |
| 10480 | ;;; Generated autoloads from find-cmd.el | 10494 | ;;; Generated autoloads from find-cmd.el |
| 10481 | (push (purecopy '(find-cmd 0 6)) package--builtin-versions) | 10495 | (push (purecopy '(find-cmd 0 6)) package--builtin-versions) |
| 10482 | 10496 | ||
| @@ -10496,8 +10510,8 @@ result is a string that should be ready for the command line. | |||
| 10496 | 10510 | ||
| 10497 | ;;;*** | 10511 | ;;;*** |
| 10498 | 10512 | ||
| 10499 | ;;;### (autoloads nil "find-dired" "find-dired.el" (21264 57319 597552 | 10513 | ;;;### (autoloads nil "find-dired" "find-dired.el" (21607 54478 300138 |
| 10500 | ;;;;;; 0)) | 10514 | ;;;;;; 641000)) |
| 10501 | ;;; Generated autoloads from find-dired.el | 10515 | ;;; Generated autoloads from find-dired.el |
| 10502 | 10516 | ||
| 10503 | (autoload 'find-dired "find-dired" "\ | 10517 | (autoload 'find-dired "find-dired" "\ |
| @@ -10537,8 +10551,8 @@ use in place of \"-ls\" as the final argument. | |||
| 10537 | 10551 | ||
| 10538 | ;;;*** | 10552 | ;;;*** |
| 10539 | 10553 | ||
| 10540 | ;;;### (autoloads nil "find-file" "find-file.el" (21240 46395 727291 | 10554 | ;;;### (autoloads nil "find-file" "find-file.el" (21607 54478 300138 |
| 10541 | ;;;;;; 0)) | 10555 | ;;;;;; 641000)) |
| 10542 | ;;; Generated autoloads from find-file.el | 10556 | ;;; Generated autoloads from find-file.el |
| 10543 | 10557 | ||
| 10544 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ | 10558 | (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ |
| @@ -10628,8 +10642,8 @@ Visit the file you click on in another window. | |||
| 10628 | 10642 | ||
| 10629 | ;;;*** | 10643 | ;;;*** |
| 10630 | 10644 | ||
| 10631 | ;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (21419 | 10645 | ;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (21607 |
| 10632 | ;;;;;; 62246 751914 0)) | 10646 | ;;;;;; 54477 800124 118000)) |
| 10633 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10647 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10634 | 10648 | ||
| 10635 | (autoload 'find-library "find-func" "\ | 10649 | (autoload 'find-library "find-func" "\ |
| @@ -10787,8 +10801,8 @@ Define some key bindings for the find-function family of functions. | |||
| 10787 | 10801 | ||
| 10788 | ;;;*** | 10802 | ;;;*** |
| 10789 | 10803 | ||
| 10790 | ;;;### (autoloads nil "find-lisp" "find-lisp.el" (21187 63826 213216 | 10804 | ;;;### (autoloads nil "find-lisp" "find-lisp.el" (21607 54478 300138 |
| 10791 | ;;;;;; 0)) | 10805 | ;;;;;; 641000)) |
| 10792 | ;;; Generated autoloads from find-lisp.el | 10806 | ;;; Generated autoloads from find-lisp.el |
| 10793 | 10807 | ||
| 10794 | (autoload 'find-lisp-find-dired "find-lisp" "\ | 10808 | (autoload 'find-lisp-find-dired "find-lisp" "\ |
| @@ -10808,7 +10822,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP. | |||
| 10808 | 10822 | ||
| 10809 | ;;;*** | 10823 | ;;;*** |
| 10810 | 10824 | ||
| 10811 | ;;;### (autoloads nil "finder" "finder.el" (21429 11690 49391 0)) | 10825 | ;;;### (autoloads nil "finder" "finder.el" (21607 54478 300138 641000)) |
| 10812 | ;;; Generated autoloads from finder.el | 10826 | ;;; Generated autoloads from finder.el |
| 10813 | (push (purecopy '(finder 1 0)) package--builtin-versions) | 10827 | (push (purecopy '(finder 1 0)) package--builtin-versions) |
| 10814 | 10828 | ||
| @@ -10830,8 +10844,8 @@ Find packages matching a given keyword. | |||
| 10830 | 10844 | ||
| 10831 | ;;;*** | 10845 | ;;;*** |
| 10832 | 10846 | ||
| 10833 | ;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21240 46395 727291 | 10847 | ;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21607 54478 300138 |
| 10834 | ;;;;;; 0)) | 10848 | ;;;;;; 641000)) |
| 10835 | ;;; Generated autoloads from flow-ctrl.el | 10849 | ;;; Generated autoloads from flow-ctrl.el |
| 10836 | 10850 | ||
| 10837 | (autoload 'enable-flow-control "flow-ctrl" "\ | 10851 | (autoload 'enable-flow-control "flow-ctrl" "\ |
| @@ -10852,8 +10866,8 @@ to get the effect of a C-q. | |||
| 10852 | 10866 | ||
| 10853 | ;;;*** | 10867 | ;;;*** |
| 10854 | 10868 | ||
| 10855 | ;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (21187 63826 | 10869 | ;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (21607 54478 |
| 10856 | ;;;;;; 213216 0)) | 10870 | ;;;;;; 300138 641000)) |
| 10857 | ;;; Generated autoloads from gnus/flow-fill.el | 10871 | ;;; Generated autoloads from gnus/flow-fill.el |
| 10858 | 10872 | ||
| 10859 | (autoload 'fill-flowed-encode "flow-fill" "\ | 10873 | (autoload 'fill-flowed-encode "flow-fill" "\ |
| @@ -10868,8 +10882,8 @@ to get the effect of a C-q. | |||
| 10868 | 10882 | ||
| 10869 | ;;;*** | 10883 | ;;;*** |
| 10870 | 10884 | ||
| 10871 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21245 64312 | 10885 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21607 54478 |
| 10872 | ;;;;;; 799897 0)) | 10886 | ;;;;;; 800121 42000)) |
| 10873 | ;;; Generated autoloads from progmodes/flymake.el | 10887 | ;;; Generated autoloads from progmodes/flymake.el |
| 10874 | (push (purecopy '(flymake 0 3)) package--builtin-versions) | 10888 | (push (purecopy '(flymake 0 3)) package--builtin-versions) |
| 10875 | 10889 | ||
| @@ -10899,8 +10913,8 @@ Turn flymake mode off. | |||
| 10899 | 10913 | ||
| 10900 | ;;;*** | 10914 | ;;;*** |
| 10901 | 10915 | ||
| 10902 | ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21240 46395 | 10916 | ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21607 54478 |
| 10903 | ;;;;;; 727291 0)) | 10917 | ;;;;;; 800121 42000)) |
| 10904 | ;;; Generated autoloads from textmodes/flyspell.el | 10918 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10905 | 10919 | ||
| 10906 | (autoload 'flyspell-prog-mode "flyspell" "\ | 10920 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -10970,14 +10984,14 @@ Flyspell whole buffer. | |||
| 10970 | 10984 | ||
| 10971 | ;;;*** | 10985 | ;;;*** |
| 10972 | 10986 | ||
| 10973 | ;;;### (autoloads nil "foldout" "foldout.el" (21240 46395 727291 | 10987 | ;;;### (autoloads nil "foldout" "foldout.el" (21607 54478 300138 |
| 10974 | ;;;;;; 0)) | 10988 | ;;;;;; 641000)) |
| 10975 | ;;; Generated autoloads from foldout.el | 10989 | ;;; Generated autoloads from foldout.el |
| 10976 | (push (purecopy '(foldout 1 10)) package--builtin-versions) | 10990 | (push (purecopy '(foldout 1 10)) package--builtin-versions) |
| 10977 | 10991 | ||
| 10978 | ;;;*** | 10992 | ;;;*** |
| 10979 | 10993 | ||
| 10980 | ;;;### (autoloads nil "follow" "follow.el" (21240 46395 727291 0)) | 10994 | ;;;### (autoloads nil "follow" "follow.el" (21607 54478 300138 641000)) |
| 10981 | ;;; Generated autoloads from follow.el | 10995 | ;;; Generated autoloads from follow.el |
| 10982 | 10996 | ||
| 10983 | (autoload 'turn-on-follow-mode "follow" "\ | 10997 | (autoload 'turn-on-follow-mode "follow" "\ |
| @@ -11045,8 +11059,8 @@ selected if the original window is the first one in the frame. | |||
| 11045 | 11059 | ||
| 11046 | ;;;*** | 11060 | ;;;*** |
| 11047 | 11061 | ||
| 11048 | ;;;### (autoloads nil "footnote" "mail/footnote.el" (21187 63826 | 11062 | ;;;### (autoloads nil "footnote" "mail/footnote.el" (21607 54478 |
| 11049 | ;;;;;; 213216 0)) | 11063 | ;;;;;; 300138 641000)) |
| 11050 | ;;; Generated autoloads from mail/footnote.el | 11064 | ;;; Generated autoloads from mail/footnote.el |
| 11051 | (push (purecopy '(footnote 0 19)) package--builtin-versions) | 11065 | (push (purecopy '(footnote 0 19)) package--builtin-versions) |
| 11052 | 11066 | ||
| @@ -11065,7 +11079,7 @@ play around with the following keys: | |||
| 11065 | 11079 | ||
| 11066 | ;;;*** | 11080 | ;;;*** |
| 11067 | 11081 | ||
| 11068 | ;;;### (autoloads nil "forms" "forms.el" (21187 63826 213216 0)) | 11082 | ;;;### (autoloads nil "forms" "forms.el" (21607 54478 300138 641000)) |
| 11069 | ;;; Generated autoloads from forms.el | 11083 | ;;; Generated autoloads from forms.el |
| 11070 | 11084 | ||
| 11071 | (autoload 'forms-mode "forms" "\ | 11085 | (autoload 'forms-mode "forms" "\ |
| @@ -11101,8 +11115,8 @@ Visit a file in Forms mode in other window. | |||
| 11101 | 11115 | ||
| 11102 | ;;;*** | 11116 | ;;;*** |
| 11103 | 11117 | ||
| 11104 | ;;;### (autoloads nil "fortran" "progmodes/fortran.el" (21187 63826 | 11118 | ;;;### (autoloads nil "fortran" "progmodes/fortran.el" (21607 54478 |
| 11105 | ;;;;;; 213216 0)) | 11119 | ;;;;;; 800121 42000)) |
| 11106 | ;;; Generated autoloads from progmodes/fortran.el | 11120 | ;;; Generated autoloads from progmodes/fortran.el |
| 11107 | 11121 | ||
| 11108 | (autoload 'fortran-mode "fortran" "\ | 11122 | (autoload 'fortran-mode "fortran" "\ |
| @@ -11179,8 +11193,8 @@ with no args, if that value is non-nil. | |||
| 11179 | 11193 | ||
| 11180 | ;;;*** | 11194 | ;;;*** |
| 11181 | 11195 | ||
| 11182 | ;;;### (autoloads nil "fortune" "play/fortune.el" (21187 63826 213216 | 11196 | ;;;### (autoloads nil "fortune" "play/fortune.el" (21607 54478 800121 |
| 11183 | ;;;;;; 0)) | 11197 | ;;;;;; 42000)) |
| 11184 | ;;; Generated autoloads from play/fortune.el | 11198 | ;;; Generated autoloads from play/fortune.el |
| 11185 | 11199 | ||
| 11186 | (autoload 'fortune-add-fortune "fortune" "\ | 11200 | (autoload 'fortune-add-fortune "fortune" "\ |
| @@ -11228,8 +11242,8 @@ and choose the directory as the fortune-file. | |||
| 11228 | 11242 | ||
| 11229 | ;;;*** | 11243 | ;;;*** |
| 11230 | 11244 | ||
| 11231 | ;;;### (autoloads nil "frameset" "frameset.el" (21549 9768 351453 | 11245 | ;;;### (autoloads nil "frameset" "frameset.el" (21607 54478 300138 |
| 11232 | ;;;;;; 0)) | 11246 | ;;;;;; 641000)) |
| 11233 | ;;; Generated autoloads from frameset.el | 11247 | ;;; Generated autoloads from frameset.el |
| 11234 | 11248 | ||
| 11235 | (defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ | 11249 | (defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ |
| @@ -11415,15 +11429,15 @@ Interactively, reads the register using `register-read-with-preview'. | |||
| 11415 | 11429 | ||
| 11416 | ;;;*** | 11430 | ;;;*** |
| 11417 | 11431 | ||
| 11418 | ;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (21187 63826 | 11432 | ;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (21607 54478 |
| 11419 | ;;;;;; 213216 0)) | 11433 | ;;;;;; 800121 42000)) |
| 11420 | ;;; Generated autoloads from play/gamegrid.el | 11434 | ;;; Generated autoloads from play/gamegrid.el |
| 11421 | (push (purecopy '(gamegrid 1 2)) package--builtin-versions) | 11435 | (push (purecopy '(gamegrid 1 2)) package--builtin-versions) |
| 11422 | 11436 | ||
| 11423 | ;;;*** | 11437 | ;;;*** |
| 11424 | 11438 | ||
| 11425 | ;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (21350 58112 | 11439 | ;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (21607 54478 |
| 11426 | ;;;;;; 380040 0)) | 11440 | ;;;;;; 800121 42000)) |
| 11427 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11441 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 11428 | 11442 | ||
| 11429 | (defvar gdb-enable-debug nil "\ | 11443 | (defvar gdb-enable-debug nil "\ |
| @@ -11500,8 +11514,8 @@ detailed description of this mode. | |||
| 11500 | 11514 | ||
| 11501 | ;;;*** | 11515 | ;;;*** |
| 11502 | 11516 | ||
| 11503 | ;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (21202 31159 | 11517 | ;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (21607 54477 |
| 11504 | ;;;;;; 541460 0)) | 11518 | ;;;;;; 800124 118000)) |
| 11505 | ;;; Generated autoloads from emacs-lisp/generic.el | 11519 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11506 | 11520 | ||
| 11507 | (defvar generic-mode-list nil "\ | 11521 | (defvar generic-mode-list nil "\ |
| @@ -11581,8 +11595,8 @@ regular expression that can be used as an element of | |||
| 11581 | 11595 | ||
| 11582 | ;;;*** | 11596 | ;;;*** |
| 11583 | 11597 | ||
| 11584 | ;;;### (autoloads nil "glasses" "progmodes/glasses.el" (21187 63826 | 11598 | ;;;### (autoloads nil "glasses" "progmodes/glasses.el" (21607 54478 |
| 11585 | ;;;;;; 213216 0)) | 11599 | ;;;;;; 800121 42000)) |
| 11586 | ;;; Generated autoloads from progmodes/glasses.el | 11600 | ;;; Generated autoloads from progmodes/glasses.el |
| 11587 | 11601 | ||
| 11588 | (autoload 'glasses-mode "glasses" "\ | 11602 | (autoload 'glasses-mode "glasses" "\ |
| @@ -11596,8 +11610,8 @@ add virtual separators (like underscores) at places they belong to. | |||
| 11596 | 11610 | ||
| 11597 | ;;;*** | 11611 | ;;;*** |
| 11598 | 11612 | ||
| 11599 | ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21326 22692 | 11613 | ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21607 54478 |
| 11600 | ;;;;;; 123234 0)) | 11614 | ;;;;;; 300138 641000)) |
| 11601 | ;;; Generated autoloads from gnus/gmm-utils.el | 11615 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11602 | 11616 | ||
| 11603 | (autoload 'gmm-regexp-concat "gmm-utils" "\ | 11617 | (autoload 'gmm-regexp-concat "gmm-utils" "\ |
| @@ -11651,7 +11665,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11651 | 11665 | ||
| 11652 | ;;;*** | 11666 | ;;;*** |
| 11653 | 11667 | ||
| 11654 | ;;;### (autoloads nil "gnus" "gnus/gnus.el" (21582 7079 522747 0)) | 11668 | ;;;### (autoloads nil "gnus" "gnus/gnus.el" (21607 54478 300138 641000)) |
| 11655 | ;;; Generated autoloads from gnus/gnus.el | 11669 | ;;; Generated autoloads from gnus/gnus.el |
| 11656 | (push (purecopy '(gnus 5 13)) package--builtin-versions) | 11670 | (push (purecopy '(gnus 5 13)) package--builtin-versions) |
| 11657 | (when (fboundp 'custom-autoload) | 11671 | (when (fboundp 'custom-autoload) |
| @@ -11701,8 +11715,8 @@ prompt the user for the name of an NNTP server to use. | |||
| 11701 | 11715 | ||
| 11702 | ;;;*** | 11716 | ;;;*** |
| 11703 | 11717 | ||
| 11704 | ;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21274 64565 | 11718 | ;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21607 54478 |
| 11705 | ;;;;;; 737222 0)) | 11719 | ;;;;;; 300138 641000)) |
| 11706 | ;;; Generated autoloads from gnus/gnus-agent.el | 11720 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11707 | 11721 | ||
| 11708 | (autoload 'gnus-unplugged "gnus-agent" "\ | 11722 | (autoload 'gnus-unplugged "gnus-agent" "\ |
| @@ -11792,8 +11806,8 @@ CLEAN is obsolete and ignored. | |||
| 11792 | 11806 | ||
| 11793 | ;;;*** | 11807 | ;;;*** |
| 11794 | 11808 | ||
| 11795 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21546 33576 | 11809 | ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21623 2108 292281 |
| 11796 | ;;;;;; 601815 0)) | 11810 | ;;;;;; 129000)) |
| 11797 | ;;; Generated autoloads from gnus/gnus-art.el | 11811 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11798 | 11812 | ||
| 11799 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11813 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -11803,8 +11817,8 @@ Make the current buffer look like a nice article. | |||
| 11803 | 11817 | ||
| 11804 | ;;;*** | 11818 | ;;;*** |
| 11805 | 11819 | ||
| 11806 | ;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (21187 | 11820 | ;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (21607 |
| 11807 | ;;;;;; 63826 213216 0)) | 11821 | ;;;;;; 54478 300138 641000)) |
| 11808 | ;;; Generated autoloads from gnus/gnus-bookmark.el | 11822 | ;;; Generated autoloads from gnus/gnus-bookmark.el |
| 11809 | 11823 | ||
| 11810 | (autoload 'gnus-bookmark-set "gnus-bookmark" "\ | 11824 | (autoload 'gnus-bookmark-set "gnus-bookmark" "\ |
| @@ -11827,8 +11841,8 @@ deletion, or > if it is flagged for displaying. | |||
| 11827 | 11841 | ||
| 11828 | ;;;*** | 11842 | ;;;*** |
| 11829 | 11843 | ||
| 11830 | ;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21296 1575 | 11844 | ;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21607 54478 |
| 11831 | ;;;;;; 438327 0)) | 11845 | ;;;;;; 300138 641000)) |
| 11832 | ;;; Generated autoloads from gnus/gnus-cache.el | 11846 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11833 | 11847 | ||
| 11834 | (autoload 'gnus-jog-cache "gnus-cache" "\ | 11848 | (autoload 'gnus-jog-cache "gnus-cache" "\ |
| @@ -11869,8 +11883,8 @@ supported. | |||
| 11869 | 11883 | ||
| 11870 | ;;;*** | 11884 | ;;;*** |
| 11871 | 11885 | ||
| 11872 | ;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (21584 48809 | 11886 | ;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (21607 54478 |
| 11873 | ;;;;;; 507899 0)) | 11887 | ;;;;;; 300138 641000)) |
| 11874 | ;;; Generated autoloads from gnus/gnus-delay.el | 11888 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11875 | 11889 | ||
| 11876 | (autoload 'gnus-delay-article "gnus-delay" "\ | 11890 | (autoload 'gnus-delay-article "gnus-delay" "\ |
| @@ -11905,8 +11919,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11905 | 11919 | ||
| 11906 | ;;;*** | 11920 | ;;;*** |
| 11907 | 11921 | ||
| 11908 | ;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (21187 63826 | 11922 | ;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (21607 54478 |
| 11909 | ;;;;;; 213216 0)) | 11923 | ;;;;;; 300138 641000)) |
| 11910 | ;;; Generated autoloads from gnus/gnus-diary.el | 11924 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 11911 | 11925 | ||
| 11912 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ | 11926 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ |
| @@ -11921,8 +11935,8 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11921 | 11935 | ||
| 11922 | ;;;*** | 11936 | ;;;*** |
| 11923 | 11937 | ||
| 11924 | ;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (21187 63826 | 11938 | ;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (21607 54478 |
| 11925 | ;;;;;; 213216 0)) | 11939 | ;;;;;; 300138 641000)) |
| 11926 | ;;; Generated autoloads from gnus/gnus-dired.el | 11940 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 11927 | 11941 | ||
| 11928 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ | 11942 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ |
| @@ -11932,8 +11946,8 @@ Convenience method to turn on gnus-dired-mode. | |||
| 11932 | 11946 | ||
| 11933 | ;;;*** | 11947 | ;;;*** |
| 11934 | 11948 | ||
| 11935 | ;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (21187 63826 | 11949 | ;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (21607 54478 |
| 11936 | ;;;;;; 213216 0)) | 11950 | ;;;;;; 300138 641000)) |
| 11937 | ;;; Generated autoloads from gnus/gnus-draft.el | 11951 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 11938 | 11952 | ||
| 11939 | (autoload 'gnus-draft-reminder "gnus-draft" "\ | 11953 | (autoload 'gnus-draft-reminder "gnus-draft" "\ |
| @@ -11943,8 +11957,8 @@ Reminder user if there are unsent drafts. | |||
| 11943 | 11957 | ||
| 11944 | ;;;*** | 11958 | ;;;*** |
| 11945 | 11959 | ||
| 11946 | ;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21546 33576 | 11960 | ;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21607 54478 |
| 11947 | ;;;;;; 601815 0)) | 11961 | ;;;;;; 300138 641000)) |
| 11948 | ;;; Generated autoloads from gnus/gnus-fun.el | 11962 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 11949 | 11963 | ||
| 11950 | (autoload 'gnus--random-face-with-type "gnus-fun" "\ | 11964 | (autoload 'gnus--random-face-with-type "gnus-fun" "\ |
| @@ -12009,8 +12023,8 @@ Insert a random Face header from `gnus-face-directory'. | |||
| 12009 | 12023 | ||
| 12010 | ;;;*** | 12024 | ;;;*** |
| 12011 | 12025 | ||
| 12012 | ;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21187 | 12026 | ;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21607 |
| 12013 | ;;;;;; 63826 213216 0)) | 12027 | ;;;;;; 54478 300138 641000)) |
| 12014 | ;;; Generated autoloads from gnus/gnus-gravatar.el | 12028 | ;;; Generated autoloads from gnus/gnus-gravatar.el |
| 12015 | 12029 | ||
| 12016 | (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ | 12030 | (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ |
| @@ -12027,8 +12041,8 @@ If gravatars are already displayed, remove them. | |||
| 12027 | 12041 | ||
| 12028 | ;;;*** | 12042 | ;;;*** |
| 12029 | 12043 | ||
| 12030 | ;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21296 1575 | 12044 | ;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21607 54478 |
| 12031 | ;;;;;; 438327 0)) | 12045 | ;;;;;; 300138 641000)) |
| 12032 | ;;; Generated autoloads from gnus/gnus-group.el | 12046 | ;;; Generated autoloads from gnus/gnus-group.el |
| 12033 | 12047 | ||
| 12034 | (autoload 'gnus-fetch-group "gnus-group" "\ | 12048 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| @@ -12045,8 +12059,8 @@ Pop up a frame and enter GROUP. | |||
| 12045 | 12059 | ||
| 12046 | ;;;*** | 12060 | ;;;*** |
| 12047 | 12061 | ||
| 12048 | ;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21296 1575 | 12062 | ;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21607 54478 |
| 12049 | ;;;;;; 438327 0)) | 12063 | ;;;;;; 300138 641000)) |
| 12050 | ;;; Generated autoloads from gnus/gnus-html.el | 12064 | ;;; Generated autoloads from gnus/gnus-html.el |
| 12051 | 12065 | ||
| 12052 | (autoload 'gnus-article-html "gnus-html" "\ | 12066 | (autoload 'gnus-article-html "gnus-html" "\ |
| @@ -12061,8 +12075,8 @@ Pop up a frame and enter GROUP. | |||
| 12061 | 12075 | ||
| 12062 | ;;;*** | 12076 | ;;;*** |
| 12063 | 12077 | ||
| 12064 | ;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (21187 63826 | 12078 | ;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (21607 54478 |
| 12065 | ;;;;;; 213216 0)) | 12079 | ;;;;;; 300138 641000)) |
| 12066 | ;;; Generated autoloads from gnus/gnus-kill.el | 12080 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 12067 | 12081 | ||
| 12068 | (defalias 'gnus-batch-kill 'gnus-batch-score) | 12082 | (defalias 'gnus-batch-kill 'gnus-batch-score) |
| @@ -12075,8 +12089,8 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 12075 | 12089 | ||
| 12076 | ;;;*** | 12090 | ;;;*** |
| 12077 | 12091 | ||
| 12078 | ;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21187 63826 213216 | 12092 | ;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21607 54478 300138 |
| 12079 | ;;;;;; 0)) | 12093 | ;;;;;; 641000)) |
| 12080 | ;;; Generated autoloads from gnus/gnus-ml.el | 12094 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 12081 | 12095 | ||
| 12082 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ | 12096 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ |
| @@ -12099,8 +12113,8 @@ Minor mode for providing mailing-list commands. | |||
| 12099 | 12113 | ||
| 12100 | ;;;*** | 12114 | ;;;*** |
| 12101 | 12115 | ||
| 12102 | ;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21296 1575 | 12116 | ;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21607 54478 |
| 12103 | ;;;;;; 438327 0)) | 12117 | ;;;;;; 300138 641000)) |
| 12104 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 12118 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 12105 | 12119 | ||
| 12106 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ | 12120 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ |
| @@ -12200,8 +12214,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 12200 | 12214 | ||
| 12201 | ;;;*** | 12215 | ;;;*** |
| 12202 | 12216 | ||
| 12203 | ;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21467 26920 | 12217 | ;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21607 54478 |
| 12204 | ;;;;;; 243336 0)) | 12218 | ;;;;;; 300138 641000)) |
| 12205 | ;;; Generated autoloads from gnus/gnus-msg.el | 12219 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 12206 | 12220 | ||
| 12207 | (autoload 'gnus-msg-mail "gnus-msg" "\ | 12221 | (autoload 'gnus-msg-mail "gnus-msg" "\ |
| @@ -12228,7 +12242,7 @@ Like `message-reply'. | |||
| 12228 | ;;;*** | 12242 | ;;;*** |
| 12229 | 12243 | ||
| 12230 | ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" | 12244 | ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" |
| 12231 | ;;;;;; (21296 1575 438327 0)) | 12245 | ;;;;;; (21607 54478 300138 641000)) |
| 12232 | ;;; Generated autoloads from gnus/gnus-notifications.el | 12246 | ;;; Generated autoloads from gnus/gnus-notifications.el |
| 12233 | 12247 | ||
| 12234 | (autoload 'gnus-notifications "gnus-notifications" "\ | 12248 | (autoload 'gnus-notifications "gnus-notifications" "\ |
| @@ -12244,8 +12258,8 @@ This is typically a function to add in | |||
| 12244 | 12258 | ||
| 12245 | ;;;*** | 12259 | ;;;*** |
| 12246 | 12260 | ||
| 12247 | ;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21296 1575 | 12261 | ;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21607 54478 |
| 12248 | ;;;;;; 438327 0)) | 12262 | ;;;;;; 300138 641000)) |
| 12249 | ;;; Generated autoloads from gnus/gnus-picon.el | 12263 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 12250 | 12264 | ||
| 12251 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ | 12265 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ |
| @@ -12268,8 +12282,8 @@ If picons are already displayed, remove them. | |||
| 12268 | 12282 | ||
| 12269 | ;;;*** | 12283 | ;;;*** |
| 12270 | 12284 | ||
| 12271 | ;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (21187 63826 | 12285 | ;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (21607 54478 |
| 12272 | ;;;;;; 213216 0)) | 12286 | ;;;;;; 300138 641000)) |
| 12273 | ;;; Generated autoloads from gnus/gnus-range.el | 12287 | ;;; Generated autoloads from gnus/gnus-range.el |
| 12274 | 12288 | ||
| 12275 | (autoload 'gnus-sorted-difference "gnus-range" "\ | 12289 | (autoload 'gnus-sorted-difference "gnus-range" "\ |
| @@ -12336,8 +12350,8 @@ Add NUM into sorted LIST by side effect. | |||
| 12336 | 12350 | ||
| 12337 | ;;;*** | 12351 | ;;;*** |
| 12338 | 12352 | ||
| 12339 | ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21350 | 12353 | ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21607 |
| 12340 | ;;;;;; 58112 380040 0)) | 12354 | ;;;;;; 54478 300138 641000)) |
| 12341 | ;;; Generated autoloads from gnus/gnus-registry.el | 12355 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12342 | 12356 | ||
| 12343 | (autoload 'gnus-registry-initialize "gnus-registry" "\ | 12357 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| @@ -12352,8 +12366,8 @@ Install the registry hooks. | |||
| 12352 | 12366 | ||
| 12353 | ;;;*** | 12367 | ;;;*** |
| 12354 | 12368 | ||
| 12355 | ;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (21187 63826 | 12369 | ;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (21607 54478 |
| 12356 | ;;;;;; 213216 0)) | 12370 | ;;;;;; 300138 641000)) |
| 12357 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12371 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12358 | 12372 | ||
| 12359 | (autoload 'gnus-sieve-update "gnus-sieve" "\ | 12373 | (autoload 'gnus-sieve-update "gnus-sieve" "\ |
| @@ -12380,8 +12394,8 @@ See the documentation for these variables and functions for details. | |||
| 12380 | 12394 | ||
| 12381 | ;;;*** | 12395 | ;;;*** |
| 12382 | 12396 | ||
| 12383 | ;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21296 1575 | 12397 | ;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21607 54478 |
| 12384 | ;;;;;; 438327 0)) | 12398 | ;;;;;; 300138 641000)) |
| 12385 | ;;; Generated autoloads from gnus/gnus-spec.el | 12399 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12386 | 12400 | ||
| 12387 | (autoload 'gnus-update-format "gnus-spec" "\ | 12401 | (autoload 'gnus-update-format "gnus-spec" "\ |
| @@ -12391,8 +12405,8 @@ Update the format specification near point. | |||
| 12391 | 12405 | ||
| 12392 | ;;;*** | 12406 | ;;;*** |
| 12393 | 12407 | ||
| 12394 | ;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21566 18857 | 12408 | ;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21620 25920 |
| 12395 | ;;;;;; 282099 0)) | 12409 | ;;;;;; 601566 783000)) |
| 12396 | ;;; Generated autoloads from gnus/gnus-start.el | 12410 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12397 | 12411 | ||
| 12398 | (autoload 'gnus-declare-backend "gnus-start" "\ | 12412 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| @@ -12402,8 +12416,8 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12402 | 12416 | ||
| 12403 | ;;;*** | 12417 | ;;;*** |
| 12404 | 12418 | ||
| 12405 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21584 48809 | 12419 | ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21623 2108 292281 |
| 12406 | ;;;;;; 507899 0)) | 12420 | ;;;;;; 129000)) |
| 12407 | ;;; Generated autoloads from gnus/gnus-sum.el | 12421 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12408 | 12422 | ||
| 12409 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12423 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12414,8 +12428,8 @@ BOOKMARK is a bookmark name or a bookmark record. | |||
| 12414 | 12428 | ||
| 12415 | ;;;*** | 12429 | ;;;*** |
| 12416 | 12430 | ||
| 12417 | ;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (21187 63826 | 12431 | ;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (21607 54478 |
| 12418 | ;;;;;; 213216 0)) | 12432 | ;;;;;; 300138 641000)) |
| 12419 | ;;; Generated autoloads from gnus/gnus-sync.el | 12433 | ;;; Generated autoloads from gnus/gnus-sync.el |
| 12420 | 12434 | ||
| 12421 | (autoload 'gnus-sync-initialize "gnus-sync" "\ | 12435 | (autoload 'gnus-sync-initialize "gnus-sync" "\ |
| @@ -12430,8 +12444,8 @@ Install the sync hooks. | |||
| 12430 | 12444 | ||
| 12431 | ;;;*** | 12445 | ;;;*** |
| 12432 | 12446 | ||
| 12433 | ;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (21187 63826 | 12447 | ;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (21607 54478 |
| 12434 | ;;;;;; 213216 0)) | 12448 | ;;;;;; 300138 641000)) |
| 12435 | ;;; Generated autoloads from gnus/gnus-win.el | 12449 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12436 | 12450 | ||
| 12437 | (autoload 'gnus-add-configuration "gnus-win" "\ | 12451 | (autoload 'gnus-add-configuration "gnus-win" "\ |
| @@ -12441,8 +12455,8 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12441 | 12455 | ||
| 12442 | ;;;*** | 12456 | ;;;*** |
| 12443 | 12457 | ||
| 12444 | ;;;### (autoloads nil "gnutls" "net/gnutls.el" (21570 15914 957442 | 12458 | ;;;### (autoloads nil "gnutls" "net/gnutls.el" (21620 46140 530123 |
| 12445 | ;;;;;; 0)) | 12459 | ;;;;;; 341000)) |
| 12446 | ;;; Generated autoloads from net/gnutls.el | 12460 | ;;; Generated autoloads from net/gnutls.el |
| 12447 | 12461 | ||
| 12448 | (defvar gnutls-min-prime-bits 256 "\ | 12462 | (defvar gnutls-min-prime-bits 256 "\ |
| @@ -12458,8 +12472,8 @@ A value of nil says to use the default GnuTLS value.") | |||
| 12458 | 12472 | ||
| 12459 | ;;;*** | 12473 | ;;;*** |
| 12460 | 12474 | ||
| 12461 | ;;;### (autoloads nil "gomoku" "play/gomoku.el" (21240 46395 727291 | 12475 | ;;;### (autoloads nil "gomoku" "play/gomoku.el" (21607 54478 800121 |
| 12462 | ;;;;;; 0)) | 12476 | ;;;;;; 42000)) |
| 12463 | ;;; Generated autoloads from play/gomoku.el | 12477 | ;;; Generated autoloads from play/gomoku.el |
| 12464 | 12478 | ||
| 12465 | (autoload 'gomoku "gomoku" "\ | 12479 | (autoload 'gomoku "gomoku" "\ |
| @@ -12485,8 +12499,8 @@ Use \\[describe-mode] for more info. | |||
| 12485 | 12499 | ||
| 12486 | ;;;*** | 12500 | ;;;*** |
| 12487 | 12501 | ||
| 12488 | ;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (21240 46395 | 12502 | ;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (21607 54478 |
| 12489 | ;;;;;; 727291 0)) | 12503 | ;;;;;; 300138 641000)) |
| 12490 | ;;; Generated autoloads from net/goto-addr.el | 12504 | ;;; Generated autoloads from net/goto-addr.el |
| 12491 | 12505 | ||
| 12492 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") | 12506 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") |
| @@ -12527,8 +12541,8 @@ Like `goto-address-mode', but only for comments and strings. | |||
| 12527 | 12541 | ||
| 12528 | ;;;*** | 12542 | ;;;*** |
| 12529 | 12543 | ||
| 12530 | ;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21296 1575 438327 | 12544 | ;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21607 54478 |
| 12531 | ;;;;;; 0)) | 12545 | ;;;;;; 300138 641000)) |
| 12532 | ;;; Generated autoloads from gnus/gravatar.el | 12546 | ;;; Generated autoloads from gnus/gravatar.el |
| 12533 | 12547 | ||
| 12534 | (autoload 'gravatar-retrieve "gravatar" "\ | 12548 | (autoload 'gravatar-retrieve "gravatar" "\ |
| @@ -12544,8 +12558,8 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12544 | 12558 | ||
| 12545 | ;;;*** | 12559 | ;;;*** |
| 12546 | 12560 | ||
| 12547 | ;;;### (autoloads nil "grep" "progmodes/grep.el" (21542 36519 256429 | 12561 | ;;;### (autoloads nil "grep" "progmodes/grep.el" (21612 31801 50825 |
| 12548 | ;;;;;; 0)) | 12562 | ;;;;;; 711000)) |
| 12549 | ;;; Generated autoloads from progmodes/grep.el | 12563 | ;;; Generated autoloads from progmodes/grep.el |
| 12550 | 12564 | ||
| 12551 | (defvar grep-window-height nil "\ | 12565 | (defvar grep-window-height nil "\ |
| @@ -12709,7 +12723,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. | |||
| 12709 | 12723 | ||
| 12710 | ;;;*** | 12724 | ;;;*** |
| 12711 | 12725 | ||
| 12712 | ;;;### (autoloads nil "gs" "gs.el" (21240 46395 727291 0)) | 12726 | ;;;### (autoloads nil "gs" "gs.el" (21607 54478 300138 641000)) |
| 12713 | ;;; Generated autoloads from gs.el | 12727 | ;;; Generated autoloads from gs.el |
| 12714 | 12728 | ||
| 12715 | (autoload 'gs-load-image "gs" "\ | 12729 | (autoload 'gs-load-image "gs" "\ |
| @@ -12722,8 +12736,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12722 | 12736 | ||
| 12723 | ;;;*** | 12737 | ;;;*** |
| 12724 | 12738 | ||
| 12725 | ;;;### (autoloads nil "gud" "progmodes/gud.el" (21549 9768 351453 | 12739 | ;;;### (autoloads nil "gud" "progmodes/gud.el" (21607 54478 800121 |
| 12726 | ;;;;;; 0)) | 12740 | ;;;;;; 42000)) |
| 12727 | ;;; Generated autoloads from progmodes/gud.el | 12741 | ;;; Generated autoloads from progmodes/gud.el |
| 12728 | 12742 | ||
| 12729 | (autoload 'gud-gdb "gud" "\ | 12743 | (autoload 'gud-gdb "gud" "\ |
| @@ -12818,8 +12832,8 @@ it if ARG is omitted or nil. | |||
| 12818 | 12832 | ||
| 12819 | ;;;*** | 12833 | ;;;*** |
| 12820 | 12834 | ||
| 12821 | ;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21588 45860 859392 | 12835 | ;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21607 54477 800124 |
| 12822 | ;;;;;; 0)) | 12836 | ;;;;;; 118000)) |
| 12823 | ;;; Generated autoloads from emacs-lisp/gv.el | 12837 | ;;; Generated autoloads from emacs-lisp/gv.el |
| 12824 | 12838 | ||
| 12825 | (autoload 'gv-get "gv" "\ | 12839 | (autoload 'gv-get "gv" "\ |
| @@ -12921,8 +12935,8 @@ binding mode. | |||
| 12921 | 12935 | ||
| 12922 | ;;;*** | 12936 | ;;;*** |
| 12923 | 12937 | ||
| 12924 | ;;;### (autoloads nil "handwrite" "play/handwrite.el" (21207 49087 | 12938 | ;;;### (autoloads nil "handwrite" "play/handwrite.el" (21607 54478 |
| 12925 | ;;;;;; 974317 0)) | 12939 | ;;;;;; 800121 42000)) |
| 12926 | ;;; Generated autoloads from play/handwrite.el | 12940 | ;;; Generated autoloads from play/handwrite.el |
| 12927 | 12941 | ||
| 12928 | (autoload 'handwrite "handwrite" "\ | 12942 | (autoload 'handwrite "handwrite" "\ |
| @@ -12939,8 +12953,8 @@ Variables: `handwrite-linespace' (default 12) | |||
| 12939 | 12953 | ||
| 12940 | ;;;*** | 12954 | ;;;*** |
| 12941 | 12955 | ||
| 12942 | ;;;### (autoloads nil "hanoi" "play/hanoi.el" (21240 46395 727291 | 12956 | ;;;### (autoloads nil "hanoi" "play/hanoi.el" (21607 54478 800121 |
| 12943 | ;;;;;; 0)) | 12957 | ;;;;;; 42000)) |
| 12944 | ;;; Generated autoloads from play/hanoi.el | 12958 | ;;; Generated autoloads from play/hanoi.el |
| 12945 | 12959 | ||
| 12946 | (autoload 'hanoi "hanoi" "\ | 12960 | (autoload 'hanoi "hanoi" "\ |
| @@ -12967,8 +12981,8 @@ to be updated. | |||
| 12967 | 12981 | ||
| 12968 | ;;;*** | 12982 | ;;;*** |
| 12969 | 12983 | ||
| 12970 | ;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21296 1575 438327 | 12984 | ;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21607 54478 |
| 12971 | ;;;;;; 0)) | 12985 | ;;;;;; 300138 641000)) |
| 12972 | ;;; Generated autoloads from mail/hashcash.el | 12986 | ;;; Generated autoloads from mail/hashcash.el |
| 12973 | 12987 | ||
| 12974 | (autoload 'hashcash-insert-payment "hashcash" "\ | 12988 | (autoload 'hashcash-insert-payment "hashcash" "\ |
| @@ -13010,8 +13024,8 @@ Prefix arg sets default accept amount temporarily. | |||
| 13010 | 13024 | ||
| 13011 | ;;;*** | 13025 | ;;;*** |
| 13012 | 13026 | ||
| 13013 | ;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21231 31415 579137 | 13027 | ;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21607 54478 300138 |
| 13014 | ;;;;;; 0)) | 13028 | ;;;;;; 641000)) |
| 13015 | ;;; Generated autoloads from help-at-pt.el | 13029 | ;;; Generated autoloads from help-at-pt.el |
| 13016 | 13030 | ||
| 13017 | (autoload 'help-at-pt-string "help-at-pt" "\ | 13031 | (autoload 'help-at-pt-string "help-at-pt" "\ |
| @@ -13138,8 +13152,8 @@ different regions. With numeric argument ARG, behaves like | |||
| 13138 | 13152 | ||
| 13139 | ;;;*** | 13153 | ;;;*** |
| 13140 | 13154 | ||
| 13141 | ;;;### (autoloads nil "help-fns" "help-fns.el" (21419 62246 751914 | 13155 | ;;;### (autoloads nil "help-fns" "help-fns.el" (21607 54478 300138 |
| 13142 | ;;;;;; 0)) | 13156 | ;;;;;; 641000)) |
| 13143 | ;;; Generated autoloads from help-fns.el | 13157 | ;;; Generated autoloads from help-fns.el |
| 13144 | 13158 | ||
| 13145 | (autoload 'describe-function "help-fns" "\ | 13159 | (autoload 'describe-function "help-fns" "\ |
| @@ -13218,8 +13232,8 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file. | |||
| 13218 | 13232 | ||
| 13219 | ;;;*** | 13233 | ;;;*** |
| 13220 | 13234 | ||
| 13221 | ;;;### (autoloads nil "help-macro" "help-macro.el" (21240 46395 727291 | 13235 | ;;;### (autoloads nil "help-macro" "help-macro.el" (21607 54478 300138 |
| 13222 | ;;;;;; 0)) | 13236 | ;;;;;; 641000)) |
| 13223 | ;;; Generated autoloads from help-macro.el | 13237 | ;;; Generated autoloads from help-macro.el |
| 13224 | 13238 | ||
| 13225 | (defvar three-step-help nil "\ | 13239 | (defvar three-step-help nil "\ |
| @@ -13233,8 +13247,8 @@ gives the window that lists the options.") | |||
| 13233 | 13247 | ||
| 13234 | ;;;*** | 13248 | ;;;*** |
| 13235 | 13249 | ||
| 13236 | ;;;### (autoloads nil "help-mode" "help-mode.el" (21240 46395 727291 | 13250 | ;;;### (autoloads nil "help-mode" "help-mode.el" (21607 54478 300138 |
| 13237 | ;;;;;; 0)) | 13251 | ;;;;;; 641000)) |
| 13238 | ;;; Generated autoloads from help-mode.el | 13252 | ;;; Generated autoloads from help-mode.el |
| 13239 | 13253 | ||
| 13240 | (autoload 'help-mode "help-mode" "\ | 13254 | (autoload 'help-mode "help-mode" "\ |
| @@ -13333,8 +13347,8 @@ BOOKMARK is a bookmark name or a bookmark record. | |||
| 13333 | 13347 | ||
| 13334 | ;;;*** | 13348 | ;;;*** |
| 13335 | 13349 | ||
| 13336 | ;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (21240 46395 | 13350 | ;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (21607 54477 |
| 13337 | ;;;;;; 727291 0)) | 13351 | ;;;;;; 800124 118000)) |
| 13338 | ;;; Generated autoloads from emacs-lisp/helper.el | 13352 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 13339 | 13353 | ||
| 13340 | (autoload 'Helper-describe-bindings "helper" "\ | 13354 | (autoload 'Helper-describe-bindings "helper" "\ |
| @@ -13349,7 +13363,7 @@ Provide help for current mode. | |||
| 13349 | 13363 | ||
| 13350 | ;;;*** | 13364 | ;;;*** |
| 13351 | 13365 | ||
| 13352 | ;;;### (autoloads nil "hexl" "hexl.el" (21271 1974 113743 0)) | 13366 | ;;;### (autoloads nil "hexl" "hexl.el" (21607 54478 300138 641000)) |
| 13353 | ;;; Generated autoloads from hexl.el | 13367 | ;;; Generated autoloads from hexl.el |
| 13354 | 13368 | ||
| 13355 | (autoload 'hexl-mode "hexl" "\ | 13369 | (autoload 'hexl-mode "hexl" "\ |
| @@ -13443,7 +13457,8 @@ This discards the buffer's undo information. | |||
| 13443 | 13457 | ||
| 13444 | ;;;*** | 13458 | ;;;*** |
| 13445 | 13459 | ||
| 13446 | ;;;### (autoloads nil "hi-lock" "hi-lock.el" (21383 2343 498187 0)) | 13460 | ;;;### (autoloads nil "hi-lock" "hi-lock.el" (21607 54478 300138 |
| 13461 | ;;;;;; 641000)) | ||
| 13447 | ;;; Generated autoloads from hi-lock.el | 13462 | ;;; Generated autoloads from hi-lock.el |
| 13448 | 13463 | ||
| 13449 | (autoload 'hi-lock-mode "hi-lock" "\ | 13464 | (autoload 'hi-lock-mode "hi-lock" "\ |
| @@ -13610,8 +13625,8 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13610 | 13625 | ||
| 13611 | ;;;*** | 13626 | ;;;*** |
| 13612 | 13627 | ||
| 13613 | ;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21546 33576 | 13628 | ;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21607 54478 |
| 13614 | ;;;;;; 601815 0)) | 13629 | ;;;;;; 800121 42000)) |
| 13615 | ;;; Generated autoloads from progmodes/hideif.el | 13630 | ;;; Generated autoloads from progmodes/hideif.el |
| 13616 | 13631 | ||
| 13617 | (autoload 'hide-ifdef-mode "hideif" "\ | 13632 | (autoload 'hide-ifdef-mode "hideif" "\ |
| @@ -13658,8 +13673,8 @@ Several variables affect how the hiding is done: | |||
| 13658 | 13673 | ||
| 13659 | ;;;*** | 13674 | ;;;*** |
| 13660 | 13675 | ||
| 13661 | ;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21460 53672 | 13676 | ;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21607 54478 |
| 13662 | ;;;;;; 48319 0)) | 13677 | ;;;;;; 800121 42000)) |
| 13663 | ;;; Generated autoloads from progmodes/hideshow.el | 13678 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13664 | 13679 | ||
| 13665 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ | 13680 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ |
| @@ -13721,8 +13736,8 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 13721 | 13736 | ||
| 13722 | ;;;*** | 13737 | ;;;*** |
| 13723 | 13738 | ||
| 13724 | ;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21271 1974 113743 | 13739 | ;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21607 54478 300138 |
| 13725 | ;;;;;; 0)) | 13740 | ;;;;;; 641000)) |
| 13726 | ;;; Generated autoloads from hilit-chg.el | 13741 | ;;; Generated autoloads from hilit-chg.el |
| 13727 | 13742 | ||
| 13728 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 13743 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| @@ -13853,8 +13868,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. | |||
| 13853 | 13868 | ||
| 13854 | ;;;*** | 13869 | ;;;*** |
| 13855 | 13870 | ||
| 13856 | ;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21402 53158 293492 | 13871 | ;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21607 54478 300138 |
| 13857 | ;;;;;; 0)) | 13872 | ;;;;;; 641000)) |
| 13858 | ;;; Generated autoloads from hippie-exp.el | 13873 | ;;; Generated autoloads from hippie-exp.el |
| 13859 | (push (purecopy '(hippie-exp 1 6)) package--builtin-versions) | 13874 | (push (purecopy '(hippie-exp 1 6)) package--builtin-versions) |
| 13860 | 13875 | ||
| @@ -13886,8 +13901,8 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13886 | 13901 | ||
| 13887 | ;;;*** | 13902 | ;;;*** |
| 13888 | 13903 | ||
| 13889 | ;;;### (autoloads nil "hl-line" "hl-line.el" (21240 46395 727291 | 13904 | ;;;### (autoloads nil "hl-line" "hl-line.el" (21607 54478 300138 |
| 13890 | ;;;;;; 0)) | 13905 | ;;;;;; 641000)) |
| 13891 | ;;; Generated autoloads from hl-line.el | 13906 | ;;; Generated autoloads from hl-line.el |
| 13892 | 13907 | ||
| 13893 | (autoload 'hl-line-mode "hl-line" "\ | 13908 | (autoload 'hl-line-mode "hl-line" "\ |
| @@ -13936,8 +13951,8 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13936 | 13951 | ||
| 13937 | ;;;*** | 13952 | ;;;*** |
| 13938 | 13953 | ||
| 13939 | ;;;### (autoloads nil "holidays" "calendar/holidays.el" (21554 27688 | 13954 | ;;;### (autoloads nil "holidays" "calendar/holidays.el" (21607 54477 |
| 13940 | ;;;;;; 263871 0)) | 13955 | ;;;;;; 800124 118000)) |
| 13941 | ;;; Generated autoloads from calendar/holidays.el | 13956 | ;;; Generated autoloads from calendar/holidays.el |
| 13942 | 13957 | ||
| 13943 | (defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ | 13958 | (defvar holiday-general-holidays (mapcar 'purecopy '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ |
| @@ -14047,8 +14062,8 @@ The optional LABEL is used to label the buffer created. | |||
| 14047 | 14062 | ||
| 14048 | ;;;*** | 14063 | ;;;*** |
| 14049 | 14064 | ||
| 14050 | ;;;### (autoloads nil "html2text" "gnus/html2text.el" (21417 20521 | 14065 | ;;;### (autoloads nil "html2text" "gnus/html2text.el" (21607 54478 |
| 14051 | ;;;;;; 870414 0)) | 14066 | ;;;;;; 300138 641000)) |
| 14052 | ;;; Generated autoloads from gnus/html2text.el | 14067 | ;;; Generated autoloads from gnus/html2text.el |
| 14053 | 14068 | ||
| 14054 | (autoload 'html2text "html2text" "\ | 14069 | (autoload 'html2text "html2text" "\ |
| @@ -14058,8 +14073,8 @@ Convert HTML to plain text in the current buffer. | |||
| 14058 | 14073 | ||
| 14059 | ;;;*** | 14074 | ;;;*** |
| 14060 | 14075 | ||
| 14061 | ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21383 2343 | 14076 | ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21607 54478 |
| 14062 | ;;;;;; 498187 0)) | 14077 | ;;;;;; 300138 641000)) |
| 14063 | ;;; Generated autoloads from htmlfontify.el | 14078 | ;;; Generated autoloads from htmlfontify.el |
| 14064 | (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) | 14079 | (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) |
| 14065 | 14080 | ||
| @@ -14092,8 +14107,8 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'. | |||
| 14092 | 14107 | ||
| 14093 | ;;;*** | 14108 | ;;;*** |
| 14094 | 14109 | ||
| 14095 | ;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21537 18599 384335 | 14110 | ;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21607 54478 300138 |
| 14096 | ;;;;;; 0)) | 14111 | ;;;;;; 641000)) |
| 14097 | ;;; Generated autoloads from ibuf-macs.el | 14112 | ;;; Generated autoloads from ibuf-macs.el |
| 14098 | 14113 | ||
| 14099 | (autoload 'define-ibuffer-column "ibuf-macs" "\ | 14114 | (autoload 'define-ibuffer-column "ibuf-macs" "\ |
| @@ -14181,8 +14196,8 @@ bound to the current value of the filter. | |||
| 14181 | 14196 | ||
| 14182 | ;;;*** | 14197 | ;;;*** |
| 14183 | 14198 | ||
| 14184 | ;;;### (autoloads nil "ibuffer" "ibuffer.el" (21537 18854 710114 | 14199 | ;;;### (autoloads nil "ibuffer" "ibuffer.el" (21607 54478 300138 |
| 14185 | ;;;;;; 217000)) | 14200 | ;;;;;; 641000)) |
| 14186 | ;;; Generated autoloads from ibuffer.el | 14201 | ;;; Generated autoloads from ibuffer.el |
| 14187 | 14202 | ||
| 14188 | (autoload 'ibuffer-list-buffers "ibuffer" "\ | 14203 | (autoload 'ibuffer-list-buffers "ibuffer" "\ |
| @@ -14221,8 +14236,8 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 14221 | 14236 | ||
| 14222 | ;;;*** | 14237 | ;;;*** |
| 14223 | 14238 | ||
| 14224 | ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21584 | 14239 | ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21611 |
| 14225 | ;;;;;; 48809 507899 0)) | 14240 | ;;;;;; 10937 700236 3000)) |
| 14226 | ;;; Generated autoloads from calendar/icalendar.el | 14241 | ;;; Generated autoloads from calendar/icalendar.el |
| 14227 | (push (purecopy '(icalendar 0 19)) package--builtin-versions) | 14242 | (push (purecopy '(icalendar 0 19)) package--builtin-versions) |
| 14228 | 14243 | ||
| @@ -14275,8 +14290,8 @@ buffer `*icalendar-errors*'. | |||
| 14275 | 14290 | ||
| 14276 | ;;;*** | 14291 | ;;;*** |
| 14277 | 14292 | ||
| 14278 | ;;;### (autoloads nil "icomplete" "icomplete.el" (21555 48550 492098 | 14293 | ;;;### (autoloads nil "icomplete" "icomplete.el" (21607 54478 300138 |
| 14279 | ;;;;;; 0)) | 14294 | ;;;;;; 641000)) |
| 14280 | ;;; Generated autoloads from icomplete.el | 14295 | ;;; Generated autoloads from icomplete.el |
| 14281 | 14296 | ||
| 14282 | (defvar icomplete-mode nil "\ | 14297 | (defvar icomplete-mode nil "\ |
| @@ -14315,8 +14330,8 @@ completions: | |||
| 14315 | 14330 | ||
| 14316 | ;;;*** | 14331 | ;;;*** |
| 14317 | 14332 | ||
| 14318 | ;;;### (autoloads nil "icon" "progmodes/icon.el" (21187 63826 213216 | 14333 | ;;;### (autoloads nil "icon" "progmodes/icon.el" (21607 54478 800121 |
| 14319 | ;;;;;; 0)) | 14334 | ;;;;;; 42000)) |
| 14320 | ;;; Generated autoloads from progmodes/icon.el | 14335 | ;;; Generated autoloads from progmodes/icon.el |
| 14321 | 14336 | ||
| 14322 | (autoload 'icon-mode "icon" "\ | 14337 | (autoload 'icon-mode "icon" "\ |
| @@ -14356,8 +14371,8 @@ with no args, if that value is non-nil. | |||
| 14356 | 14371 | ||
| 14357 | ;;;*** | 14372 | ;;;*** |
| 14358 | 14373 | ||
| 14359 | ;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21429 | 14374 | ;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21607 |
| 14360 | ;;;;;; 11690 49391 0)) | 14375 | ;;;;;; 54478 800121 42000)) |
| 14361 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14376 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14362 | 14377 | ||
| 14363 | (autoload 'idlwave-shell "idlw-shell" "\ | 14378 | (autoload 'idlwave-shell "idlw-shell" "\ |
| @@ -14382,8 +14397,8 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14382 | 14397 | ||
| 14383 | ;;;*** | 14398 | ;;;*** |
| 14384 | 14399 | ||
| 14385 | ;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21429 11690 | 14400 | ;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21607 54478 |
| 14386 | ;;;;;; 49391 0)) | 14401 | ;;;;;; 800121 42000)) |
| 14387 | ;;; Generated autoloads from progmodes/idlwave.el | 14402 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14388 | (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) | 14403 | (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) |
| 14389 | 14404 | ||
| @@ -14512,7 +14527,7 @@ The main features of this mode are | |||
| 14512 | 14527 | ||
| 14513 | ;;;*** | 14528 | ;;;*** |
| 14514 | 14529 | ||
| 14515 | ;;;### (autoloads nil "ido" "ido.el" (21584 48809 507899 0)) | 14530 | ;;;### (autoloads nil "ido" "ido.el" (21612 31801 50825 711000)) |
| 14516 | ;;; Generated autoloads from ido.el | 14531 | ;;; Generated autoloads from ido.el |
| 14517 | 14532 | ||
| 14518 | (defvar ido-mode nil "\ | 14533 | (defvar ido-mode nil "\ |
| @@ -14774,7 +14789,7 @@ DEF, if non-nil, is the default value. | |||
| 14774 | 14789 | ||
| 14775 | ;;;*** | 14790 | ;;;*** |
| 14776 | 14791 | ||
| 14777 | ;;;### (autoloads nil "ielm" "ielm.el" (21542 36519 256429 0)) | 14792 | ;;;### (autoloads nil "ielm" "ielm.el" (21607 54478 300138 641000)) |
| 14778 | ;;; Generated autoloads from ielm.el | 14793 | ;;; Generated autoloads from ielm.el |
| 14779 | 14794 | ||
| 14780 | (autoload 'ielm "ielm" "\ | 14795 | (autoload 'ielm "ielm" "\ |
| @@ -14786,7 +14801,7 @@ See `inferior-emacs-lisp-mode' for details. | |||
| 14786 | 14801 | ||
| 14787 | ;;;*** | 14802 | ;;;*** |
| 14788 | 14803 | ||
| 14789 | ;;;### (autoloads nil "iimage" "iimage.el" (21289 28325 826818 0)) | 14804 | ;;;### (autoloads nil "iimage" "iimage.el" (21607 54478 300138 641000)) |
| 14790 | ;;; Generated autoloads from iimage.el | 14805 | ;;; Generated autoloads from iimage.el |
| 14791 | 14806 | ||
| 14792 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") | 14807 | (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") |
| @@ -14802,7 +14817,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 14802 | 14817 | ||
| 14803 | ;;;*** | 14818 | ;;;*** |
| 14804 | 14819 | ||
| 14805 | ;;;### (autoloads nil "image" "image.el" (21526 48295 289762 0)) | 14820 | ;;;### (autoloads nil "image" "image.el" (21607 54478 300138 641000)) |
| 14806 | ;;; Generated autoloads from image.el | 14821 | ;;; Generated autoloads from image.el |
| 14807 | 14822 | ||
| 14808 | (autoload 'image-type-from-data "image" "\ | 14823 | (autoload 'image-type-from-data "image" "\ |
| @@ -14995,8 +15010,8 @@ If Emacs is compiled without ImageMagick support, this does nothing. | |||
| 14995 | 15010 | ||
| 14996 | ;;;*** | 15011 | ;;;*** |
| 14997 | 15012 | ||
| 14998 | ;;;### (autoloads nil "image-dired" "image-dired.el" (21194 37048 | 15013 | ;;;### (autoloads nil "image-dired" "image-dired.el" (21607 54478 |
| 14999 | ;;;;;; 599945 0)) | 15014 | ;;;;;; 300138 641000)) |
| 15000 | ;;; Generated autoloads from image-dired.el | 15015 | ;;; Generated autoloads from image-dired.el |
| 15001 | (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) | 15016 | (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) |
| 15002 | 15017 | ||
| @@ -15133,8 +15148,8 @@ easy-to-use form. | |||
| 15133 | 15148 | ||
| 15134 | ;;;*** | 15149 | ;;;*** |
| 15135 | 15150 | ||
| 15136 | ;;;### (autoloads nil "image-file" "image-file.el" (21187 63826 213216 | 15151 | ;;;### (autoloads nil "image-file" "image-file.el" (21607 54478 300138 |
| 15137 | ;;;;;; 0)) | 15152 | ;;;;;; 641000)) |
| 15138 | ;;; Generated autoloads from image-file.el | 15153 | ;;; Generated autoloads from image-file.el |
| 15139 | 15154 | ||
| 15140 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ | 15155 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ |
| @@ -15196,8 +15211,8 @@ An image file is one whose name has an extension in | |||
| 15196 | 15211 | ||
| 15197 | ;;;*** | 15212 | ;;;*** |
| 15198 | 15213 | ||
| 15199 | ;;;### (autoloads nil "image-mode" "image-mode.el" (21532 676 459903 | 15214 | ;;;### (autoloads nil "image-mode" "image-mode.el" (21607 54478 300138 |
| 15200 | ;;;;;; 0)) | 15215 | ;;;;;; 641000)) |
| 15201 | ;;; Generated autoloads from image-mode.el | 15216 | ;;; Generated autoloads from image-mode.el |
| 15202 | 15217 | ||
| 15203 | (autoload 'image-mode "image-mode" "\ | 15218 | (autoload 'image-mode "image-mode" "\ |
| @@ -15244,7 +15259,7 @@ on these modes. | |||
| 15244 | 15259 | ||
| 15245 | ;;;*** | 15260 | ;;;*** |
| 15246 | 15261 | ||
| 15247 | ;;;### (autoloads nil "imenu" "imenu.el" (21574 12970 82034 0)) | 15262 | ;;;### (autoloads nil "imenu" "imenu.el" (21607 54478 300138 641000)) |
| 15248 | ;;; Generated autoloads from imenu.el | 15263 | ;;; Generated autoloads from imenu.el |
| 15249 | 15264 | ||
| 15250 | (defvar imenu-sort-function nil "\ | 15265 | (defvar imenu-sort-function nil "\ |
| @@ -15382,8 +15397,8 @@ for more information. | |||
| 15382 | 15397 | ||
| 15383 | ;;;*** | 15398 | ;;;*** |
| 15384 | 15399 | ||
| 15385 | ;;;### (autoloads nil "ind-util" "language/ind-util.el" (21187 63826 | 15400 | ;;;### (autoloads nil "ind-util" "language/ind-util.el" (21607 54478 |
| 15386 | ;;;;;; 213216 0)) | 15401 | ;;;;;; 300138 641000)) |
| 15387 | ;;; Generated autoloads from language/ind-util.el | 15402 | ;;; Generated autoloads from language/ind-util.el |
| 15388 | 15403 | ||
| 15389 | (autoload 'indian-compose-region "ind-util" "\ | 15404 | (autoload 'indian-compose-region "ind-util" "\ |
| @@ -15413,8 +15428,8 @@ Convert old Emacs Devanagari characters to UCS. | |||
| 15413 | 15428 | ||
| 15414 | ;;;*** | 15429 | ;;;*** |
| 15415 | 15430 | ||
| 15416 | ;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21437 5802 | 15431 | ;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21607 54478 |
| 15417 | ;;;;;; 125919 0)) | 15432 | ;;;;;; 800121 42000)) |
| 15418 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15433 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15419 | 15434 | ||
| 15420 | (autoload 'inferior-lisp "inf-lisp" "\ | 15435 | (autoload 'inferior-lisp "inf-lisp" "\ |
| @@ -15432,7 +15447,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15432 | 15447 | ||
| 15433 | ;;;*** | 15448 | ;;;*** |
| 15434 | 15449 | ||
| 15435 | ;;;### (autoloads nil "info" "info.el" (21559 45607 560399 0)) | 15450 | ;;;### (autoloads nil "info" "info.el" (21607 54478 300138 641000)) |
| 15436 | ;;; Generated autoloads from info.el | 15451 | ;;; Generated autoloads from info.el |
| 15437 | 15452 | ||
| 15438 | (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ | 15453 | (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ |
| @@ -15642,8 +15657,8 @@ Otherwise, visit the manual in a new Info buffer. | |||
| 15642 | 15657 | ||
| 15643 | ;;;*** | 15658 | ;;;*** |
| 15644 | 15659 | ||
| 15645 | ;;;### (autoloads nil "info-look" "info-look.el" (21238 4664 559807 | 15660 | ;;;### (autoloads nil "info-look" "info-look.el" (21607 54478 300138 |
| 15646 | ;;;;;; 0)) | 15661 | ;;;;;; 641000)) |
| 15647 | ;;; Generated autoloads from info-look.el | 15662 | ;;; Generated autoloads from info-look.el |
| 15648 | 15663 | ||
| 15649 | (autoload 'info-lookup-reset "info-look" "\ | 15664 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15690,8 +15705,8 @@ Perform completion on file preceding point. | |||
| 15690 | 15705 | ||
| 15691 | ;;;*** | 15706 | ;;;*** |
| 15692 | 15707 | ||
| 15693 | ;;;### (autoloads nil "info-xref" "info-xref.el" (21187 63826 213216 | 15708 | ;;;### (autoloads nil "info-xref" "info-xref.el" (21607 54478 300138 |
| 15694 | ;;;;;; 0)) | 15709 | ;;;;;; 641000)) |
| 15695 | ;;; Generated autoloads from info-xref.el | 15710 | ;;; Generated autoloads from info-xref.el |
| 15696 | (push (purecopy '(info-xref 3)) package--builtin-versions) | 15711 | (push (purecopy '(info-xref 3)) package--builtin-versions) |
| 15697 | 15712 | ||
| @@ -15774,8 +15789,8 @@ the sources handy. | |||
| 15774 | 15789 | ||
| 15775 | ;;;*** | 15790 | ;;;*** |
| 15776 | 15791 | ||
| 15777 | ;;;### (autoloads nil "informat" "informat.el" (21240 46395 727291 | 15792 | ;;;### (autoloads nil "informat" "informat.el" (21607 54478 300138 |
| 15778 | ;;;;;; 0)) | 15793 | ;;;;;; 641000)) |
| 15779 | ;;; Generated autoloads from informat.el | 15794 | ;;; Generated autoloads from informat.el |
| 15780 | 15795 | ||
| 15781 | (autoload 'Info-tagify "informat" "\ | 15796 | (autoload 'Info-tagify "informat" "\ |
| @@ -15820,8 +15835,23 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15820 | 15835 | ||
| 15821 | ;;;*** | 15836 | ;;;*** |
| 15822 | 15837 | ||
| 15823 | ;;;### (autoloads nil "inversion" "cedet/inversion.el" (21187 63826 | 15838 | ;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (21628 43483 |
| 15824 | ;;;;;; 213216 0)) | 15839 | ;;;;;; 380149 771000)) |
| 15840 | ;;; Generated autoloads from emacs-lisp/inline.el | ||
| 15841 | |||
| 15842 | (autoload 'define-inline "inline" "\ | ||
| 15843 | |||
| 15844 | |||
| 15845 | \(fn NAME ARGS &rest BODY)" nil t) | ||
| 15846 | |||
| 15847 | (function-put 'define-inline 'lisp-indent-function 'defun) | ||
| 15848 | |||
| 15849 | (function-put 'define-inline 'doc-string-elt '3) | ||
| 15850 | |||
| 15851 | ;;;*** | ||
| 15852 | |||
| 15853 | ;;;### (autoloads nil "inversion" "cedet/inversion.el" (21607 54477 | ||
| 15854 | ;;;;;; 800124 118000)) | ||
| 15825 | ;;; Generated autoloads from cedet/inversion.el | 15855 | ;;; Generated autoloads from cedet/inversion.el |
| 15826 | (push (purecopy '(inversion 1 3)) package--builtin-versions) | 15856 | (push (purecopy '(inversion 1 3)) package--builtin-versions) |
| 15827 | 15857 | ||
| @@ -15833,8 +15863,8 @@ Only checks one based on which kind of Emacs is being run. | |||
| 15833 | 15863 | ||
| 15834 | ;;;*** | 15864 | ;;;*** |
| 15835 | 15865 | ||
| 15836 | ;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (21187 | 15866 | ;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (21607 |
| 15837 | ;;;;;; 63826 213216 0)) | 15867 | ;;;;;; 54478 300138 641000)) |
| 15838 | ;;; Generated autoloads from international/isearch-x.el | 15868 | ;;; Generated autoloads from international/isearch-x.el |
| 15839 | 15869 | ||
| 15840 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ | 15870 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ |
| @@ -15854,8 +15884,8 @@ Toggle input method in interactive search. | |||
| 15854 | 15884 | ||
| 15855 | ;;;*** | 15885 | ;;;*** |
| 15856 | 15886 | ||
| 15857 | ;;;### (autoloads nil "isearchb" "isearchb.el" (21240 46395 727291 | 15887 | ;;;### (autoloads nil "isearchb" "isearchb.el" (21607 54478 300138 |
| 15858 | ;;;;;; 0)) | 15888 | ;;;;;; 641000)) |
| 15859 | ;;; Generated autoloads from isearchb.el | 15889 | ;;; Generated autoloads from isearchb.el |
| 15860 | (push (purecopy '(isearchb 1 5)) package--builtin-versions) | 15890 | (push (purecopy '(isearchb 1 5)) package--builtin-versions) |
| 15861 | 15891 | ||
| @@ -15869,8 +15899,8 @@ accessed via isearchb. | |||
| 15869 | 15899 | ||
| 15870 | ;;;*** | 15900 | ;;;*** |
| 15871 | 15901 | ||
| 15872 | ;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (21187 | 15902 | ;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (21607 |
| 15873 | ;;;;;; 63826 213216 0)) | 15903 | ;;;;;; 54478 300138 641000)) |
| 15874 | ;;; Generated autoloads from international/iso-cvt.el | 15904 | ;;; Generated autoloads from international/iso-cvt.el |
| 15875 | 15905 | ||
| 15876 | (autoload 'iso-spanish "iso-cvt" "\ | 15906 | (autoload 'iso-spanish "iso-cvt" "\ |
| @@ -15961,15 +15991,15 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15961 | ;;;*** | 15991 | ;;;*** |
| 15962 | 15992 | ||
| 15963 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15993 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 15964 | ;;;;;; (21240 46395 727291 0)) | 15994 | ;;;;;; (21607 54478 300138 641000)) |
| 15965 | ;;; Generated autoloads from international/iso-transl.el | 15995 | ;;; Generated autoloads from international/iso-transl.el |
| 15966 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15996 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| 15967 | (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) | 15997 | (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) |
| 15968 | 15998 | ||
| 15969 | ;;;*** | 15999 | ;;;*** |
| 15970 | 16000 | ||
| 15971 | ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21356 43818 | 16001 | ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21607 54478 |
| 15972 | ;;;;;; 957743 0)) | 16002 | ;;;;;; 800121 42000)) |
| 15973 | ;;; Generated autoloads from textmodes/ispell.el | 16003 | ;;; Generated autoloads from textmodes/ispell.el |
| 15974 | 16004 | ||
| 15975 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 16005 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -16202,8 +16232,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16202 | 16232 | ||
| 16203 | ;;;*** | 16233 | ;;;*** |
| 16204 | 16234 | ||
| 16205 | ;;;### (autoloads nil "japan-util" "language/japan-util.el" (21187 | 16235 | ;;;### (autoloads nil "japan-util" "language/japan-util.el" (21607 |
| 16206 | ;;;;;; 63826 213216 0)) | 16236 | ;;;;;; 54478 300138 641000)) |
| 16207 | ;;; Generated autoloads from language/japan-util.el | 16237 | ;;; Generated autoloads from language/japan-util.el |
| 16208 | 16238 | ||
| 16209 | (autoload 'setup-japanese-environment-internal "japan-util" "\ | 16239 | (autoload 'setup-japanese-environment-internal "japan-util" "\ |
| @@ -16280,8 +16310,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 16280 | 16310 | ||
| 16281 | ;;;*** | 16311 | ;;;*** |
| 16282 | 16312 | ||
| 16283 | ;;;### (autoloads nil "jka-compr" "jka-compr.el" (21240 46395 727291 | 16313 | ;;;### (autoloads nil "jka-compr" "jka-compr.el" (21607 54478 300138 |
| 16284 | ;;;;;; 0)) | 16314 | ;;;;;; 641000)) |
| 16285 | ;;; Generated autoloads from jka-compr.el | 16315 | ;;; Generated autoloads from jka-compr.el |
| 16286 | 16316 | ||
| 16287 | (defvar jka-compr-inhibit nil "\ | 16317 | (defvar jka-compr-inhibit nil "\ |
| @@ -16304,7 +16334,7 @@ by `jka-compr-installed'. | |||
| 16304 | 16334 | ||
| 16305 | ;;;*** | 16335 | ;;;*** |
| 16306 | 16336 | ||
| 16307 | ;;;### (autoloads nil "js" "progmodes/js.el" (21529 24490 97012 0)) | 16337 | ;;;### (autoloads nil "js" "progmodes/js.el" (21623 2108 292281 129000)) |
| 16308 | ;;; Generated autoloads from progmodes/js.el | 16338 | ;;; Generated autoloads from progmodes/js.el |
| 16309 | (push (purecopy '(js 9)) package--builtin-versions) | 16339 | (push (purecopy '(js 9)) package--builtin-versions) |
| 16310 | 16340 | ||
| @@ -16318,14 +16348,14 @@ Major mode for editing JavaScript. | |||
| 16318 | 16348 | ||
| 16319 | ;;;*** | 16349 | ;;;*** |
| 16320 | 16350 | ||
| 16321 | ;;;### (autoloads nil "json" "json.el" (21187 63826 213216 0)) | 16351 | ;;;### (autoloads nil "json" "json.el" (21607 54478 300138 641000)) |
| 16322 | ;;; Generated autoloads from json.el | 16352 | ;;; Generated autoloads from json.el |
| 16323 | (push (purecopy '(json 1 4)) package--builtin-versions) | 16353 | (push (purecopy '(json 1 4)) package--builtin-versions) |
| 16324 | 16354 | ||
| 16325 | ;;;*** | 16355 | ;;;*** |
| 16326 | 16356 | ||
| 16327 | ;;;### (autoloads nil "keypad" "emulation/keypad.el" (21187 63826 | 16357 | ;;;### (autoloads nil "keypad" "emulation/keypad.el" (21607 54477 |
| 16328 | ;;;;;; 213216 0)) | 16358 | ;;;;;; 800124 118000)) |
| 16329 | ;;; Generated autoloads from emulation/keypad.el | 16359 | ;;; Generated autoloads from emulation/keypad.el |
| 16330 | 16360 | ||
| 16331 | (defvar keypad-setup nil "\ | 16361 | (defvar keypad-setup nil "\ |
| @@ -16380,8 +16410,8 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 16380 | 16410 | ||
| 16381 | ;;;*** | 16411 | ;;;*** |
| 16382 | 16412 | ||
| 16383 | ;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (21187 | 16413 | ;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (21607 |
| 16384 | ;;;;;; 63826 213216 0)) | 16414 | ;;;;;; 54478 300138 641000)) |
| 16385 | ;;; Generated autoloads from international/kinsoku.el | 16415 | ;;; Generated autoloads from international/kinsoku.el |
| 16386 | 16416 | ||
| 16387 | (autoload 'kinsoku "kinsoku" "\ | 16417 | (autoload 'kinsoku "kinsoku" "\ |
| @@ -16402,8 +16432,8 @@ the context of text formatting. | |||
| 16402 | 16432 | ||
| 16403 | ;;;*** | 16433 | ;;;*** |
| 16404 | 16434 | ||
| 16405 | ;;;### (autoloads nil "kkc" "international/kkc.el" (21187 63826 213216 | 16435 | ;;;### (autoloads nil "kkc" "international/kkc.el" (21607 54478 300138 |
| 16406 | ;;;;;; 0)) | 16436 | ;;;;;; 641000)) |
| 16407 | ;;; Generated autoloads from international/kkc.el | 16437 | ;;; Generated autoloads from international/kkc.el |
| 16408 | 16438 | ||
| 16409 | (defvar kkc-after-update-conversion-functions nil "\ | 16439 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16425,7 +16455,7 @@ and the return value is the length of the conversion. | |||
| 16425 | 16455 | ||
| 16426 | ;;;*** | 16456 | ;;;*** |
| 16427 | 16457 | ||
| 16428 | ;;;### (autoloads nil "kmacro" "kmacro.el" (21244 11875 194797 0)) | 16458 | ;;;### (autoloads nil "kmacro" "kmacro.el" (21607 54478 300138 641000)) |
| 16429 | ;;; Generated autoloads from kmacro.el | 16459 | ;;; Generated autoloads from kmacro.el |
| 16430 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16460 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16431 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16461 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16537,8 +16567,8 @@ If kbd macro currently being defined end it before activating it. | |||
| 16537 | 16567 | ||
| 16538 | ;;;*** | 16568 | ;;;*** |
| 16539 | 16569 | ||
| 16540 | ;;;### (autoloads nil "korea-util" "language/korea-util.el" (21187 | 16570 | ;;;### (autoloads nil "korea-util" "language/korea-util.el" (21607 |
| 16541 | ;;;;;; 63826 213216 0)) | 16571 | ;;;;;; 54478 300138 641000)) |
| 16542 | ;;; Generated autoloads from language/korea-util.el | 16572 | ;;; Generated autoloads from language/korea-util.el |
| 16543 | 16573 | ||
| 16544 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ | 16574 | (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ |
| @@ -16552,8 +16582,8 @@ The kind of Korean keyboard for Korean input method. | |||
| 16552 | 16582 | ||
| 16553 | ;;;*** | 16583 | ;;;*** |
| 16554 | 16584 | ||
| 16555 | ;;;### (autoloads nil "landmark" "play/landmark.el" (21419 7843 195974 | 16585 | ;;;### (autoloads nil "landmark" "play/landmark.el" (21607 54478 |
| 16556 | ;;;;;; 0)) | 16586 | ;;;;;; 800121 42000)) |
| 16557 | ;;; Generated autoloads from play/landmark.el | 16587 | ;;; Generated autoloads from play/landmark.el |
| 16558 | (push (purecopy '(landmark 1 0)) package--builtin-versions) | 16588 | (push (purecopy '(landmark 1 0)) package--builtin-versions) |
| 16559 | 16589 | ||
| @@ -16584,8 +16614,8 @@ Use \\[describe-mode] for more info. | |||
| 16584 | 16614 | ||
| 16585 | ;;;*** | 16615 | ;;;*** |
| 16586 | 16616 | ||
| 16587 | ;;;### (autoloads nil "lao-util" "language/lao-util.el" (21187 63826 | 16617 | ;;;### (autoloads nil "lao-util" "language/lao-util.el" (21607 54478 |
| 16588 | ;;;;;; 213216 0)) | 16618 | ;;;;;; 300138 641000)) |
| 16589 | ;;; Generated autoloads from language/lao-util.el | 16619 | ;;; Generated autoloads from language/lao-util.el |
| 16590 | 16620 | ||
| 16591 | (autoload 'lao-compose-string "lao-util" "\ | 16621 | (autoload 'lao-compose-string "lao-util" "\ |
| @@ -16622,8 +16652,8 @@ Transcribe Romanized Lao string STR to Lao character string. | |||
| 16622 | 16652 | ||
| 16623 | ;;;*** | 16653 | ;;;*** |
| 16624 | 16654 | ||
| 16625 | ;;;### (autoloads nil "latexenc" "international/latexenc.el" (21187 | 16655 | ;;;### (autoloads nil "latexenc" "international/latexenc.el" (21607 |
| 16626 | ;;;;;; 63826 213216 0)) | 16656 | ;;;;;; 54478 300138 641000)) |
| 16627 | ;;; Generated autoloads from international/latexenc.el | 16657 | ;;; Generated autoloads from international/latexenc.el |
| 16628 | 16658 | ||
| 16629 | (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ | 16659 | (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ |
| @@ -16655,7 +16685,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16655 | ;;;*** | 16685 | ;;;*** |
| 16656 | 16686 | ||
| 16657 | ;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" | 16687 | ;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" |
| 16658 | ;;;;;; (21187 63826 213216 0)) | 16688 | ;;;;;; (21607 54478 300138 641000)) |
| 16659 | ;;; Generated autoloads from international/latin1-disp.el | 16689 | ;;; Generated autoloads from international/latin1-disp.el |
| 16660 | 16690 | ||
| 16661 | (defvar latin1-display nil "\ | 16691 | (defvar latin1-display nil "\ |
| @@ -16696,8 +16726,8 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16696 | 16726 | ||
| 16697 | ;;;*** | 16727 | ;;;*** |
| 16698 | 16728 | ||
| 16699 | ;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (21187 | 16729 | ;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (21607 |
| 16700 | ;;;;;; 63826 213216 0)) | 16730 | ;;;;;; 54478 800121 42000)) |
| 16701 | ;;; Generated autoloads from progmodes/ld-script.el | 16731 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16702 | 16732 | ||
| 16703 | (autoload 'ld-script-mode "ld-script" "\ | 16733 | (autoload 'ld-script-mode "ld-script" "\ |
| @@ -16707,7 +16737,7 @@ A major mode to edit GNU ld script files | |||
| 16707 | 16737 | ||
| 16708 | ;;;*** | 16738 | ;;;*** |
| 16709 | 16739 | ||
| 16710 | ;;;### (autoloads nil "life" "play/life.el" (21240 46395 727291 0)) | 16740 | ;;;### (autoloads nil "life" "play/life.el" (21607 54478 800121 42000)) |
| 16711 | ;;; Generated autoloads from play/life.el | 16741 | ;;; Generated autoloads from play/life.el |
| 16712 | 16742 | ||
| 16713 | (autoload 'life "life" "\ | 16743 | (autoload 'life "life" "\ |
| @@ -16720,7 +16750,7 @@ generations (this defaults to 1). | |||
| 16720 | 16750 | ||
| 16721 | ;;;*** | 16751 | ;;;*** |
| 16722 | 16752 | ||
| 16723 | ;;;### (autoloads nil "linum" "linum.el" (21437 5802 125919 0)) | 16753 | ;;;### (autoloads nil "linum" "linum.el" (21607 54478 300138 641000)) |
| 16724 | ;;; Generated autoloads from linum.el | 16754 | ;;; Generated autoloads from linum.el |
| 16725 | (push (purecopy '(linum 0 9 24)) package--builtin-versions) | 16755 | (push (purecopy '(linum 0 9 24)) package--builtin-versions) |
| 16726 | 16756 | ||
| @@ -16757,8 +16787,8 @@ See `linum-mode' for more information on Linum mode. | |||
| 16757 | 16787 | ||
| 16758 | ;;;*** | 16788 | ;;;*** |
| 16759 | 16789 | ||
| 16760 | ;;;### (autoloads nil "loadhist" "loadhist.el" (21240 46395 727291 | 16790 | ;;;### (autoloads nil "loadhist" "loadhist.el" (21607 54478 300138 |
| 16761 | ;;;;;; 0)) | 16791 | ;;;;;; 641000)) |
| 16762 | ;;; Generated autoloads from loadhist.el | 16792 | ;;; Generated autoloads from loadhist.el |
| 16763 | 16793 | ||
| 16764 | (autoload 'unload-feature "loadhist" "\ | 16794 | (autoload 'unload-feature "loadhist" "\ |
| @@ -16789,7 +16819,7 @@ something strange, such as redefining an Emacs function. | |||
| 16789 | 16819 | ||
| 16790 | ;;;*** | 16820 | ;;;*** |
| 16791 | 16821 | ||
| 16792 | ;;;### (autoloads nil "locate" "locate.el" (21187 63826 213216 0)) | 16822 | ;;;### (autoloads nil "locate" "locate.el" (21607 54478 300138 641000)) |
| 16793 | ;;; Generated autoloads from locate.el | 16823 | ;;; Generated autoloads from locate.el |
| 16794 | 16824 | ||
| 16795 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ | 16825 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ |
| @@ -16841,8 +16871,8 @@ except that FILTER is not optional. | |||
| 16841 | 16871 | ||
| 16842 | ;;;*** | 16872 | ;;;*** |
| 16843 | 16873 | ||
| 16844 | ;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21442 23723 6983 | 16874 | ;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21607 54478 800121 |
| 16845 | ;;;;;; 0)) | 16875 | ;;;;;; 42000)) |
| 16846 | ;;; Generated autoloads from vc/log-edit.el | 16876 | ;;; Generated autoloads from vc/log-edit.el |
| 16847 | 16877 | ||
| 16848 | (autoload 'log-edit "log-edit" "\ | 16878 | (autoload 'log-edit "log-edit" "\ |
| @@ -16873,8 +16903,8 @@ done. Otherwise, it uses the current buffer. | |||
| 16873 | 16903 | ||
| 16874 | ;;;*** | 16904 | ;;;*** |
| 16875 | 16905 | ||
| 16876 | ;;;### (autoloads nil "log-view" "vc/log-view.el" (21195 57908 940910 | 16906 | ;;;### (autoloads nil "log-view" "vc/log-view.el" (21607 54478 800121 |
| 16877 | ;;;;;; 0)) | 16907 | ;;;;;; 42000)) |
| 16878 | ;;; Generated autoloads from vc/log-view.el | 16908 | ;;; Generated autoloads from vc/log-view.el |
| 16879 | 16909 | ||
| 16880 | (autoload 'log-view-mode "log-view" "\ | 16910 | (autoload 'log-view-mode "log-view" "\ |
| @@ -16884,7 +16914,7 @@ Major mode for browsing CVS log output. | |||
| 16884 | 16914 | ||
| 16885 | ;;;*** | 16915 | ;;;*** |
| 16886 | 16916 | ||
| 16887 | ;;;### (autoloads nil "lpr" "lpr.el" (21240 46395 727291 0)) | 16917 | ;;;### (autoloads nil "lpr" "lpr.el" (21607 54478 300138 641000)) |
| 16888 | ;;; Generated autoloads from lpr.el | 16918 | ;;; Generated autoloads from lpr.el |
| 16889 | 16919 | ||
| 16890 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ | 16920 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ |
| @@ -16979,8 +17009,8 @@ for further customization of the printer command. | |||
| 16979 | 17009 | ||
| 16980 | ;;;*** | 17010 | ;;;*** |
| 16981 | 17011 | ||
| 16982 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21546 33576 601815 | 17012 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21607 54478 300138 |
| 16983 | ;;;;;; 0)) | 17013 | ;;;;;; 641000)) |
| 16984 | ;;; Generated autoloads from ls-lisp.el | 17014 | ;;; Generated autoloads from ls-lisp.el |
| 16985 | 17015 | ||
| 16986 | (defvar ls-lisp-support-shell-wildcards t "\ | 17016 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -16991,8 +17021,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 16991 | 17021 | ||
| 16992 | ;;;*** | 17022 | ;;;*** |
| 16993 | 17023 | ||
| 16994 | ;;;### (autoloads nil "lunar" "calendar/lunar.el" (21554 27688 263871 | 17024 | ;;;### (autoloads nil "lunar" "calendar/lunar.el" (21607 54477 800124 |
| 16995 | ;;;;;; 0)) | 17025 | ;;;;;; 118000)) |
| 16996 | ;;; Generated autoloads from calendar/lunar.el | 17026 | ;;; Generated autoloads from calendar/lunar.el |
| 16997 | 17027 | ||
| 16998 | (autoload 'lunar-phases "lunar" "\ | 17028 | (autoload 'lunar-phases "lunar" "\ |
| @@ -17004,8 +17034,8 @@ This function is suitable for execution in an init file. | |||
| 17004 | 17034 | ||
| 17005 | ;;;*** | 17035 | ;;;*** |
| 17006 | 17036 | ||
| 17007 | ;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (21567 8911 | 17037 | ;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (21607 54478 |
| 17008 | ;;;;;; 359241 0)) | 17038 | ;;;;;; 800121 42000)) |
| 17009 | ;;; Generated autoloads from progmodes/m4-mode.el | 17039 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 17010 | 17040 | ||
| 17011 | (autoload 'm4-mode "m4-mode" "\ | 17041 | (autoload 'm4-mode "m4-mode" "\ |
| @@ -17015,7 +17045,7 @@ A major mode to edit m4 macro files. | |||
| 17015 | 17045 | ||
| 17016 | ;;;*** | 17046 | ;;;*** |
| 17017 | 17047 | ||
| 17018 | ;;;### (autoloads nil "macros" "macros.el" (21240 46395 727291 0)) | 17048 | ;;;### (autoloads nil "macros" "macros.el" (21607 54478 300138 641000)) |
| 17019 | ;;; Generated autoloads from macros.el | 17049 | ;;; Generated autoloads from macros.el |
| 17020 | 17050 | ||
| 17021 | (autoload 'name-last-kbd-macro "macros" "\ | 17051 | (autoload 'name-last-kbd-macro "macros" "\ |
| @@ -17104,8 +17134,8 @@ and then select the region of un-tablified names and use | |||
| 17104 | 17134 | ||
| 17105 | ;;;*** | 17135 | ;;;*** |
| 17106 | 17136 | ||
| 17107 | ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (21240 46395 | 17137 | ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (21607 54478 |
| 17108 | ;;;;;; 727291 0)) | 17138 | ;;;;;; 300138 641000)) |
| 17109 | ;;; Generated autoloads from mail/mail-extr.el | 17139 | ;;; Generated autoloads from mail/mail-extr.el |
| 17110 | 17140 | ||
| 17111 | (autoload 'mail-extract-address-components "mail-extr" "\ | 17141 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| @@ -17135,8 +17165,8 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17135 | 17165 | ||
| 17136 | ;;;*** | 17166 | ;;;*** |
| 17137 | 17167 | ||
| 17138 | ;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (21187 63826 | 17168 | ;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (21607 54478 |
| 17139 | ;;;;;; 213216 0)) | 17169 | ;;;;;; 300138 641000)) |
| 17140 | ;;; Generated autoloads from mail/mail-hist.el | 17170 | ;;; Generated autoloads from mail/mail-hist.el |
| 17141 | 17171 | ||
| 17142 | (autoload 'mail-hist-define-keys "mail-hist" "\ | 17172 | (autoload 'mail-hist-define-keys "mail-hist" "\ |
| @@ -17165,8 +17195,8 @@ This function normally would be called when the message is sent. | |||
| 17165 | 17195 | ||
| 17166 | ;;;*** | 17196 | ;;;*** |
| 17167 | 17197 | ||
| 17168 | ;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (21240 46395 | 17198 | ;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (21607 54478 |
| 17169 | ;;;;;; 727291 0)) | 17199 | ;;;;;; 300138 641000)) |
| 17170 | ;;; Generated autoloads from mail/mail-utils.el | 17200 | ;;; Generated autoloads from mail/mail-utils.el |
| 17171 | 17201 | ||
| 17172 | (defvar mail-use-rfc822 nil "\ | 17202 | (defvar mail-use-rfc822 nil "\ |
| @@ -17240,8 +17270,8 @@ matches may be returned from the message body. | |||
| 17240 | 17270 | ||
| 17241 | ;;;*** | 17271 | ;;;*** |
| 17242 | 17272 | ||
| 17243 | ;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (21240 46395 | 17273 | ;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (21607 54478 |
| 17244 | ;;;;;; 727291 0)) | 17274 | ;;;;;; 300138 641000)) |
| 17245 | ;;; Generated autoloads from mail/mailabbrev.el | 17275 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17246 | 17276 | ||
| 17247 | (defvar mail-abbrevs-mode nil "\ | 17277 | (defvar mail-abbrevs-mode nil "\ |
| @@ -17290,8 +17320,8 @@ double-quotes. | |||
| 17290 | 17320 | ||
| 17291 | ;;;*** | 17321 | ;;;*** |
| 17292 | 17322 | ||
| 17293 | ;;;### (autoloads nil "mailalias" "mail/mailalias.el" (21240 46395 | 17323 | ;;;### (autoloads nil "mailalias" "mail/mailalias.el" (21607 54478 |
| 17294 | ;;;;;; 727291 0)) | 17324 | ;;;;;; 300138 641000)) |
| 17295 | ;;; Generated autoloads from mail/mailalias.el | 17325 | ;;; Generated autoloads from mail/mailalias.el |
| 17296 | 17326 | ||
| 17297 | (defvar mail-complete-style 'angles "\ | 17327 | (defvar mail-complete-style 'angles "\ |
| @@ -17344,8 +17374,8 @@ current header, calls `mail-complete-function' and passes prefix ARG if any. | |||
| 17344 | 17374 | ||
| 17345 | ;;;*** | 17375 | ;;;*** |
| 17346 | 17376 | ||
| 17347 | ;;;### (autoloads nil "mailclient" "mail/mailclient.el" (21215 8898 | 17377 | ;;;### (autoloads nil "mailclient" "mail/mailclient.el" (21607 54478 |
| 17348 | ;;;;;; 840126 623000)) | 17378 | ;;;;;; 300138 641000)) |
| 17349 | ;;; Generated autoloads from mail/mailclient.el | 17379 | ;;; Generated autoloads from mail/mailclient.el |
| 17350 | 17380 | ||
| 17351 | (autoload 'mailclient-send-it "mailclient" "\ | 17381 | (autoload 'mailclient-send-it "mailclient" "\ |
| @@ -17357,8 +17387,8 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17357 | 17387 | ||
| 17358 | ;;;*** | 17388 | ;;;*** |
| 17359 | 17389 | ||
| 17360 | ;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (21240 | 17390 | ;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (21607 |
| 17361 | ;;;;;; 46395 727291 0)) | 17391 | ;;;;;; 54478 800121 42000)) |
| 17362 | ;;; Generated autoloads from progmodes/make-mode.el | 17392 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17363 | 17393 | ||
| 17364 | (autoload 'makefile-mode "make-mode" "\ | 17394 | (autoload 'makefile-mode "make-mode" "\ |
| @@ -17475,8 +17505,8 @@ An adapted `makefile-mode' that knows about imake. | |||
| 17475 | 17505 | ||
| 17476 | ;;;*** | 17506 | ;;;*** |
| 17477 | 17507 | ||
| 17478 | ;;;### (autoloads nil "makesum" "makesum.el" (21240 46395 727291 | 17508 | ;;;### (autoloads nil "makesum" "makesum.el" (21607 54478 300138 |
| 17479 | ;;;;;; 0)) | 17509 | ;;;;;; 641000)) |
| 17480 | ;;; Generated autoloads from makesum.el | 17510 | ;;; Generated autoloads from makesum.el |
| 17481 | 17511 | ||
| 17482 | (autoload 'make-command-summary "makesum" "\ | 17512 | (autoload 'make-command-summary "makesum" "\ |
| @@ -17487,7 +17517,7 @@ Previous contents of that buffer are killed first. | |||
| 17487 | 17517 | ||
| 17488 | ;;;*** | 17518 | ;;;*** |
| 17489 | 17519 | ||
| 17490 | ;;;### (autoloads nil "man" "man.el" (21580 51751 606453 0)) | 17520 | ;;;### (autoloads nil "man" "man.el" (21607 54478 300138 641000)) |
| 17491 | ;;; Generated autoloads from man.el | 17521 | ;;; Generated autoloads from man.el |
| 17492 | 17522 | ||
| 17493 | (defalias 'manual-entry 'man) | 17523 | (defalias 'manual-entry 'man) |
| @@ -17543,7 +17573,7 @@ Default bookmark handler for Man buffers. | |||
| 17543 | 17573 | ||
| 17544 | ;;;*** | 17574 | ;;;*** |
| 17545 | 17575 | ||
| 17546 | ;;;### (autoloads nil "master" "master.el" (21187 63826 213216 0)) | 17576 | ;;;### (autoloads nil "master" "master.el" (21607 54478 300138 641000)) |
| 17547 | ;;; Generated autoloads from master.el | 17577 | ;;; Generated autoloads from master.el |
| 17548 | (push (purecopy '(master 1 0 2)) package--builtin-versions) | 17578 | (push (purecopy '(master 1 0 2)) package--builtin-versions) |
| 17549 | 17579 | ||
| @@ -17566,8 +17596,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17566 | 17596 | ||
| 17567 | ;;;*** | 17597 | ;;;*** |
| 17568 | 17598 | ||
| 17569 | ;;;### (autoloads nil "mb-depth" "mb-depth.el" (21187 63826 213216 | 17599 | ;;;### (autoloads nil "mb-depth" "mb-depth.el" (21607 54478 300138 |
| 17570 | ;;;;;; 0)) | 17600 | ;;;;;; 641000)) |
| 17571 | ;;; Generated autoloads from mb-depth.el | 17601 | ;;; Generated autoloads from mb-depth.el |
| 17572 | 17602 | ||
| 17573 | (defvar minibuffer-depth-indicate-mode nil "\ | 17603 | (defvar minibuffer-depth-indicate-mode nil "\ |
| @@ -17594,14 +17624,14 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 17594 | 17624 | ||
| 17595 | ;;;*** | 17625 | ;;;*** |
| 17596 | 17626 | ||
| 17597 | ;;;### (autoloads nil "md4" "md4.el" (21187 63826 213216 0)) | 17627 | ;;;### (autoloads nil "md4" "md4.el" (21607 54478 300138 641000)) |
| 17598 | ;;; Generated autoloads from md4.el | 17628 | ;;; Generated autoloads from md4.el |
| 17599 | (push (purecopy '(md4 1 0)) package--builtin-versions) | 17629 | (push (purecopy '(md4 1 0)) package--builtin-versions) |
| 17600 | 17630 | ||
| 17601 | ;;;*** | 17631 | ;;;*** |
| 17602 | 17632 | ||
| 17603 | ;;;### (autoloads nil "message" "gnus/message.el" (21584 48809 507899 | 17633 | ;;;### (autoloads nil "message" "gnus/message.el" (21623 2108 292281 |
| 17604 | ;;;;;; 0)) | 17634 | ;;;;;; 129000)) |
| 17605 | ;;; Generated autoloads from gnus/message.el | 17635 | ;;; Generated autoloads from gnus/message.el |
| 17606 | 17636 | ||
| 17607 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17637 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17766,8 +17796,8 @@ which specify the range to operate on. | |||
| 17766 | 17796 | ||
| 17767 | ;;;*** | 17797 | ;;;*** |
| 17768 | 17798 | ||
| 17769 | ;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (21187 | 17799 | ;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (21607 |
| 17770 | ;;;;;; 63826 213216 0)) | 17800 | ;;;;;; 54478 800121 42000)) |
| 17771 | ;;; Generated autoloads from progmodes/meta-mode.el | 17801 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17772 | (push (purecopy '(meta-mode 1 0)) package--builtin-versions) | 17802 | (push (purecopy '(meta-mode 1 0)) package--builtin-versions) |
| 17773 | 17803 | ||
| @@ -17783,8 +17813,8 @@ Major mode for editing MetaPost sources. | |||
| 17783 | 17813 | ||
| 17784 | ;;;*** | 17814 | ;;;*** |
| 17785 | 17815 | ||
| 17786 | ;;;### (autoloads nil "metamail" "mail/metamail.el" (21187 63826 | 17816 | ;;;### (autoloads nil "metamail" "mail/metamail.el" (21607 54478 |
| 17787 | ;;;;;; 213216 0)) | 17817 | ;;;;;; 300138 641000)) |
| 17788 | ;;; Generated autoloads from mail/metamail.el | 17818 | ;;; Generated autoloads from mail/metamail.el |
| 17789 | 17819 | ||
| 17790 | (autoload 'metamail-interpret-header "metamail" "\ | 17820 | (autoload 'metamail-interpret-header "metamail" "\ |
| @@ -17827,8 +17857,8 @@ redisplayed as output is inserted. | |||
| 17827 | 17857 | ||
| 17828 | ;;;*** | 17858 | ;;;*** |
| 17829 | 17859 | ||
| 17830 | ;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21546 33576 601815 | 17860 | ;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21607 54478 300138 |
| 17831 | ;;;;;; 0)) | 17861 | ;;;;;; 641000)) |
| 17832 | ;;; Generated autoloads from mh-e/mh-comp.el | 17862 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17833 | 17863 | ||
| 17834 | (autoload 'mh-smail "mh-comp" "\ | 17864 | (autoload 'mh-smail "mh-comp" "\ |
| @@ -17918,7 +17948,7 @@ delete the draft message. | |||
| 17918 | 17948 | ||
| 17919 | ;;;*** | 17949 | ;;;*** |
| 17920 | 17950 | ||
| 17921 | ;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21546 33576 601815 0)) | 17951 | ;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21607 54478 300138 641000)) |
| 17922 | ;;; Generated autoloads from mh-e/mh-e.el | 17952 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17923 | (push (purecopy '(mh-e 8 6)) package--builtin-versions) | 17953 | (push (purecopy '(mh-e 8 6)) package--builtin-versions) |
| 17924 | 17954 | ||
| @@ -17935,8 +17965,8 @@ Display version information about MH-E and the MH mail handling system. | |||
| 17935 | 17965 | ||
| 17936 | ;;;*** | 17966 | ;;;*** |
| 17937 | 17967 | ||
| 17938 | ;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21286 52150 | 17968 | ;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21607 54478 |
| 17939 | ;;;;;; 476720 0)) | 17969 | ;;;;;; 300138 641000)) |
| 17940 | ;;; Generated autoloads from mh-e/mh-folder.el | 17970 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 17941 | 17971 | ||
| 17942 | (autoload 'mh-rmail "mh-folder" "\ | 17972 | (autoload 'mh-rmail "mh-folder" "\ |
| @@ -18017,8 +18047,8 @@ perform the operation on all messages in that region. | |||
| 18017 | 18047 | ||
| 18018 | ;;;*** | 18048 | ;;;*** |
| 18019 | 18049 | ||
| 18020 | ;;;### (autoloads nil "midnight" "midnight.el" (21187 63826 213216 | 18050 | ;;;### (autoloads nil "midnight" "midnight.el" (21607 54478 300138 |
| 18021 | ;;;;;; 0)) | 18051 | ;;;;;; 641000)) |
| 18022 | ;;; Generated autoloads from midnight.el | 18052 | ;;; Generated autoloads from midnight.el |
| 18023 | 18053 | ||
| 18024 | (autoload 'clean-buffer-list "midnight" "\ | 18054 | (autoload 'clean-buffer-list "midnight" "\ |
| @@ -18044,8 +18074,8 @@ to its second argument TM. | |||
| 18044 | 18074 | ||
| 18045 | ;;;*** | 18075 | ;;;*** |
| 18046 | 18076 | ||
| 18047 | ;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (21187 63826 | 18077 | ;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (21607 54478 |
| 18048 | ;;;;;; 213216 0)) | 18078 | ;;;;;; 300138 641000)) |
| 18049 | ;;; Generated autoloads from minibuf-eldef.el | 18079 | ;;; Generated autoloads from minibuf-eldef.el |
| 18050 | 18080 | ||
| 18051 | (defvar minibuffer-electric-default-mode nil "\ | 18081 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18074,7 +18104,7 @@ is modified to remove the default indication. | |||
| 18074 | 18104 | ||
| 18075 | ;;;*** | 18105 | ;;;*** |
| 18076 | 18106 | ||
| 18077 | ;;;### (autoloads nil "misc" "misc.el" (21240 46395 727291 0)) | 18107 | ;;;### (autoloads nil "misc" "misc.el" (21607 54478 300138 641000)) |
| 18078 | ;;; Generated autoloads from misc.el | 18108 | ;;; Generated autoloads from misc.el |
| 18079 | 18109 | ||
| 18080 | (autoload 'butterfly "misc" "\ | 18110 | (autoload 'butterfly "misc" "\ |
| @@ -18102,8 +18132,8 @@ The return value is always nil. | |||
| 18102 | 18132 | ||
| 18103 | ;;;*** | 18133 | ;;;*** |
| 18104 | 18134 | ||
| 18105 | ;;;### (autoloads nil "misearch" "misearch.el" (21245 64312 799897 | 18135 | ;;;### (autoloads nil "misearch" "misearch.el" (21607 54478 300138 |
| 18106 | ;;;;;; 0)) | 18136 | ;;;;;; 641000)) |
| 18107 | ;;; Generated autoloads from misearch.el | 18137 | ;;; Generated autoloads from misearch.el |
| 18108 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) | 18138 | (add-hook 'isearch-mode-hook 'multi-isearch-setup) |
| 18109 | 18139 | ||
| @@ -18138,6 +18168,10 @@ Isearch starts.") | |||
| 18138 | The buffer where the search is currently searching. | 18168 | The buffer where the search is currently searching. |
| 18139 | The value is nil when the search still is in the initial buffer.") | 18169 | The value is nil when the search still is in the initial buffer.") |
| 18140 | 18170 | ||
| 18171 | (defvar multi-isearch-buffer-list nil) | ||
| 18172 | |||
| 18173 | (defvar multi-isearch-file-list nil) | ||
| 18174 | |||
| 18141 | (autoload 'multi-isearch-setup "misearch" "\ | 18175 | (autoload 'multi-isearch-setup "misearch" "\ |
| 18142 | Set up isearch to search multiple buffers. | 18176 | Set up isearch to search multiple buffers. |
| 18143 | Intended to be added to `isearch-mode-hook'. | 18177 | Intended to be added to `isearch-mode-hook'. |
| @@ -18184,8 +18218,8 @@ whose file names match the specified wildcard. | |||
| 18184 | 18218 | ||
| 18185 | ;;;*** | 18219 | ;;;*** |
| 18186 | 18220 | ||
| 18187 | ;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (21187 | 18221 | ;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (21607 |
| 18188 | ;;;;;; 63826 213216 0)) | 18222 | ;;;;;; 54478 800121 42000)) |
| 18189 | ;;; Generated autoloads from progmodes/mixal-mode.el | 18223 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 18190 | (push (purecopy '(mixal-mode 0 1)) package--builtin-versions) | 18224 | (push (purecopy '(mixal-mode 0 1)) package--builtin-versions) |
| 18191 | 18225 | ||
| @@ -18196,8 +18230,8 @@ Major mode for the mixal asm language. | |||
| 18196 | 18230 | ||
| 18197 | ;;;*** | 18231 | ;;;*** |
| 18198 | 18232 | ||
| 18199 | ;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (21187 63826 | 18233 | ;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (21607 54478 |
| 18200 | ;;;;;; 213216 0)) | 18234 | ;;;;;; 300138 641000)) |
| 18201 | ;;; Generated autoloads from gnus/mm-encode.el | 18235 | ;;; Generated autoloads from gnus/mm-encode.el |
| 18202 | 18236 | ||
| 18203 | (autoload 'mm-default-file-encoding "mm-encode" "\ | 18237 | (autoload 'mm-default-file-encoding "mm-encode" "\ |
| @@ -18207,8 +18241,8 @@ Return a default encoding for FILE. | |||
| 18207 | 18241 | ||
| 18208 | ;;;*** | 18242 | ;;;*** |
| 18209 | 18243 | ||
| 18210 | ;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21296 1575 | 18244 | ;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21607 54478 |
| 18211 | ;;;;;; 438327 0)) | 18245 | ;;;;;; 300138 641000)) |
| 18212 | ;;; Generated autoloads from gnus/mm-extern.el | 18246 | ;;; Generated autoloads from gnus/mm-extern.el |
| 18213 | 18247 | ||
| 18214 | (autoload 'mm-extern-cache-contents "mm-extern" "\ | 18248 | (autoload 'mm-extern-cache-contents "mm-extern" "\ |
| @@ -18226,8 +18260,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18226 | 18260 | ||
| 18227 | ;;;*** | 18261 | ;;;*** |
| 18228 | 18262 | ||
| 18229 | ;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (21187 63826 | 18263 | ;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (21607 54478 |
| 18230 | ;;;;;; 213216 0)) | 18264 | ;;;;;; 300138 641000)) |
| 18231 | ;;; Generated autoloads from gnus/mm-partial.el | 18265 | ;;; Generated autoloads from gnus/mm-partial.el |
| 18232 | 18266 | ||
| 18233 | (autoload 'mm-inline-partial "mm-partial" "\ | 18267 | (autoload 'mm-inline-partial "mm-partial" "\ |
| @@ -18240,8 +18274,8 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18240 | 18274 | ||
| 18241 | ;;;*** | 18275 | ;;;*** |
| 18242 | 18276 | ||
| 18243 | ;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21296 1575 438327 | 18277 | ;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21607 54478 300138 |
| 18244 | ;;;;;; 0)) | 18278 | ;;;;;; 641000)) |
| 18245 | ;;; Generated autoloads from gnus/mm-url.el | 18279 | ;;; Generated autoloads from gnus/mm-url.el |
| 18246 | 18280 | ||
| 18247 | (autoload 'mm-url-insert-file-contents "mm-url" "\ | 18281 | (autoload 'mm-url-insert-file-contents "mm-url" "\ |
| @@ -18257,8 +18291,8 @@ Insert file contents of URL using `mm-url-program'. | |||
| 18257 | 18291 | ||
| 18258 | ;;;*** | 18292 | ;;;*** |
| 18259 | 18293 | ||
| 18260 | ;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21363 17065 850322 | 18294 | ;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21607 54478 300138 |
| 18261 | ;;;;;; 0)) | 18295 | ;;;;;; 641000)) |
| 18262 | ;;; Generated autoloads from gnus/mm-uu.el | 18296 | ;;; Generated autoloads from gnus/mm-uu.el |
| 18263 | 18297 | ||
| 18264 | (autoload 'mm-uu-dissect "mm-uu" "\ | 18298 | (autoload 'mm-uu-dissect "mm-uu" "\ |
| @@ -18277,7 +18311,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 18277 | 18311 | ||
| 18278 | ;;;*** | 18312 | ;;;*** |
| 18279 | 18313 | ||
| 18280 | ;;;### (autoloads nil "mml" "gnus/mml.el" (21546 33576 601815 0)) | 18314 | ;;;### (autoloads nil "mml" "gnus/mml.el" (21607 54478 300138 641000)) |
| 18281 | ;;; Generated autoloads from gnus/mml.el | 18315 | ;;; Generated autoloads from gnus/mml.el |
| 18282 | 18316 | ||
| 18283 | (autoload 'mml-to-mime "mml" "\ | 18317 | (autoload 'mml-to-mime "mml" "\ |
| @@ -18302,8 +18336,8 @@ body) or \"attachment\" (separate from the body). | |||
| 18302 | 18336 | ||
| 18303 | ;;;*** | 18337 | ;;;*** |
| 18304 | 18338 | ||
| 18305 | ;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21296 1575 438327 | 18339 | ;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21607 54478 300138 |
| 18306 | ;;;;;; 0)) | 18340 | ;;;;;; 641000)) |
| 18307 | ;;; Generated autoloads from gnus/mml1991.el | 18341 | ;;; Generated autoloads from gnus/mml1991.el |
| 18308 | 18342 | ||
| 18309 | (autoload 'mml1991-encrypt "mml1991" "\ | 18343 | (autoload 'mml1991-encrypt "mml1991" "\ |
| @@ -18318,8 +18352,8 @@ body) or \"attachment\" (separate from the body). | |||
| 18318 | 18352 | ||
| 18319 | ;;;*** | 18353 | ;;;*** |
| 18320 | 18354 | ||
| 18321 | ;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21546 33576 601815 | 18355 | ;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21607 54478 300138 |
| 18322 | ;;;;;; 0)) | 18356 | ;;;;;; 641000)) |
| 18323 | ;;; Generated autoloads from gnus/mml2015.el | 18357 | ;;; Generated autoloads from gnus/mml2015.el |
| 18324 | 18358 | ||
| 18325 | (autoload 'mml2015-decrypt "mml2015" "\ | 18359 | (autoload 'mml2015-decrypt "mml2015" "\ |
| @@ -18359,16 +18393,16 @@ body) or \"attachment\" (separate from the body). | |||
| 18359 | 18393 | ||
| 18360 | ;;;*** | 18394 | ;;;*** |
| 18361 | 18395 | ||
| 18362 | ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (21187 63826 | 18396 | ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (21607 54477 |
| 18363 | ;;;;;; 213216 0)) | 18397 | ;;;;;; 800124 118000)) |
| 18364 | ;;; Generated autoloads from cedet/mode-local.el | 18398 | ;;; Generated autoloads from cedet/mode-local.el |
| 18365 | 18399 | ||
| 18366 | (put 'define-overloadable-function 'doc-string-elt 3) | 18400 | (put 'define-overloadable-function 'doc-string-elt 3) |
| 18367 | 18401 | ||
| 18368 | ;;;*** | 18402 | ;;;*** |
| 18369 | 18403 | ||
| 18370 | ;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21282 19826 | 18404 | ;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21607 54478 |
| 18371 | ;;;;;; 403614 0)) | 18405 | ;;;;;; 800121 42000)) |
| 18372 | ;;; Generated autoloads from progmodes/modula2.el | 18406 | ;;; Generated autoloads from progmodes/modula2.el |
| 18373 | 18407 | ||
| 18374 | (defalias 'modula-2-mode 'm2-mode) | 18408 | (defalias 'modula-2-mode 'm2-mode) |
| @@ -18401,8 +18435,8 @@ followed by the first character of the construct. | |||
| 18401 | 18435 | ||
| 18402 | ;;;*** | 18436 | ;;;*** |
| 18403 | 18437 | ||
| 18404 | ;;;### (autoloads nil "morse" "play/morse.el" (21187 63826 213216 | 18438 | ;;;### (autoloads nil "morse" "play/morse.el" (21616 28857 81577 |
| 18405 | ;;;;;; 0)) | 18439 | ;;;;;; 239000)) |
| 18406 | ;;; Generated autoloads from play/morse.el | 18440 | ;;; Generated autoloads from play/morse.el |
| 18407 | 18441 | ||
| 18408 | (autoload 'morse-region "morse" "\ | 18442 | (autoload 'morse-region "morse" "\ |
| @@ -18427,8 +18461,8 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. | |||
| 18427 | 18461 | ||
| 18428 | ;;;*** | 18462 | ;;;*** |
| 18429 | 18463 | ||
| 18430 | ;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21202 31159 541460 | 18464 | ;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21607 54478 300138 |
| 18431 | ;;;;;; 0)) | 18465 | ;;;;;; 641000)) |
| 18432 | ;;; Generated autoloads from mouse-drag.el | 18466 | ;;; Generated autoloads from mouse-drag.el |
| 18433 | 18467 | ||
| 18434 | (autoload 'mouse-drag-throw "mouse-drag" "\ | 18468 | (autoload 'mouse-drag-throw "mouse-drag" "\ |
| @@ -18475,7 +18509,7 @@ To test this function, evaluate: | |||
| 18475 | 18509 | ||
| 18476 | ;;;*** | 18510 | ;;;*** |
| 18477 | 18511 | ||
| 18478 | ;;;### (autoloads nil "mpc" "mpc.el" (21537 18599 384335 0)) | 18512 | ;;;### (autoloads nil "mpc" "mpc.el" (21607 54478 300138 641000)) |
| 18479 | ;;; Generated autoloads from mpc.el | 18513 | ;;; Generated autoloads from mpc.el |
| 18480 | 18514 | ||
| 18481 | (autoload 'mpc "mpc" "\ | 18515 | (autoload 'mpc "mpc" "\ |
| @@ -18485,7 +18519,7 @@ Main entry point for MPC. | |||
| 18485 | 18519 | ||
| 18486 | ;;;*** | 18520 | ;;;*** |
| 18487 | 18521 | ||
| 18488 | ;;;### (autoloads nil "mpuz" "play/mpuz.el" (21187 63826 213216 0)) | 18522 | ;;;### (autoloads nil "mpuz" "play/mpuz.el" (21607 54478 800121 42000)) |
| 18489 | ;;; Generated autoloads from play/mpuz.el | 18523 | ;;; Generated autoloads from play/mpuz.el |
| 18490 | 18524 | ||
| 18491 | (autoload 'mpuz "mpuz" "\ | 18525 | (autoload 'mpuz "mpuz" "\ |
| @@ -18495,7 +18529,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18495 | 18529 | ||
| 18496 | ;;;*** | 18530 | ;;;*** |
| 18497 | 18531 | ||
| 18498 | ;;;### (autoloads nil "msb" "msb.el" (21528 3626 241769 0)) | 18532 | ;;;### (autoloads nil "msb" "msb.el" (21607 54478 300138 641000)) |
| 18499 | ;;; Generated autoloads from msb.el | 18533 | ;;; Generated autoloads from msb.el |
| 18500 | 18534 | ||
| 18501 | (defvar msb-mode nil "\ | 18535 | (defvar msb-mode nil "\ |
| @@ -18520,8 +18554,8 @@ different buffer menu using the function `msb'. | |||
| 18520 | 18554 | ||
| 18521 | ;;;*** | 18555 | ;;;*** |
| 18522 | 18556 | ||
| 18523 | ;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (21187 | 18557 | ;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (21607 |
| 18524 | ;;;;;; 63826 213216 0)) | 18558 | ;;;;;; 54478 300138 641000)) |
| 18525 | ;;; Generated autoloads from international/mule-diag.el | 18559 | ;;; Generated autoloads from international/mule-diag.el |
| 18526 | 18560 | ||
| 18527 | (autoload 'list-character-sets "mule-diag" "\ | 18561 | (autoload 'list-character-sets "mule-diag" "\ |
| @@ -18653,8 +18687,8 @@ The default is 20. If LIMIT is negative, do not limit the listing. | |||
| 18653 | 18687 | ||
| 18654 | ;;;*** | 18688 | ;;;*** |
| 18655 | 18689 | ||
| 18656 | ;;;### (autoloads nil "mule-util" "international/mule-util.el" (21412 | 18690 | ;;;### (autoloads nil "mule-util" "international/mule-util.el" (21607 |
| 18657 | ;;;;;; 2598 318409 0)) | 18691 | ;;;;;; 54478 300138 641000)) |
| 18658 | ;;; Generated autoloads from international/mule-util.el | 18692 | ;;; Generated autoloads from international/mule-util.el |
| 18659 | 18693 | ||
| 18660 | (defsubst string-to-list (string) "\ | 18694 | (defsubst string-to-list (string) "\ |
| @@ -18785,8 +18819,8 @@ per-character basis, this may not be accurate. | |||
| 18785 | 18819 | ||
| 18786 | ;;;*** | 18820 | ;;;*** |
| 18787 | 18821 | ||
| 18788 | ;;;### (autoloads nil "net-utils" "net/net-utils.el" (21187 63826 | 18822 | ;;;### (autoloads nil "net-utils" "net/net-utils.el" (21607 54478 |
| 18789 | ;;;;;; 213216 0)) | 18823 | ;;;;;; 300138 641000)) |
| 18790 | ;;; Generated autoloads from net/net-utils.el | 18824 | ;;; Generated autoloads from net/net-utils.el |
| 18791 | 18825 | ||
| 18792 | (autoload 'ifconfig "net-utils" "\ | 18826 | (autoload 'ifconfig "net-utils" "\ |
| @@ -18880,8 +18914,8 @@ Open a network connection to HOST on PORT. | |||
| 18880 | 18914 | ||
| 18881 | ;;;*** | 18915 | ;;;*** |
| 18882 | 18916 | ||
| 18883 | ;;;### (autoloads nil "netrc" "net/netrc.el" (21187 63826 213216 | 18917 | ;;;### (autoloads nil "netrc" "net/netrc.el" (21607 54478 300138 |
| 18884 | ;;;;;; 0)) | 18918 | ;;;;;; 641000)) |
| 18885 | ;;; Generated autoloads from net/netrc.el | 18919 | ;;; Generated autoloads from net/netrc.el |
| 18886 | 18920 | ||
| 18887 | (autoload 'netrc-credentials "netrc" "\ | 18921 | (autoload 'netrc-credentials "netrc" "\ |
| @@ -18893,8 +18927,8 @@ listed in the PORTS list. | |||
| 18893 | 18927 | ||
| 18894 | ;;;*** | 18928 | ;;;*** |
| 18895 | 18929 | ||
| 18896 | ;;;### (autoloads nil "network-stream" "net/network-stream.el" (21187 | 18930 | ;;;### (autoloads nil "network-stream" "net/network-stream.el" (21619 |
| 18897 | ;;;;;; 63826 213216 0)) | 18931 | ;;;;;; 5051 260148 536000)) |
| 18898 | ;;; Generated autoloads from net/network-stream.el | 18932 | ;;; Generated autoloads from net/network-stream.el |
| 18899 | 18933 | ||
| 18900 | (autoload 'open-network-stream "network-stream" "\ | 18934 | (autoload 'open-network-stream "network-stream" "\ |
| @@ -18975,11 +19009,14 @@ values: | |||
| 18975 | :use-starttls-if-possible is a boolean that says to do opportunistic | 19009 | :use-starttls-if-possible is a boolean that says to do opportunistic |
| 18976 | STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality. | 19010 | STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality. |
| 18977 | 19011 | ||
| 19012 | :warn-unless-encrypted is a boolean which, if :return-list is | ||
| 19013 | non-nil, is used warn the user if the connection isn't encrypted. | ||
| 19014 | |||
| 18978 | :nogreeting is a boolean that can be used to inhibit waiting for | 19015 | :nogreeting is a boolean that can be used to inhibit waiting for |
| 18979 | a greeting from the server. | 19016 | a greeting from the server. |
| 18980 | 19017 | ||
| 18981 | :nowait is a boolean that says the connection should be made | 19018 | :nowait is a boolean that says the connection should be made |
| 18982 | asynchronously, if possible. | 19019 | asynchronously, if possible. |
| 18983 | 19020 | ||
| 18984 | \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil) | 19021 | \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil) |
| 18985 | 19022 | ||
| @@ -18987,8 +19024,8 @@ a greeting from the server. | |||
| 18987 | 19024 | ||
| 18988 | ;;;*** | 19025 | ;;;*** |
| 18989 | 19026 | ||
| 18990 | ;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (21584 | 19027 | ;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (21628 |
| 18991 | ;;;;;; 48809 507899 0)) | 19028 | ;;;;;; 45530 160140 360000)) |
| 18992 | ;;; Generated autoloads from net/newst-backend.el | 19029 | ;;; Generated autoloads from net/newst-backend.el |
| 18993 | 19030 | ||
| 18994 | (autoload 'newsticker-running-p "newst-backend" "\ | 19031 | (autoload 'newsticker-running-p "newst-backend" "\ |
| @@ -19010,7 +19047,7 @@ Run `newsticker-start-hook' if newsticker was not running already. | |||
| 19010 | ;;;*** | 19047 | ;;;*** |
| 19011 | 19048 | ||
| 19012 | ;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" | 19049 | ;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" |
| 19013 | ;;;;;; (21549 9768 351453 0)) | 19050 | ;;;;;; (21607 54478 300138 641000)) |
| 19014 | ;;; Generated autoloads from net/newst-plainview.el | 19051 | ;;; Generated autoloads from net/newst-plainview.el |
| 19015 | 19052 | ||
| 19016 | (autoload 'newsticker-plainview "newst-plainview" "\ | 19053 | (autoload 'newsticker-plainview "newst-plainview" "\ |
| @@ -19020,8 +19057,8 @@ Start newsticker plainview. | |||
| 19020 | 19057 | ||
| 19021 | ;;;*** | 19058 | ;;;*** |
| 19022 | 19059 | ||
| 19023 | ;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (21574 | 19060 | ;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (21607 |
| 19024 | ;;;;;; 12970 82034 0)) | 19061 | ;;;;;; 54478 300138 641000)) |
| 19025 | ;;; Generated autoloads from net/newst-reader.el | 19062 | ;;; Generated autoloads from net/newst-reader.el |
| 19026 | 19063 | ||
| 19027 | (autoload 'newsticker-show-news "newst-reader" "\ | 19064 | (autoload 'newsticker-show-news "newst-reader" "\ |
| @@ -19031,8 +19068,8 @@ Start reading news. You may want to bind this to a key. | |||
| 19031 | 19068 | ||
| 19032 | ;;;*** | 19069 | ;;;*** |
| 19033 | 19070 | ||
| 19034 | ;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (21549 | 19071 | ;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (21607 |
| 19035 | ;;;;;; 9768 351453 0)) | 19072 | ;;;;;; 54478 300138 641000)) |
| 19036 | ;;; Generated autoloads from net/newst-ticker.el | 19073 | ;;; Generated autoloads from net/newst-ticker.el |
| 19037 | 19074 | ||
| 19038 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ | 19075 | (autoload 'newsticker-ticker-running-p "newst-ticker" "\ |
| @@ -19052,8 +19089,8 @@ running already. | |||
| 19052 | 19089 | ||
| 19053 | ;;;*** | 19090 | ;;;*** |
| 19054 | 19091 | ||
| 19055 | ;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (21572 | 19092 | ;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (21628 |
| 19056 | ;;;;;; 57638 740412 0)) | 19093 | ;;;;;; 45530 160140 360000)) |
| 19057 | ;;; Generated autoloads from net/newst-treeview.el | 19094 | ;;; Generated autoloads from net/newst-treeview.el |
| 19058 | 19095 | ||
| 19059 | (autoload 'newsticker-treeview "newst-treeview" "\ | 19096 | (autoload 'newsticker-treeview "newst-treeview" "\ |
| @@ -19063,8 +19100,8 @@ Start newsticker treeview. | |||
| 19063 | 19100 | ||
| 19064 | ;;;*** | 19101 | ;;;*** |
| 19065 | 19102 | ||
| 19066 | ;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21204 37210 187838 | 19103 | ;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21607 54478 300138 |
| 19067 | ;;;;;; 0)) | 19104 | ;;;;;; 641000)) |
| 19068 | ;;; Generated autoloads from gnus/nndiary.el | 19105 | ;;; Generated autoloads from gnus/nndiary.el |
| 19069 | 19106 | ||
| 19070 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ | 19107 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ |
| @@ -19074,8 +19111,8 @@ Generate NOV databases in all nndiary directories. | |||
| 19074 | 19111 | ||
| 19075 | ;;;*** | 19112 | ;;;*** |
| 19076 | 19113 | ||
| 19077 | ;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21187 63826 213216 | 19114 | ;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21607 54478 300138 |
| 19078 | ;;;;;; 0)) | 19115 | ;;;;;; 641000)) |
| 19079 | ;;; Generated autoloads from gnus/nndoc.el | 19116 | ;;; Generated autoloads from gnus/nndoc.el |
| 19080 | 19117 | ||
| 19081 | (autoload 'nndoc-add-type "nndoc" "\ | 19118 | (autoload 'nndoc-add-type "nndoc" "\ |
| @@ -19089,8 +19126,8 @@ symbol in the alist. | |||
| 19089 | 19126 | ||
| 19090 | ;;;*** | 19127 | ;;;*** |
| 19091 | 19128 | ||
| 19092 | ;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21296 1575 438327 | 19129 | ;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21607 54478 |
| 19093 | ;;;;;; 0)) | 19130 | ;;;;;; 300138 641000)) |
| 19094 | ;;; Generated autoloads from gnus/nnfolder.el | 19131 | ;;; Generated autoloads from gnus/nnfolder.el |
| 19095 | 19132 | ||
| 19096 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ | 19133 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ |
| @@ -19101,7 +19138,7 @@ This command does not work if you use short group names. | |||
| 19101 | 19138 | ||
| 19102 | ;;;*** | 19139 | ;;;*** |
| 19103 | 19140 | ||
| 19104 | ;;;### (autoloads nil "nnml" "gnus/nnml.el" (21187 63826 213216 0)) | 19141 | ;;;### (autoloads nil "nnml" "gnus/nnml.el" (21607 54478 300138 641000)) |
| 19105 | ;;; Generated autoloads from gnus/nnml.el | 19142 | ;;; Generated autoloads from gnus/nnml.el |
| 19106 | 19143 | ||
| 19107 | (autoload 'nnml-generate-nov-databases "nnml" "\ | 19144 | (autoload 'nnml-generate-nov-databases "nnml" "\ |
| @@ -19111,7 +19148,7 @@ Generate NOV databases in all nnml directories. | |||
| 19111 | 19148 | ||
| 19112 | ;;;*** | 19149 | ;;;*** |
| 19113 | 19150 | ||
| 19114 | ;;;### (autoloads nil "novice" "novice.el" (21240 46395 727291 0)) | 19151 | ;;;### (autoloads nil "novice" "novice.el" (21607 54478 300138 641000)) |
| 19115 | ;;; Generated autoloads from novice.el | 19152 | ;;; Generated autoloads from novice.el |
| 19116 | 19153 | ||
| 19117 | (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") | 19154 | (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") |
| @@ -19143,8 +19180,8 @@ future sessions. | |||
| 19143 | 19180 | ||
| 19144 | ;;;*** | 19181 | ;;;*** |
| 19145 | 19182 | ||
| 19146 | ;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (21240 | 19183 | ;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (21607 |
| 19147 | ;;;;;; 46395 727291 0)) | 19184 | ;;;;;; 54478 800121 42000)) |
| 19148 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19185 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19149 | 19186 | ||
| 19150 | (autoload 'nroff-mode "nroff-mode" "\ | 19187 | (autoload 'nroff-mode "nroff-mode" "\ |
| @@ -19158,14 +19195,14 @@ closing requests for requests that are used in matched pairs. | |||
| 19158 | 19195 | ||
| 19159 | ;;;*** | 19196 | ;;;*** |
| 19160 | 19197 | ||
| 19161 | ;;;### (autoloads nil "ntlm" "net/ntlm.el" (21553 6820 877466 0)) | 19198 | ;;;### (autoloads nil "ntlm" "net/ntlm.el" (21607 54478 300138 641000)) |
| 19162 | ;;; Generated autoloads from net/ntlm.el | 19199 | ;;; Generated autoloads from net/ntlm.el |
| 19163 | (push (purecopy '(ntlm 1 0)) package--builtin-versions) | 19200 | (push (purecopy '(ntlm 1 0)) package--builtin-versions) |
| 19164 | 19201 | ||
| 19165 | ;;;*** | 19202 | ;;;*** |
| 19166 | 19203 | ||
| 19167 | ;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21293 25385 | 19204 | ;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21607 54478 |
| 19168 | ;;;;;; 120083 0)) | 19205 | ;;;;;; 300138 641000)) |
| 19169 | ;;; Generated autoloads from nxml/nxml-glyph.el | 19206 | ;;; Generated autoloads from nxml/nxml-glyph.el |
| 19170 | 19207 | ||
| 19171 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ | 19208 | (autoload 'nxml-glyph-display-string "nxml-glyph" "\ |
| @@ -19177,8 +19214,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 19177 | 19214 | ||
| 19178 | ;;;*** | 19215 | ;;;*** |
| 19179 | 19216 | ||
| 19180 | ;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21383 2343 | 19217 | ;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21611 10937 |
| 19181 | ;;;;;; 498187 0)) | 19218 | ;;;;;; 700236 3000)) |
| 19182 | ;;; Generated autoloads from nxml/nxml-mode.el | 19219 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 19183 | 19220 | ||
| 19184 | (autoload 'nxml-mode "nxml-mode" "\ | 19221 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19238,8 +19275,8 @@ Many aspects this mode can be customized using | |||
| 19238 | 19275 | ||
| 19239 | ;;;*** | 19276 | ;;;*** |
| 19240 | 19277 | ||
| 19241 | ;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21293 25385 | 19278 | ;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21607 54478 |
| 19242 | ;;;;;; 120083 0)) | 19279 | ;;;;;; 300138 641000)) |
| 19243 | ;;; Generated autoloads from nxml/nxml-uchnm.el | 19280 | ;;; Generated autoloads from nxml/nxml-uchnm.el |
| 19244 | 19281 | ||
| 19245 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ | 19282 | (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ |
| @@ -19251,8 +19288,8 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19251 | 19288 | ||
| 19252 | ;;;*** | 19289 | ;;;*** |
| 19253 | 19290 | ||
| 19254 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (21437 5802 | 19291 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (21607 54478 |
| 19255 | ;;;;;; 125919 0)) | 19292 | ;;;;;; 800121 42000)) |
| 19256 | ;;; Generated autoloads from progmodes/octave.el | 19293 | ;;; Generated autoloads from progmodes/octave.el |
| 19257 | 19294 | ||
| 19258 | (autoload 'octave-mode "octave" "\ | 19295 | (autoload 'octave-mode "octave" "\ |
| @@ -19289,8 +19326,8 @@ startup file, `~/.emacs-octave'. | |||
| 19289 | 19326 | ||
| 19290 | ;;;*** | 19327 | ;;;*** |
| 19291 | 19328 | ||
| 19292 | ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21584 48809 | 19329 | ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21607 54478 |
| 19293 | ;;;;;; 507899 0)) | 19330 | ;;;;;; 800121 42000)) |
| 19294 | ;;; Generated autoloads from progmodes/opascal.el | 19331 | ;;; Generated autoloads from progmodes/opascal.el |
| 19295 | 19332 | ||
| 19296 | (define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") | 19333 | (define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") |
| @@ -19325,7 +19362,7 @@ Coloring: | |||
| 19325 | 19362 | ||
| 19326 | ;;;*** | 19363 | ;;;*** |
| 19327 | 19364 | ||
| 19328 | ;;;### (autoloads nil "org" "org/org.el" (21584 48809 507899 0)) | 19365 | ;;;### (autoloads nil "org" "org/org.el" (21607 54478 800121 42000)) |
| 19329 | ;;; Generated autoloads from org/org.el | 19366 | ;;; Generated autoloads from org/org.el |
| 19330 | 19367 | ||
| 19331 | (autoload 'org-babel-do-load-languages "org" "\ | 19368 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19546,8 +19583,8 @@ Call the customize function with org as argument. | |||
| 19546 | 19583 | ||
| 19547 | ;;;*** | 19584 | ;;;*** |
| 19548 | 19585 | ||
| 19549 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21563 42665 | 19586 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21607 54478 |
| 19550 | ;;;;;; 706656 0)) | 19587 | ;;;;;; 800121 42000)) |
| 19551 | ;;; Generated autoloads from org/org-agenda.el | 19588 | ;;; Generated autoloads from org/org-agenda.el |
| 19552 | 19589 | ||
| 19553 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ | 19590 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ |
| @@ -19820,8 +19857,8 @@ to override `appt-message-warning-time'. | |||
| 19820 | 19857 | ||
| 19821 | ;;;*** | 19858 | ;;;*** |
| 19822 | 19859 | ||
| 19823 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21551 51499 | 19860 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21607 54478 |
| 19824 | ;;;;;; 554352 0)) | 19861 | ;;;;;; 800121 42000)) |
| 19825 | ;;; Generated autoloads from org/org-capture.el | 19862 | ;;; Generated autoloads from org/org-capture.el |
| 19826 | 19863 | ||
| 19827 | (autoload 'org-capture-string "org-capture" "\ | 19864 | (autoload 'org-capture-string "org-capture" "\ |
| @@ -19863,8 +19900,8 @@ Set `org-capture-templates' to be similar to `org-remember-templates'. | |||
| 19863 | 19900 | ||
| 19864 | ;;;*** | 19901 | ;;;*** |
| 19865 | 19902 | ||
| 19866 | ;;;### (autoloads nil "org-colview" "org/org-colview.el" (21335 37672 | 19903 | ;;;### (autoloads nil "org-colview" "org/org-colview.el" (21607 54478 |
| 19867 | ;;;;;; 97862 0)) | 19904 | ;;;;;; 800121 42000)) |
| 19868 | ;;; Generated autoloads from org/org-colview.el | 19905 | ;;; Generated autoloads from org/org-colview.el |
| 19869 | 19906 | ||
| 19870 | (autoload 'org-columns-remove-overlays "org-colview" "\ | 19907 | (autoload 'org-columns-remove-overlays "org-colview" "\ |
| @@ -19927,8 +19964,8 @@ Turn on or update column view in the agenda. | |||
| 19927 | 19964 | ||
| 19928 | ;;;*** | 19965 | ;;;*** |
| 19929 | 19966 | ||
| 19930 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21584 48809 | 19967 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21607 54478 |
| 19931 | ;;;;;; 507899 0)) | 19968 | ;;;;;; 800121 42000)) |
| 19932 | ;;; Generated autoloads from org/org-compat.el | 19969 | ;;; Generated autoloads from org/org-compat.el |
| 19933 | 19970 | ||
| 19934 | (autoload 'org-check-version "org-compat" "\ | 19971 | (autoload 'org-check-version "org-compat" "\ |
| @@ -19938,8 +19975,8 @@ Try very hard to provide sensible version strings. | |||
| 19938 | 19975 | ||
| 19939 | ;;;*** | 19976 | ;;;*** |
| 19940 | 19977 | ||
| 19941 | ;;;### (autoloads nil "org-macs" "org/org-macs.el" (21551 51499 554352 | 19978 | ;;;### (autoloads nil "org-macs" "org/org-macs.el" (21607 54478 800121 |
| 19942 | ;;;;;; 0)) | 19979 | ;;;;;; 42000)) |
| 19943 | ;;; Generated autoloads from org/org-macs.el | 19980 | ;;; Generated autoloads from org/org-macs.el |
| 19944 | 19981 | ||
| 19945 | (autoload 'org-load-noerror-mustsuffix "org-macs" "\ | 19982 | (autoload 'org-load-noerror-mustsuffix "org-macs" "\ |
| @@ -19949,8 +19986,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a | |||
| 19949 | 19986 | ||
| 19950 | ;;;*** | 19987 | ;;;*** |
| 19951 | 19988 | ||
| 19952 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21563 42665 | 19989 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21607 54478 |
| 19953 | ;;;;;; 706656 0)) | 19990 | ;;;;;; 800121 42000)) |
| 19954 | ;;; Generated autoloads from org/org-version.el | 19991 | ;;; Generated autoloads from org/org-version.el |
| 19955 | 19992 | ||
| 19956 | (autoload 'org-release "org-version" "\ | 19993 | (autoload 'org-release "org-version" "\ |
| @@ -19967,8 +20004,8 @@ The Git version of org-mode. | |||
| 19967 | 20004 | ||
| 19968 | ;;;*** | 20005 | ;;;*** |
| 19969 | 20006 | ||
| 19970 | ;;;### (autoloads nil "outline" "outline.el" (21240 46395 727291 | 20007 | ;;;### (autoloads nil "outline" "outline.el" (21626 64704 823711 |
| 19971 | ;;;;;; 0)) | 20008 | ;;;;;; 579000)) |
| 19972 | ;;; Generated autoloads from outline.el | 20009 | ;;; Generated autoloads from outline.el |
| 19973 | (put 'outline-regexp 'safe-local-variable 'stringp) | 20010 | (put 'outline-regexp 'safe-local-variable 'stringp) |
| 19974 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) | 20011 | (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) |
| @@ -20029,8 +20066,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 20029 | 20066 | ||
| 20030 | ;;;*** | 20067 | ;;;*** |
| 20031 | 20068 | ||
| 20032 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21579 30887 | 20069 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (21607 54477 |
| 20033 | ;;;;;; 81406 0)) | 20070 | ;;;;;; 800124 118000)) |
| 20034 | ;;; Generated autoloads from emacs-lisp/package.el | 20071 | ;;; Generated autoloads from emacs-lisp/package.el |
| 20035 | (push (purecopy '(package 1 0 1)) package--builtin-versions) | 20072 | (push (purecopy '(package 1 0 1)) package--builtin-versions) |
| 20036 | 20073 | ||
| @@ -20102,7 +20139,7 @@ The list is displayed in a buffer named `*Packages*'. | |||
| 20102 | 20139 | ||
| 20103 | ;;;*** | 20140 | ;;;*** |
| 20104 | 20141 | ||
| 20105 | ;;;### (autoloads nil "paren" "paren.el" (21568 60581 999550 0)) | 20142 | ;;;### (autoloads nil "paren" "paren.el" (21607 54478 800121 42000)) |
| 20106 | ;;; Generated autoloads from paren.el | 20143 | ;;; Generated autoloads from paren.el |
| 20107 | 20144 | ||
| 20108 | (defvar show-paren-mode nil "\ | 20145 | (defvar show-paren-mode nil "\ |
| @@ -20128,8 +20165,8 @@ matching parenthesis is highlighted in `show-paren-style' after | |||
| 20128 | 20165 | ||
| 20129 | ;;;*** | 20166 | ;;;*** |
| 20130 | 20167 | ||
| 20131 | ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21541 | 20168 | ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21607 |
| 20132 | ;;;;;; 15655 55679 0)) | 20169 | ;;;;;; 54477 800124 118000)) |
| 20133 | ;;; Generated autoloads from calendar/parse-time.el | 20170 | ;;; Generated autoloads from calendar/parse-time.el |
| 20134 | (put 'parse-time-rules 'risky-local-variable t) | 20171 | (put 'parse-time-rules 'risky-local-variable t) |
| 20135 | 20172 | ||
| @@ -20142,8 +20179,8 @@ unknown are returned as nil. | |||
| 20142 | 20179 | ||
| 20143 | ;;;*** | 20180 | ;;;*** |
| 20144 | 20181 | ||
| 20145 | ;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21429 11690 | 20182 | ;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21607 54478 |
| 20146 | ;;;;;; 49391 0)) | 20183 | ;;;;;; 800121 42000)) |
| 20147 | ;;; Generated autoloads from progmodes/pascal.el | 20184 | ;;; Generated autoloads from progmodes/pascal.el |
| 20148 | 20185 | ||
| 20149 | (autoload 'pascal-mode "pascal" "\ | 20186 | (autoload 'pascal-mode "pascal" "\ |
| @@ -20192,8 +20229,8 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and | |||
| 20192 | 20229 | ||
| 20193 | ;;;*** | 20230 | ;;;*** |
| 20194 | 20231 | ||
| 20195 | ;;;### (autoloads nil "password-cache" "password-cache.el" (21187 | 20232 | ;;;### (autoloads nil "password-cache" "password-cache.el" (21607 |
| 20196 | ;;;;;; 63826 213216 0)) | 20233 | ;;;;;; 54478 800121 42000)) |
| 20197 | ;;; Generated autoloads from password-cache.el | 20234 | ;;; Generated autoloads from password-cache.el |
| 20198 | 20235 | ||
| 20199 | (defvar password-cache t "\ | 20236 | (defvar password-cache t "\ |
| @@ -20214,8 +20251,8 @@ Check if KEY is in the cache. | |||
| 20214 | 20251 | ||
| 20215 | ;;;*** | 20252 | ;;;*** |
| 20216 | 20253 | ||
| 20217 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21542 36519 | 20254 | ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21607 54477 |
| 20218 | ;;;;;; 256429 0)) | 20255 | ;;;;;; 800124 118000)) |
| 20219 | ;;; Generated autoloads from emacs-lisp/pcase.el | 20256 | ;;; Generated autoloads from emacs-lisp/pcase.el |
| 20220 | 20257 | ||
| 20221 | (autoload 'pcase "pcase" "\ | 20258 | (autoload 'pcase "pcase" "\ |
| @@ -20297,8 +20334,8 @@ Define a pcase UPattern macro. | |||
| 20297 | 20334 | ||
| 20298 | ;;;*** | 20335 | ;;;*** |
| 20299 | 20336 | ||
| 20300 | ;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21187 63826 213216 | 20337 | ;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21607 54478 800121 |
| 20301 | ;;;;;; 0)) | 20338 | ;;;;;; 42000)) |
| 20302 | ;;; Generated autoloads from pcmpl-cvs.el | 20339 | ;;; Generated autoloads from pcmpl-cvs.el |
| 20303 | 20340 | ||
| 20304 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ | 20341 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ |
| @@ -20308,8 +20345,8 @@ Completion rules for the `cvs' command. | |||
| 20308 | 20345 | ||
| 20309 | ;;;*** | 20346 | ;;;*** |
| 20310 | 20347 | ||
| 20311 | ;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21187 63826 213216 | 20348 | ;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21607 54478 800121 |
| 20312 | ;;;;;; 0)) | 20349 | ;;;;;; 42000)) |
| 20313 | ;;; Generated autoloads from pcmpl-gnu.el | 20350 | ;;; Generated autoloads from pcmpl-gnu.el |
| 20314 | 20351 | ||
| 20315 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ | 20352 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ |
| @@ -20336,8 +20373,8 @@ Completion for the GNU tar utility. | |||
| 20336 | 20373 | ||
| 20337 | ;;;*** | 20374 | ;;;*** |
| 20338 | 20375 | ||
| 20339 | ;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (21187 63826 | 20376 | ;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (21607 54478 |
| 20340 | ;;;;;; 213216 0)) | 20377 | ;;;;;; 800121 42000)) |
| 20341 | ;;; Generated autoloads from pcmpl-linux.el | 20378 | ;;; Generated autoloads from pcmpl-linux.el |
| 20342 | 20379 | ||
| 20343 | (autoload 'pcomplete/kill "pcmpl-linux" "\ | 20380 | (autoload 'pcomplete/kill "pcmpl-linux" "\ |
| @@ -20357,8 +20394,8 @@ Completion for GNU/Linux `mount'. | |||
| 20357 | 20394 | ||
| 20358 | ;;;*** | 20395 | ;;;*** |
| 20359 | 20396 | ||
| 20360 | ;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21187 63826 213216 | 20397 | ;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21607 54478 800121 |
| 20361 | ;;;;;; 0)) | 20398 | ;;;;;; 42000)) |
| 20362 | ;;; Generated autoloads from pcmpl-rpm.el | 20399 | ;;; Generated autoloads from pcmpl-rpm.el |
| 20363 | 20400 | ||
| 20364 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ | 20401 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ |
| @@ -20368,8 +20405,8 @@ Completion for the `rpm' command. | |||
| 20368 | 20405 | ||
| 20369 | ;;;*** | 20406 | ;;;*** |
| 20370 | 20407 | ||
| 20371 | ;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21187 63826 213216 | 20408 | ;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21607 54478 800121 |
| 20372 | ;;;;;; 0)) | 20409 | ;;;;;; 42000)) |
| 20373 | ;;; Generated autoloads from pcmpl-unix.el | 20410 | ;;; Generated autoloads from pcmpl-unix.el |
| 20374 | 20411 | ||
| 20375 | (autoload 'pcomplete/cd "pcmpl-unix" "\ | 20412 | (autoload 'pcomplete/cd "pcmpl-unix" "\ |
| @@ -20424,8 +20461,8 @@ Includes files as well as host names followed by a colon. | |||
| 20424 | 20461 | ||
| 20425 | ;;;*** | 20462 | ;;;*** |
| 20426 | 20463 | ||
| 20427 | ;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21187 63826 213216 | 20464 | ;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21607 54478 800121 |
| 20428 | ;;;;;; 0)) | 20465 | ;;;;;; 42000)) |
| 20429 | ;;; Generated autoloads from pcmpl-x.el | 20466 | ;;; Generated autoloads from pcmpl-x.el |
| 20430 | 20467 | ||
| 20431 | (autoload 'pcomplete/tlmgr "pcmpl-x" "\ | 20468 | (autoload 'pcomplete/tlmgr "pcmpl-x" "\ |
| @@ -20449,8 +20486,8 @@ Completion for the `ag' command. | |||
| 20449 | 20486 | ||
| 20450 | ;;;*** | 20487 | ;;;*** |
| 20451 | 20488 | ||
| 20452 | ;;;### (autoloads nil "pcomplete" "pcomplete.el" (21187 63826 213216 | 20489 | ;;;### (autoloads nil "pcomplete" "pcomplete.el" (21607 54478 800121 |
| 20453 | ;;;;;; 0)) | 20490 | ;;;;;; 42000)) |
| 20454 | ;;; Generated autoloads from pcomplete.el | 20491 | ;;; Generated autoloads from pcomplete.el |
| 20455 | 20492 | ||
| 20456 | (autoload 'pcomplete "pcomplete" "\ | 20493 | (autoload 'pcomplete "pcomplete" "\ |
| @@ -20507,7 +20544,7 @@ Setup `shell-mode' to use pcomplete. | |||
| 20507 | 20544 | ||
| 20508 | ;;;*** | 20545 | ;;;*** |
| 20509 | 20546 | ||
| 20510 | ;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21280 13349 392544 0)) | 20547 | ;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21607 54478 800121 42000)) |
| 20511 | ;;; Generated autoloads from vc/pcvs.el | 20548 | ;;; Generated autoloads from vc/pcvs.el |
| 20512 | 20549 | ||
| 20513 | (autoload 'cvs-checkout "pcvs" "\ | 20550 | (autoload 'cvs-checkout "pcvs" "\ |
| @@ -20582,8 +20619,8 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20582 | 20619 | ||
| 20583 | ;;;*** | 20620 | ;;;*** |
| 20584 | 20621 | ||
| 20585 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21280 13349 | 20622 | ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21607 54478 |
| 20586 | ;;;;;; 392544 0)) | 20623 | ;;;;;; 800121 42000)) |
| 20587 | ;;; Generated autoloads from vc/pcvs-defs.el | 20624 | ;;; Generated autoloads from vc/pcvs-defs.el |
| 20588 | 20625 | ||
| 20589 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ | 20626 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ |
| @@ -20591,8 +20628,8 @@ Global menu used by PCL-CVS.") | |||
| 20591 | 20628 | ||
| 20592 | ;;;*** | 20629 | ;;;*** |
| 20593 | 20630 | ||
| 20594 | ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21535 | 20631 | ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21607 |
| 20595 | ;;;;;; 63274 647253 0)) | 20632 | ;;;;;; 54478 800121 42000)) |
| 20596 | ;;; Generated autoloads from progmodes/perl-mode.el | 20633 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20597 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 20634 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 20598 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 20635 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -20653,8 +20690,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 20653 | 20690 | ||
| 20654 | ;;;*** | 20691 | ;;;*** |
| 20655 | 20692 | ||
| 20656 | ;;;### (autoloads nil "picture" "textmodes/picture.el" (21419 62246 | 20693 | ;;;### (autoloads nil "picture" "textmodes/picture.el" (21607 54478 |
| 20657 | ;;;;;; 751914 0)) | 20694 | ;;;;;; 800121 42000)) |
| 20658 | ;;; Generated autoloads from textmodes/picture.el | 20695 | ;;; Generated autoloads from textmodes/picture.el |
| 20659 | 20696 | ||
| 20660 | (autoload 'picture-mode "picture" "\ | 20697 | (autoload 'picture-mode "picture" "\ |
| @@ -20734,8 +20771,8 @@ they are not by default assigned to keys. | |||
| 20734 | 20771 | ||
| 20735 | ;;;*** | 20772 | ;;;*** |
| 20736 | 20773 | ||
| 20737 | ;;;### (autoloads nil "plstore" "gnus/plstore.el" (21187 63826 213216 | 20774 | ;;;### (autoloads nil "plstore" "gnus/plstore.el" (21607 54478 300138 |
| 20738 | ;;;;;; 0)) | 20775 | ;;;;;; 641000)) |
| 20739 | ;;; Generated autoloads from gnus/plstore.el | 20776 | ;;; Generated autoloads from gnus/plstore.el |
| 20740 | 20777 | ||
| 20741 | (autoload 'plstore-open "plstore" "\ | 20778 | (autoload 'plstore-open "plstore" "\ |
| @@ -20750,8 +20787,8 @@ Major mode for editing PLSTORE files. | |||
| 20750 | 20787 | ||
| 20751 | ;;;*** | 20788 | ;;;*** |
| 20752 | 20789 | ||
| 20753 | ;;;### (autoloads nil "po" "textmodes/po.el" (21187 63826 213216 | 20790 | ;;;### (autoloads nil "po" "textmodes/po.el" (21607 54478 800121 |
| 20754 | ;;;;;; 0)) | 20791 | ;;;;;; 42000)) |
| 20755 | ;;; Generated autoloads from textmodes/po.el | 20792 | ;;; Generated autoloads from textmodes/po.el |
| 20756 | 20793 | ||
| 20757 | (autoload 'po-find-file-coding-system "po" "\ | 20794 | (autoload 'po-find-file-coding-system "po" "\ |
| @@ -20762,7 +20799,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 20762 | 20799 | ||
| 20763 | ;;;*** | 20800 | ;;;*** |
| 20764 | 20801 | ||
| 20765 | ;;;### (autoloads nil "pong" "play/pong.el" (21187 63826 213216 0)) | 20802 | ;;;### (autoloads nil "pong" "play/pong.el" (21607 54478 800121 42000)) |
| 20766 | ;;; Generated autoloads from play/pong.el | 20803 | ;;; Generated autoloads from play/pong.el |
| 20767 | 20804 | ||
| 20768 | (autoload 'pong "pong" "\ | 20805 | (autoload 'pong "pong" "\ |
| @@ -20778,7 +20815,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 20778 | 20815 | ||
| 20779 | ;;;*** | 20816 | ;;;*** |
| 20780 | 20817 | ||
| 20781 | ;;;### (autoloads nil "pop3" "gnus/pop3.el" (21240 46395 727291 0)) | 20818 | ;;;### (autoloads nil "pop3" "gnus/pop3.el" (21619 5051 260148 536000)) |
| 20782 | ;;; Generated autoloads from gnus/pop3.el | 20819 | ;;; Generated autoloads from gnus/pop3.el |
| 20783 | 20820 | ||
| 20784 | (autoload 'pop3-movemail "pop3" "\ | 20821 | (autoload 'pop3-movemail "pop3" "\ |
| @@ -20789,8 +20826,8 @@ Use streaming commands. | |||
| 20789 | 20826 | ||
| 20790 | ;;;*** | 20827 | ;;;*** |
| 20791 | 20828 | ||
| 20792 | ;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21429 11690 49391 | 20829 | ;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21607 54477 800124 |
| 20793 | ;;;;;; 0)) | 20830 | ;;;;;; 118000)) |
| 20794 | ;;; Generated autoloads from emacs-lisp/pp.el | 20831 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 20795 | 20832 | ||
| 20796 | (autoload 'pp-to-string "pp" "\ | 20833 | (autoload 'pp-to-string "pp" "\ |
| @@ -20840,8 +20877,8 @@ Ignores leading comment characters. | |||
| 20840 | 20877 | ||
| 20841 | ;;;*** | 20878 | ;;;*** |
| 20842 | 20879 | ||
| 20843 | ;;;### (autoloads nil "printing" "printing.el" (21546 33576 601815 | 20880 | ;;;### (autoloads nil "printing" "printing.el" (21607 54478 800121 |
| 20844 | ;;;;;; 0)) | 20881 | ;;;;;; 42000)) |
| 20845 | ;;; Generated autoloads from printing.el | 20882 | ;;; Generated autoloads from printing.el |
| 20846 | (push (purecopy '(printing 6 9 3)) package--builtin-versions) | 20883 | (push (purecopy '(printing 6 9 3)) package--builtin-versions) |
| 20847 | 20884 | ||
| @@ -21429,7 +21466,7 @@ are both set to t. | |||
| 21429 | 21466 | ||
| 21430 | ;;;*** | 21467 | ;;;*** |
| 21431 | 21468 | ||
| 21432 | ;;;### (autoloads nil "proced" "proced.el" (21187 63826 213216 0)) | 21469 | ;;;### (autoloads nil "proced" "proced.el" (21609 55608 852266 580000)) |
| 21433 | ;;; Generated autoloads from proced.el | 21470 | ;;; Generated autoloads from proced.el |
| 21434 | 21471 | ||
| 21435 | (autoload 'proced "proced" "\ | 21472 | (autoload 'proced "proced" "\ |
| @@ -21447,8 +21484,8 @@ Proced buffers. | |||
| 21447 | 21484 | ||
| 21448 | ;;;*** | 21485 | ;;;*** |
| 21449 | 21486 | ||
| 21450 | ;;;### (autoloads nil "profiler" "profiler.el" (21187 63826 213216 | 21487 | ;;;### (autoloads nil "profiler" "profiler.el" (21607 54478 800121 |
| 21451 | ;;;;;; 0)) | 21488 | ;;;;;; 42000)) |
| 21452 | ;;; Generated autoloads from profiler.el | 21489 | ;;; Generated autoloads from profiler.el |
| 21453 | 21490 | ||
| 21454 | (autoload 'profiler-start "profiler" "\ | 21491 | (autoload 'profiler-start "profiler" "\ |
| @@ -21476,8 +21513,8 @@ Open profile FILENAME. | |||
| 21476 | 21513 | ||
| 21477 | ;;;*** | 21514 | ;;;*** |
| 21478 | 21515 | ||
| 21479 | ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21563 42665 | 21516 | ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21607 54478 |
| 21480 | ;;;;;; 706656 0)) | 21517 | ;;;;;; 800121 42000)) |
| 21481 | ;;; Generated autoloads from progmodes/prolog.el | 21518 | ;;; Generated autoloads from progmodes/prolog.el |
| 21482 | 21519 | ||
| 21483 | (autoload 'prolog-mode "prolog" "\ | 21520 | (autoload 'prolog-mode "prolog" "\ |
| @@ -21510,7 +21547,7 @@ With prefix argument ARG, restart the Prolog process if running before. | |||
| 21510 | 21547 | ||
| 21511 | ;;;*** | 21548 | ;;;*** |
| 21512 | 21549 | ||
| 21513 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21187 63826 213216 0)) | 21550 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21607 54478 800121 42000)) |
| 21514 | ;;; Generated autoloads from ps-bdf.el | 21551 | ;;; Generated autoloads from ps-bdf.el |
| 21515 | 21552 | ||
| 21516 | (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ | 21553 | (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ |
| @@ -21521,8 +21558,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 21521 | 21558 | ||
| 21522 | ;;;*** | 21559 | ;;;*** |
| 21523 | 21560 | ||
| 21524 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21586 4146 | 21561 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21607 54478 |
| 21525 | ;;;;;; 376146 0)) | 21562 | ;;;;;; 800121 42000)) |
| 21526 | ;;; Generated autoloads from progmodes/ps-mode.el | 21563 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21527 | (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) | 21564 | (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) |
| 21528 | 21565 | ||
| @@ -21568,8 +21605,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21568 | 21605 | ||
| 21569 | ;;;*** | 21606 | ;;;*** |
| 21570 | 21607 | ||
| 21571 | ;;;### (autoloads nil "ps-print" "ps-print.el" (21549 9768 351453 | 21608 | ;;;### (autoloads nil "ps-print" "ps-print.el" (21607 54478 800121 |
| 21572 | ;;;;;; 0)) | 21609 | ;;;;;; 42000)) |
| 21573 | ;;; Generated autoloads from ps-print.el | 21610 | ;;; Generated autoloads from ps-print.el |
| 21574 | (push (purecopy '(ps-print 7 3 5)) package--builtin-versions) | 21611 | (push (purecopy '(ps-print 7 3 5)) package--builtin-versions) |
| 21575 | 21612 | ||
| @@ -21766,15 +21803,15 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21766 | 21803 | ||
| 21767 | ;;;*** | 21804 | ;;;*** |
| 21768 | 21805 | ||
| 21769 | ;;;### (autoloads nil "pulse" "cedet/pulse.el" (21187 63826 213216 | 21806 | ;;;### (autoloads nil "pulse" "cedet/pulse.el" (21607 54477 800124 |
| 21770 | ;;;;;; 0)) | 21807 | ;;;;;; 118000)) |
| 21771 | ;;; Generated autoloads from cedet/pulse.el | 21808 | ;;; Generated autoloads from cedet/pulse.el |
| 21772 | (push (purecopy '(pulse 1 0)) package--builtin-versions) | 21809 | (push (purecopy '(pulse 1 0)) package--builtin-versions) |
| 21773 | 21810 | ||
| 21774 | ;;;*** | 21811 | ;;;*** |
| 21775 | 21812 | ||
| 21776 | ;;;### (autoloads nil "python" "progmodes/python.el" (21563 42665 | 21813 | ;;;### (autoloads nil "python" "progmodes/python.el" (21625 43838 |
| 21777 | ;;;;;; 706656 0)) | 21814 | ;;;;;; 980113 968000)) |
| 21778 | ;;; Generated autoloads from progmodes/python.el | 21815 | ;;; Generated autoloads from progmodes/python.el |
| 21779 | (push (purecopy '(python 0 24 4)) package--builtin-versions) | 21816 | (push (purecopy '(python 0 24 4)) package--builtin-versions) |
| 21780 | 21817 | ||
| @@ -21788,16 +21825,17 @@ Input and output via buffer named after | |||
| 21788 | `python-shell-buffer-name'. If there is a process already | 21825 | `python-shell-buffer-name'. If there is a process already |
| 21789 | running in that buffer, just switch to it. | 21826 | running in that buffer, just switch to it. |
| 21790 | 21827 | ||
| 21791 | With argument, allows you to define CMD so you can edit the | 21828 | Argument CMD defaults to `python-shell-calculate-command' return |
| 21792 | command used to call the interpreter and define DEDICATED, so a | 21829 | value. When called interactively with `prefix-arg', it allows |
| 21793 | dedicated process for the current buffer is open. When numeric | 21830 | the user to edit such value and choose whether the interpreter |
| 21794 | prefix arg is other than 0 or 4 do not SHOW. | 21831 | should be DEDICATED for the current buffer. When numeric prefix |
| 21832 | arg is other than 0 or 4 do not SHOW. | ||
| 21795 | 21833 | ||
| 21796 | Runs the hook `inferior-python-mode-hook' after | 21834 | Runs the hook `inferior-python-mode-hook' after |
| 21797 | `comint-mode-hook' is run. (Type \\[describe-mode] in the | 21835 | `comint-mode-hook' is run. (Type \\[describe-mode] in the |
| 21798 | process buffer for a list of commands.) | 21836 | process buffer for a list of commands.) |
| 21799 | 21837 | ||
| 21800 | \(fn CMD &optional DEDICATED SHOW)" t nil) | 21838 | \(fn &optional CMD DEDICATED SHOW)" t nil) |
| 21801 | 21839 | ||
| 21802 | (autoload 'python-mode "python" "\ | 21840 | (autoload 'python-mode "python" "\ |
| 21803 | Major mode for editing Python files. | 21841 | Major mode for editing Python files. |
| @@ -21808,7 +21846,7 @@ Major mode for editing Python files. | |||
| 21808 | 21846 | ||
| 21809 | ;;;*** | 21847 | ;;;*** |
| 21810 | 21848 | ||
| 21811 | ;;;### (autoloads nil "qp" "gnus/qp.el" (21187 63826 213216 0)) | 21849 | ;;;### (autoloads nil "qp" "gnus/qp.el" (21607 54478 300138 641000)) |
| 21812 | ;;; Generated autoloads from gnus/qp.el | 21850 | ;;; Generated autoloads from gnus/qp.el |
| 21813 | 21851 | ||
| 21814 | (autoload 'quoted-printable-decode-region "qp" "\ | 21852 | (autoload 'quoted-printable-decode-region "qp" "\ |
| @@ -21827,8 +21865,8 @@ them into characters should be done separately. | |||
| 21827 | 21865 | ||
| 21828 | ;;;*** | 21866 | ;;;*** |
| 21829 | 21867 | ||
| 21830 | ;;;### (autoloads nil "quail" "international/quail.el" (21215 43189 | 21868 | ;;;### (autoloads nil "quail" "international/quail.el" (21607 54478 |
| 21831 | ;;;;;; 822371 0)) | 21869 | ;;;;;; 300138 641000)) |
| 21832 | ;;; Generated autoloads from international/quail.el | 21870 | ;;; Generated autoloads from international/quail.el |
| 21833 | 21871 | ||
| 21834 | (autoload 'quail-title "quail" "\ | 21872 | (autoload 'quail-title "quail" "\ |
| @@ -22058,8 +22096,8 @@ of each directory. | |||
| 22058 | 22096 | ||
| 22059 | ;;;*** | 22097 | ;;;*** |
| 22060 | 22098 | ||
| 22061 | ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21187 | 22099 | ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21607 |
| 22062 | ;;;;;; 63826 213216 0)) | 22100 | ;;;;;; 54478 300138 641000)) |
| 22063 | ;;; Generated autoloads from leim/quail/hangul.el | 22101 | ;;; Generated autoloads from leim/quail/hangul.el |
| 22064 | 22102 | ||
| 22065 | (autoload 'hangul-input-method-activate "quail/hangul" "\ | 22103 | (autoload 'hangul-input-method-activate "quail/hangul" "\ |
| @@ -22072,7 +22110,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'. | |||
| 22072 | ;;;*** | 22110 | ;;;*** |
| 22073 | 22111 | ||
| 22074 | ;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" | 22112 | ;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" |
| 22075 | ;;;;;; (21187 63826 213216 0)) | 22113 | ;;;;;; (21607 54478 300138 641000)) |
| 22076 | ;;; Generated autoloads from leim/quail/uni-input.el | 22114 | ;;; Generated autoloads from leim/quail/uni-input.el |
| 22077 | 22115 | ||
| 22078 | (autoload 'ucs-input-activate "quail/uni-input" "\ | 22116 | (autoload 'ucs-input-activate "quail/uni-input" "\ |
| @@ -22086,8 +22124,8 @@ While this input method is active, the variable | |||
| 22086 | 22124 | ||
| 22087 | ;;;*** | 22125 | ;;;*** |
| 22088 | 22126 | ||
| 22089 | ;;;### (autoloads nil "quickurl" "net/quickurl.el" (21222 16439 978802 | 22127 | ;;;### (autoloads nil "quickurl" "net/quickurl.el" (21607 54478 300138 |
| 22090 | ;;;;;; 0)) | 22128 | ;;;;;; 641000)) |
| 22091 | ;;; Generated autoloads from net/quickurl.el | 22129 | ;;; Generated autoloads from net/quickurl.el |
| 22092 | 22130 | ||
| 22093 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 22131 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -22158,7 +22196,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 22158 | 22196 | ||
| 22159 | ;;;*** | 22197 | ;;;*** |
| 22160 | 22198 | ||
| 22161 | ;;;### (autoloads nil "rcirc" "net/rcirc.el" (21585 9772 592973 408000)) | 22199 | ;;;### (autoloads nil "rcirc" "net/rcirc.el" (21607 54478 300138 |
| 22200 | ;;;;;; 641000)) | ||
| 22162 | ;;; Generated autoloads from net/rcirc.el | 22201 | ;;; Generated autoloads from net/rcirc.el |
| 22163 | 22202 | ||
| 22164 | (autoload 'rcirc "rcirc" "\ | 22203 | (autoload 'rcirc "rcirc" "\ |
| @@ -22196,8 +22235,8 @@ if ARG is omitted or nil. | |||
| 22196 | 22235 | ||
| 22197 | ;;;*** | 22236 | ;;;*** |
| 22198 | 22237 | ||
| 22199 | ;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (21187 | 22238 | ;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (21607 |
| 22200 | ;;;;;; 63826 213216 0)) | 22239 | ;;;;;; 54477 800124 118000)) |
| 22201 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 22240 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 22202 | 22241 | ||
| 22203 | (defalias 'regexp-builder 're-builder) | 22242 | (defalias 'regexp-builder 're-builder) |
| @@ -22215,8 +22254,8 @@ matching parts of the target buffer will be highlighted. | |||
| 22215 | 22254 | ||
| 22216 | ;;;*** | 22255 | ;;;*** |
| 22217 | 22256 | ||
| 22218 | ;;;### (autoloads nil "recentf" "recentf.el" (21187 63826 213216 | 22257 | ;;;### (autoloads nil "recentf" "recentf.el" (21607 54478 800121 |
| 22219 | ;;;;;; 0)) | 22258 | ;;;;;; 42000)) |
| 22220 | ;;; Generated autoloads from recentf.el | 22259 | ;;; Generated autoloads from recentf.el |
| 22221 | 22260 | ||
| 22222 | (defvar recentf-mode nil "\ | 22261 | (defvar recentf-mode nil "\ |
| @@ -22242,7 +22281,7 @@ were operated on recently. | |||
| 22242 | 22281 | ||
| 22243 | ;;;*** | 22282 | ;;;*** |
| 22244 | 22283 | ||
| 22245 | ;;;### (autoloads nil "rect" "rect.el" (21546 33576 601815 0)) | 22284 | ;;;### (autoloads nil "rect" "rect.el" (21607 54478 800121 42000)) |
| 22246 | ;;; Generated autoloads from rect.el | 22285 | ;;; Generated autoloads from rect.el |
| 22247 | 22286 | ||
| 22248 | (autoload 'delete-rectangle "rect" "\ | 22287 | (autoload 'delete-rectangle "rect" "\ |
| @@ -22382,8 +22421,8 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 22382 | 22421 | ||
| 22383 | ;;;*** | 22422 | ;;;*** |
| 22384 | 22423 | ||
| 22385 | ;;;### (autoloads nil "refill" "textmodes/refill.el" (21187 63826 | 22424 | ;;;### (autoloads nil "refill" "textmodes/refill.el" (21607 54478 |
| 22386 | ;;;;;; 213216 0)) | 22425 | ;;;;;; 800121 42000)) |
| 22387 | ;;; Generated autoloads from textmodes/refill.el | 22426 | ;;; Generated autoloads from textmodes/refill.el |
| 22388 | 22427 | ||
| 22389 | (autoload 'refill-mode "refill" "\ | 22428 | (autoload 'refill-mode "refill" "\ |
| @@ -22403,8 +22442,8 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead. | |||
| 22403 | 22442 | ||
| 22404 | ;;;*** | 22443 | ;;;*** |
| 22405 | 22444 | ||
| 22406 | ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21534 42729 | 22445 | ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21607 54478 |
| 22407 | ;;;;;; 1557 881000)) | 22446 | ;;;;;; 800121 42000)) |
| 22408 | ;;; Generated autoloads from textmodes/reftex.el | 22447 | ;;; Generated autoloads from textmodes/reftex.el |
| 22409 | (autoload 'reftex-citation "reftex-cite" nil t) | 22448 | (autoload 'reftex-citation "reftex-cite" nil t) |
| 22410 | (autoload 'reftex-all-document-files "reftex-parse") | 22449 | (autoload 'reftex-all-document-files "reftex-parse") |
| @@ -22457,8 +22496,8 @@ This enforces rescanning the buffer on next use. | |||
| 22457 | 22496 | ||
| 22458 | ;;;*** | 22497 | ;;;*** |
| 22459 | 22498 | ||
| 22460 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21194 | 22499 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21607 |
| 22461 | ;;;;;; 37048 599945 0)) | 22500 | ;;;;;; 54478 800121 42000)) |
| 22462 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22501 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22463 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22502 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22464 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22503 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22467,8 +22506,8 @@ This enforces rescanning the buffer on next use. | |||
| 22467 | 22506 | ||
| 22468 | ;;;*** | 22507 | ;;;*** |
| 22469 | 22508 | ||
| 22470 | ;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (21376 | 22509 | ;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (21607 |
| 22471 | ;;;;;; 29092 815151 0)) | 22510 | ;;;;;; 54477 800124 118000)) |
| 22472 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 22511 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 22473 | 22512 | ||
| 22474 | (autoload 'regexp-opt "regexp-opt" "\ | 22513 | (autoload 'regexp-opt "regexp-opt" "\ |
| @@ -22497,15 +22536,15 @@ This means the number of non-shy regexp grouping constructs | |||
| 22497 | 22536 | ||
| 22498 | ;;;*** | 22537 | ;;;*** |
| 22499 | 22538 | ||
| 22500 | ;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21187 63826 213216 | 22539 | ;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21607 54477 800124 |
| 22501 | ;;;;;; 0)) | 22540 | ;;;;;; 118000)) |
| 22502 | ;;; Generated autoloads from emacs-lisp/regi.el | 22541 | ;;; Generated autoloads from emacs-lisp/regi.el |
| 22503 | (push (purecopy '(regi 1 8)) package--builtin-versions) | 22542 | (push (purecopy '(regi 1 8)) package--builtin-versions) |
| 22504 | 22543 | ||
| 22505 | ;;;*** | 22544 | ;;;*** |
| 22506 | 22545 | ||
| 22507 | ;;;### (autoloads nil "remember" "textmodes/remember.el" (21584 48809 | 22546 | ;;;### (autoloads nil "remember" "textmodes/remember.el" (21607 54478 |
| 22508 | ;;;;;; 507899 0)) | 22547 | ;;;;;; 800121 42000)) |
| 22509 | ;;; Generated autoloads from textmodes/remember.el | 22548 | ;;; Generated autoloads from textmodes/remember.el |
| 22510 | (push (purecopy '(remember 2 0)) package--builtin-versions) | 22549 | (push (purecopy '(remember 2 0)) package--builtin-versions) |
| 22511 | 22550 | ||
| @@ -22559,7 +22598,7 @@ to turn the *scratch* buffer into your notes buffer. | |||
| 22559 | 22598 | ||
| 22560 | ;;;*** | 22599 | ;;;*** |
| 22561 | 22600 | ||
| 22562 | ;;;### (autoloads nil "repeat" "repeat.el" (21239 25528 651427 0)) | 22601 | ;;;### (autoloads nil "repeat" "repeat.el" (21607 54478 800121 42000)) |
| 22563 | ;;; Generated autoloads from repeat.el | 22602 | ;;; Generated autoloads from repeat.el |
| 22564 | (push (purecopy '(repeat 0 51)) package--builtin-versions) | 22603 | (push (purecopy '(repeat 0 51)) package--builtin-versions) |
| 22565 | 22604 | ||
| @@ -22582,8 +22621,8 @@ recently executed command not bound to an input event\". | |||
| 22582 | 22621 | ||
| 22583 | ;;;*** | 22622 | ;;;*** |
| 22584 | 22623 | ||
| 22585 | ;;;### (autoloads nil "reporter" "mail/reporter.el" (21240 46395 | 22624 | ;;;### (autoloads nil "reporter" "mail/reporter.el" (21607 54478 |
| 22586 | ;;;;;; 727291 0)) | 22625 | ;;;;;; 300138 641000)) |
| 22587 | ;;; Generated autoloads from mail/reporter.el | 22626 | ;;; Generated autoloads from mail/reporter.el |
| 22588 | 22627 | ||
| 22589 | (autoload 'reporter-submit-bug-report "reporter" "\ | 22628 | (autoload 'reporter-submit-bug-report "reporter" "\ |
| @@ -22614,8 +22653,8 @@ mail-sending package is used for editing and sending the message. | |||
| 22614 | 22653 | ||
| 22615 | ;;;*** | 22654 | ;;;*** |
| 22616 | 22655 | ||
| 22617 | ;;;### (autoloads nil "reposition" "reposition.el" (21240 46395 727291 | 22656 | ;;;### (autoloads nil "reposition" "reposition.el" (21607 54478 800121 |
| 22618 | ;;;;;; 0)) | 22657 | ;;;;;; 42000)) |
| 22619 | ;;; Generated autoloads from reposition.el | 22658 | ;;; Generated autoloads from reposition.el |
| 22620 | 22659 | ||
| 22621 | (autoload 'reposition-window "reposition" "\ | 22660 | (autoload 'reposition-window "reposition" "\ |
| @@ -22641,7 +22680,7 @@ first comment line visible (if point is in a comment). | |||
| 22641 | 22680 | ||
| 22642 | ;;;*** | 22681 | ;;;*** |
| 22643 | 22682 | ||
| 22644 | ;;;### (autoloads nil "reveal" "reveal.el" (21359 20005 772941 0)) | 22683 | ;;;### (autoloads nil "reveal" "reveal.el" (21607 54478 800121 42000)) |
| 22645 | ;;; Generated autoloads from reveal.el | 22684 | ;;; Generated autoloads from reveal.el |
| 22646 | 22685 | ||
| 22647 | (autoload 'reveal-mode "reveal" "\ | 22686 | (autoload 'reveal-mode "reveal" "\ |
| @@ -22676,8 +22715,8 @@ the mode if ARG is omitted or nil. | |||
| 22676 | 22715 | ||
| 22677 | ;;;*** | 22716 | ;;;*** |
| 22678 | 22717 | ||
| 22679 | ;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21240 46395 727291 | 22718 | ;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21607 54477 800124 |
| 22680 | ;;;;;; 0)) | 22719 | ;;;;;; 118000)) |
| 22681 | ;;; Generated autoloads from emacs-lisp/ring.el | 22720 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 22682 | 22721 | ||
| 22683 | (autoload 'ring-p "ring" "\ | 22722 | (autoload 'ring-p "ring" "\ |
| @@ -22692,8 +22731,8 @@ Make a ring that can contain SIZE elements. | |||
| 22692 | 22731 | ||
| 22693 | ;;;*** | 22732 | ;;;*** |
| 22694 | 22733 | ||
| 22695 | ;;;### (autoloads nil "rlogin" "net/rlogin.el" (21187 63826 213216 | 22734 | ;;;### (autoloads nil "rlogin" "net/rlogin.el" (21607 54478 300138 |
| 22696 | ;;;;;; 0)) | 22735 | ;;;;;; 641000)) |
| 22697 | ;;; Generated autoloads from net/rlogin.el | 22736 | ;;; Generated autoloads from net/rlogin.el |
| 22698 | 22737 | ||
| 22699 | (autoload 'rlogin "rlogin" "\ | 22738 | (autoload 'rlogin "rlogin" "\ |
| @@ -22737,8 +22776,8 @@ variable. | |||
| 22737 | 22776 | ||
| 22738 | ;;;*** | 22777 | ;;;*** |
| 22739 | 22778 | ||
| 22740 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21546 33833 660830 | 22779 | ;;;### (autoloads nil "rmail" "mail/rmail.el" (21607 54478 300138 |
| 22741 | ;;;;;; 846000)) | 22780 | ;;;;;; 641000)) |
| 22742 | ;;; Generated autoloads from mail/rmail.el | 22781 | ;;; Generated autoloads from mail/rmail.el |
| 22743 | 22782 | ||
| 22744 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ | 22783 | (defvar rmail-file-name (purecopy "~/RMAIL") "\ |
| @@ -22935,8 +22974,8 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 22935 | 22974 | ||
| 22936 | ;;;*** | 22975 | ;;;*** |
| 22937 | 22976 | ||
| 22938 | ;;;### (autoloads nil "rmailout" "mail/rmailout.el" (21240 46395 | 22977 | ;;;### (autoloads nil "rmailout" "mail/rmailout.el" (21607 54478 |
| 22939 | ;;;;;; 727291 0)) | 22978 | ;;;;;; 300138 641000)) |
| 22940 | ;;; Generated autoloads from mail/rmailout.el | 22979 | ;;; Generated autoloads from mail/rmailout.el |
| 22941 | (put 'rmail-output-file-alist 'risky-local-variable t) | 22980 | (put 'rmail-output-file-alist 'risky-local-variable t) |
| 22942 | 22981 | ||
| @@ -23000,8 +23039,8 @@ than appending to it. Deletes the message after writing if | |||
| 23000 | 23039 | ||
| 23001 | ;;;*** | 23040 | ;;;*** |
| 23002 | 23041 | ||
| 23003 | ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21319 49445 | 23042 | ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21607 54478 |
| 23004 | ;;;;;; 508378 0)) | 23043 | ;;;;;; 300138 641000)) |
| 23005 | ;;; Generated autoloads from nxml/rng-cmpct.el | 23044 | ;;; Generated autoloads from nxml/rng-cmpct.el |
| 23006 | 23045 | ||
| 23007 | (autoload 'rng-c-load-schema "rng-cmpct" "\ | 23046 | (autoload 'rng-c-load-schema "rng-cmpct" "\ |
| @@ -23012,8 +23051,8 @@ Return a pattern. | |||
| 23012 | 23051 | ||
| 23013 | ;;;*** | 23052 | ;;;*** |
| 23014 | 23053 | ||
| 23015 | ;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21293 25385 | 23054 | ;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21607 54478 |
| 23016 | ;;;;;; 120083 0)) | 23055 | ;;;;;; 300138 641000)) |
| 23017 | ;;; Generated autoloads from nxml/rng-nxml.el | 23056 | ;;; Generated autoloads from nxml/rng-nxml.el |
| 23018 | 23057 | ||
| 23019 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ | 23058 | (autoload 'rng-nxml-mode-init "rng-nxml" "\ |
| @@ -23025,8 +23064,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. | |||
| 23025 | 23064 | ||
| 23026 | ;;;*** | 23065 | ;;;*** |
| 23027 | 23066 | ||
| 23028 | ;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21293 25385 | 23067 | ;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21607 54478 |
| 23029 | ;;;;;; 120083 0)) | 23068 | ;;;;;; 300138 641000)) |
| 23030 | ;;; Generated autoloads from nxml/rng-valid.el | 23069 | ;;; Generated autoloads from nxml/rng-valid.el |
| 23031 | 23070 | ||
| 23032 | (autoload 'rng-validate-mode "rng-valid" "\ | 23071 | (autoload 'rng-validate-mode "rng-valid" "\ |
| @@ -23056,8 +23095,8 @@ to use for finding the schema. | |||
| 23056 | 23095 | ||
| 23057 | ;;;*** | 23096 | ;;;*** |
| 23058 | 23097 | ||
| 23059 | ;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21293 25385 120083 | 23098 | ;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21607 54478 300138 |
| 23060 | ;;;;;; 0)) | 23099 | ;;;;;; 641000)) |
| 23061 | ;;; Generated autoloads from nxml/rng-xsd.el | 23100 | ;;; Generated autoloads from nxml/rng-xsd.el |
| 23062 | 23101 | ||
| 23063 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) | 23102 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) |
| @@ -23084,8 +23123,8 @@ must be equal. | |||
| 23084 | 23123 | ||
| 23085 | ;;;*** | 23124 | ;;;*** |
| 23086 | 23125 | ||
| 23087 | ;;;### (autoloads nil "robin" "international/robin.el" (20523 62082 | 23126 | ;;;### (autoloads nil "robin" "international/robin.el" (21607 54478 |
| 23088 | ;;;;;; 997685 0)) | 23127 | ;;;;;; 300138 641000)) |
| 23089 | ;;; Generated autoloads from international/robin.el | 23128 | ;;; Generated autoloads from international/robin.el |
| 23090 | 23129 | ||
| 23091 | (autoload 'robin-define-package "robin" "\ | 23130 | (autoload 'robin-define-package "robin" "\ |
| @@ -23117,7 +23156,7 @@ Start using robin package NAME, which is a string. | |||
| 23117 | 23156 | ||
| 23118 | ;;;*** | 23157 | ;;;*** |
| 23119 | 23158 | ||
| 23120 | ;;;### (autoloads nil "rot13" "rot13.el" (21240 46395 727291 0)) | 23159 | ;;;### (autoloads nil "rot13" "rot13.el" (21607 54478 800121 42000)) |
| 23121 | ;;; Generated autoloads from rot13.el | 23160 | ;;; Generated autoloads from rot13.el |
| 23122 | 23161 | ||
| 23123 | (autoload 'rot13 "rot13" "\ | 23162 | (autoload 'rot13 "rot13" "\ |
| @@ -23154,8 +23193,8 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 23154 | 23193 | ||
| 23155 | ;;;*** | 23194 | ;;;*** |
| 23156 | 23195 | ||
| 23157 | ;;;### (autoloads nil "rst" "textmodes/rst.el" (21415 65191 692645 | 23196 | ;;;### (autoloads nil "rst" "textmodes/rst.el" (21607 54478 800121 |
| 23158 | ;;;;;; 0)) | 23197 | ;;;;;; 42000)) |
| 23159 | ;;; Generated autoloads from textmodes/rst.el | 23198 | ;;; Generated autoloads from textmodes/rst.el |
| 23160 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 23199 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 23161 | 23200 | ||
| @@ -23185,8 +23224,8 @@ for modes derived from Text mode, like Mail mode. | |||
| 23185 | 23224 | ||
| 23186 | ;;;*** | 23225 | ;;;*** |
| 23187 | 23226 | ||
| 23188 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21437 | 23227 | ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21607 |
| 23189 | ;;;;;; 5802 125919 0)) | 23228 | ;;;;;; 54478 800121 42000)) |
| 23190 | ;;; Generated autoloads from progmodes/ruby-mode.el | 23229 | ;;; Generated autoloads from progmodes/ruby-mode.el |
| 23191 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) | 23230 | (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) |
| 23192 | 23231 | ||
| @@ -23203,8 +23242,8 @@ Major mode for editing Ruby code. | |||
| 23203 | 23242 | ||
| 23204 | ;;;*** | 23243 | ;;;*** |
| 23205 | 23244 | ||
| 23206 | ;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21419 62246 751914 | 23245 | ;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21607 54478 800121 |
| 23207 | ;;;;;; 0)) | 23246 | ;;;;;; 42000)) |
| 23208 | ;;; Generated autoloads from ruler-mode.el | 23247 | ;;; Generated autoloads from ruler-mode.el |
| 23209 | (push (purecopy '(ruler-mode 1 6)) package--builtin-versions) | 23248 | (push (purecopy '(ruler-mode 1 6)) package--builtin-versions) |
| 23210 | 23249 | ||
| @@ -23222,8 +23261,8 @@ if ARG is omitted or nil. | |||
| 23222 | 23261 | ||
| 23223 | ;;;*** | 23262 | ;;;*** |
| 23224 | 23263 | ||
| 23225 | ;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21240 46395 727291 | 23264 | ;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21607 54477 800124 |
| 23226 | ;;;;;; 0)) | 23265 | ;;;;;; 118000)) |
| 23227 | ;;; Generated autoloads from emacs-lisp/rx.el | 23266 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 23228 | 23267 | ||
| 23229 | (autoload 'rx-to-string "rx" "\ | 23268 | (autoload 'rx-to-string "rx" "\ |
| @@ -23534,15 +23573,15 @@ enclosed in `(and ...)'. | |||
| 23534 | 23573 | ||
| 23535 | ;;;*** | 23574 | ;;;*** |
| 23536 | 23575 | ||
| 23537 | ;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (21187 63826 | 23576 | ;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (21607 54478 |
| 23538 | ;;;;;; 213216 0)) | 23577 | ;;;;;; 300138 641000)) |
| 23539 | ;;; Generated autoloads from net/sasl-ntlm.el | 23578 | ;;; Generated autoloads from net/sasl-ntlm.el |
| 23540 | (push (purecopy '(sasl 1 0)) package--builtin-versions) | 23579 | (push (purecopy '(sasl 1 0)) package--builtin-versions) |
| 23541 | 23580 | ||
| 23542 | ;;;*** | 23581 | ;;;*** |
| 23543 | 23582 | ||
| 23544 | ;;;### (autoloads nil "savehist" "savehist.el" (21326 22692 123234 | 23583 | ;;;### (autoloads nil "savehist" "savehist.el" (21607 54478 800121 |
| 23545 | ;;;;;; 0)) | 23584 | ;;;;;; 42000)) |
| 23546 | ;;; Generated autoloads from savehist.el | 23585 | ;;; Generated autoloads from savehist.el |
| 23547 | (push (purecopy '(savehist 24)) package--builtin-versions) | 23586 | (push (purecopy '(savehist 24)) package--builtin-versions) |
| 23548 | 23587 | ||
| @@ -23574,8 +23613,8 @@ histories, which is probably undesirable. | |||
| 23574 | 23613 | ||
| 23575 | ;;;*** | 23614 | ;;;*** |
| 23576 | 23615 | ||
| 23577 | ;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21379 5287 | 23616 | ;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21607 54478 |
| 23578 | ;;;;;; 607434 0)) | 23617 | ;;;;;; 800121 42000)) |
| 23579 | ;;; Generated autoloads from progmodes/scheme.el | 23618 | ;;; Generated autoloads from progmodes/scheme.el |
| 23580 | 23619 | ||
| 23581 | (autoload 'scheme-mode "scheme" "\ | 23620 | (autoload 'scheme-mode "scheme" "\ |
| @@ -23614,8 +23653,8 @@ that variable's value is a string. | |||
| 23614 | 23653 | ||
| 23615 | ;;;*** | 23654 | ;;;*** |
| 23616 | 23655 | ||
| 23617 | ;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (21187 63826 | 23656 | ;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (21607 54478 |
| 23618 | ;;;;;; 213216 0)) | 23657 | ;;;;;; 300138 641000)) |
| 23619 | ;;; Generated autoloads from gnus/score-mode.el | 23658 | ;;; Generated autoloads from gnus/score-mode.el |
| 23620 | 23659 | ||
| 23621 | (autoload 'gnus-score-mode "score-mode" "\ | 23660 | (autoload 'gnus-score-mode "score-mode" "\ |
| @@ -23628,8 +23667,8 @@ This mode is an extended emacs-lisp mode. | |||
| 23628 | 23667 | ||
| 23629 | ;;;*** | 23668 | ;;;*** |
| 23630 | 23669 | ||
| 23631 | ;;;### (autoloads nil "scroll-all" "scroll-all.el" (21388 20265 495157 | 23670 | ;;;### (autoloads nil "scroll-all" "scroll-all.el" (21607 54478 800121 |
| 23632 | ;;;;;; 0)) | 23671 | ;;;;;; 42000)) |
| 23633 | ;;; Generated autoloads from scroll-all.el | 23672 | ;;; Generated autoloads from scroll-all.el |
| 23634 | 23673 | ||
| 23635 | (defvar scroll-all-mode nil "\ | 23674 | (defvar scroll-all-mode nil "\ |
| @@ -23654,8 +23693,8 @@ one window apply to all visible windows in the same frame. | |||
| 23654 | 23693 | ||
| 23655 | ;;;*** | 23694 | ;;;*** |
| 23656 | 23695 | ||
| 23657 | ;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (21240 46395 | 23696 | ;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (21607 54478 |
| 23658 | ;;;;;; 727291 0)) | 23697 | ;;;;;; 800121 42000)) |
| 23659 | ;;; Generated autoloads from scroll-lock.el | 23698 | ;;; Generated autoloads from scroll-lock.el |
| 23660 | 23699 | ||
| 23661 | (autoload 'scroll-lock-mode "scroll-lock" "\ | 23700 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| @@ -23671,16 +23710,16 @@ vertically fixed relative to window boundaries during scrolling. | |||
| 23671 | 23710 | ||
| 23672 | ;;;*** | 23711 | ;;;*** |
| 23673 | 23712 | ||
| 23674 | ;;;### (autoloads nil "secrets" "net/secrets.el" (21256 34613 967717 | 23713 | ;;;### (autoloads nil "secrets" "net/secrets.el" (21607 54478 300138 |
| 23675 | ;;;;;; 0)) | 23714 | ;;;;;; 641000)) |
| 23676 | ;;; Generated autoloads from net/secrets.el | 23715 | ;;; Generated autoloads from net/secrets.el |
| 23677 | (when (featurep 'dbusbind) | 23716 | (when (featurep 'dbusbind) |
| 23678 | (autoload 'secrets-show-secrets "secrets" nil t)) | 23717 | (autoload 'secrets-show-secrets "secrets" nil t)) |
| 23679 | 23718 | ||
| 23680 | ;;;*** | 23719 | ;;;*** |
| 23681 | 23720 | ||
| 23682 | ;;;### (autoloads nil "semantic" "cedet/semantic.el" (21187 63826 | 23721 | ;;;### (autoloads nil "semantic" "cedet/semantic.el" (21609 55608 |
| 23683 | ;;;;;; 213216 0)) | 23722 | ;;;;;; 852266 580000)) |
| 23684 | ;;; Generated autoloads from cedet/semantic.el | 23723 | ;;; Generated autoloads from cedet/semantic.el |
| 23685 | (push (purecopy '(semantic 2 2)) package--builtin-versions) | 23724 | (push (purecopy '(semantic 2 2)) package--builtin-versions) |
| 23686 | 23725 | ||
| @@ -23738,7 +23777,7 @@ Semantic mode. | |||
| 23738 | ;;;*** | 23777 | ;;;*** |
| 23739 | 23778 | ||
| 23740 | ;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" | 23779 | ;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" |
| 23741 | ;;;;;; (21187 63826 213216 0)) | 23780 | ;;;;;; (21607 54477 800124 118000)) |
| 23742 | ;;; Generated autoloads from cedet/semantic/bovine/grammar.el | 23781 | ;;; Generated autoloads from cedet/semantic/bovine/grammar.el |
| 23743 | 23782 | ||
| 23744 | (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ | 23783 | (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ |
| @@ -23749,7 +23788,7 @@ Major mode for editing Bovine grammars. | |||
| 23749 | ;;;*** | 23788 | ;;;*** |
| 23750 | 23789 | ||
| 23751 | ;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" | 23790 | ;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" |
| 23752 | ;;;;;; (21187 63826 213216 0)) | 23791 | ;;;;;; (21607 54477 800124 118000)) |
| 23753 | ;;; Generated autoloads from cedet/semantic/wisent/grammar.el | 23792 | ;;; Generated autoloads from cedet/semantic/wisent/grammar.el |
| 23754 | 23793 | ||
| 23755 | (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ | 23794 | (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ |
| @@ -23759,8 +23798,8 @@ Major mode for editing Wisent grammars. | |||
| 23759 | 23798 | ||
| 23760 | ;;;*** | 23799 | ;;;*** |
| 23761 | 23800 | ||
| 23762 | ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21240 46395 | 23801 | ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21607 54478 |
| 23763 | ;;;;;; 727291 0)) | 23802 | ;;;;;; 300138 641000)) |
| 23764 | ;;; Generated autoloads from mail/sendmail.el | 23803 | ;;; Generated autoloads from mail/sendmail.el |
| 23765 | 23804 | ||
| 23766 | (defvar mail-from-style 'default "\ | 23805 | (defvar mail-from-style 'default "\ |
| @@ -24041,7 +24080,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24041 | 24080 | ||
| 24042 | ;;;*** | 24081 | ;;;*** |
| 24043 | 24082 | ||
| 24044 | ;;;### (autoloads nil "server" "server.el" (21437 5802 125919 0)) | 24083 | ;;;### (autoloads nil "server" "server.el" (21607 54478 800121 42000)) |
| 24045 | ;;; Generated autoloads from server.el | 24084 | ;;; Generated autoloads from server.el |
| 24046 | 24085 | ||
| 24047 | (put 'server-host 'risky-local-variable t) | 24086 | (put 'server-host 'risky-local-variable t) |
| @@ -24108,7 +24147,7 @@ only these files will be asked to be saved. | |||
| 24108 | 24147 | ||
| 24109 | ;;;*** | 24148 | ;;;*** |
| 24110 | 24149 | ||
| 24111 | ;;;### (autoloads nil "ses" "ses.el" (21580 51751 606453 0)) | 24150 | ;;;### (autoloads nil "ses" "ses.el" (21607 54478 800121 42000)) |
| 24112 | ;;; Generated autoloads from ses.el | 24151 | ;;; Generated autoloads from ses.el |
| 24113 | 24152 | ||
| 24114 | (autoload 'ses-mode "ses" "\ | 24153 | (autoload 'ses-mode "ses" "\ |
| @@ -24152,8 +24191,8 @@ formula: | |||
| 24152 | 24191 | ||
| 24153 | ;;;*** | 24192 | ;;;*** |
| 24154 | 24193 | ||
| 24155 | ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21481 | 24194 | ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21623 |
| 24156 | ;;;;;; 59815 980216 0)) | 24195 | ;;;;;; 2108 292281 129000)) |
| 24157 | ;;; Generated autoloads from textmodes/sgml-mode.el | 24196 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 24158 | 24197 | ||
| 24159 | (autoload 'sgml-mode "sgml-mode" "\ | 24198 | (autoload 'sgml-mode "sgml-mode" "\ |
| @@ -24218,8 +24257,8 @@ To work around that, do: | |||
| 24218 | 24257 | ||
| 24219 | ;;;*** | 24258 | ;;;*** |
| 24220 | 24259 | ||
| 24221 | ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21510 | 24260 | ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21607 |
| 24222 | ;;;;;; 60072 112989 0)) | 24261 | ;;;;;; 54478 800121 42000)) |
| 24223 | ;;; Generated autoloads from progmodes/sh-script.el | 24262 | ;;; Generated autoloads from progmodes/sh-script.el |
| 24224 | (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) | 24263 | (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) |
| 24225 | (put 'sh-shell 'safe-local-variable 'symbolp) | 24264 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| @@ -24283,8 +24322,8 @@ with your script for an edit-interpret-debug cycle. | |||
| 24283 | 24322 | ||
| 24284 | ;;;*** | 24323 | ;;;*** |
| 24285 | 24324 | ||
| 24286 | ;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21271 54940 | 24325 | ;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21607 54477 |
| 24287 | ;;;;;; 492268 31000)) | 24326 | ;;;;;; 800124 118000)) |
| 24288 | ;;; Generated autoloads from emacs-lisp/shadow.el | 24327 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 24289 | 24328 | ||
| 24290 | (autoload 'list-load-path-shadows "shadow" "\ | 24329 | (autoload 'list-load-path-shadows "shadow" "\ |
| @@ -24333,8 +24372,8 @@ function, `load-path-shadows-find'. | |||
| 24333 | 24372 | ||
| 24334 | ;;;*** | 24373 | ;;;*** |
| 24335 | 24374 | ||
| 24336 | ;;;### (autoloads nil "shadowfile" "shadowfile.el" (21222 16439 978802 | 24375 | ;;;### (autoloads nil "shadowfile" "shadowfile.el" (21607 54478 800121 |
| 24337 | ;;;;;; 0)) | 24376 | ;;;;;; 42000)) |
| 24338 | ;;; Generated autoloads from shadowfile.el | 24377 | ;;; Generated autoloads from shadowfile.el |
| 24339 | 24378 | ||
| 24340 | (autoload 'shadow-define-cluster "shadowfile" "\ | 24379 | (autoload 'shadow-define-cluster "shadowfile" "\ |
| @@ -24372,7 +24411,7 @@ Set up file shadowing. | |||
| 24372 | 24411 | ||
| 24373 | ;;;*** | 24412 | ;;;*** |
| 24374 | 24413 | ||
| 24375 | ;;;### (autoloads nil "shell" "shell.el" (21374 22080 740835 768000)) | 24414 | ;;;### (autoloads nil "shell" "shell.el" (21607 54478 800121 42000)) |
| 24376 | ;;; Generated autoloads from shell.el | 24415 | ;;; Generated autoloads from shell.el |
| 24377 | 24416 | ||
| 24378 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 24417 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -24420,7 +24459,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24420 | 24459 | ||
| 24421 | ;;;*** | 24460 | ;;;*** |
| 24422 | 24461 | ||
| 24423 | ;;;### (autoloads nil "shr" "net/shr.el" (21532 676 459903 0)) | 24462 | ;;;### (autoloads nil "shr" "net/shr.el" (21623 2108 292281 129000)) |
| 24424 | ;;; Generated autoloads from net/shr.el | 24463 | ;;; Generated autoloads from net/shr.el |
| 24425 | 24464 | ||
| 24426 | (autoload 'shr-render-region "shr" "\ | 24465 | (autoload 'shr-render-region "shr" "\ |
| @@ -24437,8 +24476,8 @@ DOM should be a parse tree as generated by | |||
| 24437 | 24476 | ||
| 24438 | ;;;*** | 24477 | ;;;*** |
| 24439 | 24478 | ||
| 24440 | ;;;### (autoloads nil "sieve" "gnus/sieve.el" (21187 63826 213216 | 24479 | ;;;### (autoloads nil "sieve" "gnus/sieve.el" (21607 54478 300138 |
| 24441 | ;;;;;; 0)) | 24480 | ;;;;;; 641000)) |
| 24442 | ;;; Generated autoloads from gnus/sieve.el | 24481 | ;;; Generated autoloads from gnus/sieve.el |
| 24443 | 24482 | ||
| 24444 | (autoload 'sieve-manage "sieve" "\ | 24483 | (autoload 'sieve-manage "sieve" "\ |
| @@ -24463,8 +24502,8 @@ DOM should be a parse tree as generated by | |||
| 24463 | 24502 | ||
| 24464 | ;;;*** | 24503 | ;;;*** |
| 24465 | 24504 | ||
| 24466 | ;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (21187 63826 | 24505 | ;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (21607 54478 |
| 24467 | ;;;;;; 213216 0)) | 24506 | ;;;;;; 300138 641000)) |
| 24468 | ;;; Generated autoloads from gnus/sieve-mode.el | 24507 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 24469 | 24508 | ||
| 24470 | (autoload 'sieve-mode "sieve-mode" "\ | 24509 | (autoload 'sieve-mode "sieve-mode" "\ |
| @@ -24479,8 +24518,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 24479 | 24518 | ||
| 24480 | ;;;*** | 24519 | ;;;*** |
| 24481 | 24520 | ||
| 24482 | ;;;### (autoloads nil "simula" "progmodes/simula.el" (21187 63826 | 24521 | ;;;### (autoloads nil "simula" "progmodes/simula.el" (21607 54478 |
| 24483 | ;;;;;; 213216 0)) | 24522 | ;;;;;; 800121 42000)) |
| 24484 | ;;; Generated autoloads from progmodes/simula.el | 24523 | ;;; Generated autoloads from progmodes/simula.el |
| 24485 | 24524 | ||
| 24486 | (autoload 'simula-mode "simula" "\ | 24525 | (autoload 'simula-mode "simula" "\ |
| @@ -24528,8 +24567,8 @@ with no arguments, if that value is non-nil. | |||
| 24528 | 24567 | ||
| 24529 | ;;;*** | 24568 | ;;;*** |
| 24530 | 24569 | ||
| 24531 | ;;;### (autoloads nil "skeleton" "skeleton.el" (21420 38312 308000 | 24570 | ;;;### (autoloads nil "skeleton" "skeleton.el" (21607 54478 800121 |
| 24532 | ;;;;;; 0)) | 24571 | ;;;;;; 42000)) |
| 24533 | ;;; Generated autoloads from skeleton.el | 24572 | ;;; Generated autoloads from skeleton.el |
| 24534 | 24573 | ||
| 24535 | (defvar skeleton-filter-function 'identity "\ | 24574 | (defvar skeleton-filter-function 'identity "\ |
| @@ -24647,8 +24686,8 @@ symmetrical ones, and the same character twice for the others. | |||
| 24647 | 24686 | ||
| 24648 | ;;;*** | 24687 | ;;;*** |
| 24649 | 24688 | ||
| 24650 | ;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21409 26408 | 24689 | ;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21628 45530 |
| 24651 | ;;;;;; 607647 0)) | 24690 | ;;;;;; 160140 360000)) |
| 24652 | ;;; Generated autoloads from vc/smerge-mode.el | 24691 | ;;; Generated autoloads from vc/smerge-mode.el |
| 24653 | 24692 | ||
| 24654 | (autoload 'smerge-ediff "smerge-mode" "\ | 24693 | (autoload 'smerge-ediff "smerge-mode" "\ |
| @@ -24675,8 +24714,8 @@ If no conflict maker is found, turn off `smerge-mode'. | |||
| 24675 | 24714 | ||
| 24676 | ;;;*** | 24715 | ;;;*** |
| 24677 | 24716 | ||
| 24678 | ;;;### (autoloads nil "smiley" "gnus/smiley.el" (21187 63826 213216 | 24717 | ;;;### (autoloads nil "smiley" "gnus/smiley.el" (21607 54478 300138 |
| 24679 | ;;;;;; 0)) | 24718 | ;;;;;; 641000)) |
| 24680 | ;;; Generated autoloads from gnus/smiley.el | 24719 | ;;; Generated autoloads from gnus/smiley.el |
| 24681 | 24720 | ||
| 24682 | (autoload 'smiley-region "smiley" "\ | 24721 | (autoload 'smiley-region "smiley" "\ |
| @@ -24693,8 +24732,8 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 24693 | 24732 | ||
| 24694 | ;;;*** | 24733 | ;;;*** |
| 24695 | 24734 | ||
| 24696 | ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21322 25639 | 24735 | ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21619 5051 260148 |
| 24697 | ;;;;;; 363230 0)) | 24736 | ;;;;;; 536000)) |
| 24698 | ;;; Generated autoloads from mail/smtpmail.el | 24737 | ;;; Generated autoloads from mail/smtpmail.el |
| 24699 | 24738 | ||
| 24700 | (autoload 'smtpmail-send-it "smtpmail" "\ | 24739 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -24709,8 +24748,8 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 24709 | 24748 | ||
| 24710 | ;;;*** | 24749 | ;;;*** |
| 24711 | 24750 | ||
| 24712 | ;;;### (autoloads nil "snake" "play/snake.el" (21187 63826 213216 | 24751 | ;;;### (autoloads nil "snake" "play/snake.el" (21607 54478 800121 |
| 24713 | ;;;;;; 0)) | 24752 | ;;;;;; 42000)) |
| 24714 | ;;; Generated autoloads from play/snake.el | 24753 | ;;; Generated autoloads from play/snake.el |
| 24715 | 24754 | ||
| 24716 | (autoload 'snake "snake" "\ | 24755 | (autoload 'snake "snake" "\ |
| @@ -24733,8 +24772,8 @@ Snake mode keybindings: | |||
| 24733 | 24772 | ||
| 24734 | ;;;*** | 24773 | ;;;*** |
| 24735 | 24774 | ||
| 24736 | ;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (21187 63826 | 24775 | ;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (21607 54478 |
| 24737 | ;;;;;; 213216 0)) | 24776 | ;;;;;; 300138 641000)) |
| 24738 | ;;; Generated autoloads from net/snmp-mode.el | 24777 | ;;; Generated autoloads from net/snmp-mode.el |
| 24739 | 24778 | ||
| 24740 | (autoload 'snmp-mode "snmp-mode" "\ | 24779 | (autoload 'snmp-mode "snmp-mode" "\ |
| @@ -24763,8 +24802,8 @@ then `snmpv2-mode-hook'. | |||
| 24763 | 24802 | ||
| 24764 | ;;;*** | 24803 | ;;;*** |
| 24765 | 24804 | ||
| 24766 | ;;;### (autoloads nil "solar" "calendar/solar.el" (21187 63826 213216 | 24805 | ;;;### (autoloads nil "solar" "calendar/solar.el" (21607 54477 800124 |
| 24767 | ;;;;;; 0)) | 24806 | ;;;;;; 118000)) |
| 24768 | ;;; Generated autoloads from calendar/solar.el | 24807 | ;;; Generated autoloads from calendar/solar.el |
| 24769 | 24808 | ||
| 24770 | (autoload 'sunrise-sunset "solar" "\ | 24809 | (autoload 'sunrise-sunset "solar" "\ |
| @@ -24779,8 +24818,8 @@ This function is suitable for execution in an init file. | |||
| 24779 | 24818 | ||
| 24780 | ;;;*** | 24819 | ;;;*** |
| 24781 | 24820 | ||
| 24782 | ;;;### (autoloads nil "solitaire" "play/solitaire.el" (21187 63826 | 24821 | ;;;### (autoloads nil "solitaire" "play/solitaire.el" (21607 54478 |
| 24783 | ;;;;;; 213216 0)) | 24822 | ;;;;;; 800121 42000)) |
| 24784 | ;;; Generated autoloads from play/solitaire.el | 24823 | ;;; Generated autoloads from play/solitaire.el |
| 24785 | 24824 | ||
| 24786 | (autoload 'solitaire "solitaire" "\ | 24825 | (autoload 'solitaire "solitaire" "\ |
| @@ -24855,7 +24894,7 @@ Pick your favorite shortcuts: | |||
| 24855 | 24894 | ||
| 24856 | ;;;*** | 24895 | ;;;*** |
| 24857 | 24896 | ||
| 24858 | ;;;### (autoloads nil "sort" "sort.el" (21240 46395 727291 0)) | 24897 | ;;;### (autoloads nil "sort" "sort.el" (21607 54478 800121 42000)) |
| 24859 | ;;; Generated autoloads from sort.el | 24898 | ;;; Generated autoloads from sort.el |
| 24860 | (put 'sort-fold-case 'safe-local-variable 'booleanp) | 24899 | (put 'sort-fold-case 'safe-local-variable 'booleanp) |
| 24861 | 24900 | ||
| @@ -25030,7 +25069,7 @@ is non-nil, it also prints a message describing the number of deletions. | |||
| 25030 | 25069 | ||
| 25031 | ;;;*** | 25070 | ;;;*** |
| 25032 | 25071 | ||
| 25033 | ;;;### (autoloads nil "spam" "gnus/spam.el" (21296 1575 438327 0)) | 25072 | ;;;### (autoloads nil "spam" "gnus/spam.el" (21607 54478 300138 641000)) |
| 25034 | ;;; Generated autoloads from gnus/spam.el | 25073 | ;;; Generated autoloads from gnus/spam.el |
| 25035 | 25074 | ||
| 25036 | (autoload 'spam-initialize "spam" "\ | 25075 | (autoload 'spam-initialize "spam" "\ |
| @@ -25044,8 +25083,8 @@ installed through `spam-necessary-extra-headers'. | |||
| 25044 | 25083 | ||
| 25045 | ;;;*** | 25084 | ;;;*** |
| 25046 | 25085 | ||
| 25047 | ;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (21187 | 25086 | ;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (21607 |
| 25048 | ;;;;;; 63826 213216 0)) | 25087 | ;;;;;; 54478 300138 641000)) |
| 25049 | ;;; Generated autoloads from gnus/spam-report.el | 25088 | ;;; Generated autoloads from gnus/spam-report.el |
| 25050 | 25089 | ||
| 25051 | (autoload 'spam-report-process-queue "spam-report" "\ | 25090 | (autoload 'spam-report-process-queue "spam-report" "\ |
| @@ -25087,8 +25126,8 @@ Spam reports will be queued with the method used when | |||
| 25087 | 25126 | ||
| 25088 | ;;;*** | 25127 | ;;;*** |
| 25089 | 25128 | ||
| 25090 | ;;;### (autoloads nil "speedbar" "speedbar.el" (21485 56871 932720 | 25129 | ;;;### (autoloads nil "speedbar" "speedbar.el" (21607 54478 800121 |
| 25091 | ;;;;;; 0)) | 25130 | ;;;;;; 42000)) |
| 25092 | ;;; Generated autoloads from speedbar.el | 25131 | ;;; Generated autoloads from speedbar.el |
| 25093 | 25132 | ||
| 25094 | (defalias 'speedbar 'speedbar-frame-mode) | 25133 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -25112,8 +25151,8 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 25112 | 25151 | ||
| 25113 | ;;;*** | 25152 | ;;;*** |
| 25114 | 25153 | ||
| 25115 | ;;;### (autoloads nil "spook" "play/spook.el" (21240 46395 727291 | 25154 | ;;;### (autoloads nil "spook" "play/spook.el" (21607 54478 800121 |
| 25116 | ;;;;;; 0)) | 25155 | ;;;;;; 42000)) |
| 25117 | ;;; Generated autoloads from play/spook.el | 25156 | ;;; Generated autoloads from play/spook.el |
| 25118 | 25157 | ||
| 25119 | (autoload 'spook "spook" "\ | 25158 | (autoload 'spook "spook" "\ |
| @@ -25128,8 +25167,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25128 | 25167 | ||
| 25129 | ;;;*** | 25168 | ;;;*** |
| 25130 | 25169 | ||
| 25131 | ;;;### (autoloads nil "sql" "progmodes/sql.el" (21546 33576 601815 | 25170 | ;;;### (autoloads nil "sql" "progmodes/sql.el" (21607 54478 800121 |
| 25132 | ;;;;;; 0)) | 25171 | ;;;;;; 42000)) |
| 25133 | ;;; Generated autoloads from progmodes/sql.el | 25172 | ;;; Generated autoloads from progmodes/sql.el |
| 25134 | (push (purecopy '(sql 3 4)) package--builtin-versions) | 25173 | (push (purecopy '(sql 3 4)) package--builtin-versions) |
| 25135 | 25174 | ||
| @@ -25595,15 +25634,15 @@ Run vsql as an inferior process. | |||
| 25595 | 25634 | ||
| 25596 | ;;;*** | 25635 | ;;;*** |
| 25597 | 25636 | ||
| 25598 | ;;;### (autoloads nil "srecode" "cedet/srecode.el" (21187 63826 213216 | 25637 | ;;;### (autoloads nil "srecode" "cedet/srecode.el" (21607 54477 800124 |
| 25599 | ;;;;;; 0)) | 25638 | ;;;;;; 118000)) |
| 25600 | ;;; Generated autoloads from cedet/srecode.el | 25639 | ;;; Generated autoloads from cedet/srecode.el |
| 25601 | (push (purecopy '(srecode 1 2)) package--builtin-versions) | 25640 | (push (purecopy '(srecode 1 2)) package--builtin-versions) |
| 25602 | 25641 | ||
| 25603 | ;;;*** | 25642 | ;;;*** |
| 25604 | 25643 | ||
| 25605 | ;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" | 25644 | ;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" |
| 25606 | ;;;;;; (21187 63826 213216 0)) | 25645 | ;;;;;; (21607 54477 800124 118000)) |
| 25607 | ;;; Generated autoloads from cedet/srecode/srt-mode.el | 25646 | ;;; Generated autoloads from cedet/srecode/srt-mode.el |
| 25608 | 25647 | ||
| 25609 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ | 25648 | (autoload 'srecode-template-mode "srecode/srt-mode" "\ |
| @@ -25615,8 +25654,8 @@ Major-mode for writing SRecode macros. | |||
| 25615 | 25654 | ||
| 25616 | ;;;*** | 25655 | ;;;*** |
| 25617 | 25656 | ||
| 25618 | ;;;### (autoloads nil "starttls" "gnus/starttls.el" (21187 63826 | 25657 | ;;;### (autoloads nil "starttls" "gnus/starttls.el" (21607 54478 |
| 25619 | ;;;;;; 213216 0)) | 25658 | ;;;;;; 300138 641000)) |
| 25620 | ;;; Generated autoloads from gnus/starttls.el | 25659 | ;;; Generated autoloads from gnus/starttls.el |
| 25621 | 25660 | ||
| 25622 | (autoload 'starttls-open-stream "starttls" "\ | 25661 | (autoload 'starttls-open-stream "starttls" "\ |
| @@ -25639,7 +25678,8 @@ GnuTLS requires a port number. | |||
| 25639 | 25678 | ||
| 25640 | ;;;*** | 25679 | ;;;*** |
| 25641 | 25680 | ||
| 25642 | ;;;### (autoloads nil "strokes" "strokes.el" (21271 1974 113743 0)) | 25681 | ;;;### (autoloads nil "strokes" "strokes.el" (21607 54478 800121 |
| 25682 | ;;;;;; 42000)) | ||
| 25643 | ;;; Generated autoloads from strokes.el | 25683 | ;;; Generated autoloads from strokes.el |
| 25644 | 25684 | ||
| 25645 | (autoload 'strokes-global-set-stroke "strokes" "\ | 25685 | (autoload 'strokes-global-set-stroke "strokes" "\ |
| @@ -25752,8 +25792,8 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 25752 | 25792 | ||
| 25753 | ;;;*** | 25793 | ;;;*** |
| 25754 | 25794 | ||
| 25755 | ;;;### (autoloads nil "studly" "play/studly.el" (21240 46395 727291 | 25795 | ;;;### (autoloads nil "studly" "play/studly.el" (21607 54478 800121 |
| 25756 | ;;;;;; 0)) | 25796 | ;;;;;; 42000)) |
| 25757 | ;;; Generated autoloads from play/studly.el | 25797 | ;;; Generated autoloads from play/studly.el |
| 25758 | 25798 | ||
| 25759 | (autoload 'studlify-region "studly" "\ | 25799 | (autoload 'studlify-region "studly" "\ |
| @@ -25773,8 +25813,8 @@ Studlify-case the current buffer. | |||
| 25773 | 25813 | ||
| 25774 | ;;;*** | 25814 | ;;;*** |
| 25775 | 25815 | ||
| 25776 | ;;;### (autoloads nil "subword" "progmodes/subword.el" (21546 33576 | 25816 | ;;;### (autoloads nil "subword" "progmodes/subword.el" (21607 54478 |
| 25777 | ;;;;;; 601815 0)) | 25817 | ;;;;;; 800121 42000)) |
| 25778 | ;;; Generated autoloads from progmodes/subword.el | 25818 | ;;; Generated autoloads from progmodes/subword.el |
| 25779 | 25819 | ||
| 25780 | (define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") | 25820 | (define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1") |
| @@ -25866,8 +25906,8 @@ See `superword-mode' for more information on Superword mode. | |||
| 25866 | 25906 | ||
| 25867 | ;;;*** | 25907 | ;;;*** |
| 25868 | 25908 | ||
| 25869 | ;;;### (autoloads nil "supercite" "mail/supercite.el" (21240 46395 | 25909 | ;;;### (autoloads nil "supercite" "mail/supercite.el" (21607 54478 |
| 25870 | ;;;;;; 727291 0)) | 25910 | ;;;;;; 300138 641000)) |
| 25871 | ;;; Generated autoloads from mail/supercite.el | 25911 | ;;; Generated autoloads from mail/supercite.el |
| 25872 | 25912 | ||
| 25873 | (autoload 'sc-cite-original "supercite" "\ | 25913 | (autoload 'sc-cite-original "supercite" "\ |
| @@ -25899,8 +25939,8 @@ and `sc-post-hook' is run after the guts of this function. | |||
| 25899 | 25939 | ||
| 25900 | ;;;*** | 25940 | ;;;*** |
| 25901 | 25941 | ||
| 25902 | ;;;### (autoloads nil "t-mouse" "t-mouse.el" (21240 46395 727291 | 25942 | ;;;### (autoloads nil "t-mouse" "t-mouse.el" (21607 54478 800121 |
| 25903 | ;;;;;; 0)) | 25943 | ;;;;;; 42000)) |
| 25904 | ;;; Generated autoloads from t-mouse.el | 25944 | ;;; Generated autoloads from t-mouse.el |
| 25905 | 25945 | ||
| 25906 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") | 25946 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") |
| @@ -25928,7 +25968,7 @@ It relies on the `gpm' daemon being activated. | |||
| 25928 | 25968 | ||
| 25929 | ;;;*** | 25969 | ;;;*** |
| 25930 | 25970 | ||
| 25931 | ;;;### (autoloads nil "tabify" "tabify.el" (21240 46395 727291 0)) | 25971 | ;;;### (autoloads nil "tabify" "tabify.el" (21607 54478 800121 42000)) |
| 25932 | ;;; Generated autoloads from tabify.el | 25972 | ;;; Generated autoloads from tabify.el |
| 25933 | 25973 | ||
| 25934 | (autoload 'untabify "tabify" "\ | 25974 | (autoload 'untabify "tabify" "\ |
| @@ -25957,8 +25997,8 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25957 | 25997 | ||
| 25958 | ;;;*** | 25998 | ;;;*** |
| 25959 | 25999 | ||
| 25960 | ;;;### (autoloads nil "table" "textmodes/table.el" (21194 37048 599945 | 26000 | ;;;### (autoloads nil "table" "textmodes/table.el" (21607 54478 800121 |
| 25961 | ;;;;;; 0)) | 26001 | ;;;;;; 42000)) |
| 25962 | ;;; Generated autoloads from textmodes/table.el | 26002 | ;;; Generated autoloads from textmodes/table.el |
| 25963 | 26003 | ||
| 25964 | (defvar table-cell-map-hook nil "\ | 26004 | (defvar table-cell-map-hook nil "\ |
| @@ -26550,7 +26590,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 26550 | 26590 | ||
| 26551 | ;;;*** | 26591 | ;;;*** |
| 26552 | 26592 | ||
| 26553 | ;;;### (autoloads nil "talk" "talk.el" (21240 46395 727291 0)) | 26593 | ;;;### (autoloads nil "talk" "talk.el" (21607 54478 800121 42000)) |
| 26554 | ;;; Generated autoloads from talk.el | 26594 | ;;; Generated autoloads from talk.el |
| 26555 | 26595 | ||
| 26556 | (autoload 'talk-connect "talk" "\ | 26596 | (autoload 'talk-connect "talk" "\ |
| @@ -26565,8 +26605,8 @@ Connect to the Emacs talk group from the current X display or tty frame. | |||
| 26565 | 26605 | ||
| 26566 | ;;;*** | 26606 | ;;;*** |
| 26567 | 26607 | ||
| 26568 | ;;;### (autoloads nil "tar-mode" "tar-mode.el" (21510 60072 112989 | 26608 | ;;;### (autoloads nil "tar-mode" "tar-mode.el" (21607 54478 800121 |
| 26569 | ;;;;;; 0)) | 26609 | ;;;;;; 42000)) |
| 26570 | ;;; Generated autoloads from tar-mode.el | 26610 | ;;; Generated autoloads from tar-mode.el |
| 26571 | 26611 | ||
| 26572 | (autoload 'tar-mode "tar-mode" "\ | 26612 | (autoload 'tar-mode "tar-mode" "\ |
| @@ -26589,8 +26629,8 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26589 | 26629 | ||
| 26590 | ;;;*** | 26630 | ;;;*** |
| 26591 | 26631 | ||
| 26592 | ;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21240 46395 727291 | 26632 | ;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21607 54478 800121 |
| 26593 | ;;;;;; 0)) | 26633 | ;;;;;; 42000)) |
| 26594 | ;;; Generated autoloads from progmodes/tcl.el | 26634 | ;;; Generated autoloads from progmodes/tcl.el |
| 26595 | 26635 | ||
| 26596 | (autoload 'tcl-mode "tcl" "\ | 26636 | (autoload 'tcl-mode "tcl" "\ |
| @@ -26638,8 +26678,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 26638 | 26678 | ||
| 26639 | ;;;*** | 26679 | ;;;*** |
| 26640 | 26680 | ||
| 26641 | ;;;### (autoloads nil "telnet" "net/telnet.el" (21240 46395 727291 | 26681 | ;;;### (autoloads nil "telnet" "net/telnet.el" (21607 54478 300138 |
| 26642 | ;;;;;; 0)) | 26682 | ;;;;;; 641000)) |
| 26643 | ;;; Generated autoloads from net/telnet.el | 26683 | ;;; Generated autoloads from net/telnet.el |
| 26644 | 26684 | ||
| 26645 | (autoload 'telnet "telnet" "\ | 26685 | (autoload 'telnet "telnet" "\ |
| @@ -26664,7 +26704,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26664 | 26704 | ||
| 26665 | ;;;*** | 26705 | ;;;*** |
| 26666 | 26706 | ||
| 26667 | ;;;### (autoloads nil "term" "term.el" (21558 24747 65197 0)) | 26707 | ;;;### (autoloads nil "term" "term.el" (21607 54478 800121 42000)) |
| 26668 | ;;; Generated autoloads from term.el | 26708 | ;;; Generated autoloads from term.el |
| 26669 | 26709 | ||
| 26670 | (autoload 'make-term "term" "\ | 26710 | (autoload 'make-term "term" "\ |
| @@ -26706,8 +26746,8 @@ use in that buffer. | |||
| 26706 | 26746 | ||
| 26707 | ;;;*** | 26747 | ;;;*** |
| 26708 | 26748 | ||
| 26709 | ;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (21187 | 26749 | ;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (21607 |
| 26710 | ;;;;;; 63826 213216 0)) | 26750 | ;;;;;; 54477 800124 118000)) |
| 26711 | ;;; Generated autoloads from emacs-lisp/testcover.el | 26751 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 26712 | 26752 | ||
| 26713 | (autoload 'testcover-this-defun "testcover" "\ | 26753 | (autoload 'testcover-this-defun "testcover" "\ |
| @@ -26717,8 +26757,8 @@ Start coverage on function under point. | |||
| 26717 | 26757 | ||
| 26718 | ;;;*** | 26758 | ;;;*** |
| 26719 | 26759 | ||
| 26720 | ;;;### (autoloads nil "tetris" "play/tetris.el" (21187 63826 213216 | 26760 | ;;;### (autoloads nil "tetris" "play/tetris.el" (21607 54478 800121 |
| 26721 | ;;;;;; 0)) | 26761 | ;;;;;; 42000)) |
| 26722 | ;;; Generated autoloads from play/tetris.el | 26762 | ;;; Generated autoloads from play/tetris.el |
| 26723 | (push (purecopy '(tetris 2 1)) package--builtin-versions) | 26763 | (push (purecopy '(tetris 2 1)) package--builtin-versions) |
| 26724 | 26764 | ||
| @@ -26743,8 +26783,8 @@ tetris-mode keybindings: | |||
| 26743 | 26783 | ||
| 26744 | ;;;*** | 26784 | ;;;*** |
| 26745 | 26785 | ||
| 26746 | ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21546 33576 | 26786 | ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21611 10938 |
| 26747 | ;;;;;; 601815 0)) | 26787 | ;;;;;; 204397 226000)) |
| 26748 | ;;; Generated autoloads from textmodes/tex-mode.el | 26788 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26749 | 26789 | ||
| 26750 | (defvar tex-shell-file-name nil "\ | 26790 | (defvar tex-shell-file-name nil "\ |
| @@ -27045,8 +27085,8 @@ Major mode to edit DocTeX files. | |||
| 27045 | 27085 | ||
| 27046 | ;;;*** | 27086 | ;;;*** |
| 27047 | 27087 | ||
| 27048 | ;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (21187 63826 | 27088 | ;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (21607 54478 |
| 27049 | ;;;;;; 213216 0)) | 27089 | ;;;;;; 800121 42000)) |
| 27050 | ;;; Generated autoloads from textmodes/texinfmt.el | 27090 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 27051 | 27091 | ||
| 27052 | (autoload 'texinfo-format-buffer "texinfmt" "\ | 27092 | (autoload 'texinfo-format-buffer "texinfmt" "\ |
| @@ -27085,8 +27125,8 @@ if large. You can use `Info-split' to do this manually. | |||
| 27085 | 27125 | ||
| 27086 | ;;;*** | 27126 | ;;;*** |
| 27087 | 27127 | ||
| 27088 | ;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21414 44327 | 27128 | ;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21607 54478 |
| 27089 | ;;;;;; 790846 0)) | 27129 | ;;;;;; 800121 42000)) |
| 27090 | ;;; Generated autoloads from textmodes/texinfo.el | 27130 | ;;; Generated autoloads from textmodes/texinfo.el |
| 27091 | 27131 | ||
| 27092 | (defvar texinfo-open-quote (purecopy "``") "\ | 27132 | (defvar texinfo-open-quote (purecopy "``") "\ |
| @@ -27170,8 +27210,8 @@ value of `texinfo-mode-hook'. | |||
| 27170 | 27210 | ||
| 27171 | ;;;*** | 27211 | ;;;*** |
| 27172 | 27212 | ||
| 27173 | ;;;### (autoloads nil "thai-util" "language/thai-util.el" (21187 | 27213 | ;;;### (autoloads nil "thai-util" "language/thai-util.el" (21607 |
| 27174 | ;;;;;; 63826 213216 0)) | 27214 | ;;;;;; 54478 300138 641000)) |
| 27175 | ;;; Generated autoloads from language/thai-util.el | 27215 | ;;; Generated autoloads from language/thai-util.el |
| 27176 | 27216 | ||
| 27177 | (autoload 'thai-compose-region "thai-util" "\ | 27217 | (autoload 'thai-compose-region "thai-util" "\ |
| @@ -27198,8 +27238,8 @@ Compose Thai characters in the current buffer. | |||
| 27198 | 27238 | ||
| 27199 | ;;;*** | 27239 | ;;;*** |
| 27200 | 27240 | ||
| 27201 | ;;;### (autoloads nil "thingatpt" "thingatpt.el" (21240 46395 727291 | 27241 | ;;;### (autoloads nil "thingatpt" "thingatpt.el" (21607 54478 800121 |
| 27202 | ;;;;;; 0)) | 27242 | ;;;;;; 42000)) |
| 27203 | ;;; Generated autoloads from thingatpt.el | 27243 | ;;; Generated autoloads from thingatpt.el |
| 27204 | 27244 | ||
| 27205 | (autoload 'forward-thing "thingatpt" "\ | 27245 | (autoload 'forward-thing "thingatpt" "\ |
| @@ -27263,7 +27303,7 @@ Return the Lisp list at point, or nil if none is found. | |||
| 27263 | 27303 | ||
| 27264 | ;;;*** | 27304 | ;;;*** |
| 27265 | 27305 | ||
| 27266 | ;;;### (autoloads nil "thumbs" "thumbs.el" (21240 46395 727291 0)) | 27306 | ;;;### (autoloads nil "thumbs" "thumbs.el" (21607 54478 800121 42000)) |
| 27267 | ;;; Generated autoloads from thumbs.el | 27307 | ;;; Generated autoloads from thumbs.el |
| 27268 | 27308 | ||
| 27269 | (autoload 'thumbs-find-thumb "thumbs" "\ | 27309 | (autoload 'thumbs-find-thumb "thumbs" "\ |
| @@ -27297,8 +27337,8 @@ In dired, call the setroot program on the image at point. | |||
| 27297 | 27337 | ||
| 27298 | ;;;*** | 27338 | ;;;*** |
| 27299 | 27339 | ||
| 27300 | ;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (21187 | 27340 | ;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (21607 |
| 27301 | ;;;;;; 63826 213216 0)) | 27341 | ;;;;;; 54478 300138 641000)) |
| 27302 | ;;; Generated autoloads from language/tibet-util.el | 27342 | ;;; Generated autoloads from language/tibet-util.el |
| 27303 | 27343 | ||
| 27304 | (autoload 'tibetan-char-p "tibet-util" "\ | 27344 | (autoload 'tibetan-char-p "tibet-util" "\ |
| @@ -27371,14 +27411,14 @@ See also docstring of the function tibetan-compose-region. | |||
| 27371 | 27411 | ||
| 27372 | ;;;*** | 27412 | ;;;*** |
| 27373 | 27413 | ||
| 27374 | ;;;### (autoloads nil "tildify" "textmodes/tildify.el" (21568 60581 | 27414 | ;;;### (autoloads nil "tildify" "textmodes/tildify.el" (21611 10938 |
| 27375 | ;;;;;; 999550 0)) | 27415 | ;;;;;; 204397 226000)) |
| 27376 | ;;; Generated autoloads from textmodes/tildify.el | 27416 | ;;; Generated autoloads from textmodes/tildify.el |
| 27377 | (push (purecopy '(tildify 4 5 4)) package--builtin-versions) | 27417 | (push (purecopy '(tildify 4 5 7)) package--builtin-versions) |
| 27378 | 27418 | ||
| 27379 | (autoload 'tildify-region "tildify" "\ | 27419 | (autoload 'tildify-region "tildify" "\ |
| 27380 | Add hard spaces in the region between BEG and END. | 27420 | Add hard spaces in the region between BEG and END. |
| 27381 | See variables `tildify-pattern-alist', `tildify-string-alist', and | 27421 | See variables `tildify-pattern', `tildify-space-string', and |
| 27382 | `tildify-ignored-environments-alist' for information about configuration | 27422 | `tildify-ignored-environments-alist' for information about configuration |
| 27383 | parameters. | 27423 | parameters. |
| 27384 | This function performs no refilling of the changed text. | 27424 | This function performs no refilling of the changed text. |
| @@ -27389,7 +27429,7 @@ won't be prompted for confirmation of each substitution. | |||
| 27389 | 27429 | ||
| 27390 | (autoload 'tildify-buffer "tildify" "\ | 27430 | (autoload 'tildify-buffer "tildify" "\ |
| 27391 | Add hard spaces in the current buffer. | 27431 | Add hard spaces in the current buffer. |
| 27392 | See variables `tildify-pattern-alist', `tildify-string-alist', and | 27432 | See variables `tildify-pattern', `tildify-space-string', and |
| 27393 | `tildify-ignored-environments-alist' for information about configuration | 27433 | `tildify-ignored-environments-alist' for information about configuration |
| 27394 | parameters. | 27434 | parameters. |
| 27395 | This function performs no refilling of the changed text. | 27435 | This function performs no refilling of the changed text. |
| @@ -27400,7 +27440,7 @@ won't be prompted for confirmation of each substitution. | |||
| 27400 | 27440 | ||
| 27401 | ;;;*** | 27441 | ;;;*** |
| 27402 | 27442 | ||
| 27403 | ;;;### (autoloads nil "time" "time.el" (21240 46395 727291 0)) | 27443 | ;;;### (autoloads nil "time" "time.el" (21607 54478 800121 42000)) |
| 27404 | ;;; Generated autoloads from time.el | 27444 | ;;; Generated autoloads from time.el |
| 27405 | 27445 | ||
| 27406 | (defvar display-time-day-and-date nil "\ | 27446 | (defvar display-time-day-and-date nil "\ |
| @@ -27462,8 +27502,8 @@ Return a string giving the duration of the Emacs initialization. | |||
| 27462 | 27502 | ||
| 27463 | ;;;*** | 27503 | ;;;*** |
| 27464 | 27504 | ||
| 27465 | ;;;### (autoloads nil "time-date" "calendar/time-date.el" (21584 | 27505 | ;;;### (autoloads nil "time-date" "calendar/time-date.el" (21611 |
| 27466 | ;;;;;; 48809 507899 0)) | 27506 | ;;;;;; 10937 700236 3000)) |
| 27467 | ;;; Generated autoloads from calendar/time-date.el | 27507 | ;;; Generated autoloads from calendar/time-date.el |
| 27468 | 27508 | ||
| 27469 | (autoload 'date-to-time "time-date" "\ | 27509 | (autoload 'date-to-time "time-date" "\ |
| @@ -27566,8 +27606,8 @@ Convert the time interval in seconds to a short string. | |||
| 27566 | 27606 | ||
| 27567 | ;;;*** | 27607 | ;;;*** |
| 27568 | 27608 | ||
| 27569 | ;;;### (autoloads nil "time-stamp" "time-stamp.el" (21187 63826 213216 | 27609 | ;;;### (autoloads nil "time-stamp" "time-stamp.el" (21607 54478 800121 |
| 27570 | ;;;;;; 0)) | 27610 | ;;;;;; 42000)) |
| 27571 | ;;; Generated autoloads from time-stamp.el | 27611 | ;;; Generated autoloads from time-stamp.el |
| 27572 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 27612 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 27573 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) | 27613 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) |
| @@ -27607,8 +27647,8 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 27607 | 27647 | ||
| 27608 | ;;;*** | 27648 | ;;;*** |
| 27609 | 27649 | ||
| 27610 | ;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21584 | 27650 | ;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21607 |
| 27611 | ;;;;;; 48809 507899 0)) | 27651 | ;;;;;; 54477 800124 118000)) |
| 27612 | ;;; Generated autoloads from calendar/timeclock.el | 27652 | ;;; Generated autoloads from calendar/timeclock.el |
| 27613 | (push (purecopy '(timeclock 2 6 1)) package--builtin-versions) | 27653 | (push (purecopy '(timeclock 2 6 1)) package--builtin-versions) |
| 27614 | 27654 | ||
| @@ -27718,7 +27758,7 @@ relative only to the time worked today, and not to past time. | |||
| 27718 | ;;;*** | 27758 | ;;;*** |
| 27719 | 27759 | ||
| 27720 | ;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" | 27760 | ;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" |
| 27721 | ;;;;;; (21187 63826 213216 0)) | 27761 | ;;;;;; (21607 54478 300138 641000)) |
| 27722 | ;;; Generated autoloads from international/titdic-cnv.el | 27762 | ;;; Generated autoloads from international/titdic-cnv.el |
| 27723 | 27763 | ||
| 27724 | (autoload 'titdic-convert "titdic-cnv" "\ | 27764 | (autoload 'titdic-convert "titdic-cnv" "\ |
| @@ -27740,7 +27780,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27740 | 27780 | ||
| 27741 | ;;;*** | 27781 | ;;;*** |
| 27742 | 27782 | ||
| 27743 | ;;;### (autoloads nil "tmm" "tmm.el" (21240 46395 727291 0)) | 27783 | ;;;### (autoloads nil "tmm" "tmm.el" (21607 54478 800121 42000)) |
| 27744 | ;;; Generated autoloads from tmm.el | 27784 | ;;; Generated autoloads from tmm.el |
| 27745 | (define-key global-map "\M-`" 'tmm-menubar) | 27785 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27746 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 27786 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| @@ -27782,8 +27822,8 @@ Its value should be an event that has a binding in MENU. | |||
| 27782 | 27822 | ||
| 27783 | ;;;*** | 27823 | ;;;*** |
| 27784 | 27824 | ||
| 27785 | ;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21471 | 27825 | ;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21625 |
| 27786 | ;;;;;; 23976 844614 0)) | 27826 | ;;;;;; 43838 483701 627000)) |
| 27787 | ;;; Generated autoloads from calendar/todo-mode.el | 27827 | ;;; Generated autoloads from calendar/todo-mode.el |
| 27788 | 27828 | ||
| 27789 | (autoload 'todo-show "todo-mode" "\ | 27829 | (autoload 'todo-show "todo-mode" "\ |
| @@ -27850,8 +27890,8 @@ Mode for displaying and reprioritizing top priority Todo. | |||
| 27850 | 27890 | ||
| 27851 | ;;;*** | 27891 | ;;;*** |
| 27852 | 27892 | ||
| 27853 | ;;;### (autoloads nil "tool-bar" "tool-bar.el" (21187 63826 213216 | 27893 | ;;;### (autoloads nil "tool-bar" "tool-bar.el" (21607 54478 800121 |
| 27854 | ;;;;;; 0)) | 27894 | ;;;;;; 42000)) |
| 27855 | ;;; Generated autoloads from tool-bar.el | 27895 | ;;; Generated autoloads from tool-bar.el |
| 27856 | 27896 | ||
| 27857 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ | 27897 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ |
| @@ -27921,8 +27961,8 @@ holds a keymap. | |||
| 27921 | 27961 | ||
| 27922 | ;;;*** | 27962 | ;;;*** |
| 27923 | 27963 | ||
| 27924 | ;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21240 46395 727291 | 27964 | ;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21607 54477 800124 |
| 27925 | ;;;;;; 0)) | 27965 | ;;;;;; 118000)) |
| 27926 | ;;; Generated autoloads from emacs-lisp/tq.el | 27966 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 27927 | 27967 | ||
| 27928 | (autoload 'tq-create "tq" "\ | 27968 | (autoload 'tq-create "tq" "\ |
| @@ -27935,8 +27975,8 @@ to a tcp server on another machine. | |||
| 27935 | 27975 | ||
| 27936 | ;;;*** | 27976 | ;;;*** |
| 27937 | 27977 | ||
| 27938 | ;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (21240 46395 | 27978 | ;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (21607 54477 |
| 27939 | ;;;;;; 727291 0)) | 27979 | ;;;;;; 800124 118000)) |
| 27940 | ;;; Generated autoloads from emacs-lisp/trace.el | 27980 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 27941 | 27981 | ||
| 27942 | (defvar trace-buffer "*trace-output*" "\ | 27982 | (defvar trace-buffer "*trace-output*" "\ |
| @@ -27981,8 +28021,8 @@ the output buffer or changing the window configuration. | |||
| 27981 | 28021 | ||
| 27982 | ;;;*** | 28022 | ;;;*** |
| 27983 | 28023 | ||
| 27984 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21525 27433 340807 | 28024 | ;;;### (autoloads nil "tramp" "net/tramp.el" (21625 43838 483701 |
| 27985 | ;;;;;; 0)) | 28025 | ;;;;;; 627000)) |
| 27986 | ;;; Generated autoloads from net/tramp.el | 28026 | ;;; Generated autoloads from net/tramp.el |
| 27987 | 28027 | ||
| 27988 | (defvar tramp-mode t "\ | 28028 | (defvar tramp-mode t "\ |
| @@ -28068,7 +28108,7 @@ Invoke Tramp file name completion handler. | |||
| 28068 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) | 28108 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) |
| 28069 | 28109 | ||
| 28070 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ | 28110 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ |
| 28071 | Load Tramp file name handler, and perform OPERATION." (let ((default-directory temporary-file-directory)) (load "tramp" nil t)) (apply operation args)) | 28111 | Load Tramp file name handler, and perform OPERATION." (let ((default-directory (or (symbol-value (quote temporary-file-directory)) "/"))) (load "tramp" nil t)) (apply operation args)) |
| 28072 | 28112 | ||
| 28073 | (defun tramp-register-autoload-file-name-handlers nil "\ | 28113 | (defun tramp-register-autoload-file-name-handlers nil "\ |
| 28074 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) | 28114 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) |
| @@ -28097,8 +28137,8 @@ Discard Tramp from loading remote files. | |||
| 28097 | 28137 | ||
| 28098 | ;;;*** | 28138 | ;;;*** |
| 28099 | 28139 | ||
| 28100 | ;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21476 41895 | 28140 | ;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21607 54478 |
| 28101 | ;;;;;; 55661 0)) | 28141 | ;;;;;; 300138 641000)) |
| 28102 | ;;; Generated autoloads from net/tramp-ftp.el | 28142 | ;;; Generated autoloads from net/tramp-ftp.el |
| 28103 | 28143 | ||
| 28104 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ | 28144 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| @@ -28108,8 +28148,8 @@ Discard Tramp from loading remote files. | |||
| 28108 | 28148 | ||
| 28109 | ;;;*** | 28149 | ;;;*** |
| 28110 | 28150 | ||
| 28111 | ;;;### (autoloads nil "tutorial" "tutorial.el" (21510 60072 112989 | 28151 | ;;;### (autoloads nil "tutorial" "tutorial.el" (21607 54478 800121 |
| 28112 | ;;;;;; 0)) | 28152 | ;;;;;; 42000)) |
| 28113 | ;;; Generated autoloads from tutorial.el | 28153 | ;;; Generated autoloads from tutorial.el |
| 28114 | 28154 | ||
| 28115 | (autoload 'help-with-tutorial "tutorial" "\ | 28155 | (autoload 'help-with-tutorial "tutorial" "\ |
| @@ -28133,8 +28173,8 @@ resumed later. | |||
| 28133 | 28173 | ||
| 28134 | ;;;*** | 28174 | ;;;*** |
| 28135 | 28175 | ||
| 28136 | ;;;### (autoloads nil "tv-util" "language/tv-util.el" (20355 10021 | 28176 | ;;;### (autoloads nil "tv-util" "language/tv-util.el" (21607 54478 |
| 28137 | ;;;;;; 546955 0)) | 28177 | ;;;;;; 300138 641000)) |
| 28138 | ;;; Generated autoloads from language/tv-util.el | 28178 | ;;; Generated autoloads from language/tv-util.el |
| 28139 | 28179 | ||
| 28140 | (autoload 'tai-viet-composition-function "tv-util" "\ | 28180 | (autoload 'tai-viet-composition-function "tv-util" "\ |
| @@ -28144,8 +28184,8 @@ resumed later. | |||
| 28144 | 28184 | ||
| 28145 | ;;;*** | 28185 | ;;;*** |
| 28146 | 28186 | ||
| 28147 | ;;;### (autoloads nil "two-column" "textmodes/two-column.el" (21187 | 28187 | ;;;### (autoloads nil "two-column" "textmodes/two-column.el" (21607 |
| 28148 | ;;;;;; 63826 213216 0)) | 28188 | ;;;;;; 54478 800121 42000)) |
| 28149 | ;;; Generated autoloads from textmodes/two-column.el | 28189 | ;;; Generated autoloads from textmodes/two-column.el |
| 28150 | (autoload '2C-command "two-column" () t 'keymap) | 28190 | (autoload '2C-command "two-column" () t 'keymap) |
| 28151 | (global-set-key "\C-x6" '2C-command) | 28191 | (global-set-key "\C-x6" '2C-command) |
| @@ -28192,8 +28232,8 @@ First column's text sSs Second column's text | |||
| 28192 | 28232 | ||
| 28193 | ;;;*** | 28233 | ;;;*** |
| 28194 | 28234 | ||
| 28195 | ;;;### (autoloads nil "type-break" "type-break.el" (21222 16439 978802 | 28235 | ;;;### (autoloads nil "type-break" "type-break.el" (21609 55608 852266 |
| 28196 | ;;;;;; 0)) | 28236 | ;;;;;; 580000)) |
| 28197 | ;;; Generated autoloads from type-break.el | 28237 | ;;; Generated autoloads from type-break.el |
| 28198 | 28238 | ||
| 28199 | (defvar type-break-mode nil "\ | 28239 | (defvar type-break-mode nil "\ |
| @@ -28325,7 +28365,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 28325 | 28365 | ||
| 28326 | ;;;*** | 28366 | ;;;*** |
| 28327 | 28367 | ||
| 28328 | ;;;### (autoloads nil "uce" "mail/uce.el" (21199 54969 178188 0)) | 28368 | ;;;### (autoloads nil "uce" "mail/uce.el" (21607 54478 300138 641000)) |
| 28329 | ;;; Generated autoloads from mail/uce.el | 28369 | ;;; Generated autoloads from mail/uce.el |
| 28330 | 28370 | ||
| 28331 | (autoload 'uce-reply-to-uce "uce" "\ | 28371 | (autoload 'uce-reply-to-uce "uce" "\ |
| @@ -28339,7 +28379,7 @@ You might need to set `uce-mail-reader' before using this. | |||
| 28339 | ;;;*** | 28379 | ;;;*** |
| 28340 | 28380 | ||
| 28341 | ;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" | 28381 | ;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" |
| 28342 | ;;;;;; (21194 37048 599945 0)) | 28382 | ;;;;;; (21607 54478 300138 641000)) |
| 28343 | ;;; Generated autoloads from international/ucs-normalize.el | 28383 | ;;; Generated autoloads from international/ucs-normalize.el |
| 28344 | 28384 | ||
| 28345 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ | 28385 | (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ |
| @@ -28404,8 +28444,8 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus. | |||
| 28404 | 28444 | ||
| 28405 | ;;;*** | 28445 | ;;;*** |
| 28406 | 28446 | ||
| 28407 | ;;;### (autoloads nil "underline" "textmodes/underline.el" (21240 | 28447 | ;;;### (autoloads nil "underline" "textmodes/underline.el" (21607 |
| 28408 | ;;;;;; 46395 727291 0)) | 28448 | ;;;;;; 54478 800121 42000)) |
| 28409 | ;;; Generated autoloads from textmodes/underline.el | 28449 | ;;; Generated autoloads from textmodes/underline.el |
| 28410 | 28450 | ||
| 28411 | (autoload 'underline-region "underline" "\ | 28451 | (autoload 'underline-region "underline" "\ |
| @@ -28425,8 +28465,8 @@ which specify the range to operate on. | |||
| 28425 | 28465 | ||
| 28426 | ;;;*** | 28466 | ;;;*** |
| 28427 | 28467 | ||
| 28428 | ;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21240 46395 727291 | 28468 | ;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21607 54478 300138 |
| 28429 | ;;;;;; 0)) | 28469 | ;;;;;; 641000)) |
| 28430 | ;;; Generated autoloads from mail/unrmail.el | 28470 | ;;; Generated autoloads from mail/unrmail.el |
| 28431 | 28471 | ||
| 28432 | (autoload 'batch-unrmail "unrmail" "\ | 28472 | (autoload 'batch-unrmail "unrmail" "\ |
| @@ -28446,8 +28486,8 @@ The variable `unrmail-mbox-format' controls which mbox format to use. | |||
| 28446 | 28486 | ||
| 28447 | ;;;*** | 28487 | ;;;*** |
| 28448 | 28488 | ||
| 28449 | ;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (21187 63826 | 28489 | ;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (21607 54477 |
| 28450 | ;;;;;; 213216 0)) | 28490 | ;;;;;; 800124 118000)) |
| 28451 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 28491 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 28452 | 28492 | ||
| 28453 | (autoload 'unsafep "unsafep" "\ | 28493 | (autoload 'unsafep "unsafep" "\ |
| @@ -28459,7 +28499,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. | |||
| 28459 | 28499 | ||
| 28460 | ;;;*** | 28500 | ;;;*** |
| 28461 | 28501 | ||
| 28462 | ;;;### (autoloads nil "url" "url/url.el" (21537 18599 384335 0)) | 28502 | ;;;### (autoloads nil "url" "url/url.el" (21607 54478 800121 42000)) |
| 28463 | ;;; Generated autoloads from url/url.el | 28503 | ;;; Generated autoloads from url/url.el |
| 28464 | 28504 | ||
| 28465 | (autoload 'url-retrieve "url" "\ | 28505 | (autoload 'url-retrieve "url" "\ |
| @@ -28506,8 +28546,8 @@ no further processing). URL is either a string or a parsed URL. | |||
| 28506 | 28546 | ||
| 28507 | ;;;*** | 28547 | ;;;*** |
| 28508 | 28548 | ||
| 28509 | ;;;### (autoloads nil "url-auth" "url/url-auth.el" (21187 63826 213216 | 28549 | ;;;### (autoloads nil "url-auth" "url/url-auth.el" (21607 54478 800121 |
| 28510 | ;;;;;; 0)) | 28550 | ;;;;;; 42000)) |
| 28511 | ;;; Generated autoloads from url/url-auth.el | 28551 | ;;; Generated autoloads from url/url-auth.el |
| 28512 | 28552 | ||
| 28513 | (autoload 'url-get-authentication "url-auth" "\ | 28553 | (autoload 'url-get-authentication "url-auth" "\ |
| @@ -28548,8 +28588,8 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 28548 | 28588 | ||
| 28549 | ;;;*** | 28589 | ;;;*** |
| 28550 | 28590 | ||
| 28551 | ;;;### (autoloads nil "url-cache" "url/url-cache.el" (21584 48809 | 28591 | ;;;### (autoloads nil "url-cache" "url/url-cache.el" (21607 54478 |
| 28552 | ;;;;;; 507899 0)) | 28592 | ;;;;;; 800121 42000)) |
| 28553 | ;;; Generated autoloads from url/url-cache.el | 28593 | ;;; Generated autoloads from url/url-cache.el |
| 28554 | 28594 | ||
| 28555 | (autoload 'url-store-in-cache "url-cache" "\ | 28595 | (autoload 'url-store-in-cache "url-cache" "\ |
| @@ -28570,8 +28610,8 @@ Extract FNAM from the local disk cache. | |||
| 28570 | 28610 | ||
| 28571 | ;;;*** | 28611 | ;;;*** |
| 28572 | 28612 | ||
| 28573 | ;;;### (autoloads nil "url-cid" "url/url-cid.el" (21187 63826 213216 | 28613 | ;;;### (autoloads nil "url-cid" "url/url-cid.el" (21607 54478 800121 |
| 28574 | ;;;;;; 0)) | 28614 | ;;;;;; 42000)) |
| 28575 | ;;; Generated autoloads from url/url-cid.el | 28615 | ;;; Generated autoloads from url/url-cid.el |
| 28576 | 28616 | ||
| 28577 | (autoload 'url-cid "url-cid" "\ | 28617 | (autoload 'url-cid "url-cid" "\ |
| @@ -28581,8 +28621,8 @@ Extract FNAM from the local disk cache. | |||
| 28581 | 28621 | ||
| 28582 | ;;;*** | 28622 | ;;;*** |
| 28583 | 28623 | ||
| 28584 | ;;;### (autoloads nil "url-dav" "url/url-dav.el" (21302 6606 390237 | 28624 | ;;;### (autoloads nil "url-dav" "url/url-dav.el" (21607 54478 800121 |
| 28585 | ;;;;;; 377000)) | 28625 | ;;;;;; 42000)) |
| 28586 | ;;; Generated autoloads from url/url-dav.el | 28626 | ;;; Generated autoloads from url/url-dav.el |
| 28587 | 28627 | ||
| 28588 | (autoload 'url-dav-supported-p "url-dav" "\ | 28628 | (autoload 'url-dav-supported-p "url-dav" "\ |
| @@ -28616,8 +28656,8 @@ added to this list, so most requests can just pass in nil. | |||
| 28616 | 28656 | ||
| 28617 | ;;;*** | 28657 | ;;;*** |
| 28618 | 28658 | ||
| 28619 | ;;;### (autoloads nil "url-file" "url/url-file.el" (21187 63826 213216 | 28659 | ;;;### (autoloads nil "url-file" "url/url-file.el" (21607 54478 800121 |
| 28620 | ;;;;;; 0)) | 28660 | ;;;;;; 42000)) |
| 28621 | ;;; Generated autoloads from url/url-file.el | 28661 | ;;; Generated autoloads from url/url-file.el |
| 28622 | 28662 | ||
| 28623 | (autoload 'url-file "url-file" "\ | 28663 | (autoload 'url-file "url-file" "\ |
| @@ -28627,8 +28667,8 @@ Handle file: and ftp: URLs. | |||
| 28627 | 28667 | ||
| 28628 | ;;;*** | 28668 | ;;;*** |
| 28629 | 28669 | ||
| 28630 | ;;;### (autoloads nil "url-gw" "url/url-gw.el" (21545 12711 344259 | 28670 | ;;;### (autoloads nil "url-gw" "url/url-gw.el" (21607 54478 800121 |
| 28631 | ;;;;;; 0)) | 28671 | ;;;;;; 42000)) |
| 28632 | ;;; Generated autoloads from url/url-gw.el | 28672 | ;;; Generated autoloads from url/url-gw.el |
| 28633 | 28673 | ||
| 28634 | (autoload 'url-gateway-nslookup-host "url-gw" "\ | 28674 | (autoload 'url-gateway-nslookup-host "url-gw" "\ |
| @@ -28649,8 +28689,8 @@ overriding the value of `url-gateway-method'. | |||
| 28649 | 28689 | ||
| 28650 | ;;;*** | 28690 | ;;;*** |
| 28651 | 28691 | ||
| 28652 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21546 | 28692 | ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21607 |
| 28653 | ;;;;;; 33576 601815 0)) | 28693 | ;;;;;; 54478 800121 42000)) |
| 28654 | ;;; Generated autoloads from url/url-handlers.el | 28694 | ;;; Generated autoloads from url/url-handlers.el |
| 28655 | 28695 | ||
| 28656 | (defvar url-handler-mode nil "\ | 28696 | (defvar url-handler-mode nil "\ |
| @@ -28704,8 +28744,8 @@ accessible. | |||
| 28704 | 28744 | ||
| 28705 | ;;;*** | 28745 | ;;;*** |
| 28706 | 28746 | ||
| 28707 | ;;;### (autoloads nil "url-http" "url/url-http.el" (21556 18779 796531 | 28747 | ;;;### (autoloads nil "url-http" "url/url-http.el" (21619 5051 260148 |
| 28708 | ;;;;;; 0)) | 28748 | ;;;;;; 536000)) |
| 28709 | ;;; Generated autoloads from url/url-http.el | 28749 | ;;; Generated autoloads from url/url-http.el |
| 28710 | (autoload 'url-default-expander "url-expand") | 28750 | (autoload 'url-default-expander "url-expand") |
| 28711 | 28751 | ||
| @@ -28717,8 +28757,8 @@ accessible. | |||
| 28717 | 28757 | ||
| 28718 | ;;;*** | 28758 | ;;;*** |
| 28719 | 28759 | ||
| 28720 | ;;;### (autoloads nil "url-irc" "url/url-irc.el" (21187 63826 213216 | 28760 | ;;;### (autoloads nil "url-irc" "url/url-irc.el" (21607 54478 800121 |
| 28721 | ;;;;;; 0)) | 28761 | ;;;;;; 42000)) |
| 28722 | ;;; Generated autoloads from url/url-irc.el | 28762 | ;;; Generated autoloads from url/url-irc.el |
| 28723 | 28763 | ||
| 28724 | (autoload 'url-irc "url-irc" "\ | 28764 | (autoload 'url-irc "url-irc" "\ |
| @@ -28728,8 +28768,8 @@ accessible. | |||
| 28728 | 28768 | ||
| 28729 | ;;;*** | 28769 | ;;;*** |
| 28730 | 28770 | ||
| 28731 | ;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21187 63826 213216 | 28771 | ;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21607 54478 800121 |
| 28732 | ;;;;;; 0)) | 28772 | ;;;;;; 42000)) |
| 28733 | ;;; Generated autoloads from url/url-ldap.el | 28773 | ;;; Generated autoloads from url/url-ldap.el |
| 28734 | 28774 | ||
| 28735 | (autoload 'url-ldap "url-ldap" "\ | 28775 | (autoload 'url-ldap "url-ldap" "\ |
| @@ -28742,8 +28782,8 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 28742 | 28782 | ||
| 28743 | ;;;*** | 28783 | ;;;*** |
| 28744 | 28784 | ||
| 28745 | ;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (21187 63826 | 28785 | ;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (21607 54478 |
| 28746 | ;;;;;; 213216 0)) | 28786 | ;;;;;; 800121 42000)) |
| 28747 | ;;; Generated autoloads from url/url-mailto.el | 28787 | ;;; Generated autoloads from url/url-mailto.el |
| 28748 | 28788 | ||
| 28749 | (autoload 'url-mail "url-mailto" "\ | 28789 | (autoload 'url-mail "url-mailto" "\ |
| @@ -28758,8 +28798,8 @@ Handle the mailto: URL syntax. | |||
| 28758 | 28798 | ||
| 28759 | ;;;*** | 28799 | ;;;*** |
| 28760 | 28800 | ||
| 28761 | ;;;### (autoloads nil "url-misc" "url/url-misc.el" (21187 63826 213216 | 28801 | ;;;### (autoloads nil "url-misc" "url/url-misc.el" (21607 54478 800121 |
| 28762 | ;;;;;; 0)) | 28802 | ;;;;;; 42000)) |
| 28763 | ;;; Generated autoloads from url/url-misc.el | 28803 | ;;; Generated autoloads from url/url-misc.el |
| 28764 | 28804 | ||
| 28765 | (autoload 'url-man "url-misc" "\ | 28805 | (autoload 'url-man "url-misc" "\ |
| @@ -28790,8 +28830,8 @@ Fetch a data URL (RFC 2397). | |||
| 28790 | 28830 | ||
| 28791 | ;;;*** | 28831 | ;;;*** |
| 28792 | 28832 | ||
| 28793 | ;;;### (autoloads nil "url-news" "url/url-news.el" (21301 65237 320114 | 28833 | ;;;### (autoloads nil "url-news" "url/url-news.el" (21607 54478 800121 |
| 28794 | ;;;;;; 350000)) | 28834 | ;;;;;; 42000)) |
| 28795 | ;;; Generated autoloads from url/url-news.el | 28835 | ;;; Generated autoloads from url/url-news.el |
| 28796 | 28836 | ||
| 28797 | (autoload 'url-news "url-news" "\ | 28837 | (autoload 'url-news "url-news" "\ |
| @@ -28806,8 +28846,8 @@ Fetch a data URL (RFC 2397). | |||
| 28806 | 28846 | ||
| 28807 | ;;;*** | 28847 | ;;;*** |
| 28808 | 28848 | ||
| 28809 | ;;;### (autoloads nil "url-ns" "url/url-ns.el" (21187 63826 213216 | 28849 | ;;;### (autoloads nil "url-ns" "url/url-ns.el" (21607 54478 800121 |
| 28810 | ;;;;;; 0)) | 28850 | ;;;;;; 42000)) |
| 28811 | ;;; Generated autoloads from url/url-ns.el | 28851 | ;;; Generated autoloads from url/url-ns.el |
| 28812 | 28852 | ||
| 28813 | (autoload 'isPlainHostName "url-ns" "\ | 28853 | (autoload 'isPlainHostName "url-ns" "\ |
| @@ -28847,8 +28887,8 @@ Fetch a data URL (RFC 2397). | |||
| 28847 | 28887 | ||
| 28848 | ;;;*** | 28888 | ;;;*** |
| 28849 | 28889 | ||
| 28850 | ;;;### (autoloads nil "url-parse" "url/url-parse.el" (21350 58112 | 28890 | ;;;### (autoloads nil "url-parse" "url/url-parse.el" (21607 54478 |
| 28851 | ;;;;;; 380040 0)) | 28891 | ;;;;;; 800121 42000)) |
| 28852 | ;;; Generated autoloads from url/url-parse.el | 28892 | ;;; Generated autoloads from url/url-parse.el |
| 28853 | 28893 | ||
| 28854 | (autoload 'url-recreate-url "url-parse" "\ | 28894 | (autoload 'url-recreate-url "url-parse" "\ |
| @@ -28899,8 +28939,8 @@ parses to | |||
| 28899 | 28939 | ||
| 28900 | ;;;*** | 28940 | ;;;*** |
| 28901 | 28941 | ||
| 28902 | ;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (21187 63826 | 28942 | ;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (21607 54478 |
| 28903 | ;;;;;; 213216 0)) | 28943 | ;;;;;; 800121 42000)) |
| 28904 | ;;; Generated autoloads from url/url-privacy.el | 28944 | ;;; Generated autoloads from url/url-privacy.el |
| 28905 | 28945 | ||
| 28906 | (autoload 'url-setup-privacy-info "url-privacy" "\ | 28946 | (autoload 'url-setup-privacy-info "url-privacy" "\ |
| @@ -28910,8 +28950,8 @@ Setup variables that expose info about you and your system. | |||
| 28910 | 28950 | ||
| 28911 | ;;;*** | 28951 | ;;;*** |
| 28912 | 28952 | ||
| 28913 | ;;;### (autoloads nil "url-queue" "url/url-queue.el" (21193 16180 | 28953 | ;;;### (autoloads nil "url-queue" "url/url-queue.el" (21619 5051 |
| 28914 | ;;;;;; 875828 0)) | 28954 | ;;;;;; 260148 536000)) |
| 28915 | ;;; Generated autoloads from url/url-queue.el | 28955 | ;;; Generated autoloads from url/url-queue.el |
| 28916 | 28956 | ||
| 28917 | (autoload 'url-queue-retrieve "url-queue" "\ | 28957 | (autoload 'url-queue-retrieve "url-queue" "\ |
| @@ -28925,8 +28965,8 @@ The variable `url-queue-timeout' sets a timeout. | |||
| 28925 | 28965 | ||
| 28926 | ;;;*** | 28966 | ;;;*** |
| 28927 | 28967 | ||
| 28928 | ;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (21546 33576 | 28968 | ;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (21607 54478 |
| 28929 | ;;;;;; 601815 0)) | 28969 | ;;;;;; 800121 42000)) |
| 28930 | ;;; Generated autoloads from url/url-tramp.el | 28970 | ;;; Generated autoloads from url/url-tramp.el |
| 28931 | 28971 | ||
| 28932 | (defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ | 28972 | (defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\ |
| @@ -28944,8 +28984,8 @@ would have been passed to OPERATION. | |||
| 28944 | 28984 | ||
| 28945 | ;;;*** | 28985 | ;;;*** |
| 28946 | 28986 | ||
| 28947 | ;;;### (autoloads nil "url-util" "url/url-util.el" (21584 48809 507899 | 28987 | ;;;### (autoloads nil "url-util" "url/url-util.el" (21607 54478 800121 |
| 28948 | ;;;;;; 0)) | 28988 | ;;;;;; 42000)) |
| 28949 | ;;; Generated autoloads from url/url-util.el | 28989 | ;;; Generated autoloads from url/url-util.el |
| 28950 | 28990 | ||
| 28951 | (defvar url-debug nil "\ | 28991 | (defvar url-debug nil "\ |
| @@ -29113,8 +29153,8 @@ This uses `url-current-object', set locally to the buffer. | |||
| 29113 | 29153 | ||
| 29114 | ;;;*** | 29154 | ;;;*** |
| 29115 | 29155 | ||
| 29116 | ;;;### (autoloads nil "userlock" "userlock.el" (21260 57764 872288 | 29156 | ;;;### (autoloads nil "userlock" "userlock.el" (21607 54478 800121 |
| 29117 | ;;;;;; 374000)) | 29157 | ;;;;;; 42000)) |
| 29118 | ;;; Generated autoloads from userlock.el | 29158 | ;;; Generated autoloads from userlock.el |
| 29119 | 29159 | ||
| 29120 | (autoload 'ask-user-about-lock "userlock" "\ | 29160 | (autoload 'ask-user-about-lock "userlock" "\ |
| @@ -29142,8 +29182,8 @@ The buffer in question is current when this function is called. | |||
| 29142 | 29182 | ||
| 29143 | ;;;*** | 29183 | ;;;*** |
| 29144 | 29184 | ||
| 29145 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (21187 63826 | 29185 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (21607 54478 |
| 29146 | ;;;;;; 213216 0)) | 29186 | ;;;;;; 300138 641000)) |
| 29147 | ;;; Generated autoloads from international/utf-7.el | 29187 | ;;; Generated autoloads from international/utf-7.el |
| 29148 | 29188 | ||
| 29149 | (autoload 'utf-7-post-read-conversion "utf-7" "\ | 29189 | (autoload 'utf-7-post-read-conversion "utf-7" "\ |
| @@ -29168,7 +29208,7 @@ The buffer in question is current when this function is called. | |||
| 29168 | 29208 | ||
| 29169 | ;;;*** | 29209 | ;;;*** |
| 29170 | 29210 | ||
| 29171 | ;;;### (autoloads nil "utf7" "gnus/utf7.el" (21187 63826 213216 0)) | 29211 | ;;;### (autoloads nil "utf7" "gnus/utf7.el" (21607 54478 300138 641000)) |
| 29172 | ;;; Generated autoloads from gnus/utf7.el | 29212 | ;;; Generated autoloads from gnus/utf7.el |
| 29173 | 29213 | ||
| 29174 | (autoload 'utf7-encode "utf7" "\ | 29214 | (autoload 'utf7-encode "utf7" "\ |
| @@ -29178,8 +29218,8 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. | |||
| 29178 | 29218 | ||
| 29179 | ;;;*** | 29219 | ;;;*** |
| 29180 | 29220 | ||
| 29181 | ;;;### (autoloads nil "uudecode" "mail/uudecode.el" (21187 63826 | 29221 | ;;;### (autoloads nil "uudecode" "mail/uudecode.el" (21607 54478 |
| 29182 | ;;;;;; 213216 0)) | 29222 | ;;;;;; 300138 641000)) |
| 29183 | ;;; Generated autoloads from mail/uudecode.el | 29223 | ;;; Generated autoloads from mail/uudecode.el |
| 29184 | 29224 | ||
| 29185 | (autoload 'uudecode-decode-region-external "uudecode" "\ | 29225 | (autoload 'uudecode-decode-region-external "uudecode" "\ |
| @@ -29203,7 +29243,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29203 | 29243 | ||
| 29204 | ;;;*** | 29244 | ;;;*** |
| 29205 | 29245 | ||
| 29206 | ;;;### (autoloads nil "vc" "vc/vc.el" (21332 61483 90708 0)) | 29246 | ;;;### (autoloads nil "vc" "vc/vc.el" (21628 45530 160140 360000)) |
| 29207 | ;;; Generated autoloads from vc/vc.el | 29247 | ;;; Generated autoloads from vc/vc.el |
| 29208 | 29248 | ||
| 29209 | (defvar vc-checkout-hook nil "\ | 29249 | (defvar vc-checkout-hook nil "\ |
| @@ -29254,8 +29294,7 @@ For old-style locking-based version control systems, like RCS: | |||
| 29254 | Register into a version control system. | 29294 | Register into a version control system. |
| 29255 | If VC-FILESET is given, register the files in that fileset. | 29295 | If VC-FILESET is given, register the files in that fileset. |
| 29256 | Otherwise register the current file. | 29296 | Otherwise register the current file. |
| 29257 | With prefix argument SET-REVISION, allow user to specify initial revision | 29297 | If COMMENT is present, use that as an initial comment. |
| 29258 | level. If COMMENT is present, use that as an initial comment. | ||
| 29259 | 29298 | ||
| 29260 | The version control system to use is found by cycling through the list | 29299 | The version control system to use is found by cycling through the list |
| 29261 | `vc-handled-backends'. The first backend in that list which declares | 29300 | `vc-handled-backends'. The first backend in that list which declares |
| @@ -29264,7 +29303,7 @@ directory are already registered under that backend) will be used to | |||
| 29264 | register the file. If no backend declares itself responsible, the | 29303 | register the file. If no backend declares itself responsible, the |
| 29265 | first backend that could register the file is used. | 29304 | first backend that could register the file is used. |
| 29266 | 29305 | ||
| 29267 | \(fn &optional SET-REVISION VC-FILESET COMMENT)" t nil) | 29306 | \(fn &optional VC-FILESET COMMENT)" t nil) |
| 29268 | 29307 | ||
| 29269 | (autoload 'vc-version-diff "vc" "\ | 29308 | (autoload 'vc-version-diff "vc" "\ |
| 29270 | Report diffs between revisions of the fileset in the repository history. | 29309 | Report diffs between revisions of the fileset in the repository history. |
| @@ -29359,8 +29398,12 @@ checked out in that new branch. | |||
| 29359 | \(fn DIR NAME BRANCHP)" t nil) | 29398 | \(fn DIR NAME BRANCHP)" t nil) |
| 29360 | 29399 | ||
| 29361 | (autoload 'vc-retrieve-tag "vc" "\ | 29400 | (autoload 'vc-retrieve-tag "vc" "\ |
| 29362 | Descending recursively from DIR, retrieve the tag called NAME. | 29401 | For each file in or below DIR, retrieve their tagged version NAME. |
| 29363 | If NAME is empty, it refers to the latest revisions. | 29402 | NAME can name a branch, in which case this command will switch to the |
| 29403 | named branch in the directory DIR. | ||
| 29404 | Interactively, prompt for DIR only for VCS that works at file level; | ||
| 29405 | otherwise use the default directory of the current buffer. | ||
| 29406 | If NAME is empty, it refers to the latest revisions of the current branch. | ||
| 29364 | If locking is used for the files in DIR, then there must not be any | 29407 | If locking is used for the files in DIR, then there must not be any |
| 29365 | locked files at or below DIR (but if NAME is empty, locked files are | 29408 | locked files at or below DIR (but if NAME is empty, locked files are |
| 29366 | allowed and simply skipped). | 29409 | allowed and simply skipped). |
| @@ -29398,6 +29441,11 @@ When called interactively with a prefix argument, prompt for REMOTE-LOCATION. | |||
| 29398 | 29441 | ||
| 29399 | \(fn &optional REMOTE-LOCATION)" t nil) | 29442 | \(fn &optional REMOTE-LOCATION)" t nil) |
| 29400 | 29443 | ||
| 29444 | (autoload 'vc-region-history "vc" "\ | ||
| 29445 | Show the history of the region FROM..TO. | ||
| 29446 | |||
| 29447 | \(fn FROM TO)" t nil) | ||
| 29448 | |||
| 29401 | (autoload 'vc-revert "vc" "\ | 29449 | (autoload 'vc-revert "vc" "\ |
| 29402 | Revert working copies of the selected fileset to their repository contents. | 29450 | Revert working copies of the selected fileset to their repository contents. |
| 29403 | This asks for confirmation if the buffer contents are not identical | 29451 | This asks for confirmation if the buffer contents are not identical |
| @@ -29490,8 +29538,8 @@ Return the branch part of a revision number REV. | |||
| 29490 | 29538 | ||
| 29491 | ;;;*** | 29539 | ;;;*** |
| 29492 | 29540 | ||
| 29493 | ;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21584 48809 | 29541 | ;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21607 54478 |
| 29494 | ;;;;;; 507899 0)) | 29542 | ;;;;;; 800121 42000)) |
| 29495 | ;;; Generated autoloads from vc/vc-annotate.el | 29543 | ;;; Generated autoloads from vc/vc-annotate.el |
| 29496 | 29544 | ||
| 29497 | (autoload 'vc-annotate "vc-annotate" "\ | 29545 | (autoload 'vc-annotate "vc-annotate" "\ |
| @@ -29530,8 +29578,8 @@ should be applied to the background or to the foreground. | |||
| 29530 | 29578 | ||
| 29531 | ;;;*** | 29579 | ;;;*** |
| 29532 | 29580 | ||
| 29533 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21187 63826 213216 | 29581 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21628 43483 380149 |
| 29534 | ;;;;;; 0)) | 29582 | ;;;;;; 771000)) |
| 29535 | ;;; Generated autoloads from vc/vc-arch.el | 29583 | ;;; Generated autoloads from vc/vc-arch.el |
| 29536 | (defun vc-arch-registered (file) | 29584 | (defun vc-arch-registered (file) |
| 29537 | (if (vc-find-root file "{arch}/=tagging-method") | 29585 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -29541,8 +29589,8 @@ should be applied to the background or to the foreground. | |||
| 29541 | 29589 | ||
| 29542 | ;;;*** | 29590 | ;;;*** |
| 29543 | 29591 | ||
| 29544 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21584 48809 507899 | 29592 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21628 43483 380149 |
| 29545 | ;;;;;; 0)) | 29593 | ;;;;;; 771000)) |
| 29546 | ;;; Generated autoloads from vc/vc-bzr.el | 29594 | ;;; Generated autoloads from vc/vc-bzr.el |
| 29547 | 29595 | ||
| 29548 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 29596 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -29558,8 +29606,8 @@ Name of the format file in a .bzr directory.") | |||
| 29558 | 29606 | ||
| 29559 | ;;;*** | 29607 | ;;;*** |
| 29560 | 29608 | ||
| 29561 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21584 48809 507899 | 29609 | ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21628 43483 380149 |
| 29562 | ;;;;;; 0)) | 29610 | ;;;;;; 771000)) |
| 29563 | ;;; Generated autoloads from vc/vc-cvs.el | 29611 | ;;; Generated autoloads from vc/vc-cvs.el |
| 29564 | (defun vc-cvs-registered (f) | 29612 | (defun vc-cvs-registered (f) |
| 29565 | "Return non-nil if file F is registered with CVS." | 29613 | "Return non-nil if file F is registered with CVS." |
| @@ -29570,8 +29618,8 @@ Name of the format file in a .bzr directory.") | |||
| 29570 | 29618 | ||
| 29571 | ;;;*** | 29619 | ;;;*** |
| 29572 | 29620 | ||
| 29573 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21517 33344 974987 | 29621 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21607 54478 800121 |
| 29574 | ;;;;;; 0)) | 29622 | ;;;;;; 42000)) |
| 29575 | ;;; Generated autoloads from vc/vc-dir.el | 29623 | ;;; Generated autoloads from vc/vc-dir.el |
| 29576 | 29624 | ||
| 29577 | (autoload 'vc-dir "vc-dir" "\ | 29625 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -29595,8 +29643,8 @@ These are the commands available for use in the file status buffer: | |||
| 29595 | 29643 | ||
| 29596 | ;;;*** | 29644 | ;;;*** |
| 29597 | 29645 | ||
| 29598 | ;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21575 | 29646 | ;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21607 |
| 29599 | ;;;;;; 33829 811769 0)) | 29647 | ;;;;;; 54478 800121 42000)) |
| 29600 | ;;; Generated autoloads from vc/vc-dispatcher.el | 29648 | ;;; Generated autoloads from vc/vc-dispatcher.el |
| 29601 | 29649 | ||
| 29602 | (autoload 'vc-do-command "vc-dispatcher" "\ | 29650 | (autoload 'vc-do-command "vc-dispatcher" "\ |
| @@ -29619,8 +29667,8 @@ case, and the process object in the asynchronous case. | |||
| 29619 | 29667 | ||
| 29620 | ;;;*** | 29668 | ;;;*** |
| 29621 | 29669 | ||
| 29622 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21513 36261 278490 | 29670 | ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21628 45530 160140 |
| 29623 | ;;;;;; 0)) | 29671 | ;;;;;; 360000)) |
| 29624 | ;;; Generated autoloads from vc/vc-git.el | 29672 | ;;; Generated autoloads from vc/vc-git.el |
| 29625 | (defun vc-git-registered (file) | 29673 | (defun vc-git-registered (file) |
| 29626 | "Return non-nil if FILE is registered with git." | 29674 | "Return non-nil if FILE is registered with git." |
| @@ -29631,7 +29679,7 @@ case, and the process object in the asynchronous case. | |||
| 29631 | 29679 | ||
| 29632 | ;;;*** | 29680 | ;;;*** |
| 29633 | 29681 | ||
| 29634 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21396 14374 24888 0)) | 29682 | ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21628 43483 380149 771000)) |
| 29635 | ;;; Generated autoloads from vc/vc-hg.el | 29683 | ;;; Generated autoloads from vc/vc-hg.el |
| 29636 | (defun vc-hg-registered (file) | 29684 | (defun vc-hg-registered (file) |
| 29637 | "Return non-nil if FILE is registered with hg." | 29685 | "Return non-nil if FILE is registered with hg." |
| @@ -29642,8 +29690,8 @@ case, and the process object in the asynchronous case. | |||
| 29642 | 29690 | ||
| 29643 | ;;;*** | 29691 | ;;;*** |
| 29644 | 29692 | ||
| 29645 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21187 63826 213216 | 29693 | ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21628 43483 380149 |
| 29646 | ;;;;;; 0)) | 29694 | ;;;;;; 771000)) |
| 29647 | ;;; Generated autoloads from vc/vc-mtn.el | 29695 | ;;; Generated autoloads from vc/vc-mtn.el |
| 29648 | 29696 | ||
| 29649 | (defconst vc-mtn-admin-dir "_MTN" "\ | 29697 | (defconst vc-mtn-admin-dir "_MTN" "\ |
| @@ -29659,8 +29707,8 @@ Name of the monotone directory's format file.") | |||
| 29659 | 29707 | ||
| 29660 | ;;;*** | 29708 | ;;;*** |
| 29661 | 29709 | ||
| 29662 | ;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21584 48809 507899 | 29710 | ;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21628 43483 380149 |
| 29663 | ;;;;;; 0)) | 29711 | ;;;;;; 771000)) |
| 29664 | ;;; Generated autoloads from vc/vc-rcs.el | 29712 | ;;; Generated autoloads from vc/vc-rcs.el |
| 29665 | 29713 | ||
| 29666 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 29714 | (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -29673,8 +29721,8 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 29673 | 29721 | ||
| 29674 | ;;;*** | 29722 | ;;;*** |
| 29675 | 29723 | ||
| 29676 | ;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21187 63826 213216 | 29724 | ;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21628 43483 380149 |
| 29677 | ;;;;;; 0)) | 29725 | ;;;;;; 771000)) |
| 29678 | ;;; Generated autoloads from vc/vc-sccs.el | 29726 | ;;; Generated autoloads from vc/vc-sccs.el |
| 29679 | 29727 | ||
| 29680 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 29728 | (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -29692,8 +29740,22 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29692 | 29740 | ||
| 29693 | ;;;*** | 29741 | ;;;*** |
| 29694 | 29742 | ||
| 29695 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21551 51499 554352 | 29743 | ;;;### (autoloads nil "vc-src" "vc/vc-src.el" (21628 43483 380149 |
| 29696 | ;;;;;; 0)) | 29744 | ;;;;;; 771000)) |
| 29745 | ;;; Generated autoloads from vc/vc-src.el | ||
| 29746 | |||
| 29747 | (defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\ | ||
| 29748 | Where to look for SRC master files. | ||
| 29749 | For a description of possible values, see `vc-check-master-templates'.") | ||
| 29750 | |||
| 29751 | (custom-autoload 'vc-src-master-templates "vc-src" t) | ||
| 29752 | |||
| 29753 | (defun vc-src-registered (f) (vc-default-registered 'src f)) | ||
| 29754 | |||
| 29755 | ;;;*** | ||
| 29756 | |||
| 29757 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21628 43483 380149 | ||
| 29758 | ;;;;;; 771000)) | ||
| 29697 | ;;; Generated autoloads from vc/vc-svn.el | 29759 | ;;; Generated autoloads from vc/vc-svn.el |
| 29698 | (defun vc-svn-registered (f) | 29760 | (defun vc-svn-registered (f) |
| 29699 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 29761 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -29706,8 +29768,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29706 | 29768 | ||
| 29707 | ;;;*** | 29769 | ;;;*** |
| 29708 | 29770 | ||
| 29709 | ;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (21546 | 29771 | ;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (21607 |
| 29710 | ;;;;;; 33576 601815 0)) | 29772 | ;;;;;; 54478 800121 42000)) |
| 29711 | ;;; Generated autoloads from progmodes/vera-mode.el | 29773 | ;;; Generated autoloads from progmodes/vera-mode.el |
| 29712 | (push (purecopy '(vera-mode 2 28)) package--builtin-versions) | 29774 | (push (purecopy '(vera-mode 2 28)) package--builtin-versions) |
| 29713 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) | 29775 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) |
| @@ -29766,7 +29828,7 @@ Key bindings: | |||
| 29766 | ;;;*** | 29828 | ;;;*** |
| 29767 | 29829 | ||
| 29768 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" | 29830 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" |
| 29769 | ;;;;;; (21555 48550 492098 0)) | 29831 | ;;;;;; (21607 54478 800121 42000)) |
| 29770 | ;;; Generated autoloads from progmodes/verilog-mode.el | 29832 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 29771 | 29833 | ||
| 29772 | (autoload 'verilog-mode "verilog-mode" "\ | 29834 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -29905,8 +29967,8 @@ Key bindings specific to `verilog-mode-map' are: | |||
| 29905 | 29967 | ||
| 29906 | ;;;*** | 29968 | ;;;*** |
| 29907 | 29969 | ||
| 29908 | ;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21305 | 29970 | ;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21607 |
| 29909 | ;;;;;; 16557 836987 0)) | 29971 | ;;;;;; 54478 800121 42000)) |
| 29910 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 29972 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 29911 | 29973 | ||
| 29912 | (autoload 'vhdl-mode "vhdl-mode" "\ | 29974 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| @@ -30021,7 +30083,7 @@ Usage: | |||
| 30021 | and vice versa. | 30083 | and vice versa. |
| 30022 | 30084 | ||
| 30023 | Syntax-based indentation can be very slow in large files. Option | 30085 | Syntax-based indentation can be very slow in large files. Option |
| 30024 | `vhdl-indent-syntax-based' allows to use faster but simpler indentation. | 30086 | `vhdl-indent-syntax-based' allows you to use faster but simpler indentation. |
| 30025 | 30087 | ||
| 30026 | Option `vhdl-indent-comment-like-next-code-line' controls whether | 30088 | Option `vhdl-indent-comment-like-next-code-line' controls whether |
| 30027 | comment lines are indented like the preceding or like the following code | 30089 | comment lines are indented like the preceding or like the following code |
| @@ -30054,7 +30116,7 @@ Usage: | |||
| 30054 | 30116 | ||
| 30055 | 30117 | ||
| 30056 | CODE FILLING: | 30118 | CODE FILLING: |
| 30057 | Code filling allows to condense code (e.g. sensitivity lists or port | 30119 | Code filling allows you to condense code (e.g. sensitivity lists or port |
| 30058 | maps) by removing comments and newlines and re-wrapping so that all | 30120 | maps) by removing comments and newlines and re-wrapping so that all |
| 30059 | lines are maximally filled (block filling). `C-c C-f C-f' fills a list | 30121 | lines are maximally filled (block filling). `C-c C-f C-f' fills a list |
| 30060 | enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by | 30122 | enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by |
| @@ -30314,7 +30376,7 @@ Usage: | |||
| 30314 | 30376 | ||
| 30315 | Words with special syntax can be highlighted by specifying their | 30377 | Words with special syntax can be highlighted by specifying their |
| 30316 | syntax and color in option `vhdl-special-syntax-alist' and by setting | 30378 | syntax and color in option `vhdl-special-syntax-alist' and by setting |
| 30317 | option `vhdl-highlight-special-words' to non-nil. This allows to | 30379 | option `vhdl-highlight-special-words' to non-nil. This allows you to |
| 30318 | establish some naming conventions (e.g. to distinguish different kinds | 30380 | establish some naming conventions (e.g. to distinguish different kinds |
| 30319 | of signals or other objects by using name suffices) and to support them | 30381 | of signals or other objects by using name suffices) and to support them |
| 30320 | visually. | 30382 | visually. |
| @@ -30460,8 +30522,8 @@ Key bindings: | |||
| 30460 | 30522 | ||
| 30461 | ;;;*** | 30523 | ;;;*** |
| 30462 | 30524 | ||
| 30463 | ;;;### (autoloads nil "viet-util" "language/viet-util.el" (21187 | 30525 | ;;;### (autoloads nil "viet-util" "language/viet-util.el" (21607 |
| 30464 | ;;;;;; 63826 213216 0)) | 30526 | ;;;;;; 54478 300138 641000)) |
| 30465 | ;;; Generated autoloads from language/viet-util.el | 30527 | ;;; Generated autoloads from language/viet-util.el |
| 30466 | 30528 | ||
| 30467 | (autoload 'viet-encode-viscii-char "viet-util" "\ | 30529 | (autoload 'viet-encode-viscii-char "viet-util" "\ |
| @@ -30505,7 +30567,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. | |||
| 30505 | 30567 | ||
| 30506 | ;;;*** | 30568 | ;;;*** |
| 30507 | 30569 | ||
| 30508 | ;;;### (autoloads nil "view" "view.el" (21452 59559 901066 0)) | 30570 | ;;;### (autoloads nil "view" "view.el" (21607 54478 800121 42000)) |
| 30509 | ;;; Generated autoloads from view.el | 30571 | ;;; Generated autoloads from view.el |
| 30510 | 30572 | ||
| 30511 | (defvar view-remove-frame-by-deleting t "\ | 30573 | (defvar view-remove-frame-by-deleting t "\ |
| @@ -30761,8 +30823,8 @@ Exit View mode and make the current buffer editable. | |||
| 30761 | 30823 | ||
| 30762 | ;;;*** | 30824 | ;;;*** |
| 30763 | 30825 | ||
| 30764 | ;;;### (autoloads nil "viper" "emulation/viper.el" (21586 4146 376146 | 30826 | ;;;### (autoloads nil "viper" "emulation/viper.el" (21607 54478 300138 |
| 30765 | ;;;;;; 0)) | 30827 | ;;;;;; 641000)) |
| 30766 | ;;; Generated autoloads from emulation/viper.el | 30828 | ;;; Generated autoloads from emulation/viper.el |
| 30767 | (push (purecopy '(viper 3 14 1)) package--builtin-versions) | 30829 | (push (purecopy '(viper 3 14 1)) package--builtin-versions) |
| 30768 | 30830 | ||
| @@ -30779,8 +30841,8 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | |||
| 30779 | 30841 | ||
| 30780 | ;;;*** | 30842 | ;;;*** |
| 30781 | 30843 | ||
| 30782 | ;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (21240 | 30844 | ;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (21607 |
| 30783 | ;;;;;; 46395 727291 0)) | 30845 | ;;;;;; 54477 800124 118000)) |
| 30784 | ;;; Generated autoloads from emacs-lisp/warnings.el | 30846 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 30785 | 30847 | ||
| 30786 | (defvar warning-prefix-function nil "\ | 30848 | (defvar warning-prefix-function nil "\ |
| @@ -30870,7 +30932,7 @@ this is equivalent to `display-warning', using | |||
| 30870 | 30932 | ||
| 30871 | ;;;*** | 30933 | ;;;*** |
| 30872 | 30934 | ||
| 30873 | ;;;### (autoloads nil "wdired" "wdired.el" (21187 63826 213216 0)) | 30935 | ;;;### (autoloads nil "wdired" "wdired.el" (21607 54478 800121 42000)) |
| 30874 | ;;; Generated autoloads from wdired.el | 30936 | ;;; Generated autoloads from wdired.el |
| 30875 | (push (purecopy '(wdired 2 0)) package--builtin-versions) | 30937 | (push (purecopy '(wdired 2 0)) package--builtin-versions) |
| 30876 | 30938 | ||
| @@ -30888,8 +30950,8 @@ See `wdired-mode'. | |||
| 30888 | 30950 | ||
| 30889 | ;;;*** | 30951 | ;;;*** |
| 30890 | 30952 | ||
| 30891 | ;;;### (autoloads nil "webjump" "net/webjump.el" (21187 63826 213216 | 30953 | ;;;### (autoloads nil "webjump" "net/webjump.el" (21607 54478 300138 |
| 30892 | ;;;;;; 0)) | 30954 | ;;;;;; 641000)) |
| 30893 | ;;; Generated autoloads from net/webjump.el | 30955 | ;;; Generated autoloads from net/webjump.el |
| 30894 | 30956 | ||
| 30895 | (autoload 'webjump "webjump" "\ | 30957 | (autoload 'webjump "webjump" "\ |
| @@ -30905,8 +30967,8 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30905 | 30967 | ||
| 30906 | ;;;*** | 30968 | ;;;*** |
| 30907 | 30969 | ||
| 30908 | ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21511 | 30970 | ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21607 |
| 30909 | ;;;;;; 46035 786880 0)) | 30971 | ;;;;;; 54478 800121 42000)) |
| 30910 | ;;; Generated autoloads from progmodes/which-func.el | 30972 | ;;; Generated autoloads from progmodes/which-func.el |
| 30911 | (put 'which-func-format 'risky-local-variable t) | 30973 | (put 'which-func-format 'risky-local-variable t) |
| 30912 | (put 'which-func-current 'risky-local-variable t) | 30974 | (put 'which-func-current 'risky-local-variable t) |
| @@ -30936,8 +30998,8 @@ in certain major modes. | |||
| 30936 | 30998 | ||
| 30937 | ;;;*** | 30999 | ;;;*** |
| 30938 | 31000 | ||
| 30939 | ;;;### (autoloads nil "whitespace" "whitespace.el" (21570 15914 957442 | 31001 | ;;;### (autoloads nil "whitespace" "whitespace.el" (21607 54478 800121 |
| 30940 | ;;;;;; 0)) | 31002 | ;;;;;; 42000)) |
| 30941 | ;;; Generated autoloads from whitespace.el | 31003 | ;;; Generated autoloads from whitespace.el |
| 30942 | (push (purecopy '(whitespace 13 2 2)) package--builtin-versions) | 31004 | (push (purecopy '(whitespace 13 2 2)) package--builtin-versions) |
| 30943 | 31005 | ||
| @@ -31305,8 +31367,8 @@ cleaning up these problems. | |||
| 31305 | 31367 | ||
| 31306 | ;;;*** | 31368 | ;;;*** |
| 31307 | 31369 | ||
| 31308 | ;;;### (autoloads nil "wid-browse" "wid-browse.el" (21187 63826 213216 | 31370 | ;;;### (autoloads nil "wid-browse" "wid-browse.el" (21607 54478 800121 |
| 31309 | ;;;;;; 0)) | 31371 | ;;;;;; 42000)) |
| 31310 | ;;; Generated autoloads from wid-browse.el | 31372 | ;;; Generated autoloads from wid-browse.el |
| 31311 | 31373 | ||
| 31312 | (autoload 'widget-browse-at "wid-browse" "\ | 31374 | (autoload 'widget-browse-at "wid-browse" "\ |
| @@ -31334,8 +31396,8 @@ if ARG is omitted or nil. | |||
| 31334 | 31396 | ||
| 31335 | ;;;*** | 31397 | ;;;*** |
| 31336 | 31398 | ||
| 31337 | ;;;### (autoloads nil "wid-edit" "wid-edit.el" (21414 44327 790846 | 31399 | ;;;### (autoloads nil "wid-edit" "wid-edit.el" (21607 54478 800121 |
| 31338 | ;;;;;; 0)) | 31400 | ;;;;;; 42000)) |
| 31339 | ;;; Generated autoloads from wid-edit.el | 31401 | ;;; Generated autoloads from wid-edit.el |
| 31340 | 31402 | ||
| 31341 | (autoload 'widgetp "wid-edit" "\ | 31403 | (autoload 'widgetp "wid-edit" "\ |
| @@ -31377,8 +31439,8 @@ Setup current buffer so editing string widgets works. | |||
| 31377 | 31439 | ||
| 31378 | ;;;*** | 31440 | ;;;*** |
| 31379 | 31441 | ||
| 31380 | ;;;### (autoloads nil "windmove" "windmove.el" (21187 63826 213216 | 31442 | ;;;### (autoloads nil "windmove" "windmove.el" (21607 54478 800121 |
| 31381 | ;;;;;; 0)) | 31443 | ;;;;;; 42000)) |
| 31382 | ;;; Generated autoloads from windmove.el | 31444 | ;;; Generated autoloads from windmove.el |
| 31383 | 31445 | ||
| 31384 | (autoload 'windmove-left "windmove" "\ | 31446 | (autoload 'windmove-left "windmove" "\ |
| @@ -31430,7 +31492,7 @@ Default MODIFIER is 'shift. | |||
| 31430 | 31492 | ||
| 31431 | ;;;*** | 31493 | ;;;*** |
| 31432 | 31494 | ||
| 31433 | ;;;### (autoloads nil "winner" "winner.el" (21549 9768 351453 0)) | 31495 | ;;;### (autoloads nil "winner" "winner.el" (21607 54478 800121 42000)) |
| 31434 | ;;; Generated autoloads from winner.el | 31496 | ;;; Generated autoloads from winner.el |
| 31435 | 31497 | ||
| 31436 | (defvar winner-mode nil "\ | 31498 | (defvar winner-mode nil "\ |
| @@ -31453,7 +31515,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 31453 | 31515 | ||
| 31454 | ;;;*** | 31516 | ;;;*** |
| 31455 | 31517 | ||
| 31456 | ;;;### (autoloads nil "woman" "woman.el" (21393 38187 675040 0)) | 31518 | ;;;### (autoloads nil "woman" "woman.el" (21607 54478 800121 42000)) |
| 31457 | ;;; Generated autoloads from woman.el | 31519 | ;;; Generated autoloads from woman.el |
| 31458 | (push (purecopy '(woman 0 551)) package--builtin-versions) | 31520 | (push (purecopy '(woman 0 551)) package--builtin-versions) |
| 31459 | 31521 | ||
| @@ -31502,7 +31564,7 @@ Default bookmark handler for Woman buffers. | |||
| 31502 | 31564 | ||
| 31503 | ;;;*** | 31565 | ;;;*** |
| 31504 | 31566 | ||
| 31505 | ;;;### (autoloads nil "xml" "xml.el" (21187 63826 213216 0)) | 31567 | ;;;### (autoloads nil "xml" "xml.el" (21607 54478 800121 42000)) |
| 31506 | ;;; Generated autoloads from xml.el | 31568 | ;;; Generated autoloads from xml.el |
| 31507 | 31569 | ||
| 31508 | (autoload 'xml-parse-file "xml" "\ | 31570 | (autoload 'xml-parse-file "xml" "\ |
| @@ -31558,8 +31620,8 @@ Both features can be combined by providing a cons cell | |||
| 31558 | 31620 | ||
| 31559 | ;;;*** | 31621 | ;;;*** |
| 31560 | 31622 | ||
| 31561 | ;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21327 43559 923043 | 31623 | ;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21607 54478 300138 |
| 31562 | ;;;;;; 0)) | 31624 | ;;;;;; 641000)) |
| 31563 | ;;; Generated autoloads from nxml/xmltok.el | 31625 | ;;; Generated autoloads from nxml/xmltok.el |
| 31564 | 31626 | ||
| 31565 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ | 31627 | (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ |
| @@ -31577,8 +31639,8 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 31577 | 31639 | ||
| 31578 | ;;;*** | 31640 | ;;;*** |
| 31579 | 31641 | ||
| 31580 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21575 33829 811769 | 31642 | ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21607 54478 800121 |
| 31581 | ;;;;;; 0)) | 31643 | ;;;;;; 42000)) |
| 31582 | ;;; Generated autoloads from xt-mouse.el | 31644 | ;;; Generated autoloads from xt-mouse.el |
| 31583 | 31645 | ||
| 31584 | (defvar xterm-mouse-mode nil "\ | 31646 | (defvar xterm-mouse-mode nil "\ |
| @@ -31607,7 +31669,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 31607 | 31669 | ||
| 31608 | ;;;*** | 31670 | ;;;*** |
| 31609 | 31671 | ||
| 31610 | ;;;### (autoloads nil "yenc" "gnus/yenc.el" (21187 63826 213216 0)) | 31672 | ;;;### (autoloads nil "yenc" "gnus/yenc.el" (21607 54478 300138 641000)) |
| 31611 | ;;; Generated autoloads from gnus/yenc.el | 31673 | ;;; Generated autoloads from gnus/yenc.el |
| 31612 | 31674 | ||
| 31613 | (autoload 'yenc-decode-region "yenc" "\ | 31675 | (autoload 'yenc-decode-region "yenc" "\ |
| @@ -31622,7 +31684,7 @@ Extract file name from an yenc header. | |||
| 31622 | 31684 | ||
| 31623 | ;;;*** | 31685 | ;;;*** |
| 31624 | 31686 | ||
| 31625 | ;;;### (autoloads nil "zone" "play/zone.el" (21187 63826 213216 0)) | 31687 | ;;;### (autoloads nil "zone" "play/zone.el" (21607 54478 800121 42000)) |
| 31626 | ;;; Generated autoloads from play/zone.el | 31688 | ;;; Generated autoloads from play/zone.el |
| 31627 | 31689 | ||
| 31628 | (autoload 'zone "zone" "\ | 31690 | (autoload 'zone "zone" "\ |
| @@ -31654,21 +31716,21 @@ Zone out, completely. | |||
| 31654 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" | 31716 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" |
| 31655 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" | 31717 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" |
| 31656 | ;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" | 31718 | ;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" |
| 31657 | ;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" | 31719 | ;;;;;; "cedet/ede/base.el" "cedet/ede/config.el" "cedet/ede/cpp-root.el" |
| 31658 | ;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" | 31720 | ;;;;;; "cedet/ede/custom.el" "cedet/ede/detect.el" "cedet/ede/dired.el" |
| 31659 | ;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/loaddefs.el" | 31721 | ;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el" |
| 31660 | ;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el" | 31722 | ;;;;;; "cedet/ede/linux.el" "cedet/ede/loaddefs.el" "cedet/ede/locate.el" |
| 31661 | ;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" | 31723 | ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" |
| 31662 | ;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" | 31724 | ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" |
| 31663 | ;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" | 31725 | ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" |
| 31664 | ;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" | 31726 | ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" |
| 31665 | ;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el" | 31727 | ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" |
| 31666 | ;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" | 31728 | ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" |
| 31667 | ;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" | 31729 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" |
| 31668 | ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" | 31730 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el" |
| 31669 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" | 31731 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" |
| 31670 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" | 31732 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" |
| 31671 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | 31733 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" |
| 31672 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" | 31734 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" |
| 31673 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" | 31735 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm.el" |
| 31674 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" | 31736 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" |
| @@ -31702,8 +31764,8 @@ Zone out, completely. | |||
| 31702 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" | 31764 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" |
| 31703 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" | 31765 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" |
| 31704 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" | 31766 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" |
| 31705 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" | 31767 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dom.el" "dos-fns.el" |
| 31706 | ;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/avl-tree.el" | 31768 | ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/avl-tree.el" |
| 31707 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el" | 31769 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-extra.el" |
| 31708 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" | 31770 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" |
| 31709 | ;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" | 31771 | ;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" |
| @@ -31777,37 +31839,38 @@ Zone out, completely. | |||
| 31777 | ;;;;;; "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" | 31839 | ;;;;;; "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" |
| 31778 | ;;;;;; "net/eudcb-mab.el" "net/eudcb-ph.el" "net/hmac-def.el" "net/hmac-md5.el" | 31840 | ;;;;;; "net/eudcb-mab.el" "net/eudcb-ph.el" "net/hmac-def.el" "net/hmac-md5.el" |
| 31779 | ;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el" | 31841 | ;;;;;; "net/imap.el" "net/ldap.el" "net/mairix.el" "net/newsticker.el" |
| 31780 | ;;;;;; "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl.el" "net/shr-color.el" | 31842 | ;;;;;; "net/nsm.el" "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl.el" |
| 31781 | ;;;;;; "net/soap-client.el" "net/soap-inspect.el" "net/socks.el" | 31843 | ;;;;;; "net/shr-color.el" "net/soap-client.el" "net/soap-inspect.el" |
| 31782 | ;;;;;; "net/tls.el" "net/tramp-adb.el" "net/tramp-cache.el" "net/tramp-cmds.el" | 31844 | ;;;;;; "net/socks.el" "net/tls.el" "net/tramp-adb.el" "net/tramp-cache.el" |
| 31783 | ;;;;;; "net/tramp-compat.el" "net/tramp-gvfs.el" "net/tramp-gw.el" | 31845 | ;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el" |
| 31784 | ;;;;;; "net/tramp-loaddefs.el" "net/tramp-sh.el" "net/tramp-smb.el" | 31846 | ;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el" |
| 31785 | ;;;;;; "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" "notifications.el" | 31847 | ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" |
| 31786 | ;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el" | 31848 | ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" |
| 31787 | ;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el" | 31849 | ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" |
| 31788 | ;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" | 31850 | ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" |
| 31789 | ;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el" | 31851 | ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" |
| 31790 | ;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/xsd-regexp.el" | 31852 | ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el" |
| 31791 | ;;;;;; "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" "org/ob-awk.el" | 31853 | ;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" |
| 31792 | ;;;;;; "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" "org/ob-core.el" | 31854 | ;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" |
| 31793 | ;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el" | 31855 | ;;;;;; "org/ob-core.el" "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" |
| 31794 | ;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el" | 31856 | ;;;;;; "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" |
| 31795 | ;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el" | 31857 | ;;;;;; "org/ob-gnuplot.el" "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" |
| 31796 | ;;;;;; "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el" | 31858 | ;;;;;; "org/ob-js.el" "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" |
| 31797 | ;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-makefile.el" "org/ob-matlab.el" | 31859 | ;;;;;; "org/ob-lilypond.el" "org/ob-lisp.el" "org/ob-lob.el" "org/ob-makefile.el" |
| 31798 | ;;;;;; "org/ob-maxima.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" | 31860 | ;;;;;; "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el" |
| 31799 | ;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el" | 31861 | ;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el" |
| 31800 | ;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" | 31862 | ;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el" |
| 31801 | ;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" | 31863 | ;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scala.el" |
| 31802 | ;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" | 31864 | ;;;;;; "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" |
| 31803 | ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-attach.el" | 31865 | ;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/ob-tangle.el" |
| 31804 | ;;;;;; "org/org-bbdb.el" "org/org-bibtex.el" "org/org-clock.el" | 31866 | ;;;;;; "org/ob.el" "org/org-archive.el" "org/org-attach.el" "org/org-bbdb.el" |
| 31805 | ;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-datetree.el" | 31867 | ;;;;;; "org/org-bibtex.el" "org/org-clock.el" "org/org-crypt.el" |
| 31806 | ;;;;;; "org/org-docview.el" "org/org-element.el" "org/org-entities.el" | 31868 | ;;;;;; "org/org-ctags.el" "org/org-datetree.el" "org/org-docview.el" |
| 31807 | ;;;;;; "org/org-eshell.el" "org/org-faces.el" "org/org-feed.el" | 31869 | ;;;;;; "org/org-element.el" "org/org-entities.el" "org/org-eshell.el" |
| 31808 | ;;;;;; "org/org-footnote.el" "org/org-gnus.el" "org/org-habit.el" | 31870 | ;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" |
| 31809 | ;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el" | 31871 | ;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-id.el" "org/org-indent.el" |
| 31810 | ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el" | 31872 | ;;;;;; "org/org-info.el" "org/org-inlinetask.el" "org/org-install.el" |
| 31873 | ;;;;;; "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el" | ||
| 31811 | ;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" | 31874 | ;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" |
| 31812 | ;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el" | 31875 | ;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el" |
| 31813 | ;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el" | 31876 | ;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el" |
| @@ -31836,8 +31899,9 @@ Zone out, completely. | |||
| 31836 | ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" | 31899 | ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" |
| 31837 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 31900 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 31838 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 31901 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 31839 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" | 31902 | ;;;;;; "vc/vc-filewise.el" "vcursor.el" "vt-control.el" "vt100-led.el" |
| 31840 | ;;;;;; "w32-vars.el" "x-dnd.el") (21588 45918 816738 407000)) | 31903 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21628 46363 926675 |
| 31904 | ;;;;;; 999000)) | ||
| 31841 | 31905 | ||
| 31842 | ;;;*** | 31906 | ;;;*** |
| 31843 | 31907 | ||