diff options
Diffstat (limited to 'lisp/ldefs-boot.el')
| -rw-r--r-- | lisp/ldefs-boot.el | 1664 |
1 files changed, 980 insertions, 684 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 7c573905fc5..30d43d80abf 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (17806 44352)) | 7 | ;;;;;; "play/5x5.el" (17843 45625)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload (quote 5x5) "5x5" "\ |
| @@ -63,14 +63,14 @@ should return a grid vector array that is the new solution. | |||
| 63 | 63 | ||
| 64 | ;;;*** | 64 | ;;;*** |
| 65 | 65 | ||
| 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (17806 44337)) | 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (17843 45609)) |
| 67 | ;;; Generated autoloads from abbrev.el | 67 | ;;; Generated autoloads from abbrev.el |
| 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) | 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) |
| 69 | 69 | ||
| 70 | ;;;*** | 70 | ;;;*** |
| 71 | 71 | ||
| 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" | 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" |
| 73 | ;;;;;; (17806 44337)) | 73 | ;;;;;; (17843 45609)) |
| 74 | ;;; Generated autoloads from abbrevlist.el | 74 | ;;; Generated autoloads from abbrevlist.el |
| 75 | 75 | ||
| 76 | (autoload (quote list-one-abbrev-table) "abbrevlist" "\ | 76 | (autoload (quote list-one-abbrev-table) "abbrevlist" "\ |
| @@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. | |||
| 81 | ;;;*** | 81 | ;;;*** |
| 82 | 82 | ||
| 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 84 | ;;;;;; (17806 44352)) | 84 | ;;;;;; (17843 45626)) |
| 85 | ;;; Generated autoloads from progmodes/ada-mode.el | 85 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 86 | 86 | ||
| 87 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 87 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -142,7 +142,7 @@ If you use ada-xref.el: | |||
| 142 | ;;;*** | 142 | ;;;*** |
| 143 | 143 | ||
| 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 145 | ;;;;;; (17753 42784)) | 145 | ;;;;;; (17843 45626)) |
| 146 | ;;; Generated autoloads from progmodes/ada-stmt.el | 146 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 147 | 147 | ||
| 148 | (autoload (quote ada-header) "ada-stmt" "\ | 148 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -153,7 +153,7 @@ Insert a descriptive header at the top of the file. | |||
| 153 | ;;;*** | 153 | ;;;*** |
| 154 | 154 | ||
| 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 156 | ;;;;;; (17806 44352)) | 156 | ;;;;;; (17843 45626)) |
| 157 | ;;; Generated autoloads from progmodes/ada-xref.el | 157 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 158 | 158 | ||
| 159 | (autoload (quote ada-find-file) "ada-xref" "\ | 159 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -168,7 +168,7 @@ Completion is available. | |||
| 168 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 168 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 169 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 169 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 170 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" | 170 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" |
| 171 | ;;;;;; "add-log.el" (17809 2158)) | 171 | ;;;;;; "add-log.el" (17844 62922)) |
| 172 | ;;; Generated autoloads from add-log.el | 172 | ;;; Generated autoloads from add-log.el |
| 173 | 173 | ||
| 174 | (defvar add-log-current-defun-function nil "\ | 174 | (defvar add-log-current-defun-function nil "\ |
| @@ -306,7 +306,7 @@ Fix any old-style date entries in the current log file to default format. | |||
| 306 | 306 | ||
| 307 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice | 307 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice |
| 308 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) | 308 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) |
| 309 | ;;;;;; "advice" "emacs-lisp/advice.el" (17806 44346)) | 309 | ;;;;;; "advice" "emacs-lisp/advice.el" (17843 45615)) |
| 310 | ;;; Generated autoloads from emacs-lisp/advice.el | 310 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 311 | 311 | ||
| 312 | (defvar ad-redefinition-action (quote warn) "\ | 312 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -434,7 +434,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 434 | 434 | ||
| 435 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 435 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 436 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 436 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 437 | ;;;;;; align) "align" "align.el" (17806 44337)) | 437 | ;;;;;; align) "align" "align.el" (17843 45609)) |
| 438 | ;;; Generated autoloads from align.el | 438 | ;;; Generated autoloads from align.el |
| 439 | 439 | ||
| 440 | (autoload (quote align) "align" "\ | 440 | (autoload (quote align) "align" "\ |
| @@ -524,7 +524,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 524 | ;;;*** | 524 | ;;;*** |
| 525 | 525 | ||
| 526 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" | 526 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" |
| 527 | ;;;;;; (17822 38983)) | 527 | ;;;;;; (17843 45609)) |
| 528 | ;;; Generated autoloads from allout.el | 528 | ;;; Generated autoloads from allout.el |
| 529 | 529 | ||
| 530 | (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 530 | (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) |
| @@ -827,7 +827,7 @@ setup for auto-startup. | |||
| 827 | ;;;*** | 827 | ;;;*** |
| 828 | 828 | ||
| 829 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 829 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 830 | ;;;;;; "net/ange-ftp.el" (17806 44352)) | 830 | ;;;;;; "net/ange-ftp.el" (17843 45624)) |
| 831 | ;;; Generated autoloads from net/ange-ftp.el | 831 | ;;; Generated autoloads from net/ange-ftp.el |
| 832 | 832 | ||
| 833 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | 833 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) |
| @@ -849,7 +849,7 @@ Not documented | |||
| 849 | ;;;*** | 849 | ;;;*** |
| 850 | 850 | ||
| 851 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 851 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 852 | ;;;;;; "animate" "play/animate.el" (17398 63779)) | 852 | ;;;;;; "animate" "play/animate.el" (17843 45625)) |
| 853 | ;;; Generated autoloads from play/animate.el | 853 | ;;; Generated autoloads from play/animate.el |
| 854 | 854 | ||
| 855 | (autoload (quote animate-string) "animate" "\ | 855 | (autoload (quote animate-string) "animate" "\ |
| @@ -877,7 +877,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\". | |||
| 877 | ;;;*** | 877 | ;;;*** |
| 878 | 878 | ||
| 879 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 879 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 880 | ;;;;;; "ansi-color" "ansi-color.el" (17398 63764)) | 880 | ;;;;;; "ansi-color" "ansi-color.el" (17843 45609)) |
| 881 | ;;; Generated autoloads from ansi-color.el | 881 | ;;; Generated autoloads from ansi-color.el |
| 882 | 882 | ||
| 883 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 883 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -903,7 +903,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 903 | ;;;*** | 903 | ;;;*** |
| 904 | 904 | ||
| 905 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 905 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 906 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17501 10774)) | 906 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17838 18033)) |
| 907 | ;;; Generated autoloads from progmodes/antlr-mode.el | 907 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 908 | 908 | ||
| 909 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 909 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -942,7 +942,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 942 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add | 942 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add |
| 943 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line | 943 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line |
| 944 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time | 944 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time |
| 945 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17723 17911)) | 945 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17843 45615)) |
| 946 | ;;; Generated autoloads from calendar/appt.el | 946 | ;;; Generated autoloads from calendar/appt.el |
| 947 | 947 | ||
| 948 | (defvar appt-issue-message t "\ | 948 | (defvar appt-issue-message t "\ |
| @@ -1030,7 +1030,7 @@ ARG is positive, otherwise off. | |||
| 1030 | 1030 | ||
| 1031 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property | 1031 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property |
| 1032 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" | 1032 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" |
| 1033 | ;;;;;; "apropos.el" (17753 42781)) | 1033 | ;;;;;; "apropos.el" (17843 45609)) |
| 1034 | ;;; Generated autoloads from apropos.el | 1034 | ;;; Generated autoloads from apropos.el |
| 1035 | 1035 | ||
| 1036 | (autoload (quote apropos-read-pattern) "apropos" "\ | 1036 | (autoload (quote apropos-read-pattern) "apropos" "\ |
| @@ -1126,8 +1126,8 @@ Returns list of symbols and documentation found. | |||
| 1126 | 1126 | ||
| 1127 | ;;;*** | 1127 | ;;;*** |
| 1128 | 1128 | ||
| 1129 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17806 | 1129 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17843 |
| 1130 | ;;;;;; 44337)) | 1130 | ;;;;;; 45609)) |
| 1131 | ;;; Generated autoloads from arc-mode.el | 1131 | ;;; Generated autoloads from arc-mode.el |
| 1132 | 1132 | ||
| 1133 | (autoload (quote archive-mode) "arc-mode" "\ | 1133 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -1147,7 +1147,7 @@ archive. | |||
| 1147 | 1147 | ||
| 1148 | ;;;*** | 1148 | ;;;*** |
| 1149 | 1149 | ||
| 1150 | ;;;### (autoloads (array-mode) "array" "array.el" (17806 44337)) | 1150 | ;;;### (autoloads (array-mode) "array" "array.el" (17843 45609)) |
| 1151 | ;;; Generated autoloads from array.el | 1151 | ;;; Generated autoloads from array.el |
| 1152 | 1152 | ||
| 1153 | (autoload (quote array-mode) "array" "\ | 1153 | (autoload (quote array-mode) "array" "\ |
| @@ -1218,8 +1218,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1218 | 1218 | ||
| 1219 | ;;;*** | 1219 | ;;;*** |
| 1220 | 1220 | ||
| 1221 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17525 | 1221 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17843 |
| 1222 | ;;;;;; 30063)) | 1222 | ;;;;;; 45629)) |
| 1223 | ;;; Generated autoloads from textmodes/artist.el | 1223 | ;;; Generated autoloads from textmodes/artist.el |
| 1224 | 1224 | ||
| 1225 | (autoload (quote artist-mode) "artist" "\ | 1225 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1424,8 +1424,8 @@ Keymap summary | |||
| 1424 | 1424 | ||
| 1425 | ;;;*** | 1425 | ;;;*** |
| 1426 | 1426 | ||
| 1427 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17501 | 1427 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17843 |
| 1428 | ;;;;;; 10774)) | 1428 | ;;;;;; 45626)) |
| 1429 | ;;; Generated autoloads from progmodes/asm-mode.el | 1429 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1430 | 1430 | ||
| 1431 | (autoload (quote asm-mode) "asm-mode" "\ | 1431 | (autoload (quote asm-mode) "asm-mode" "\ |
| @@ -1452,8 +1452,24 @@ Special commands: | |||
| 1452 | 1452 | ||
| 1453 | ;;;*** | 1453 | ;;;*** |
| 1454 | 1454 | ||
| 1455 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" | ||
| 1456 | ;;;;;; (17075 55468)) | ||
| 1457 | ;;; Generated autoloads from obsolete/auto-show.el | ||
| 1458 | |||
| 1459 | (defvar auto-show-mode nil "\ | ||
| 1460 | Obsolete.") | ||
| 1461 | |||
| 1462 | (custom-autoload (quote auto-show-mode) "auto-show") | ||
| 1463 | |||
| 1464 | (autoload (quote auto-show-mode) "auto-show" "\ | ||
| 1465 | This command is obsolete. | ||
| 1466 | |||
| 1467 | \(fn ARG)" t nil) | ||
| 1468 | |||
| 1469 | ;;;*** | ||
| 1470 | |||
| 1455 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1471 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1456 | ;;;;;; (17806 44337)) | 1472 | ;;;;;; (17843 45609)) |
| 1457 | ;;; Generated autoloads from autoarg.el | 1473 | ;;; Generated autoloads from autoarg.el |
| 1458 | 1474 | ||
| 1459 | (defvar autoarg-mode nil "\ | 1475 | (defvar autoarg-mode nil "\ |
| @@ -1507,7 +1523,7 @@ etc. to supply digit arguments. | |||
| 1507 | ;;;*** | 1523 | ;;;*** |
| 1508 | 1524 | ||
| 1509 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1525 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1510 | ;;;;;; (17806 44352)) | 1526 | ;;;;;; (17843 45626)) |
| 1511 | ;;; Generated autoloads from progmodes/autoconf.el | 1527 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1512 | 1528 | ||
| 1513 | (autoload (quote autoconf-mode) "autoconf" "\ | 1529 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -1518,7 +1534,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1518 | ;;;*** | 1534 | ;;;*** |
| 1519 | 1535 | ||
| 1520 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1536 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1521 | ;;;;;; "autoinsert" "autoinsert.el" (17806 44337)) | 1537 | ;;;;;; "autoinsert" "autoinsert.el" (17843 45609)) |
| 1522 | ;;; Generated autoloads from autoinsert.el | 1538 | ;;; Generated autoloads from autoinsert.el |
| 1523 | 1539 | ||
| 1524 | (autoload (quote auto-insert) "autoinsert" "\ | 1540 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -1557,7 +1573,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1557 | 1573 | ||
| 1558 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1574 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1559 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1575 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1560 | ;;;;;; (17620 26951)) | 1576 | ;;;;;; (17843 45615)) |
| 1561 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1577 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1562 | 1578 | ||
| 1563 | (autoload (quote update-file-autoloads) "autoload" "\ | 1579 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1592,7 +1608,7 @@ Calls `update-directory-autoloads' on the command line arguments. | |||
| 1592 | 1608 | ||
| 1593 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1609 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1594 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1610 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1595 | ;;;;;; "autorevert" "autorevert.el" (17501 10769)) | 1611 | ;;;;;; "autorevert" "autorevert.el" (17843 45609)) |
| 1596 | ;;; Generated autoloads from autorevert.el | 1612 | ;;; Generated autoloads from autorevert.el |
| 1597 | 1613 | ||
| 1598 | (autoload (quote auto-revert-mode) "autorevert" "\ | 1614 | (autoload (quote auto-revert-mode) "autorevert" "\ |
| @@ -1661,7 +1677,7 @@ Use `auto-revert-mode' to revert a particular buffer. | |||
| 1661 | ;;;*** | 1677 | ;;;*** |
| 1662 | 1678 | ||
| 1663 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1679 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1664 | ;;;;;; "avoid.el" (17806 44337)) | 1680 | ;;;;;; "avoid.el" (17843 45609)) |
| 1665 | ;;; Generated autoloads from avoid.el | 1681 | ;;; Generated autoloads from avoid.el |
| 1666 | 1682 | ||
| 1667 | (defvar mouse-avoidance-mode nil "\ | 1683 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1702,7 +1718,7 @@ definition of \"random distance\".) | |||
| 1702 | ;;;*** | 1718 | ;;;*** |
| 1703 | 1719 | ||
| 1704 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1720 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1705 | ;;;;;; (17398 63772)) | 1721 | ;;;;;; (17843 45615)) |
| 1706 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1722 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1707 | 1723 | ||
| 1708 | (autoload (quote backquote) "backquote" "\ | 1724 | (autoload (quote backquote) "backquote" "\ |
| @@ -1727,7 +1743,7 @@ Vectors work just like lists. Nested backquotes are permitted. | |||
| 1727 | ;;;*** | 1743 | ;;;*** |
| 1728 | 1744 | ||
| 1729 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1745 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1730 | ;;;;;; (17753 42781)) | 1746 | ;;;;;; (17843 45609)) |
| 1731 | ;;; Generated autoloads from battery.el | 1747 | ;;; Generated autoloads from battery.el |
| 1732 | (put 'battery-mode-line-string 'risky-local-variable t) | 1748 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1733 | 1749 | ||
| @@ -1759,7 +1775,7 @@ seconds. | |||
| 1759 | ;;;*** | 1775 | ;;;*** |
| 1760 | 1776 | ||
| 1761 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) | 1777 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) |
| 1762 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17398 63772)) | 1778 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17843 45615)) |
| 1763 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1779 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1764 | 1780 | ||
| 1765 | (autoload (quote benchmark-run) "benchmark" "\ | 1781 | (autoload (quote benchmark-run) "benchmark" "\ |
| @@ -1791,8 +1807,8 @@ non-interactive use see also `benchmark-run' and | |||
| 1791 | 1807 | ||
| 1792 | ;;;*** | 1808 | ;;;*** |
| 1793 | 1809 | ||
| 1794 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17806 | 1810 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17843 |
| 1795 | ;;;;;; 44354)) | 1811 | ;;;;;; 45630)) |
| 1796 | ;;; Generated autoloads from textmodes/bibtex.el | 1812 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1797 | 1813 | ||
| 1798 | (autoload (quote bibtex-mode) "bibtex" "\ | 1814 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1854,7 +1870,7 @@ if that value is non-nil. | |||
| 1854 | 1870 | ||
| 1855 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1871 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1856 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" | 1872 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" |
| 1857 | ;;;;;; (17398 63774)) | 1873 | ;;;;;; (17843 45616)) |
| 1858 | ;;; Generated autoloads from gnus/binhex.el | 1874 | ;;; Generated autoloads from gnus/binhex.el |
| 1859 | 1875 | ||
| 1860 | (defconst binhex-begin-line "^:...............................................................$") | 1876 | (defconst binhex-begin-line "^:...............................................................$") |
| @@ -1877,8 +1893,8 @@ Binhex decode region between START and END. | |||
| 1877 | 1893 | ||
| 1878 | ;;;*** | 1894 | ;;;*** |
| 1879 | 1895 | ||
| 1880 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17398 | 1896 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17843 |
| 1881 | ;;;;;; 63779)) | 1897 | ;;;;;; 45625)) |
| 1882 | ;;; Generated autoloads from play/blackbox.el | 1898 | ;;; Generated autoloads from play/blackbox.el |
| 1883 | 1899 | ||
| 1884 | (autoload (quote blackbox) "blackbox" "\ | 1900 | (autoload (quote blackbox) "blackbox" "\ |
| @@ -2000,7 +2016,7 @@ a reflection. | |||
| 2000 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save | 2016 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save |
| 2001 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename | 2017 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename |
| 2002 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump | 2018 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump |
| 2003 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17398 63764)) | 2019 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17843 45609)) |
| 2004 | ;;; Generated autoloads from bookmark.el | 2020 | ;;; Generated autoloads from bookmark.el |
| 2005 | (define-key ctl-x-map "rb" 'bookmark-jump) | 2021 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 2006 | (define-key ctl-x-map "rm" 'bookmark-set) | 2022 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -2190,7 +2206,7 @@ deletion, or > if it is flagged for displaying. | |||
| 2190 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 2206 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 2191 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point | 2207 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point |
| 2192 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) | 2208 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) |
| 2193 | ;;;;;; "browse-url" "net/browse-url.el" (17806 44352)) | 2209 | ;;;;;; "browse-url" "net/browse-url.el" (17843 45624)) |
| 2194 | ;;; Generated autoloads from net/browse-url.el | 2210 | ;;; Generated autoloads from net/browse-url.el |
| 2195 | 2211 | ||
| 2196 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 2212 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ |
| @@ -2521,8 +2537,8 @@ Default to the URL around or before point. | |||
| 2521 | 2537 | ||
| 2522 | ;;;*** | 2538 | ;;;*** |
| 2523 | 2539 | ||
| 2524 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17806 | 2540 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17843 |
| 2525 | ;;;;;; 44352)) | 2541 | ;;;;;; 45625)) |
| 2526 | ;;; Generated autoloads from play/bruce.el | 2542 | ;;; Generated autoloads from play/bruce.el |
| 2527 | 2543 | ||
| 2528 | (autoload (quote bruce) "bruce" "\ | 2544 | (autoload (quote bruce) "bruce" "\ |
| @@ -2538,7 +2554,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2538 | ;;;*** | 2554 | ;;;*** |
| 2539 | 2555 | ||
| 2540 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2556 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2541 | ;;;;;; "bs" "bs.el" (17808 1134)) | 2557 | ;;;;;; "bs" "bs.el" (17843 45609)) |
| 2542 | ;;; Generated autoloads from bs.el | 2558 | ;;; Generated autoloads from bs.el |
| 2543 | 2559 | ||
| 2544 | (autoload (quote bs-cycle-next) "bs" "\ | 2560 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -2579,8 +2595,8 @@ name of buffer configuration. | |||
| 2579 | ;;;*** | 2595 | ;;;*** |
| 2580 | 2596 | ||
| 2581 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 2597 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 2582 | ;;;;;; make-button define-button-type) "button" "button.el" (17398 | 2598 | ;;;;;; make-button define-button-type) "button" "button.el" (17843 |
| 2583 | ;;;;;; 63764)) | 2599 | ;;;;;; 45609)) |
| 2584 | ;;; Generated autoloads from button.el | 2600 | ;;; Generated autoloads from button.el |
| 2585 | 2601 | ||
| 2586 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 2602 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| @@ -2668,7 +2684,7 @@ Also see `make-text-button'. | |||
| 2668 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2684 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2669 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2685 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2670 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" | 2686 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" |
| 2671 | ;;;;;; "emacs-lisp/bytecomp.el" (17806 44346)) | 2687 | ;;;;;; "emacs-lisp/bytecomp.el" (17843 45615)) |
| 2672 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2688 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2673 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2689 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2674 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) | 2690 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) |
| @@ -2772,7 +2788,7 @@ and corresponding effects. | |||
| 2772 | 2788 | ||
| 2773 | ;;;*** | 2789 | ;;;*** |
| 2774 | 2790 | ||
| 2775 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17806 44345)) | 2791 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17843 45615)) |
| 2776 | ;;; Generated autoloads from calendar/cal-dst.el | 2792 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2777 | 2793 | ||
| 2778 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) | 2794 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) |
| @@ -2782,7 +2798,7 @@ and corresponding effects. | |||
| 2782 | ;;;*** | 2798 | ;;;*** |
| 2783 | 2799 | ||
| 2784 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2800 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2785 | ;;;;;; (17398 63772)) | 2801 | ;;;;;; (17843 45615)) |
| 2786 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2802 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2787 | 2803 | ||
| 2788 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2804 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2797,7 +2813,7 @@ from the cursor position. | |||
| 2797 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2813 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2798 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2814 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2799 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" | 2815 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" |
| 2800 | ;;;;;; (17723 17911)) | 2816 | ;;;;;; (17843 45615)) |
| 2801 | ;;; Generated autoloads from calc/calc.el | 2817 | ;;; Generated autoloads from calc/calc.el |
| 2802 | 2818 | ||
| 2803 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ | 2819 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ |
| @@ -2875,8 +2891,8 @@ Not documented | |||
| 2875 | 2891 | ||
| 2876 | ;;;*** | 2892 | ;;;*** |
| 2877 | 2893 | ||
| 2878 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17398 | 2894 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17843 |
| 2879 | ;;;;;; 63764)) | 2895 | ;;;;;; 45609)) |
| 2880 | ;;; Generated autoloads from calculator.el | 2896 | ;;; Generated autoloads from calculator.el |
| 2881 | 2897 | ||
| 2882 | (autoload (quote calculator) "calculator" "\ | 2898 | (autoload (quote calculator) "calculator" "\ |
| @@ -2904,7 +2920,7 @@ See the documentation for `calculator-mode' for more information. | |||
| 2904 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially | 2920 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially |
| 2905 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2921 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2906 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" | 2922 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" |
| 2907 | ;;;;;; "calendar/calendar.el" (17806 44345)) | 2923 | ;;;;;; "calendar/calendar.el" (17843 45615)) |
| 2908 | ;;; Generated autoloads from calendar/calendar.el | 2924 | ;;; Generated autoloads from calendar/calendar.el |
| 2909 | 2925 | ||
| 2910 | (defvar calendar-offset 0 "\ | 2926 | (defvar calendar-offset 0 "\ |
| @@ -3477,7 +3493,7 @@ movement commands will not work correctly.") | |||
| 3477 | ;;;*** | 3493 | ;;;*** |
| 3478 | 3494 | ||
| 3479 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" | 3495 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" |
| 3480 | ;;;;;; "gnus/canlock.el" (17398 63774)) | 3496 | ;;;;;; "gnus/canlock.el" (17843 45616)) |
| 3481 | ;;; Generated autoloads from gnus/canlock.el | 3497 | ;;; Generated autoloads from gnus/canlock.el |
| 3482 | 3498 | ||
| 3483 | (autoload (quote canlock-insert-header) "canlock" "\ | 3499 | (autoload (quote canlock-insert-header) "canlock" "\ |
| @@ -3494,15 +3510,15 @@ it fails. | |||
| 3494 | 3510 | ||
| 3495 | ;;;*** | 3511 | ;;;*** |
| 3496 | 3512 | ||
| 3497 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17806 | 3513 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17843 |
| 3498 | ;;;;;; 44352)) | 3514 | ;;;;;; 45626)) |
| 3499 | ;;; Generated autoloads from progmodes/cc-compat.el | 3515 | ;;; Generated autoloads from progmodes/cc-compat.el |
| 3500 | (put 'c-indent-level 'safe-local-variable 'integerp) | 3516 | (put 'c-indent-level 'safe-local-variable 'integerp) |
| 3501 | 3517 | ||
| 3502 | ;;;*** | 3518 | ;;;*** |
| 3503 | 3519 | ||
| 3504 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3520 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3505 | ;;;;;; (17822 38987)) | 3521 | ;;;;;; (17843 45626)) |
| 3506 | ;;; Generated autoloads from progmodes/cc-engine.el | 3522 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3507 | 3523 | ||
| 3508 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ | 3524 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ |
| @@ -3514,7 +3530,7 @@ Return the syntactic context of the current line. | |||
| 3514 | 3530 | ||
| 3515 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3531 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3516 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3532 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3517 | ;;;;;; (17822 38987)) | 3533 | ;;;;;; (17843 45627)) |
| 3518 | ;;; Generated autoloads from progmodes/cc-mode.el | 3534 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3519 | 3535 | ||
| 3520 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3536 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -3672,7 +3688,7 @@ Key bindings: | |||
| 3672 | ;;;*** | 3688 | ;;;*** |
| 3673 | 3689 | ||
| 3674 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3690 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 3675 | ;;;;;; "progmodes/cc-styles.el" (17822 38987)) | 3691 | ;;;;;; "progmodes/cc-styles.el" (17843 45627)) |
| 3676 | ;;; Generated autoloads from progmodes/cc-styles.el | 3692 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3677 | 3693 | ||
| 3678 | (autoload (quote c-set-style) "cc-styles" "\ | 3694 | (autoload (quote c-set-style) "cc-styles" "\ |
| @@ -3723,14 +3739,14 @@ and exists only for compatibility reasons. | |||
| 3723 | 3739 | ||
| 3724 | ;;;*** | 3740 | ;;;*** |
| 3725 | 3741 | ||
| 3726 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17520 | 3742 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17843 |
| 3727 | ;;;;;; 12668)) | 3743 | ;;;;;; 45627)) |
| 3728 | ;;; Generated autoloads from progmodes/cc-subword.el | 3744 | ;;; Generated autoloads from progmodes/cc-subword.el |
| 3729 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) | 3745 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) |
| 3730 | 3746 | ||
| 3731 | ;;;*** | 3747 | ;;;*** |
| 3732 | 3748 | ||
| 3733 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17822 38987)) | 3749 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17843 45627)) |
| 3734 | ;;; Generated autoloads from progmodes/cc-vars.el | 3750 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3735 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3751 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3736 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3752 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -3740,7 +3756,7 @@ and exists only for compatibility reasons. | |||
| 3740 | 3756 | ||
| 3741 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3757 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3742 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3758 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3743 | ;;;;;; (17806 44348)) | 3759 | ;;;;;; (17843 45618)) |
| 3744 | ;;; Generated autoloads from international/ccl.el | 3760 | ;;; Generated autoloads from international/ccl.el |
| 3745 | 3761 | ||
| 3746 | (autoload (quote ccl-compile) "ccl" "\ | 3762 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -3999,7 +4015,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3999 | ;;;*** | 4015 | ;;;*** |
| 4000 | 4016 | ||
| 4001 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" | 4017 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" |
| 4002 | ;;;;;; (17822 38987)) | 4018 | ;;;;;; (17843 45627)) |
| 4003 | ;;; Generated autoloads from progmodes/cfengine.el | 4019 | ;;; Generated autoloads from progmodes/cfengine.el |
| 4004 | 4020 | ||
| 4005 | (autoload (quote cfengine-mode) "cfengine" "\ | 4021 | (autoload (quote cfengine-mode) "cfengine" "\ |
| @@ -4021,7 +4037,7 @@ to the action header. | |||
| 4021 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 4037 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 4022 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 4038 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 4023 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 4039 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 4024 | ;;;;;; (17740 22928)) | 4040 | ;;;;;; (17843 45615)) |
| 4025 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 4041 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 4026 | 4042 | ||
| 4027 | (autoload (quote checkdoc) "checkdoc" "\ | 4043 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -4204,8 +4220,8 @@ checking of documentation strings. | |||
| 4204 | ;;;*** | 4220 | ;;;*** |
| 4205 | 4221 | ||
| 4206 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 4222 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 4207 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17806 | 4223 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17843 |
| 4208 | ;;;;;; 44350)) | 4224 | ;;;;;; 45620)) |
| 4209 | ;;; Generated autoloads from language/china-util.el | 4225 | ;;; Generated autoloads from language/china-util.el |
| 4210 | 4226 | ||
| 4211 | (autoload (quote decode-hz-region) "china-util" "\ | 4227 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -4233,7 +4249,7 @@ Encode the text in the current buffer to HZ. | |||
| 4233 | ;;;*** | 4249 | ;;;*** |
| 4234 | 4250 | ||
| 4235 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 4251 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 4236 | ;;;;;; "chistory" "chistory.el" (17806 44337)) | 4252 | ;;;;;; "chistory" "chistory.el" (17843 45609)) |
| 4237 | ;;; Generated autoloads from chistory.el | 4253 | ;;; Generated autoloads from chistory.el |
| 4238 | 4254 | ||
| 4239 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 4255 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -4272,7 +4288,7 @@ and runs the normal hook `command-history-hook'. | |||
| 4272 | 4288 | ||
| 4273 | ;;;*** | 4289 | ;;;*** |
| 4274 | 4290 | ||
| 4275 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17806 44346)) | 4291 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17843 45615)) |
| 4276 | ;;; Generated autoloads from emacs-lisp/cl.el | 4292 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 4277 | 4293 | ||
| 4278 | (defvar custom-print-functions nil "\ | 4294 | (defvar custom-print-functions nil "\ |
| @@ -4288,7 +4304,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 4288 | ;;;*** | 4304 | ;;;*** |
| 4289 | 4305 | ||
| 4290 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 4306 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 4291 | ;;;;;; (17735 59804)) | 4307 | ;;;;;; (17843 45615)) |
| 4292 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4308 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4293 | 4309 | ||
| 4294 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ | 4310 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ |
| @@ -4299,7 +4315,7 @@ Not documented | |||
| 4299 | ;;;*** | 4315 | ;;;*** |
| 4300 | 4316 | ||
| 4301 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4317 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4302 | ;;;;;; (17398 63781)) | 4318 | ;;;;;; (17843 45627)) |
| 4303 | ;;; Generated autoloads from progmodes/cmacexp.el | 4319 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4304 | 4320 | ||
| 4305 | (autoload (quote c-macro-expand) "cmacexp" "\ | 4321 | (autoload (quote c-macro-expand) "cmacexp" "\ |
| @@ -4319,8 +4335,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4319 | 4335 | ||
| 4320 | ;;;*** | 4336 | ;;;*** |
| 4321 | 4337 | ||
| 4322 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17806 | 4338 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17843 |
| 4323 | ;;;;;; 44337)) | 4339 | ;;;;;; 45609)) |
| 4324 | ;;; Generated autoloads from cmuscheme.el | 4340 | ;;; Generated autoloads from cmuscheme.el |
| 4325 | 4341 | ||
| 4326 | (autoload (quote run-scheme) "cmuscheme" "\ | 4342 | (autoload (quote run-scheme) "cmuscheme" "\ |
| @@ -4342,7 +4358,7 @@ is run). | |||
| 4342 | ;;;*** | 4358 | ;;;*** |
| 4343 | 4359 | ||
| 4344 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | 4360 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" |
| 4345 | ;;;;;; (17806 44348)) | 4361 | ;;;;;; (17843 45618)) |
| 4346 | ;;; Generated autoloads from international/code-pages.el | 4362 | ;;; Generated autoloads from international/code-pages.el |
| 4347 | 4363 | ||
| 4348 | (autoload (quote cp-make-coding-system) "code-pages" "\ | 4364 | (autoload (quote cp-make-coding-system) "code-pages" "\ |
| @@ -4403,7 +4419,7 @@ Return an updated `non-iso-charset-alist'. | |||
| 4403 | 4419 | ||
| 4404 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 4420 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 4405 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 4421 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 4406 | ;;;;;; "codepage" "international/codepage.el" (17806 44349)) | 4422 | ;;;;;; "codepage" "international/codepage.el" (17843 45618)) |
| 4407 | ;;; Generated autoloads from international/codepage.el | 4423 | ;;; Generated autoloads from international/codepage.el |
| 4408 | 4424 | ||
| 4409 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 4425 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -4462,7 +4478,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal. | |||
| 4462 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4478 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4463 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4479 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4464 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4480 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4465 | ;;;;;; (17806 44337)) | 4481 | ;;;;;; (17843 45609)) |
| 4466 | ;;; Generated autoloads from comint.el | 4482 | ;;; Generated autoloads from comint.el |
| 4467 | 4483 | ||
| 4468 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ | 4484 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ |
| @@ -4552,8 +4568,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4552 | 4568 | ||
| 4553 | ;;;*** | 4569 | ;;;*** |
| 4554 | 4570 | ||
| 4555 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17806 | 4571 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17843 |
| 4556 | ;;;;;; 44337)) | 4572 | ;;;;;; 45609)) |
| 4557 | ;;; Generated autoloads from compare-w.el | 4573 | ;;; Generated autoloads from compare-w.el |
| 4558 | 4574 | ||
| 4559 | (autoload (quote compare-windows) "compare-w" "\ | 4575 | (autoload (quote compare-windows) "compare-w" "\ |
| @@ -4590,7 +4606,7 @@ on third call it again advances points to the next difference and so on. | |||
| 4590 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4606 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4591 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4607 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4592 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4608 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4593 | ;;;;;; "compile" "progmodes/compile.el" (17806 44353)) | 4609 | ;;;;;; "compile" "progmodes/compile.el" (17843 45627)) |
| 4594 | ;;; Generated autoloads from progmodes/compile.el | 4610 | ;;; Generated autoloads from progmodes/compile.el |
| 4595 | 4611 | ||
| 4596 | (defvar compilation-mode-hook nil "\ | 4612 | (defvar compilation-mode-hook nil "\ |
| @@ -4669,12 +4685,12 @@ Compile the program including the current buffer. Default: run `make'. | |||
| 4669 | Runs COMMAND, a shell command, in a separate process asynchronously | 4685 | Runs COMMAND, a shell command, in a separate process asynchronously |
| 4670 | with output going to the buffer `*compilation*'. | 4686 | with output going to the buffer `*compilation*'. |
| 4671 | 4687 | ||
| 4672 | If optional second arg COMINT is t the buffer will be in Comint mode with | ||
| 4673 | `compilation-shell-minor-mode'. | ||
| 4674 | |||
| 4675 | You can then use the command \\[next-error] to find the next error message | 4688 | You can then use the command \\[next-error] to find the next error message |
| 4676 | and move to the source code that caused it. | 4689 | and move to the source code that caused it. |
| 4677 | 4690 | ||
| 4691 | If optional second arg COMINT is t the buffer will be in Comint mode with | ||
| 4692 | `compilation-shell-minor-mode'. | ||
| 4693 | |||
| 4678 | Interactively, prompts for the command if `compilation-read-command' is | 4694 | Interactively, prompts for the command if `compilation-read-command' is |
| 4679 | non-nil; otherwise uses `compile-command'. With prefix arg, always prompts. | 4695 | non-nil; otherwise uses `compile-command'. With prefix arg, always prompts. |
| 4680 | Additionally, with universal prefix arg, compilation buffer will be in | 4696 | Additionally, with universal prefix arg, compilation buffer will be in |
| @@ -4752,7 +4768,7 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4752 | ;;;*** | 4768 | ;;;*** |
| 4753 | 4769 | ||
| 4754 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 4770 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 4755 | ;;;;;; (17806 44337)) | 4771 | ;;;;;; (17843 45609)) |
| 4756 | ;;; Generated autoloads from complete.el | 4772 | ;;; Generated autoloads from complete.el |
| 4757 | 4773 | ||
| 4758 | (defvar partial-completion-mode nil "\ | 4774 | (defvar partial-completion-mode nil "\ |
| @@ -4794,7 +4810,7 @@ second TAB brings up the `*Completions*' buffer. | |||
| 4794 | ;;;*** | 4810 | ;;;*** |
| 4795 | 4811 | ||
| 4796 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4812 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4797 | ;;;;;; (17806 44337)) | 4813 | ;;;;;; (17843 45609)) |
| 4798 | ;;; Generated autoloads from completion.el | 4814 | ;;; Generated autoloads from completion.el |
| 4799 | 4815 | ||
| 4800 | (defvar dynamic-completion-mode nil "\ | 4816 | (defvar dynamic-completion-mode nil "\ |
| @@ -4816,7 +4832,7 @@ Enable dynamic word-completion. | |||
| 4816 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 4832 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after |
| 4817 | ;;;;;; find-composition compose-chars decompose-string compose-string | 4833 | ;;;;;; find-composition compose-chars decompose-string compose-string |
| 4818 | ;;;;;; decompose-region compose-region encode-composition-rule) | 4834 | ;;;;;; decompose-region compose-region encode-composition-rule) |
| 4819 | ;;;;;; "composite" "composite.el" (17806 44337)) | 4835 | ;;;;;; "composite" "composite.el" (17843 45609)) |
| 4820 | ;;; Generated autoloads from composite.el | 4836 | ;;; Generated autoloads from composite.el |
| 4821 | 4837 | ||
| 4822 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ | 4838 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ |
| @@ -5038,7 +5054,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored. | |||
| 5038 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode | 5054 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode |
| 5039 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode | 5055 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode |
| 5040 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" | 5056 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" |
| 5041 | ;;;;;; (17723 17915)) | 5057 | ;;;;;; (17843 45630)) |
| 5042 | ;;; Generated autoloads from textmodes/conf-mode.el | 5058 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 5043 | 5059 | ||
| 5044 | (autoload (quote conf-mode) "conf-mode" "\ | 5060 | (autoload (quote conf-mode) "conf-mode" "\ |
| @@ -5194,7 +5210,7 @@ For details see `conf-mode'. Example: | |||
| 5194 | ;;;*** | 5210 | ;;;*** |
| 5195 | 5211 | ||
| 5196 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 5212 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 5197 | ;;;;;; "cookie1" "play/cookie1.el" (17806 44352)) | 5213 | ;;;;;; "cookie1" "play/cookie1.el" (17843 45625)) |
| 5198 | ;;; Generated autoloads from play/cookie1.el | 5214 | ;;; Generated autoloads from play/cookie1.el |
| 5199 | 5215 | ||
| 5200 | (autoload (quote cookie) "cookie1" "\ | 5216 | (autoload (quote cookie) "cookie1" "\ |
| @@ -5226,7 +5242,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 5226 | ;;;*** | 5242 | ;;;*** |
| 5227 | 5243 | ||
| 5228 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) | 5244 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) |
| 5229 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17398 63773)) | 5245 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17843 45615)) |
| 5230 | ;;; Generated autoloads from emacs-lisp/copyright.el | 5246 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 5231 | 5247 | ||
| 5232 | (autoload (quote copyright-update) "copyright" "\ | 5248 | (autoload (quote copyright-update) "copyright" "\ |
| @@ -5254,7 +5270,7 @@ Insert a copyright by $ORGANIZATION notice at cursor. | |||
| 5254 | ;;;*** | 5270 | ;;;*** |
| 5255 | 5271 | ||
| 5256 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 5272 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 5257 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17806 44353)) | 5273 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17843 45627)) |
| 5258 | ;;; Generated autoloads from progmodes/cperl-mode.el | 5274 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 5259 | 5275 | ||
| 5260 | (autoload (quote cperl-mode) "cperl-mode" "\ | 5276 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -5445,7 +5461,7 @@ Run a `perldoc' on the word around point. | |||
| 5445 | ;;;*** | 5461 | ;;;*** |
| 5446 | 5462 | ||
| 5447 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 5463 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 5448 | ;;;;;; (17398 63781)) | 5464 | ;;;;;; (17843 45627)) |
| 5449 | ;;; Generated autoloads from progmodes/cpp.el | 5465 | ;;; Generated autoloads from progmodes/cpp.el |
| 5450 | 5466 | ||
| 5451 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 5467 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -5464,7 +5480,7 @@ Edit display information for cpp conditionals. | |||
| 5464 | ;;;*** | 5480 | ;;;*** |
| 5465 | 5481 | ||
| 5466 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 5482 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 5467 | ;;;;;; (17806 44346)) | 5483 | ;;;;;; (17843 45615)) |
| 5468 | ;;; Generated autoloads from emulation/crisp.el | 5484 | ;;; Generated autoloads from emulation/crisp.el |
| 5469 | 5485 | ||
| 5470 | (defvar crisp-mode nil "\ | 5486 | (defvar crisp-mode nil "\ |
| @@ -5488,7 +5504,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise. | |||
| 5488 | ;;;*** | 5504 | ;;;*** |
| 5489 | 5505 | ||
| 5490 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 5506 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 5491 | ;;;;;; (17806 44346)) | 5507 | ;;;;;; (17843 45615)) |
| 5492 | ;;; Generated autoloads from emacs-lisp/crm.el | 5508 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 5493 | 5509 | ||
| 5494 | (autoload (quote completing-read-multiple) "crm" "\ | 5510 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -5524,7 +5540,7 @@ INHERIT-INPUT-METHOD. | |||
| 5524 | ;;;*** | 5540 | ;;;*** |
| 5525 | 5541 | ||
| 5526 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5542 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5527 | ;;;;;; (17806 44346)) | 5543 | ;;;;;; (17843 45615)) |
| 5528 | ;;; Generated autoloads from emulation/cua-base.el | 5544 | ;;; Generated autoloads from emulation/cua-base.el |
| 5529 | 5545 | ||
| 5530 | (defvar cua-mode nil "\ | 5546 | (defvar cua-mode nil "\ |
| @@ -5592,7 +5608,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5592 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 5608 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 5593 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically | 5609 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically |
| 5594 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" | 5610 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" |
| 5595 | ;;;;;; (17822 38984)) | 5611 | ;;;;;; (17843 45609)) |
| 5596 | ;;; Generated autoloads from cus-edit.el | 5612 | ;;; Generated autoloads from cus-edit.el |
| 5597 | 5613 | ||
| 5598 | (defvar custom-browse-sort-alphabetically nil "\ | 5614 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5896,7 +5912,7 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5896 | ;;;*** | 5912 | ;;;*** |
| 5897 | 5913 | ||
| 5898 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces | 5914 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces |
| 5899 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17398 63765)) | 5915 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17843 45609)) |
| 5900 | ;;; Generated autoloads from cus-face.el | 5916 | ;;; Generated autoloads from cus-face.el |
| 5901 | 5917 | ||
| 5902 | (autoload (quote custom-declare-face) "cus-face" "\ | 5918 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -5966,7 +5982,7 @@ This means reset FACE to its value in FROM-THEME. | |||
| 5966 | ;;;*** | 5982 | ;;;*** |
| 5967 | 5983 | ||
| 5968 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" | 5984 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" |
| 5969 | ;;;;;; (17632 59497)) | 5985 | ;;;;;; (17843 45609)) |
| 5970 | ;;; Generated autoloads from cus-theme.el | 5986 | ;;; Generated autoloads from cus-theme.el |
| 5971 | 5987 | ||
| 5972 | (autoload (quote customize-create-theme) "cus-theme" "\ | 5988 | (autoload (quote customize-create-theme) "cus-theme" "\ |
| @@ -5977,7 +5993,7 @@ Create a custom theme. | |||
| 5977 | ;;;*** | 5993 | ;;;*** |
| 5978 | 5994 | ||
| 5979 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 5995 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 5980 | ;;;;;; (17806 44337)) | 5996 | ;;;;;; (17843 45609)) |
| 5981 | ;;; Generated autoloads from cvs-status.el | 5997 | ;;; Generated autoloads from cvs-status.el |
| 5982 | 5998 | ||
| 5983 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 5999 | (autoload (quote cvs-status-mode) "cvs-status" "\ |
| @@ -5988,7 +6004,7 @@ Mode used for cvs status output. | |||
| 5988 | ;;;*** | 6004 | ;;;*** |
| 5989 | 6005 | ||
| 5990 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 6006 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5991 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17398 63781)) | 6007 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17843 45627)) |
| 5992 | ;;; Generated autoloads from progmodes/cwarn.el | 6008 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5993 | 6009 | ||
| 5994 | (autoload (quote cwarn-mode) "cwarn" "\ | 6010 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -6031,7 +6047,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on. | |||
| 6031 | 6047 | ||
| 6032 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 6048 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 6033 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 6049 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 6034 | ;;;;;; (17806 44350)) | 6050 | ;;;;;; (17843 45620)) |
| 6035 | ;;; Generated autoloads from language/cyril-util.el | 6051 | ;;; Generated autoloads from language/cyril-util.el |
| 6036 | 6052 | ||
| 6037 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ | 6053 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ |
| @@ -6060,7 +6076,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 6060 | ;;;*** | 6076 | ;;;*** |
| 6061 | 6077 | ||
| 6062 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 6078 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 6063 | ;;;;;; (17398 63765)) | 6079 | ;;;;;; (17843 45609)) |
| 6064 | ;;; Generated autoloads from dabbrev.el | 6080 | ;;; Generated autoloads from dabbrev.el |
| 6065 | (define-key esc-map "/" 'dabbrev-expand) | 6081 | (define-key esc-map "/" 'dabbrev-expand) |
| 6066 | (define-key esc-map [?\C-/] 'dabbrev-completion) | 6082 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| @@ -6104,8 +6120,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 6104 | 6120 | ||
| 6105 | ;;;*** | 6121 | ;;;*** |
| 6106 | 6122 | ||
| 6107 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17398 | 6123 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17843 |
| 6108 | ;;;;;; 63781)) | 6124 | ;;;;;; 45627)) |
| 6109 | ;;; Generated autoloads from progmodes/dcl-mode.el | 6125 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 6110 | 6126 | ||
| 6111 | (autoload (quote dcl-mode) "dcl-mode" "\ | 6127 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -6232,7 +6248,7 @@ There is some minimal font-lock support (see vars | |||
| 6232 | ;;;*** | 6248 | ;;;*** |
| 6233 | 6249 | ||
| 6234 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 6250 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 6235 | ;;;;;; "emacs-lisp/debug.el" (17501 10770)) | 6251 | ;;;;;; "emacs-lisp/debug.el" (17843 45615)) |
| 6236 | ;;; Generated autoloads from emacs-lisp/debug.el | 6252 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 6237 | 6253 | ||
| 6238 | (setq debugger (quote debug)) | 6254 | (setq debugger (quote debug)) |
| @@ -6276,7 +6292,7 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 6276 | ;;;*** | 6292 | ;;;*** |
| 6277 | 6293 | ||
| 6278 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 6294 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 6279 | ;;;;;; (17806 44352)) | 6295 | ;;;;;; (17843 45625)) |
| 6280 | ;;; Generated autoloads from play/decipher.el | 6296 | ;;; Generated autoloads from play/decipher.el |
| 6281 | 6297 | ||
| 6282 | (autoload (quote decipher) "decipher" "\ | 6298 | (autoload (quote decipher) "decipher" "\ |
| @@ -6305,8 +6321,8 @@ The most useful commands are: | |||
| 6305 | ;;;*** | 6321 | ;;;*** |
| 6306 | 6322 | ||
| 6307 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 6323 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 6308 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17806 | 6324 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17843 |
| 6309 | ;;;;;; 44337)) | 6325 | ;;;;;; 45609)) |
| 6310 | ;;; Generated autoloads from delim-col.el | 6326 | ;;; Generated autoloads from delim-col.el |
| 6311 | 6327 | ||
| 6312 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 6328 | (autoload (quote delimit-columns-customize) "delim-col" "\ |
| @@ -6330,8 +6346,8 @@ START and END delimits the corners of text rectangle. | |||
| 6330 | 6346 | ||
| 6331 | ;;;*** | 6347 | ;;;*** |
| 6332 | 6348 | ||
| 6333 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17620 | 6349 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17843 |
| 6334 | ;;;;;; 26952)) | 6350 | ;;;;;; 45627)) |
| 6335 | ;;; Generated autoloads from progmodes/delphi.el | 6351 | ;;; Generated autoloads from progmodes/delphi.el |
| 6336 | 6352 | ||
| 6337 | (autoload (quote delphi-mode) "delphi" "\ | 6353 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -6381,8 +6397,8 @@ no args, if that value is non-nil. | |||
| 6381 | 6397 | ||
| 6382 | ;;;*** | 6398 | ;;;*** |
| 6383 | 6399 | ||
| 6384 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17398 | 6400 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17843 |
| 6385 | ;;;;;; 63765)) | 6401 | ;;;;;; 45609)) |
| 6386 | ;;; Generated autoloads from delsel.el | 6402 | ;;; Generated autoloads from delsel.el |
| 6387 | 6403 | ||
| 6388 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 6404 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -6411,7 +6427,7 @@ any selection. | |||
| 6411 | ;;;*** | 6427 | ;;;*** |
| 6412 | 6428 | ||
| 6413 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 6429 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 6414 | ;;;;;; "derived" "emacs-lisp/derived.el" (17806 44346)) | 6430 | ;;;;;; "derived" "emacs-lisp/derived.el" (17843 45615)) |
| 6415 | ;;; Generated autoloads from emacs-lisp/derived.el | 6431 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 6416 | 6432 | ||
| 6417 | (autoload (quote define-derived-mode) "derived" "\ | 6433 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -6476,7 +6492,7 @@ the first time the mode is used. | |||
| 6476 | ;;;*** | 6492 | ;;;*** |
| 6477 | 6493 | ||
| 6478 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 6494 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 6479 | ;;;;;; "descr-text.el" (17806 44337)) | 6495 | ;;;;;; "descr-text.el" (17843 45609)) |
| 6480 | ;;; Generated autoloads from descr-text.el | 6496 | ;;; Generated autoloads from descr-text.el |
| 6481 | 6497 | ||
| 6482 | (autoload (quote describe-text-properties) "descr-text" "\ | 6498 | (autoload (quote describe-text-properties) "descr-text" "\ |
| @@ -6502,7 +6518,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 6502 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 6518 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 6503 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 6519 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 6504 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 6520 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 6505 | ;;;;;; "desktop.el" (17723 17909)) | 6521 | ;;;;;; "desktop.el" (17843 45609)) |
| 6506 | ;;; Generated autoloads from desktop.el | 6522 | ;;; Generated autoloads from desktop.el |
| 6507 | 6523 | ||
| 6508 | (defvar desktop-save-mode nil "\ | 6524 | (defvar desktop-save-mode nil "\ |
| @@ -6685,7 +6701,7 @@ Revert to the last loaded desktop. | |||
| 6685 | 6701 | ||
| 6686 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article | 6702 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article |
| 6687 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) | 6703 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) |
| 6688 | ;;;;;; "deuglify" "gnus/deuglify.el" (17806 44347)) | 6704 | ;;;;;; "deuglify" "gnus/deuglify.el" (17843 45616)) |
| 6689 | ;;; Generated autoloads from gnus/deuglify.el | 6705 | ;;; Generated autoloads from gnus/deuglify.el |
| 6690 | 6706 | ||
| 6691 | (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ | 6707 | (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ |
| @@ -6718,7 +6734,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6718 | ;;;*** | 6734 | ;;;*** |
| 6719 | 6735 | ||
| 6720 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) | 6736 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) |
| 6721 | ;;;;;; "devan-util" "language/devan-util.el" (17806 44350)) | 6737 | ;;;;;; "devan-util" "language/devan-util.el" (17843 45620)) |
| 6722 | ;;; Generated autoloads from language/devan-util.el | 6738 | ;;; Generated autoloads from language/devan-util.el |
| 6723 | 6739 | ||
| 6724 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") | 6740 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") |
| @@ -6736,7 +6752,7 @@ Not documented | |||
| 6736 | ;;;*** | 6752 | ;;;*** |
| 6737 | 6753 | ||
| 6738 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6754 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6739 | ;;;;;; "calendar/diary-lib.el" (17520 12668)) | 6755 | ;;;;;; "calendar/diary-lib.el" (17843 45615)) |
| 6740 | ;;; Generated autoloads from calendar/diary-lib.el | 6756 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6741 | 6757 | ||
| 6742 | (autoload (quote diary) "diary-lib" "\ | 6758 | (autoload (quote diary) "diary-lib" "\ |
| @@ -6782,7 +6798,7 @@ Major mode for editing the diary file. | |||
| 6782 | ;;;*** | 6798 | ;;;*** |
| 6783 | 6799 | ||
| 6784 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 6800 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 6785 | ;;;;;; "diff.el" (17546 35257)) | 6801 | ;;;;;; "diff.el" (17843 45609)) |
| 6786 | ;;; Generated autoloads from diff.el | 6802 | ;;; Generated autoloads from diff.el |
| 6787 | 6803 | ||
| 6788 | (defvar diff-switches "-c" "\ | 6804 | (defvar diff-switches "-c" "\ |
| @@ -6816,7 +6832,7 @@ With prefix arg, prompt for diff switches. | |||
| 6816 | ;;;*** | 6832 | ;;;*** |
| 6817 | 6833 | ||
| 6818 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 6834 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 6819 | ;;;;;; (17806 44337)) | 6835 | ;;;;;; (17838 18032)) |
| 6820 | ;;; Generated autoloads from diff-mode.el | 6836 | ;;; Generated autoloads from diff-mode.el |
| 6821 | 6837 | ||
| 6822 | (autoload (quote diff-mode) "diff-mode" "\ | 6838 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -6846,7 +6862,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6846 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 6862 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 6847 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 6863 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 6848 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 6864 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 6849 | ;;;;;; "dired" "dired.el" (17822 38984)) | 6865 | ;;;;;; "dired" "dired.el" (17843 45609)) |
| 6850 | ;;; Generated autoloads from dired.el | 6866 | ;;; Generated autoloads from dired.el |
| 6851 | 6867 | ||
| 6852 | (defvar dired-listing-switches "-al" "\ | 6868 | (defvar dired-listing-switches "-al" "\ |
| @@ -7051,7 +7067,7 @@ Keybindings: | |||
| 7051 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory | 7067 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory |
| 7052 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp | 7068 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp |
| 7053 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff | 7069 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff |
| 7054 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17753 42781)) | 7070 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17843 45609)) |
| 7055 | ;;; Generated autoloads from dired-aux.el | 7071 | ;;; Generated autoloads from dired-aux.el |
| 7056 | 7072 | ||
| 7057 | (autoload (quote dired-diff) "dired-aux" "\ | 7073 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -7463,7 +7479,7 @@ true then the type of the file linked to by FILE is printed instead. | |||
| 7463 | 7479 | ||
| 7464 | ;;;*** | 7480 | ;;;*** |
| 7465 | 7481 | ||
| 7466 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17657 13075)) | 7482 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17843 45609)) |
| 7467 | ;;; Generated autoloads from dired-x.el | 7483 | ;;; Generated autoloads from dired-x.el |
| 7468 | 7484 | ||
| 7469 | (autoload (quote dired-jump) "dired-x" "\ | 7485 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -7477,7 +7493,7 @@ buffer and try again. | |||
| 7477 | 7493 | ||
| 7478 | ;;;*** | 7494 | ;;;*** |
| 7479 | 7495 | ||
| 7480 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17806 44338)) | 7496 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17843 45609)) |
| 7481 | ;;; Generated autoloads from dirtrack.el | 7497 | ;;; Generated autoloads from dirtrack.el |
| 7482 | 7498 | ||
| 7483 | (autoload (quote dirtrack) "dirtrack" "\ | 7499 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -7496,8 +7512,8 @@ You can enable directory tracking by adding this function to | |||
| 7496 | 7512 | ||
| 7497 | ;;;*** | 7513 | ;;;*** |
| 7498 | 7514 | ||
| 7499 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17398 | 7515 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17843 |
| 7500 | ;;;;;; 63773)) | 7516 | ;;;;;; 45615)) |
| 7501 | ;;; Generated autoloads from emacs-lisp/disass.el | 7517 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 7502 | 7518 | ||
| 7503 | (autoload (quote disassemble) "disass" "\ | 7519 | (autoload (quote disassemble) "disass" "\ |
| @@ -7515,7 +7531,7 @@ redefine OBJECT if it is a symbol. | |||
| 7515 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 7531 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 7516 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 7532 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 7517 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 7533 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 7518 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17806 44338)) | 7534 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17843 45609)) |
| 7519 | ;;; Generated autoloads from disp-table.el | 7535 | ;;; Generated autoloads from disp-table.el |
| 7520 | 7536 | ||
| 7521 | (autoload (quote make-display-table) "disp-table" "\ | 7537 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -7616,7 +7632,7 @@ for users who call this function in `.emacs'. | |||
| 7616 | ;;;*** | 7632 | ;;;*** |
| 7617 | 7633 | ||
| 7618 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 7634 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 7619 | ;;;;;; (17806 44352)) | 7635 | ;;;;;; (17843 45625)) |
| 7620 | ;;; Generated autoloads from play/dissociate.el | 7636 | ;;; Generated autoloads from play/dissociate.el |
| 7621 | 7637 | ||
| 7622 | (autoload (quote dissociated-press) "dissociate" "\ | 7638 | (autoload (quote dissociated-press) "dissociate" "\ |
| @@ -7632,7 +7648,7 @@ Default is 2. | |||
| 7632 | 7648 | ||
| 7633 | ;;;*** | 7649 | ;;;*** |
| 7634 | 7650 | ||
| 7635 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17723 17909)) | 7651 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17843 45609)) |
| 7636 | ;;; Generated autoloads from dnd.el | 7652 | ;;; Generated autoloads from dnd.el |
| 7637 | 7653 | ||
| 7638 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ | 7654 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ |
| @@ -7653,7 +7669,7 @@ if some action was made, or nil if the URL is ignored.") | |||
| 7653 | ;;;*** | 7669 | ;;;*** |
| 7654 | 7670 | ||
| 7655 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" | 7671 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" |
| 7656 | ;;;;;; "textmodes/dns-mode.el" (17632 59498)) | 7672 | ;;;;;; "textmodes/dns-mode.el" (17843 45630)) |
| 7657 | ;;; Generated autoloads from textmodes/dns-mode.el | 7673 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 7658 | 7674 | ||
| 7659 | (autoload (quote dns-mode) "dns-mode" "\ | 7675 | (autoload (quote dns-mode) "dns-mode" "\ |
| @@ -7677,7 +7693,7 @@ Locate SOA record and increment the serial field. | |||
| 7677 | 7693 | ||
| 7678 | ;;;*** | 7694 | ;;;*** |
| 7679 | 7695 | ||
| 7680 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17806 44352)) | 7696 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17843 45625)) |
| 7681 | ;;; Generated autoloads from play/doctor.el | 7697 | ;;; Generated autoloads from play/doctor.el |
| 7682 | 7698 | ||
| 7683 | (autoload (quote doctor) "doctor" "\ | 7699 | (autoload (quote doctor) "doctor" "\ |
| @@ -7688,7 +7704,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7688 | ;;;*** | 7704 | ;;;*** |
| 7689 | 7705 | ||
| 7690 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" | 7706 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" |
| 7691 | ;;;;;; (17806 44338)) | 7707 | ;;;;;; (17843 45610)) |
| 7692 | ;;; Generated autoloads from double.el | 7708 | ;;; Generated autoloads from double.el |
| 7693 | 7709 | ||
| 7694 | (defvar double-mode nil "\ | 7710 | (defvar double-mode nil "\ |
| @@ -7709,7 +7725,7 @@ when pressed twice. See variable `double-map' for details. | |||
| 7709 | 7725 | ||
| 7710 | ;;;*** | 7726 | ;;;*** |
| 7711 | 7727 | ||
| 7712 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17753 42784)) | 7728 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17843 45625)) |
| 7713 | ;;; Generated autoloads from play/dunnet.el | 7729 | ;;; Generated autoloads from play/dunnet.el |
| 7714 | 7730 | ||
| 7715 | (autoload (quote dunnet) "dunnet" "\ | 7731 | (autoload (quote dunnet) "dunnet" "\ |
| @@ -7720,7 +7736,7 @@ Switch to *dungeon* buffer and start game. | |||
| 7720 | ;;;*** | 7736 | ;;;*** |
| 7721 | 7737 | ||
| 7722 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 7738 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 7723 | ;;;;;; (17398 63774)) | 7739 | ;;;;;; (17843 45616)) |
| 7724 | ;;; Generated autoloads from gnus/earcon.el | 7740 | ;;; Generated autoloads from gnus/earcon.el |
| 7725 | 7741 | ||
| 7726 | (autoload (quote gnus-earcon-display) "earcon" "\ | 7742 | (autoload (quote gnus-earcon-display) "earcon" "\ |
| @@ -7732,7 +7748,7 @@ Play sounds in message buffers. | |||
| 7732 | 7748 | ||
| 7733 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 7749 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 7734 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" | 7750 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" |
| 7735 | ;;;;;; "emacs-lisp/easy-mmode.el" (17822 38984)) | 7751 | ;;;;;; "emacs-lisp/easy-mmode.el" (17843 45615)) |
| 7736 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 7752 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 7737 | 7753 | ||
| 7738 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 7754 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -7824,8 +7840,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 7824 | ;;;*** | 7840 | ;;;*** |
| 7825 | 7841 | ||
| 7826 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 7842 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 7827 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17809 | 7843 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17843 |
| 7828 | ;;;;;; 2158)) | 7844 | ;;;;;; 45615)) |
| 7829 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 7845 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 7830 | 7846 | ||
| 7831 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 7847 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -7974,7 +7990,7 @@ To implement dynamic menus, either call this from | |||
| 7974 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file | 7990 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file |
| 7975 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7991 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 7976 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7992 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 7977 | ;;;;;; "progmodes/ebnf2ps.el" (17806 44353)) | 7993 | ;;;;;; "progmodes/ebnf2ps.el" (17843 45627)) |
| 7978 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7994 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7979 | 7995 | ||
| 7980 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 7996 | (autoload (quote ebnf-customize) "ebnf2ps" "\ |
| @@ -8233,8 +8249,8 @@ See `ebnf-style-database' documentation. | |||
| 8233 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 8249 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 8234 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 8250 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 8235 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 8251 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 8236 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17822 | 8252 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17827 |
| 8237 | ;;;;;; 38987)) | 8253 | ;;;;;; 37447)) |
| 8238 | ;;; Generated autoloads from progmodes/ebrowse.el | 8254 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 8239 | 8255 | ||
| 8240 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 8256 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -8385,7 +8401,7 @@ Display statistics for a class tree. | |||
| 8385 | ;;;*** | 8401 | ;;;*** |
| 8386 | 8402 | ||
| 8387 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 8403 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 8388 | ;;;;;; (17806 44338)) | 8404 | ;;;;;; (17843 45610)) |
| 8389 | ;;; Generated autoloads from ebuff-menu.el | 8405 | ;;; Generated autoloads from ebuff-menu.el |
| 8390 | 8406 | ||
| 8391 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 8407 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
| @@ -8410,7 +8426,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 8410 | ;;;*** | 8426 | ;;;*** |
| 8411 | 8427 | ||
| 8412 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 8428 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 8413 | ;;;;;; "echistory.el" (17806 44338)) | 8429 | ;;;;;; "echistory.el" (17843 45610)) |
| 8414 | ;;; Generated autoloads from echistory.el | 8430 | ;;; Generated autoloads from echistory.el |
| 8415 | 8431 | ||
| 8416 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ | 8432 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ |
| @@ -8423,7 +8439,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8423 | 8439 | ||
| 8424 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 8440 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 8425 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 8441 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 8426 | ;;;;;; "emacs-lisp/edebug.el" (17632 59497)) | 8442 | ;;;;;; "emacs-lisp/edebug.el" (17843 45615)) |
| 8427 | ;;; Generated autoloads from emacs-lisp/edebug.el | 8443 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 8428 | 8444 | ||
| 8429 | (defvar edebug-all-defs nil "\ | 8445 | (defvar edebug-all-defs nil "\ |
| @@ -8496,7 +8512,7 @@ Toggle edebugging of all forms. | |||
| 8496 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 8512 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 8497 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 8513 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 8498 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 8514 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 8499 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17753 42781)) | 8515 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17843 45610)) |
| 8500 | ;;; Generated autoloads from ediff.el | 8516 | ;;; Generated autoloads from ediff.el |
| 8501 | 8517 | ||
| 8502 | (autoload (quote ediff-files) "ediff" "\ | 8518 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -8734,7 +8750,7 @@ With optional NODE, goes to that node. | |||
| 8734 | ;;;*** | 8750 | ;;;*** |
| 8735 | 8751 | ||
| 8736 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" | 8752 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" |
| 8737 | ;;;;;; (17408 8259)) | 8753 | ;;;;;; (17843 45610)) |
| 8738 | ;;; Generated autoloads from ediff-help.el | 8754 | ;;; Generated autoloads from ediff-help.el |
| 8739 | 8755 | ||
| 8740 | (autoload (quote ediff-customize) "ediff-help" "\ | 8756 | (autoload (quote ediff-customize) "ediff-help" "\ |
| @@ -8744,7 +8760,7 @@ Not documented | |||
| 8744 | 8760 | ||
| 8745 | ;;;*** | 8761 | ;;;*** |
| 8746 | 8762 | ||
| 8747 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17408 8259)) | 8763 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17843 45610)) |
| 8748 | ;;; Generated autoloads from ediff-hook.el | 8764 | ;;; Generated autoloads from ediff-hook.el |
| 8749 | 8765 | ||
| 8750 | (defvar ediff-window-setup-function) | 8766 | (defvar ediff-window-setup-function) |
| @@ -8757,7 +8773,7 @@ Not documented | |||
| 8757 | ;;;*** | 8773 | ;;;*** |
| 8758 | 8774 | ||
| 8759 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 8775 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 8760 | ;;;;;; (17735 59803)) | 8776 | ;;;;;; (17843 45610)) |
| 8761 | ;;; Generated autoloads from ediff-mult.el | 8777 | ;;; Generated autoloads from ediff-mult.el |
| 8762 | 8778 | ||
| 8763 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 8779 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -8770,7 +8786,7 @@ Display Ediff's registry. | |||
| 8770 | ;;;*** | 8786 | ;;;*** |
| 8771 | 8787 | ||
| 8772 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 8788 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 8773 | ;;;;;; "ediff-util" "ediff-util.el" (17723 17909)) | 8789 | ;;;;;; "ediff-util" "ediff-util.el" (17843 45610)) |
| 8774 | ;;; Generated autoloads from ediff-util.el | 8790 | ;;; Generated autoloads from ediff-util.el |
| 8775 | 8791 | ||
| 8776 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 8792 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -8791,7 +8807,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 8791 | 8807 | ||
| 8792 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 8808 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 8793 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 8809 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 8794 | ;;;;;; (17806 44338)) | 8810 | ;;;;;; (17843 45610)) |
| 8795 | ;;; Generated autoloads from edmacro.el | 8811 | ;;; Generated autoloads from edmacro.el |
| 8796 | 8812 | ||
| 8797 | (defvar edmacro-eight-bits nil "\ | 8813 | (defvar edmacro-eight-bits nil "\ |
| @@ -8844,7 +8860,7 @@ or nil, use a compact 80-column format. | |||
| 8844 | ;;;*** | 8860 | ;;;*** |
| 8845 | 8861 | ||
| 8846 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 8862 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 8847 | ;;;;;; "emulation/edt.el" (17806 44346)) | 8863 | ;;;;;; "emulation/edt.el" (17843 45615)) |
| 8848 | ;;; Generated autoloads from emulation/edt.el | 8864 | ;;; Generated autoloads from emulation/edt.el |
| 8849 | 8865 | ||
| 8850 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 8866 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -8862,7 +8878,7 @@ Turn on EDT Emulation. | |||
| 8862 | ;;;*** | 8878 | ;;;*** |
| 8863 | 8879 | ||
| 8864 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 8880 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 8865 | ;;;;;; (17806 44338)) | 8881 | ;;;;;; (17843 45610)) |
| 8866 | ;;; Generated autoloads from ehelp.el | 8882 | ;;; Generated autoloads from ehelp.el |
| 8867 | 8883 | ||
| 8868 | (autoload (quote with-electric-help) "ehelp" "\ | 8884 | (autoload (quote with-electric-help) "ehelp" "\ |
| @@ -8900,7 +8916,7 @@ Not documented | |||
| 8900 | ;;;*** | 8916 | ;;;*** |
| 8901 | 8917 | ||
| 8902 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 8918 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 8903 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17806 44346)) | 8919 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17843 45615)) |
| 8904 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 8920 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 8905 | 8921 | ||
| 8906 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 8922 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -8938,8 +8954,8 @@ Emacs Lisp mode) that support Eldoc.") | |||
| 8938 | 8954 | ||
| 8939 | ;;;*** | 8955 | ;;;*** |
| 8940 | 8956 | ||
| 8941 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17806 | 8957 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17843 |
| 8942 | ;;;;;; 44339)) | 8958 | ;;;;;; 45610)) |
| 8943 | ;;; Generated autoloads from elide-head.el | 8959 | ;;; Generated autoloads from elide-head.el |
| 8944 | 8960 | ||
| 8945 | (autoload (quote elide-head) "elide-head" "\ | 8961 | (autoload (quote elide-head) "elide-head" "\ |
| @@ -8955,7 +8971,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8955 | ;;;*** | 8971 | ;;;*** |
| 8956 | 8972 | ||
| 8957 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 8973 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 8958 | ;;;;;; (17806 44346)) | 8974 | ;;;;;; (17843 45615)) |
| 8959 | ;;; Generated autoloads from emacs-lisp/elint.el | 8975 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8960 | 8976 | ||
| 8961 | (autoload (quote elint-initialize) "elint" "\ | 8977 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -8966,8 +8982,8 @@ Initialize elint. | |||
| 8966 | ;;;*** | 8982 | ;;;*** |
| 8967 | 8983 | ||
| 8968 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 8984 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 8969 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17398 | 8985 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17843 |
| 8970 | ;;;;;; 63773)) | 8986 | ;;;;;; 45615)) |
| 8971 | ;;; Generated autoloads from emacs-lisp/elp.el | 8987 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 8972 | 8988 | ||
| 8973 | (autoload (quote elp-instrument-function) "elp" "\ | 8989 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -9001,7 +9017,7 @@ displayed. | |||
| 9001 | ;;;*** | 9017 | ;;;*** |
| 9002 | 9018 | ||
| 9003 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 9019 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 9004 | ;;;;;; (17753 42784)) | 9020 | ;;;;;; (17843 45621)) |
| 9005 | ;;; Generated autoloads from mail/emacsbug.el | 9021 | ;;; Generated autoloads from mail/emacsbug.el |
| 9006 | 9022 | ||
| 9007 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 9023 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -9016,7 +9032,7 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 9016 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 9032 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 9017 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 9033 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 9018 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 9034 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 9019 | ;;;;;; "emerge.el" (17197 14700)) | 9035 | ;;;;;; "emerge.el" (17167 2962)) |
| 9020 | ;;; Generated autoloads from emerge.el | 9036 | ;;; Generated autoloads from emerge.el |
| 9021 | 9037 | ||
| 9022 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 9038 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -9094,7 +9110,7 @@ Not documented | |||
| 9094 | ;;;*** | 9110 | ;;;*** |
| 9095 | 9111 | ||
| 9096 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 9112 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 9097 | ;;;;;; (17806 44349)) | 9113 | ;;;;;; (17843 45618)) |
| 9098 | ;;; Generated autoloads from international/encoded-kb.el | 9114 | ;;; Generated autoloads from international/encoded-kb.el |
| 9099 | 9115 | ||
| 9100 | (defvar encoded-kbd-mode nil "\ | 9116 | (defvar encoded-kbd-mode nil "\ |
| @@ -9123,7 +9139,7 @@ as a multilingual text encoded in a coding system set by | |||
| 9123 | ;;;*** | 9139 | ;;;*** |
| 9124 | 9140 | ||
| 9125 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 9141 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 9126 | ;;;;;; "enriched" "textmodes/enriched.el" (17806 44354)) | 9142 | ;;;;;; "enriched" "textmodes/enriched.el" (17843 45630)) |
| 9127 | ;;; Generated autoloads from textmodes/enriched.el | 9143 | ;;; Generated autoloads from textmodes/enriched.el |
| 9128 | 9144 | ||
| 9129 | (autoload (quote enriched-mode) "enriched" "\ | 9145 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -9154,7 +9170,7 @@ Not documented | |||
| 9154 | ;;;*** | 9170 | ;;;*** |
| 9155 | 9171 | ||
| 9156 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 9172 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 9157 | ;;;;;; "erc/erc.el" (17822 38984)) | 9173 | ;;;;;; "erc/erc.el" (17839 38671)) |
| 9158 | ;;; Generated autoloads from erc/erc.el | 9174 | ;;; Generated autoloads from erc/erc.el |
| 9159 | 9175 | ||
| 9160 | (autoload (quote erc-select-read-args) "erc" "\ | 9176 | (autoload (quote erc-select-read-args) "erc" "\ |
| @@ -9190,27 +9206,33 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 9190 | 9206 | ||
| 9191 | ;;;*** | 9207 | ;;;*** |
| 9192 | 9208 | ||
| 9193 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17806 | 9209 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17843 |
| 9194 | ;;;;;; 44347)) | 9210 | ;;;;;; 45616)) |
| 9195 | ;;; Generated autoloads from erc/erc-autoaway.el | 9211 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 9196 | (autoload 'erc-autoaway-mode "erc-autoaway") | 9212 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 9197 | 9213 | ||
| 9198 | ;;;*** | 9214 | ;;;*** |
| 9199 | 9215 | ||
| 9200 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17501 10770)) | 9216 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17843 45616)) |
| 9201 | ;;; Generated autoloads from erc/erc-button.el | 9217 | ;;; Generated autoloads from erc/erc-button.el |
| 9202 | (autoload 'erc-button-mode "erc-button" nil t) | 9218 | (autoload 'erc-button-mode "erc-button" nil t) |
| 9203 | 9219 | ||
| 9204 | ;;;*** | 9220 | ;;;*** |
| 9205 | 9221 | ||
| 9206 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17806 44347)) | 9222 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17843 45616)) |
| 9223 | ;;; Generated autoloads from erc/erc-capab.el | ||
| 9224 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | ||
| 9225 | |||
| 9226 | ;;;*** | ||
| 9227 | |||
| 9228 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17843 45616)) | ||
| 9207 | ;;; Generated autoloads from erc/erc-compat.el | 9229 | ;;; Generated autoloads from erc/erc-compat.el |
| 9208 | (autoload 'erc-define-minor-mode "erc-compat") | 9230 | (autoload 'erc-define-minor-mode "erc-compat") |
| 9209 | 9231 | ||
| 9210 | ;;;*** | 9232 | ;;;*** |
| 9211 | 9233 | ||
| 9212 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | 9234 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) |
| 9213 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17806 44347)) | 9235 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17843 45616)) |
| 9214 | ;;; Generated autoloads from erc/erc-dcc.el | 9236 | ;;; Generated autoloads from erc/erc-dcc.el |
| 9215 | 9237 | ||
| 9216 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ | 9238 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ |
| @@ -9242,7 +9264,7 @@ that subcommand. | |||
| 9242 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list | 9264 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list |
| 9243 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | 9265 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action |
| 9244 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" | 9266 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" |
| 9245 | ;;;;;; (17806 44347)) | 9267 | ;;;;;; (17843 45616)) |
| 9246 | ;;; Generated autoloads from erc/erc-ezbounce.el | 9268 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 9247 | 9269 | ||
| 9248 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ | 9270 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ |
| @@ -9304,8 +9326,8 @@ Add EZBouncer convenience functions to ERC. | |||
| 9304 | 9326 | ||
| 9305 | ;;;*** | 9327 | ;;;*** |
| 9306 | 9328 | ||
| 9307 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17806 | 9329 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17843 |
| 9308 | ;;;;;; 44347)) | 9330 | ;;;;;; 45616)) |
| 9309 | ;;; Generated autoloads from erc/erc-fill.el | 9331 | ;;; Generated autoloads from erc/erc-fill.el |
| 9310 | (autoload 'erc-fill-mode "erc-fill" nil t) | 9332 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 9311 | 9333 | ||
| @@ -9317,15 +9339,15 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 9317 | 9339 | ||
| 9318 | ;;;*** | 9340 | ;;;*** |
| 9319 | 9341 | ||
| 9320 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17391 | 9342 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17843 |
| 9321 | ;;;;;; 39324)) | 9343 | ;;;;;; 45616)) |
| 9322 | ;;; Generated autoloads from erc/erc-hecomplete.el | 9344 | ;;; Generated autoloads from erc/erc-hecomplete.el |
| 9323 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) | 9345 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) |
| 9324 | 9346 | ||
| 9325 | ;;;*** | 9347 | ;;;*** |
| 9326 | 9348 | ||
| 9327 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" | 9349 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" |
| 9328 | ;;;;;; "erc/erc-identd.el" (17620 26951)) | 9350 | ;;;;;; "erc/erc-identd.el" (17843 45616)) |
| 9329 | ;;; Generated autoloads from erc/erc-identd.el | 9351 | ;;; Generated autoloads from erc/erc-identd.el |
| 9330 | (autoload 'erc-identd-mode "erc-identd") | 9352 | (autoload 'erc-identd-mode "erc-identd") |
| 9331 | 9353 | ||
| @@ -9347,7 +9369,7 @@ Not documented | |||
| 9347 | ;;;*** | 9369 | ;;;*** |
| 9348 | 9370 | ||
| 9349 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | 9371 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" |
| 9350 | ;;;;;; (17620 26951)) | 9372 | ;;;;;; (17843 45616)) |
| 9351 | ;;; Generated autoloads from erc/erc-imenu.el | 9373 | ;;; Generated autoloads from erc/erc-imenu.el |
| 9352 | 9374 | ||
| 9353 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ | 9375 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ |
| @@ -9357,14 +9379,14 @@ Not documented | |||
| 9357 | 9379 | ||
| 9358 | ;;;*** | 9380 | ;;;*** |
| 9359 | 9381 | ||
| 9360 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17501 10770)) | 9382 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17843 45616)) |
| 9361 | ;;; Generated autoloads from erc/erc-join.el | 9383 | ;;; Generated autoloads from erc/erc-join.el |
| 9362 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 9384 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 9363 | 9385 | ||
| 9364 | ;;;*** | 9386 | ;;;*** |
| 9365 | 9387 | ||
| 9366 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 9388 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 9367 | ;;;;;; "erc/erc-log.el" (17806 44347)) | 9389 | ;;;;;; "erc/erc-log.el" (17843 45616)) |
| 9368 | ;;; Generated autoloads from erc/erc-log.el | 9390 | ;;; Generated autoloads from erc/erc-log.el |
| 9369 | (autoload 'erc-log-mode "erc-log" nil t) | 9391 | (autoload 'erc-log-mode "erc-log" nil t) |
| 9370 | 9392 | ||
| @@ -9396,7 +9418,7 @@ You can save every individual message by putting this function on | |||
| 9396 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 9418 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 9397 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | 9419 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool |
| 9398 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | 9420 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" |
| 9399 | ;;;;;; (17632 59497)) | 9421 | ;;;;;; (17843 45616)) |
| 9400 | ;;; Generated autoloads from erc/erc-match.el | 9422 | ;;; Generated autoloads from erc/erc-match.el |
| 9401 | (autoload 'erc-match-mode "erc-match") | 9423 | (autoload 'erc-match-mode "erc-match") |
| 9402 | 9424 | ||
| @@ -9442,8 +9464,14 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. | |||
| 9442 | 9464 | ||
| 9443 | ;;;*** | 9465 | ;;;*** |
| 9444 | 9466 | ||
| 9467 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17843 45616)) | ||
| 9468 | ;;; Generated autoloads from erc/erc-menu.el | ||
| 9469 | (autoload 'erc-menu-mode "erc-menu" nil t) | ||
| 9470 | |||
| 9471 | ;;;*** | ||
| 9472 | |||
| 9445 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | 9473 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" |
| 9446 | ;;;;;; (17501 10770)) | 9474 | ;;;;;; (17843 45616)) |
| 9447 | ;;; Generated autoloads from erc/erc-netsplit.el | 9475 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 9448 | (autoload 'erc-netsplit-mode "erc-netsplit") | 9476 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 9449 | 9477 | ||
| @@ -9455,7 +9483,7 @@ Show who's gone. | |||
| 9455 | ;;;*** | 9483 | ;;;*** |
| 9456 | 9484 | ||
| 9457 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" | 9485 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" |
| 9458 | ;;;;;; "erc/erc-networks.el" (17822 38984)) | 9486 | ;;;;;; "erc/erc-networks.el" (17843 45616)) |
| 9459 | ;;; Generated autoloads from erc/erc-networks.el | 9487 | ;;; Generated autoloads from erc/erc-networks.el |
| 9460 | 9488 | ||
| 9461 | (autoload (quote erc-determine-network) "erc-networks" "\ | 9489 | (autoload (quote erc-determine-network) "erc-networks" "\ |
| @@ -9473,7 +9501,7 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 9473 | ;;;*** | 9501 | ;;;*** |
| 9474 | 9502 | ||
| 9475 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 9503 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 9476 | ;;;;;; "erc/erc-notify.el" (17398 63774)) | 9504 | ;;;;;; "erc/erc-notify.el" (17843 45616)) |
| 9477 | ;;; Generated autoloads from erc/erc-notify.el | 9505 | ;;; Generated autoloads from erc/erc-notify.el |
| 9478 | (autoload 'erc-notify-mode "erc-notify" nil t) | 9506 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 9479 | 9507 | ||
| @@ -9491,33 +9519,33 @@ Not documented | |||
| 9491 | 9519 | ||
| 9492 | ;;;*** | 9520 | ;;;*** |
| 9493 | 9521 | ||
| 9494 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17398 63774)) | 9522 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17843 45616)) |
| 9495 | ;;; Generated autoloads from erc/erc-page.el | 9523 | ;;; Generated autoloads from erc/erc-page.el |
| 9496 | (autoload 'erc-page-mode "erc-page") | 9524 | (autoload 'erc-page-mode "erc-page") |
| 9497 | 9525 | ||
| 9498 | ;;;*** | 9526 | ;;;*** |
| 9499 | 9527 | ||
| 9500 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17620 | 9528 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17843 |
| 9501 | ;;;;;; 26951)) | 9529 | ;;;;;; 45616)) |
| 9502 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9530 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9503 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9531 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9504 | 9532 | ||
| 9505 | ;;;*** | 9533 | ;;;*** |
| 9506 | 9534 | ||
| 9507 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17806 44347)) | 9535 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17843 45616)) |
| 9508 | ;;; Generated autoloads from erc/erc-replace.el | 9536 | ;;; Generated autoloads from erc/erc-replace.el |
| 9509 | (autoload 'erc-replace-mode "erc-replace") | 9537 | (autoload 'erc-replace-mode "erc-replace") |
| 9510 | 9538 | ||
| 9511 | ;;;*** | 9539 | ;;;*** |
| 9512 | 9540 | ||
| 9513 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17398 63774)) | 9541 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17843 45616)) |
| 9514 | ;;; Generated autoloads from erc/erc-ring.el | 9542 | ;;; Generated autoloads from erc/erc-ring.el |
| 9515 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9543 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 9516 | 9544 | ||
| 9517 | ;;;*** | 9545 | ;;;*** |
| 9518 | 9546 | ||
| 9519 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9547 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 9520 | ;;;;;; "erc-services" "erc/erc-services.el" (17822 38984)) | 9548 | ;;;;;; "erc-services" "erc/erc-services.el" (17843 45616)) |
| 9521 | ;;; Generated autoloads from erc/erc-services.el | 9549 | ;;; Generated autoloads from erc/erc-services.el |
| 9522 | (autoload 'erc-services-mode "erc-services" nil t) | 9550 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9523 | 9551 | ||
| @@ -9534,14 +9562,14 @@ When called interactively, read the password using `read-passwd'. | |||
| 9534 | 9562 | ||
| 9535 | ;;;*** | 9563 | ;;;*** |
| 9536 | 9564 | ||
| 9537 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17806 44347)) | 9565 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17843 45616)) |
| 9538 | ;;; Generated autoloads from erc/erc-sound.el | 9566 | ;;; Generated autoloads from erc/erc-sound.el |
| 9539 | (autoload 'erc-sound-mode "erc-sound") | 9567 | (autoload 'erc-sound-mode "erc-sound") |
| 9540 | 9568 | ||
| 9541 | ;;;*** | 9569 | ;;;*** |
| 9542 | 9570 | ||
| 9543 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | 9571 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" |
| 9544 | ;;;;;; (17398 63774)) | 9572 | ;;;;;; (17843 45616)) |
| 9545 | ;;; Generated autoloads from erc/erc-speedbar.el | 9573 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9546 | 9574 | ||
| 9547 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ | 9575 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ |
| @@ -9552,20 +9580,20 @@ This will add a speedbar major display mode. | |||
| 9552 | 9580 | ||
| 9553 | ;;;*** | 9581 | ;;;*** |
| 9554 | 9582 | ||
| 9555 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17620 | 9583 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17843 |
| 9556 | ;;;;;; 26951)) | 9584 | ;;;;;; 45616)) |
| 9557 | ;;; Generated autoloads from erc/erc-spelling.el | 9585 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9558 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9586 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9559 | 9587 | ||
| 9560 | ;;;*** | 9588 | ;;;*** |
| 9561 | 9589 | ||
| 9562 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17806 44347)) | 9590 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17843 45616)) |
| 9563 | ;;; Generated autoloads from erc/erc-stamp.el | 9591 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9564 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9592 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9565 | 9593 | ||
| 9566 | ;;;*** | 9594 | ;;;*** |
| 9567 | 9595 | ||
| 9568 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17806 44347)) | 9596 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17843 45616)) |
| 9569 | ;;; Generated autoloads from erc/erc-track.el | 9597 | ;;; Generated autoloads from erc/erc-track.el |
| 9570 | (autoload 'erc-track-mode "erc-track" nil t) | 9598 | (autoload 'erc-track-mode "erc-track" nil t) |
| 9571 | (autoload 'erc-track-when-inactive-mode "erc-track" nil t) | 9599 | (autoload 'erc-track-when-inactive-mode "erc-track" nil t) |
| @@ -9573,7 +9601,7 @@ This will add a speedbar major display mode. | |||
| 9573 | ;;;*** | 9601 | ;;;*** |
| 9574 | 9602 | ||
| 9575 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9603 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9576 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17753 42783)) | 9604 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17843 45616)) |
| 9577 | ;;; Generated autoloads from erc/erc-truncate.el | 9605 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9578 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9606 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9579 | 9607 | ||
| @@ -9593,7 +9621,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9593 | ;;;*** | 9621 | ;;;*** |
| 9594 | 9622 | ||
| 9595 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9623 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9596 | ;;;;;; (17398 63774)) | 9624 | ;;;;;; (17843 45616)) |
| 9597 | ;;; Generated autoloads from erc/erc-xdcc.el | 9625 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9598 | 9626 | ||
| 9599 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ | 9627 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ |
| @@ -9603,8 +9631,8 @@ Add a file to `erc-xdcc-files'. | |||
| 9603 | 9631 | ||
| 9604 | ;;;*** | 9632 | ;;;*** |
| 9605 | 9633 | ||
| 9606 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17398 | 9634 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17843 |
| 9607 | ;;;;;; 63774)) | 9635 | ;;;;;; 45616)) |
| 9608 | ;;; Generated autoloads from eshell/esh-mode.el | 9636 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9609 | 9637 | ||
| 9610 | (autoload (quote eshell-mode) "esh-mode" "\ | 9638 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -9616,8 +9644,8 @@ Emacs shell interactive mode. | |||
| 9616 | 9644 | ||
| 9617 | ;;;*** | 9645 | ;;;*** |
| 9618 | 9646 | ||
| 9619 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17806 | 9647 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17843 |
| 9620 | ;;;;;; 44347)) | 9648 | ;;;;;; 45616)) |
| 9621 | ;;; Generated autoloads from eshell/esh-test.el | 9649 | ;;; Generated autoloads from eshell/esh-test.el |
| 9622 | 9650 | ||
| 9623 | (autoload (quote eshell-test) "esh-test" "\ | 9651 | (autoload (quote eshell-test) "esh-test" "\ |
| @@ -9628,7 +9656,7 @@ Test Eshell to verify that it works as expected. | |||
| 9628 | ;;;*** | 9656 | ;;;*** |
| 9629 | 9657 | ||
| 9630 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 9658 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 9631 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17806 44347)) | 9659 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17843 45616)) |
| 9632 | ;;; Generated autoloads from eshell/eshell.el | 9660 | ;;; Generated autoloads from eshell/eshell.el |
| 9633 | 9661 | ||
| 9634 | (autoload (quote eshell) "eshell" "\ | 9662 | (autoload (quote eshell) "eshell" "\ |
| @@ -9674,7 +9702,7 @@ Please include any configuration details that might be involved. | |||
| 9674 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9702 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9675 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9703 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9676 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9704 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9677 | ;;;;;; (17408 8261)) | 9705 | ;;;;;; (17843 45627)) |
| 9678 | ;;; Generated autoloads from progmodes/etags.el | 9706 | ;;; Generated autoloads from progmodes/etags.el |
| 9679 | 9707 | ||
| 9680 | (defvar tags-file-name nil "\ | 9708 | (defvar tags-file-name nil "\ |
| @@ -9976,7 +10004,7 @@ for \\[find-tag] (which see). | |||
| 9976 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 10004 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker |
| 9977 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 10005 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker |
| 9978 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 10006 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) |
| 9979 | ;;;;;; "ethio-util" "language/ethio-util.el" (17806 44350)) | 10007 | ;;;;;; "ethio-util" "language/ethio-util.el" (17843 45620)) |
| 9980 | ;;; Generated autoloads from language/ethio-util.el | 10008 | ;;; Generated autoloads from language/ethio-util.el |
| 9981 | 10009 | ||
| 9982 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ | 10010 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ |
| @@ -10171,7 +10199,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension. | |||
| 10171 | 10199 | ||
| 10172 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 10200 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 10173 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 10201 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 10174 | ;;;;;; (17806 44352)) | 10202 | ;;;;;; (17843 45624)) |
| 10175 | ;;; Generated autoloads from net/eudc.el | 10203 | ;;; Generated autoloads from net/eudc.el |
| 10176 | 10204 | ||
| 10177 | (autoload (quote eudc-set-server) "eudc" "\ | 10205 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -10227,7 +10255,7 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 10227 | 10255 | ||
| 10228 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 10256 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 10229 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 10257 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 10230 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17806 44352)) | 10258 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17843 45624)) |
| 10231 | ;;; Generated autoloads from net/eudc-bob.el | 10259 | ;;; Generated autoloads from net/eudc-bob.el |
| 10232 | 10260 | ||
| 10233 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 10261 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ |
| @@ -10263,7 +10291,7 @@ Display a button for the JPEG DATA. | |||
| 10263 | ;;;*** | 10291 | ;;;*** |
| 10264 | 10292 | ||
| 10265 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 10293 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 10266 | ;;;;;; "eudc-export" "net/eudc-export.el" (17806 44352)) | 10294 | ;;;;;; "eudc-export" "net/eudc-export.el" (17843 45624)) |
| 10267 | ;;; Generated autoloads from net/eudc-export.el | 10295 | ;;; Generated autoloads from net/eudc-export.el |
| 10268 | 10296 | ||
| 10269 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 10297 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
| @@ -10280,7 +10308,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 10280 | ;;;*** | 10308 | ;;;*** |
| 10281 | 10309 | ||
| 10282 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 10310 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 10283 | ;;;;;; (17806 44352)) | 10311 | ;;;;;; (17843 45624)) |
| 10284 | ;;; Generated autoloads from net/eudc-hotlist.el | 10312 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 10285 | 10313 | ||
| 10286 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 10314 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
| @@ -10290,8 +10318,8 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 10290 | 10318 | ||
| 10291 | ;;;*** | 10319 | ;;;*** |
| 10292 | 10320 | ||
| 10293 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17806 | 10321 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17843 |
| 10294 | ;;;;;; 44346)) | 10322 | ;;;;;; 45615)) |
| 10295 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 10323 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 10296 | 10324 | ||
| 10297 | (autoload (quote ewoc-create) "ewoc" "\ | 10325 | (autoload (quote ewoc-create) "ewoc" "\ |
| @@ -10320,7 +10348,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 10320 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10348 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 10321 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10349 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 10322 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10350 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 10323 | ;;;;;; (17398 63782)) | 10351 | ;;;;;; (17843 45627)) |
| 10324 | ;;; Generated autoloads from progmodes/executable.el | 10352 | ;;; Generated autoloads from progmodes/executable.el |
| 10325 | 10353 | ||
| 10326 | (autoload (quote executable-command-find-posix-p) "executable" "\ | 10354 | (autoload (quote executable-command-find-posix-p) "executable" "\ |
| @@ -10362,7 +10390,7 @@ file modes. | |||
| 10362 | ;;;*** | 10390 | ;;;*** |
| 10363 | 10391 | ||
| 10364 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 10392 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 10365 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17806 44339)) | 10393 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17843 45610)) |
| 10366 | ;;; Generated autoloads from expand.el | 10394 | ;;; Generated autoloads from expand.el |
| 10367 | 10395 | ||
| 10368 | (autoload (quote expand-add-abbrevs) "expand" "\ | 10396 | (autoload (quote expand-add-abbrevs) "expand" "\ |
| @@ -10405,7 +10433,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10405 | 10433 | ||
| 10406 | ;;;*** | 10434 | ;;;*** |
| 10407 | 10435 | ||
| 10408 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17806 44353)) | 10436 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17843 45627)) |
| 10409 | ;;; Generated autoloads from progmodes/f90.el | 10437 | ;;; Generated autoloads from progmodes/f90.el |
| 10410 | 10438 | ||
| 10411 | (autoload (quote f90-mode) "f90" "\ | 10439 | (autoload (quote f90-mode) "f90" "\ |
| @@ -10472,7 +10500,7 @@ with no args, if that value is non-nil. | |||
| 10472 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only | 10500 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only |
| 10473 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu | 10501 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu |
| 10474 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) | 10502 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) |
| 10475 | ;;;;;; "facemenu" "facemenu.el" (17806 44339)) | 10503 | ;;;;;; "facemenu" "facemenu.el" (17843 45610)) |
| 10476 | ;;; Generated autoloads from facemenu.el | 10504 | ;;; Generated autoloads from facemenu.el |
| 10477 | (define-key global-map "\M-o" 'facemenu-keymap) | 10505 | (define-key global-map "\M-o" 'facemenu-keymap) |
| 10478 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 10506 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -10639,9 +10667,49 @@ argument BUFFER-NAME is nil, it defaults to *Colors*. | |||
| 10639 | 10667 | ||
| 10640 | ;;;*** | 10668 | ;;;*** |
| 10641 | 10669 | ||
| 10670 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | ||
| 10671 | ;;;;;; "obsolete/fast-lock.el" (17843 45625)) | ||
| 10672 | ;;; Generated autoloads from obsolete/fast-lock.el | ||
| 10673 | |||
| 10674 | (autoload (quote fast-lock-mode) "fast-lock" "\ | ||
| 10675 | Toggle Fast Lock mode. | ||
| 10676 | With arg, turn Fast Lock mode on if and only if arg is positive and the buffer | ||
| 10677 | is associated with a file. Enable it automatically in your `~/.emacs' by: | ||
| 10678 | |||
| 10679 | (setq font-lock-support-mode 'fast-lock-mode) | ||
| 10680 | |||
| 10681 | If Fast Lock mode is enabled, and the current buffer does not contain any text | ||
| 10682 | properties, any associated Font Lock cache is used if its timestamp matches the | ||
| 10683 | buffer's file, and its `font-lock-keywords' match those that you are using. | ||
| 10684 | |||
| 10685 | Font Lock caches may be saved: | ||
| 10686 | - When you save the file's buffer. | ||
| 10687 | - When you kill an unmodified file's buffer. | ||
| 10688 | - When you exit Emacs, for all unmodified or saved buffers. | ||
| 10689 | Depending on the value of `fast-lock-save-events'. | ||
| 10690 | See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'. | ||
| 10691 | |||
| 10692 | Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. | ||
| 10693 | |||
| 10694 | Various methods of control are provided for the Font Lock cache. In general, | ||
| 10695 | see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'. | ||
| 10696 | For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events', | ||
| 10697 | `fast-lock-save-others' and `fast-lock-save-faces'. | ||
| 10698 | |||
| 10699 | \(fn &optional ARG)" t nil) | ||
| 10700 | |||
| 10701 | (autoload (quote turn-on-fast-lock) "fast-lock" "\ | ||
| 10702 | Unconditionally turn on Fast Lock mode. | ||
| 10703 | |||
| 10704 | \(fn)" nil nil) | ||
| 10705 | |||
| 10706 | (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil)) | ||
| 10707 | |||
| 10708 | ;;;*** | ||
| 10709 | |||
| 10642 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10710 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10643 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10711 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10644 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17753 42784)) | 10712 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17743 18143)) |
| 10645 | ;;; Generated autoloads from mail/feedmail.el | 10713 | ;;; Generated autoloads from mail/feedmail.el |
| 10646 | 10714 | ||
| 10647 | (autoload (quote feedmail-send-it) "feedmail" "\ | 10715 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -10695,7 +10763,7 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10695 | ;;;*** | 10763 | ;;;*** |
| 10696 | 10764 | ||
| 10697 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10765 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 10698 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17806 44339)) | 10766 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17838 18033)) |
| 10699 | ;;; Generated autoloads from ffap.el | 10767 | ;;; Generated autoloads from ffap.el |
| 10700 | 10768 | ||
| 10701 | (autoload (quote ffap-next) "ffap" "\ | 10769 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -10754,7 +10822,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10754 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 10822 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 10755 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find | 10823 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find |
| 10756 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) | 10824 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) |
| 10757 | ;;;;;; "filecache" "filecache.el" (17806 44339)) | 10825 | ;;;;;; "filecache" "filecache.el" (17843 45610)) |
| 10758 | ;;; Generated autoloads from filecache.el | 10826 | ;;; Generated autoloads from filecache.el |
| 10759 | 10827 | ||
| 10760 | (autoload (quote file-cache-add-directory) "filecache" "\ | 10828 | (autoload (quote file-cache-add-directory) "filecache" "\ |
| @@ -10813,8 +10881,8 @@ the name is considered already unique; only the second substitution | |||
| 10813 | 10881 | ||
| 10814 | ;;;*** | 10882 | ;;;*** |
| 10815 | 10883 | ||
| 10816 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17723 | 10884 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17843 |
| 10817 | ;;;;;; 17909)) | 10885 | ;;;;;; 45610)) |
| 10818 | ;;; Generated autoloads from filesets.el | 10886 | ;;; Generated autoloads from filesets.el |
| 10819 | 10887 | ||
| 10820 | (autoload (quote filesets-init) "filesets" "\ | 10888 | (autoload (quote filesets-init) "filesets" "\ |
| @@ -10825,7 +10893,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10825 | 10893 | ||
| 10826 | ;;;*** | 10894 | ;;;*** |
| 10827 | 10895 | ||
| 10828 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (17822 38987)) | 10896 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (17843 45630)) |
| 10829 | ;;; Generated autoloads from textmodes/fill.el | 10897 | ;;; Generated autoloads from textmodes/fill.el |
| 10830 | (put 'colon-double-space 'safe-local-variable 'booleanp) | 10898 | (put 'colon-double-space 'safe-local-variable 'booleanp) |
| 10831 | 10899 | ||
| @@ -10833,7 +10901,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10833 | 10901 | ||
| 10834 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 10902 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 10835 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" | 10903 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" |
| 10836 | ;;;;;; (17806 44339)) | 10904 | ;;;;;; (17843 45610)) |
| 10837 | ;;; Generated autoloads from find-dired.el | 10905 | ;;; Generated autoloads from find-dired.el |
| 10838 | 10906 | ||
| 10839 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 10907 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -10894,7 +10962,7 @@ Thus ARG can also contain additional grep options. | |||
| 10894 | 10962 | ||
| 10895 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10963 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10896 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10964 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10897 | ;;;;;; (17806 44340)) | 10965 | ;;;;;; (17843 45610)) |
| 10898 | ;;; Generated autoloads from find-file.el | 10966 | ;;; Generated autoloads from find-file.el |
| 10899 | 10967 | ||
| 10900 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ | 10968 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ |
| @@ -10988,7 +11056,7 @@ Visit the file you click on in another window. | |||
| 10988 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 11056 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10989 | ;;;;;; find-function-other-window find-function find-function-noselect | 11057 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10990 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 11058 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10991 | ;;;;;; "emacs-lisp/find-func.el" (17806 44346)) | 11059 | ;;;;;; "emacs-lisp/find-func.el" (17843 45615)) |
| 10992 | ;;; Generated autoloads from emacs-lisp/find-func.el | 11060 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10993 | 11061 | ||
| 10994 | (autoload (quote find-library) "find-func" "\ | 11062 | (autoload (quote find-library) "find-func" "\ |
| @@ -11142,7 +11210,7 @@ Define some key bindings for the find-function family of functions. | |||
| 11142 | ;;;*** | 11210 | ;;;*** |
| 11143 | 11211 | ||
| 11144 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 11212 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 11145 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17806 44340)) | 11213 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17843 45610)) |
| 11146 | ;;; Generated autoloads from find-lisp.el | 11214 | ;;; Generated autoloads from find-lisp.el |
| 11147 | 11215 | ||
| 11148 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | 11216 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ |
| @@ -11163,7 +11231,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 11163 | ;;;*** | 11231 | ;;;*** |
| 11164 | 11232 | ||
| 11165 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 11233 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 11166 | ;;;;;; "finder" "finder.el" (17501 10769)) | 11234 | ;;;;;; "finder" "finder.el" (17843 45610)) |
| 11167 | ;;; Generated autoloads from finder.el | 11235 | ;;; Generated autoloads from finder.el |
| 11168 | 11236 | ||
| 11169 | (autoload (quote finder-list-keywords) "finder" "\ | 11237 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -11185,7 +11253,7 @@ Find packages matching a given keyword. | |||
| 11185 | ;;;*** | 11253 | ;;;*** |
| 11186 | 11254 | ||
| 11187 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 11255 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 11188 | ;;;;;; "flow-ctrl.el" (17806 44340)) | 11256 | ;;;;;; "flow-ctrl.el" (17843 45610)) |
| 11189 | ;;; Generated autoloads from flow-ctrl.el | 11257 | ;;; Generated autoloads from flow-ctrl.el |
| 11190 | 11258 | ||
| 11191 | (autoload (quote enable-flow-control) "flow-ctrl" "\ | 11259 | (autoload (quote enable-flow-control) "flow-ctrl" "\ |
| @@ -11207,7 +11275,7 @@ to get the effect of a C-q. | |||
| 11207 | ;;;*** | 11275 | ;;;*** |
| 11208 | 11276 | ||
| 11209 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" | 11277 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" |
| 11210 | ;;;;;; (17501 10771)) | 11278 | ;;;;;; (17843 45616)) |
| 11211 | ;;; Generated autoloads from gnus/flow-fill.el | 11279 | ;;; Generated autoloads from gnus/flow-fill.el |
| 11212 | 11280 | ||
| 11213 | (autoload (quote fill-flowed-encode) "flow-fill" "\ | 11281 | (autoload (quote fill-flowed-encode) "flow-fill" "\ |
| @@ -11223,7 +11291,7 @@ Not documented | |||
| 11223 | ;;;*** | 11291 | ;;;*** |
| 11224 | 11292 | ||
| 11225 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) | 11293 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) |
| 11226 | ;;;;;; "flymake" "progmodes/flymake.el" (17806 44353)) | 11294 | ;;;;;; "flymake" "progmodes/flymake.el" (17843 45627)) |
| 11227 | ;;; Generated autoloads from progmodes/flymake.el | 11295 | ;;; Generated autoloads from progmodes/flymake.el |
| 11228 | 11296 | ||
| 11229 | (autoload (quote flymake-mode) "flymake" "\ | 11297 | (autoload (quote flymake-mode) "flymake" "\ |
| @@ -11247,7 +11315,7 @@ Turn flymake mode off. | |||
| 11247 | 11315 | ||
| 11248 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 11316 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 11249 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 11317 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 11250 | ;;;;;; "flyspell" "textmodes/flyspell.el" (17806 44354)) | 11318 | ;;;;;; "flyspell" "textmodes/flyspell.el" (17843 45630)) |
| 11251 | ;;; Generated autoloads from textmodes/flyspell.el | 11319 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11252 | 11320 | ||
| 11253 | (autoload (quote flyspell-prog-mode) "flyspell" "\ | 11321 | (autoload (quote flyspell-prog-mode) "flyspell" "\ |
| @@ -11316,7 +11384,7 @@ Flyspell whole buffer. | |||
| 11316 | 11384 | ||
| 11317 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11385 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 11318 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11386 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 11319 | ;;;;;; (17753 42781)) | 11387 | ;;;;;; (17843 45610)) |
| 11320 | ;;; Generated autoloads from follow.el | 11388 | ;;; Generated autoloads from follow.el |
| 11321 | 11389 | ||
| 11322 | (autoload (quote turn-on-follow-mode) "follow" "\ | 11390 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -11390,8 +11458,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 11390 | 11458 | ||
| 11391 | ;;;*** | 11459 | ;;;*** |
| 11392 | 11460 | ||
| 11393 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17822 | 11461 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17843 |
| 11394 | ;;;;;; 38986)) | 11462 | ;;;;;; 45621)) |
| 11395 | ;;; Generated autoloads from mail/footnote.el | 11463 | ;;; Generated autoloads from mail/footnote.el |
| 11396 | 11464 | ||
| 11397 | (autoload (quote footnote-mode) "footnote" "\ | 11465 | (autoload (quote footnote-mode) "footnote" "\ |
| @@ -11412,7 +11480,7 @@ key binding | |||
| 11412 | ;;;*** | 11480 | ;;;*** |
| 11413 | 11481 | ||
| 11414 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11482 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11415 | ;;;;;; "forms" "forms.el" (17806 44340)) | 11483 | ;;;;;; "forms" "forms.el" (17843 45610)) |
| 11416 | ;;; Generated autoloads from forms.el | 11484 | ;;; Generated autoloads from forms.el |
| 11417 | 11485 | ||
| 11418 | (autoload (quote forms-mode) "forms" "\ | 11486 | (autoload (quote forms-mode) "forms" "\ |
| @@ -11449,7 +11517,7 @@ Visit a file in Forms mode in other window. | |||
| 11449 | ;;;*** | 11517 | ;;;*** |
| 11450 | 11518 | ||
| 11451 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 11519 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 11452 | ;;;;;; "progmodes/fortran.el" (17806 44353)) | 11520 | ;;;;;; "progmodes/fortran.el" (17843 45628)) |
| 11453 | ;;; Generated autoloads from progmodes/fortran.el | 11521 | ;;; Generated autoloads from progmodes/fortran.el |
| 11454 | 11522 | ||
| 11455 | (defvar fortran-tab-mode-default nil "\ | 11523 | (defvar fortran-tab-mode-default nil "\ |
| @@ -11535,7 +11603,7 @@ with no args, if that value is non-nil. | |||
| 11535 | ;;;*** | 11603 | ;;;*** |
| 11536 | 11604 | ||
| 11537 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11605 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 11538 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17398 63779)) | 11606 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17843 45625)) |
| 11539 | ;;; Generated autoloads from play/fortune.el | 11607 | ;;; Generated autoloads from play/fortune.el |
| 11540 | 11608 | ||
| 11541 | (autoload (quote fortune-add-fortune) "fortune" "\ | 11609 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -11585,7 +11653,7 @@ and choose the directory as the fortune-file. | |||
| 11585 | ;;;*** | 11653 | ;;;*** |
| 11586 | 11654 | ||
| 11587 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" | 11655 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" |
| 11588 | ;;;;;; (17822 38987)) | 11656 | ;;;;;; (17844 62923)) |
| 11589 | ;;; Generated autoloads from progmodes/gdb-ui.el | 11657 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 11590 | 11658 | ||
| 11591 | (autoload (quote gdba) "gdb-ui" "\ | 11659 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -11641,15 +11709,15 @@ detailed description of this mode. | |||
| 11641 | \(fn COMMAND-LINE)" t nil) | 11709 | \(fn COMMAND-LINE)" t nil) |
| 11642 | 11710 | ||
| 11643 | (defvar gdb-enable-debug nil "\ | 11711 | (defvar gdb-enable-debug nil "\ |
| 11644 | Non-nil means record the process input and output in `gdb-debug-ring'.") | 11712 | Non-nil means record the process input and output in `gdb-debug-log'.") |
| 11645 | 11713 | ||
| 11646 | (custom-autoload (quote gdb-enable-debug) "gdb-ui" t) | 11714 | (custom-autoload (quote gdb-enable-debug) "gdb-ui" t) |
| 11647 | 11715 | ||
| 11648 | ;;;*** | 11716 | ;;;*** |
| 11649 | 11717 | ||
| 11650 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11718 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11651 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17806 | 11719 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17843 |
| 11652 | ;;;;;; 44346)) | 11720 | ;;;;;; 45615)) |
| 11653 | ;;; Generated autoloads from emacs-lisp/generic.el | 11721 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11654 | 11722 | ||
| 11655 | (defvar generic-mode-list nil "\ | 11723 | (defvar generic-mode-list nil "\ |
| @@ -11724,7 +11792,7 @@ regular expression that can be used as an element of | |||
| 11724 | ;;;*** | 11792 | ;;;*** |
| 11725 | 11793 | ||
| 11726 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11794 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11727 | ;;;;;; (17806 44353)) | 11795 | ;;;;;; (17843 45628)) |
| 11728 | ;;; Generated autoloads from progmodes/glasses.el | 11796 | ;;; Generated autoloads from progmodes/glasses.el |
| 11729 | 11797 | ||
| 11730 | (autoload (quote glasses-mode) "glasses" "\ | 11798 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -11737,7 +11805,7 @@ at places they belong to. | |||
| 11737 | ;;;*** | 11805 | ;;;*** |
| 11738 | 11806 | ||
| 11739 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error | 11807 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error |
| 11740 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17723 17911)) | 11808 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17843 45616)) |
| 11741 | ;;; Generated autoloads from gnus/gmm-utils.el | 11809 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11742 | 11810 | ||
| 11743 | (autoload (quote gmm-message) "gmm-utils" "\ | 11811 | (autoload (quote gmm-message) "gmm-utils" "\ |
| @@ -11784,7 +11852,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11784 | ;;;*** | 11852 | ;;;*** |
| 11785 | 11853 | ||
| 11786 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11854 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11787 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17806 44348)) | 11855 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17843 45617)) |
| 11788 | ;;; Generated autoloads from gnus/gnus.el | 11856 | ;;; Generated autoloads from gnus/gnus.el |
| 11789 | (when (fboundp 'custom-autoload) | 11857 | (when (fboundp 'custom-autoload) |
| 11790 | (custom-autoload 'gnus-select-method "gnus")) | 11858 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11837,7 +11905,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11837 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11905 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11838 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11906 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11839 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11907 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11840 | ;;;;;; "gnus/gnus-agent.el" (17806 44348)) | 11908 | ;;;;;; "gnus/gnus-agent.el" (17843 45616)) |
| 11841 | ;;; Generated autoloads from gnus/gnus-agent.el | 11909 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11842 | 11910 | ||
| 11843 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 11911 | (autoload (quote gnus-unplugged) "gnus-agent" "\ |
| @@ -11928,7 +11996,7 @@ If CLEAN, obsolete (ignore). | |||
| 11928 | ;;;*** | 11996 | ;;;*** |
| 11929 | 11997 | ||
| 11930 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11998 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11931 | ;;;;;; (17822 38984)) | 11999 | ;;;;;; (17843 45616)) |
| 11932 | ;;; Generated autoloads from gnus/gnus-art.el | 12000 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11933 | 12001 | ||
| 11934 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 12002 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -11939,7 +12007,7 @@ Make the current buffer look like a nice article. | |||
| 11939 | ;;;*** | 12007 | ;;;*** |
| 11940 | 12008 | ||
| 11941 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 12009 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 11942 | ;;;;;; (17806 44348)) | 12010 | ;;;;;; (17843 45616)) |
| 11943 | ;;; Generated autoloads from gnus/gnus-audio.el | 12011 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 11944 | 12012 | ||
| 11945 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 12013 | (autoload (quote gnus-audio-play) "gnus-audio" "\ |
| @@ -11951,8 +12019,8 @@ Play a sound FILE through the speaker. | |||
| 11951 | 12019 | ||
| 11952 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 12020 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11953 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 12021 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11954 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17398 | 12022 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17843 |
| 11955 | ;;;;;; 63775)) | 12023 | ;;;;;; 45616)) |
| 11956 | ;;; Generated autoloads from gnus/gnus-cache.el | 12024 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11957 | 12025 | ||
| 11958 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ | 12026 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ |
| @@ -11994,7 +12062,7 @@ supported. | |||
| 11994 | ;;;*** | 12062 | ;;;*** |
| 11995 | 12063 | ||
| 11996 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 12064 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 11997 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17398 63775)) | 12065 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17843 45616)) |
| 11998 | ;;; Generated autoloads from gnus/gnus-delay.el | 12066 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11999 | 12067 | ||
| 12000 | (autoload (quote gnus-delay-article) "gnus-delay" "\ | 12068 | (autoload (quote gnus-delay-article) "gnus-delay" "\ |
| @@ -12030,7 +12098,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 12030 | ;;;*** | 12098 | ;;;*** |
| 12031 | 12099 | ||
| 12032 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) | 12100 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) |
| 12033 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17806 44348)) | 12101 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17843 45616)) |
| 12034 | ;;; Generated autoloads from gnus/gnus-diary.el | 12102 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 12035 | 12103 | ||
| 12036 | (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ | 12104 | (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ |
| @@ -12046,7 +12114,7 @@ Not documented | |||
| 12046 | ;;;*** | 12114 | ;;;*** |
| 12047 | 12115 | ||
| 12048 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" | 12116 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" |
| 12049 | ;;;;;; (17398 63775)) | 12117 | ;;;;;; (17843 45616)) |
| 12050 | ;;; Generated autoloads from gnus/gnus-dired.el | 12118 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 12051 | 12119 | ||
| 12052 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ | 12120 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ |
| @@ -12057,7 +12125,7 @@ Convenience method to turn on gnus-dired-mode. | |||
| 12057 | ;;;*** | 12125 | ;;;*** |
| 12058 | 12126 | ||
| 12059 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 12127 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 12060 | ;;;;;; (17723 17911)) | 12128 | ;;;;;; (17843 45616)) |
| 12061 | ;;; Generated autoloads from gnus/gnus-draft.el | 12129 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 12062 | 12130 | ||
| 12063 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ | 12131 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ |
| @@ -12069,8 +12137,8 @@ Reminder user if there are unsent drafts. | |||
| 12069 | 12137 | ||
| 12070 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 12138 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 12071 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header | 12139 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header |
| 12072 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17501 | 12140 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17843 |
| 12073 | ;;;;;; 10771)) | 12141 | ;;;;;; 45616)) |
| 12074 | ;;; Generated autoloads from gnus/gnus-fun.el | 12142 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 12075 | 12143 | ||
| 12076 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ | 12144 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ |
| @@ -12109,7 +12177,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 12109 | ;;;*** | 12177 | ;;;*** |
| 12110 | 12178 | ||
| 12111 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 12179 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 12112 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17806 44348)) | 12180 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17843 45617)) |
| 12113 | ;;; Generated autoloads from gnus/gnus-group.el | 12181 | ;;; Generated autoloads from gnus/gnus-group.el |
| 12114 | 12182 | ||
| 12115 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 12183 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -12126,7 +12194,7 @@ Pop up a frame and enter GROUP. | |||
| 12126 | ;;;*** | 12194 | ;;;*** |
| 12127 | 12195 | ||
| 12128 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 12196 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 12129 | ;;;;;; (17806 44348)) | 12197 | ;;;;;; (17843 45617)) |
| 12130 | ;;; Generated autoloads from gnus/gnus-kill.el | 12198 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 12131 | 12199 | ||
| 12132 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 12200 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) |
| @@ -12141,7 +12209,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 12141 | 12209 | ||
| 12142 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 12210 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 12143 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" | 12211 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" |
| 12144 | ;;;;;; (17546 35258)) | 12212 | ;;;;;; (17843 45617)) |
| 12145 | ;;; Generated autoloads from gnus/gnus-ml.el | 12213 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 12146 | 12214 | ||
| 12147 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ | 12215 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ |
| @@ -12166,7 +12234,7 @@ Minor mode for providing mailing-list commands. | |||
| 12166 | 12234 | ||
| 12167 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 12235 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 12168 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 12236 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 12169 | ;;;;;; (17398 63775)) | 12237 | ;;;;;; (17843 45617)) |
| 12170 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 12238 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 12171 | 12239 | ||
| 12172 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 12240 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -12267,7 +12335,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 12267 | ;;;*** | 12335 | ;;;*** |
| 12268 | 12336 | ||
| 12269 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 12337 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
| 12270 | ;;;;;; (17806 44348)) | 12338 | ;;;;;; (17843 45617)) |
| 12271 | ;;; Generated autoloads from gnus/gnus-move.el | 12339 | ;;; Generated autoloads from gnus/gnus-move.el |
| 12272 | 12340 | ||
| 12273 | (autoload (quote gnus-change-server) "gnus-move" "\ | 12341 | (autoload (quote gnus-change-server) "gnus-move" "\ |
| @@ -12279,7 +12347,7 @@ Update the .newsrc.eld file to reflect the change of nntp server. | |||
| 12279 | ;;;*** | 12347 | ;;;*** |
| 12280 | 12348 | ||
| 12281 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 12349 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 12282 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17398 63775)) | 12350 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17843 45617)) |
| 12283 | ;;; Generated autoloads from gnus/gnus-msg.el | 12351 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 12284 | 12352 | ||
| 12285 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 12353 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -12304,7 +12372,7 @@ Like `message-reply'. | |||
| 12304 | ;;;*** | 12372 | ;;;*** |
| 12305 | 12373 | ||
| 12306 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) | 12374 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) |
| 12307 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17806 44348)) | 12375 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17843 45617)) |
| 12308 | ;;; Generated autoloads from gnus/gnus-nocem.el | 12376 | ;;; Generated autoloads from gnus/gnus-nocem.el |
| 12309 | 12377 | ||
| 12310 | (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ | 12378 | (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ |
| @@ -12321,7 +12389,7 @@ Load the NoCeM cache. | |||
| 12321 | 12389 | ||
| 12322 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 12390 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 12323 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 12391 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 12324 | ;;;;;; (17398 63775)) | 12392 | ;;;;;; (17843 45617)) |
| 12325 | ;;; Generated autoloads from gnus/gnus-picon.el | 12393 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 12326 | 12394 | ||
| 12327 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ | 12395 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ |
| @@ -12348,7 +12416,7 @@ If picons are already displayed, remove them. | |||
| 12348 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 12416 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 12349 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 12417 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 12350 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 12418 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 12351 | ;;;;;; "gnus/gnus-range.el" (17398 63775)) | 12419 | ;;;;;; "gnus/gnus-range.el" (17843 45617)) |
| 12352 | ;;; Generated autoloads from gnus/gnus-range.el | 12420 | ;;; Generated autoloads from gnus/gnus-range.el |
| 12353 | 12421 | ||
| 12354 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ | 12422 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ |
| @@ -12416,7 +12484,7 @@ Add NUM into sorted LIST by side effect. | |||
| 12416 | ;;;*** | 12484 | ;;;*** |
| 12417 | 12485 | ||
| 12418 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12486 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 12419 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17723 17911)) | 12487 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17843 45617)) |
| 12420 | ;;; Generated autoloads from gnus/gnus-registry.el | 12488 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12421 | 12489 | ||
| 12422 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ | 12490 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ |
| @@ -12432,8 +12500,8 @@ Install the registry hooks. | |||
| 12432 | ;;;*** | 12500 | ;;;*** |
| 12433 | 12501 | ||
| 12434 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12502 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 12435 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17501 | 12503 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17843 |
| 12436 | ;;;;;; 10771)) | 12504 | ;;;;;; 45617)) |
| 12437 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12505 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12438 | 12506 | ||
| 12439 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ | 12507 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ |
| @@ -12461,7 +12529,7 @@ Not documented | |||
| 12461 | ;;;*** | 12529 | ;;;*** |
| 12462 | 12530 | ||
| 12463 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 12531 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
| 12464 | ;;;;;; (17822 38984)) | 12532 | ;;;;;; (17843 45617)) |
| 12465 | ;;; Generated autoloads from gnus/gnus-soup.el | 12533 | ;;; Generated autoloads from gnus/gnus-soup.el |
| 12466 | 12534 | ||
| 12467 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 12535 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ |
| @@ -12481,7 +12549,7 @@ Note -- this function hasn't been implemented yet. | |||
| 12481 | ;;;*** | 12549 | ;;;*** |
| 12482 | 12550 | ||
| 12483 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12551 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 12484 | ;;;;;; (17398 63776)) | 12552 | ;;;;;; (17843 45617)) |
| 12485 | ;;; Generated autoloads from gnus/gnus-spec.el | 12553 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12486 | 12554 | ||
| 12487 | (autoload (quote gnus-update-format) "gnus-spec" "\ | 12555 | (autoload (quote gnus-update-format) "gnus-spec" "\ |
| @@ -12492,8 +12560,8 @@ Update the format specification near point. | |||
| 12492 | ;;;*** | 12560 | ;;;*** |
| 12493 | 12561 | ||
| 12494 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news | 12562 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news |
| 12495 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17806 | 12563 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17843 |
| 12496 | ;;;;;; 44348)) | 12564 | ;;;;;; 45617)) |
| 12497 | ;;; Generated autoloads from gnus/gnus-start.el | 12565 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12498 | 12566 | ||
| 12499 | (autoload (quote gnus-declare-backend) "gnus-start" "\ | 12567 | (autoload (quote gnus-declare-backend) "gnus-start" "\ |
| @@ -12509,7 +12577,7 @@ Not documented | |||
| 12509 | ;;;*** | 12577 | ;;;*** |
| 12510 | 12578 | ||
| 12511 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12579 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 12512 | ;;;;;; (17398 63776)) | 12580 | ;;;;;; (17843 45617)) |
| 12513 | ;;; Generated autoloads from gnus/gnus-win.el | 12581 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12514 | 12582 | ||
| 12515 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 12583 | (autoload (quote gnus-add-configuration) "gnus-win" "\ |
| @@ -12519,7 +12587,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12519 | 12587 | ||
| 12520 | ;;;*** | 12588 | ;;;*** |
| 12521 | 12589 | ||
| 12522 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17806 44352)) | 12590 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17843 45626)) |
| 12523 | ;;; Generated autoloads from play/gomoku.el | 12591 | ;;; Generated autoloads from play/gomoku.el |
| 12524 | 12592 | ||
| 12525 | (autoload (quote gomoku) "gomoku" "\ | 12593 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -12546,7 +12614,7 @@ Use \\[describe-mode] for more info. | |||
| 12546 | ;;;*** | 12614 | ;;;*** |
| 12547 | 12615 | ||
| 12548 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" | 12616 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" |
| 12549 | ;;;;;; "net/goto-addr.el" (17583 25973)) | 12617 | ;;;;;; "net/goto-addr.el" (17843 45624)) |
| 12550 | ;;; Generated autoloads from net/goto-addr.el | 12618 | ;;; Generated autoloads from net/goto-addr.el |
| 12551 | 12619 | ||
| 12552 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") | 12620 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") |
| @@ -12576,7 +12644,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 12576 | 12644 | ||
| 12577 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12645 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12578 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12646 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12579 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17648 1357)) | 12647 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17843 45628)) |
| 12580 | ;;; Generated autoloads from progmodes/grep.el | 12648 | ;;; Generated autoloads from progmodes/grep.el |
| 12581 | 12649 | ||
| 12582 | (defvar grep-window-height nil "\ | 12650 | (defvar grep-window-height nil "\ |
| @@ -12713,7 +12781,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]. | |||
| 12713 | 12781 | ||
| 12714 | ;;;*** | 12782 | ;;;*** |
| 12715 | 12783 | ||
| 12716 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17398 63767)) | 12784 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17843 45610)) |
| 12717 | ;;; Generated autoloads from gs.el | 12785 | ;;; Generated autoloads from gs.el |
| 12718 | 12786 | ||
| 12719 | (autoload (quote gs-load-image) "gs" "\ | 12787 | (autoload (quote gs-load-image) "gs" "\ |
| @@ -12727,7 +12795,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12727 | ;;;*** | 12795 | ;;;*** |
| 12728 | 12796 | ||
| 12729 | ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx | 12797 | ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx |
| 12730 | ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17806 44353)) | 12798 | ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17843 45628)) |
| 12731 | ;;; Generated autoloads from progmodes/gud.el | 12799 | ;;; Generated autoloads from progmodes/gud.el |
| 12732 | 12800 | ||
| 12733 | (autoload (quote gdb) "gud" "\ | 12801 | (autoload (quote gdb) "gud" "\ |
| @@ -12817,8 +12885,8 @@ Major mode for editing GDB scripts | |||
| 12817 | 12885 | ||
| 12818 | ;;;*** | 12886 | ;;;*** |
| 12819 | 12887 | ||
| 12820 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17806 | 12888 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17843 |
| 12821 | ;;;;;; 44352)) | 12889 | ;;;;;; 45626)) |
| 12822 | ;;; Generated autoloads from play/handwrite.el | 12890 | ;;; Generated autoloads from play/handwrite.el |
| 12823 | 12891 | ||
| 12824 | (autoload (quote handwrite) "handwrite" "\ | 12892 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -12836,7 +12904,7 @@ Variables: handwrite-linespace (default 12) | |||
| 12836 | ;;;*** | 12904 | ;;;*** |
| 12837 | 12905 | ||
| 12838 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12906 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12839 | ;;;;;; (17753 42784)) | 12907 | ;;;;;; (17743 18144)) |
| 12840 | ;;; Generated autoloads from play/hanoi.el | 12908 | ;;; Generated autoloads from play/hanoi.el |
| 12841 | 12909 | ||
| 12842 | (autoload (quote hanoi) "hanoi" "\ | 12910 | (autoload (quote hanoi) "hanoi" "\ |
| @@ -12866,7 +12934,7 @@ to be updated. | |||
| 12866 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12934 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12867 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12935 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12868 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12936 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| 12869 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17723 17909)) | 12937 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17843 45610)) |
| 12870 | ;;; Generated autoloads from help-at-pt.el | 12938 | ;;; Generated autoloads from help-at-pt.el |
| 12871 | 12939 | ||
| 12872 | (autoload (quote help-at-pt-string) "help-at-pt" "\ | 12940 | (autoload (quote help-at-pt-string) "help-at-pt" "\ |
| @@ -12996,7 +13064,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 12996 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 13064 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 12997 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name | 13065 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name |
| 12998 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" | 13066 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" |
| 12999 | ;;;;;; (17806 44340)) | 13067 | ;;;;;; (17843 45610)) |
| 13000 | ;;; Generated autoloads from help-fns.el | 13068 | ;;; Generated autoloads from help-fns.el |
| 13001 | 13069 | ||
| 13002 | (autoload (quote describe-function) "help-fns" "\ | 13070 | (autoload (quote describe-function) "help-fns" "\ |
| @@ -13053,7 +13121,7 @@ BUFFER should be a buffer or a buffer name. | |||
| 13053 | ;;;*** | 13121 | ;;;*** |
| 13054 | 13122 | ||
| 13055 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 13123 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 13056 | ;;;;;; (17806 44340)) | 13124 | ;;;;;; (17843 45610)) |
| 13057 | ;;; Generated autoloads from help-macro.el | 13125 | ;;; Generated autoloads from help-macro.el |
| 13058 | 13126 | ||
| 13059 | (defvar three-step-help nil "\ | 13127 | (defvar three-step-help nil "\ |
| @@ -13069,7 +13137,7 @@ A value of nil means skip the middle step, so that | |||
| 13069 | 13137 | ||
| 13070 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 13138 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 13071 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 13139 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 13072 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17620 26950)) | 13140 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17843 45610)) |
| 13073 | ;;; Generated autoloads from help-mode.el | 13141 | ;;; Generated autoloads from help-mode.el |
| 13074 | 13142 | ||
| 13075 | (autoload (quote help-mode) "help-mode" "\ | 13143 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -13152,7 +13220,7 @@ Add xrefs for symbols in `pp's output between FROM and TO. | |||
| 13152 | ;;;*** | 13220 | ;;;*** |
| 13153 | 13221 | ||
| 13154 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 13222 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 13155 | ;;;;;; "emacs-lisp/helper.el" (17806 44346)) | 13223 | ;;;;;; "emacs-lisp/helper.el" (17843 45615)) |
| 13156 | ;;; Generated autoloads from emacs-lisp/helper.el | 13224 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 13157 | 13225 | ||
| 13158 | (autoload (quote Helper-describe-bindings) "helper" "\ | 13226 | (autoload (quote Helper-describe-bindings) "helper" "\ |
| @@ -13168,7 +13236,7 @@ Provide help for current mode. | |||
| 13168 | ;;;*** | 13236 | ;;;*** |
| 13169 | 13237 | ||
| 13170 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 13238 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 13171 | ;;;;;; "hexl.el" (17806 44341)) | 13239 | ;;;;;; "hexl.el" (17844 62922)) |
| 13172 | ;;; Generated autoloads from hexl.el | 13240 | ;;; Generated autoloads from hexl.el |
| 13173 | 13241 | ||
| 13174 | (autoload (quote hexl-mode) "hexl" "\ | 13242 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -13265,7 +13333,7 @@ This discards the buffer's undo information. | |||
| 13265 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 13333 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 13266 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 13334 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 13267 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" | 13335 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" |
| 13268 | ;;;;;; (17398 63767)) | 13336 | ;;;;;; (17843 45610)) |
| 13269 | ;;; Generated autoloads from hi-lock.el | 13337 | ;;; Generated autoloads from hi-lock.el |
| 13270 | 13338 | ||
| 13271 | (autoload (quote hi-lock-mode) "hi-lock" "\ | 13339 | (autoload (quote hi-lock-mode) "hi-lock" "\ |
| @@ -13390,7 +13458,7 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13390 | ;;;*** | 13458 | ;;;*** |
| 13391 | 13459 | ||
| 13392 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 13460 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 13393 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17520 12668)) | 13461 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17843 45628)) |
| 13394 | ;;; Generated autoloads from progmodes/hideif.el | 13462 | ;;; Generated autoloads from progmodes/hideif.el |
| 13395 | 13463 | ||
| 13396 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 13464 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| @@ -13445,7 +13513,7 @@ how the hiding is done: | |||
| 13445 | ;;;*** | 13513 | ;;;*** |
| 13446 | 13514 | ||
| 13447 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13515 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13448 | ;;;;;; (17806 44353)) | 13516 | ;;;;;; (17843 45628)) |
| 13449 | ;;; Generated autoloads from progmodes/hideshow.el | 13517 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13450 | 13518 | ||
| 13451 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ | 13519 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ |
| @@ -13503,7 +13571,7 @@ Key bindings: | |||
| 13503 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13571 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13504 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13572 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13505 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) | 13573 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) |
| 13506 | ;;;;;; "hilit-chg" "hilit-chg.el" (17806 44341)) | 13574 | ;;;;;; "hilit-chg" "hilit-chg.el" (17843 45610)) |
| 13507 | ;;; Generated autoloads from hilit-chg.el | 13575 | ;;; Generated autoloads from hilit-chg.el |
| 13508 | 13576 | ||
| 13509 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ | 13577 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ |
| @@ -13633,7 +13701,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil). | |||
| 13633 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 13701 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 13634 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 13702 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 13635 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 13703 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 13636 | ;;;;;; "hippie-exp.el" (17806 44341)) | 13704 | ;;;;;; "hippie-exp.el" (17843 45610)) |
| 13637 | ;;; Generated autoloads from hippie-exp.el | 13705 | ;;; Generated autoloads from hippie-exp.el |
| 13638 | 13706 | ||
| 13639 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ | 13707 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ |
| @@ -13706,7 +13774,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13706 | ;;;*** | 13774 | ;;;*** |
| 13707 | 13775 | ||
| 13708 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13776 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 13709 | ;;;;;; (17657 13075)) | 13777 | ;;;;;; (17843 45610)) |
| 13710 | ;;; Generated autoloads from hl-line.el | 13778 | ;;; Generated autoloads from hl-line.el |
| 13711 | 13779 | ||
| 13712 | (autoload (quote hl-line-mode) "hl-line" "\ | 13780 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -13747,7 +13815,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13747 | ;;;*** | 13815 | ;;;*** |
| 13748 | 13816 | ||
| 13749 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 13817 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 13750 | ;;;;;; (17501 10770)) | 13818 | ;;;;;; (17843 45615)) |
| 13751 | ;;; Generated autoloads from calendar/holidays.el | 13819 | ;;; Generated autoloads from calendar/holidays.el |
| 13752 | 13820 | ||
| 13753 | (autoload (quote holidays) "holidays" "\ | 13821 | (autoload (quote holidays) "holidays" "\ |
| @@ -13783,8 +13851,35 @@ The optional LABEL is used to label the buffer created. | |||
| 13783 | 13851 | ||
| 13784 | ;;;*** | 13852 | ;;;*** |
| 13785 | 13853 | ||
| 13786 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17740 | 13854 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) |
| 13787 | ;;;;;; 22929)) | 13855 | ;;;;;; "hscroll" "obsolete/hscroll.el" (17843 45625)) |
| 13856 | ;;; Generated autoloads from obsolete/hscroll.el | ||
| 13857 | |||
| 13858 | (autoload (quote turn-on-hscroll) "hscroll" "\ | ||
| 13859 | This function is obsolete. | ||
| 13860 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13861 | Also see `automatic-hscrolling'. | ||
| 13862 | |||
| 13863 | \(fn)" nil nil) | ||
| 13864 | |||
| 13865 | (autoload (quote hscroll-mode) "hscroll" "\ | ||
| 13866 | This function is obsolete. | ||
| 13867 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13868 | Also see `automatic-hscrolling'. | ||
| 13869 | |||
| 13870 | \(fn &optional ARG)" t nil) | ||
| 13871 | |||
| 13872 | (autoload (quote hscroll-global-mode) "hscroll" "\ | ||
| 13873 | This function is obsolete. | ||
| 13874 | Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. | ||
| 13875 | Also see `automatic-hscrolling'. | ||
| 13876 | |||
| 13877 | \(fn &optional ARG)" t nil) | ||
| 13878 | |||
| 13879 | ;;;*** | ||
| 13880 | |||
| 13881 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17843 | ||
| 13882 | ;;;;;; 45617)) | ||
| 13788 | ;;; Generated autoloads from gnus/html2text.el | 13883 | ;;; Generated autoloads from gnus/html2text.el |
| 13789 | 13884 | ||
| 13790 | (autoload (quote html2text) "html2text" "\ | 13885 | (autoload (quote html2text) "html2text" "\ |
| @@ -13816,7 +13911,7 @@ Convert HTML to plain text in the current buffer. | |||
| 13816 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 13911 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 13817 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 13912 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 13818 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 13913 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 13819 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17723 17909)) | 13914 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17843 45610)) |
| 13820 | ;;; Generated autoloads from ibuf-ext.el | 13915 | ;;; Generated autoloads from ibuf-ext.el |
| 13821 | 13916 | ||
| 13822 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 13917 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -14182,8 +14277,8 @@ defaults to one. | |||
| 14182 | ;;;*** | 14277 | ;;;*** |
| 14183 | 14278 | ||
| 14184 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 14279 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 14185 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17501 | 14280 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17843 |
| 14186 | ;;;;;; 10769)) | 14281 | ;;;;;; 45610)) |
| 14187 | ;;; Generated autoloads from ibuf-macs.el | 14282 | ;;; Generated autoloads from ibuf-macs.el |
| 14188 | 14283 | ||
| 14189 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 14284 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -14272,7 +14367,7 @@ bound to the current value of the filter. | |||
| 14272 | ;;;*** | 14367 | ;;;*** |
| 14273 | 14368 | ||
| 14274 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14369 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14275 | ;;;;;; "ibuffer" "ibuffer.el" (17657 13075)) | 14370 | ;;;;;; "ibuffer" "ibuffer.el" (17843 45610)) |
| 14276 | ;;; Generated autoloads from ibuffer.el | 14371 | ;;; Generated autoloads from ibuffer.el |
| 14277 | 14372 | ||
| 14278 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 14373 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -14313,7 +14408,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 14313 | 14408 | ||
| 14314 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 14409 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 14315 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 14410 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 14316 | ;;;;;; "calendar/icalendar.el" (17806 44345)) | 14411 | ;;;;;; "calendar/icalendar.el" (17843 45615)) |
| 14317 | ;;; Generated autoloads from calendar/icalendar.el | 14412 | ;;; Generated autoloads from calendar/icalendar.el |
| 14318 | 14413 | ||
| 14319 | (autoload (quote icalendar-export-file) "icalendar" "\ | 14414 | (autoload (quote icalendar-export-file) "icalendar" "\ |
| @@ -14358,15 +14453,15 @@ NON-MARKING determines whether diary events are created as | |||
| 14358 | non-marking. | 14453 | non-marking. |
| 14359 | 14454 | ||
| 14360 | Return code t means that importing worked well, return code nil | 14455 | Return code t means that importing worked well, return code nil |
| 14361 | means that an error has occured. Error messages will be in the | 14456 | means that an error has occurred. Error messages will be in the |
| 14362 | buffer `*icalendar-errors*'. | 14457 | buffer `*icalendar-errors*'. |
| 14363 | 14458 | ||
| 14364 | \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil) | 14459 | \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil) |
| 14365 | 14460 | ||
| 14366 | ;;;*** | 14461 | ;;;*** |
| 14367 | 14462 | ||
| 14368 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17806 | 14463 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17843 |
| 14369 | ;;;;;; 44341)) | 14464 | ;;;;;; 45610)) |
| 14370 | ;;; Generated autoloads from icomplete.el | 14465 | ;;; Generated autoloads from icomplete.el |
| 14371 | 14466 | ||
| 14372 | (defvar icomplete-mode nil "\ | 14467 | (defvar icomplete-mode nil "\ |
| @@ -14386,7 +14481,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive. | |||
| 14386 | 14481 | ||
| 14387 | ;;;*** | 14482 | ;;;*** |
| 14388 | 14483 | ||
| 14389 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17398 63782)) | 14484 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17843 45628)) |
| 14390 | ;;; Generated autoloads from progmodes/icon.el | 14485 | ;;; Generated autoloads from progmodes/icon.el |
| 14391 | 14486 | ||
| 14392 | (autoload (quote icon-mode) "icon" "\ | 14487 | (autoload (quote icon-mode) "icon" "\ |
| @@ -14427,7 +14522,7 @@ with no args, if that value is non-nil. | |||
| 14427 | ;;;*** | 14522 | ;;;*** |
| 14428 | 14523 | ||
| 14429 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14524 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14430 | ;;;;;; (17806 44353)) | 14525 | ;;;;;; (17843 45628)) |
| 14431 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14526 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14432 | 14527 | ||
| 14433 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 14528 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -14453,7 +14548,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14453 | ;;;*** | 14548 | ;;;*** |
| 14454 | 14549 | ||
| 14455 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14550 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 14456 | ;;;;;; (17806 44353)) | 14551 | ;;;;;; (17843 45628)) |
| 14457 | ;;; Generated autoloads from progmodes/idlwave.el | 14552 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14458 | 14553 | ||
| 14459 | (autoload (quote idlwave-mode) "idlwave" "\ | 14554 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -14588,8 +14683,8 @@ The main features of this mode are | |||
| 14588 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14683 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14589 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14684 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14590 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14685 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14591 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17822 | 14686 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17845 |
| 14592 | ;;;;;; 38984)) | 14687 | ;;;;;; 22160)) |
| 14593 | ;;; Generated autoloads from ido.el | 14688 | ;;; Generated autoloads from ido.el |
| 14594 | 14689 | ||
| 14595 | (defvar ido-mode nil "\ | 14690 | (defvar ido-mode nil "\ |
| @@ -14850,7 +14945,7 @@ DEF, if non-nil, is the default value. | |||
| 14850 | 14945 | ||
| 14851 | ;;;*** | 14946 | ;;;*** |
| 14852 | 14947 | ||
| 14853 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17806 44341)) | 14948 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17843 45610)) |
| 14854 | ;;; Generated autoloads from ielm.el | 14949 | ;;; Generated autoloads from ielm.el |
| 14855 | (add-hook 'same-window-buffer-names "*ielm*") | 14950 | (add-hook 'same-window-buffer-names "*ielm*") |
| 14856 | 14951 | ||
| @@ -14863,7 +14958,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14863 | ;;;*** | 14958 | ;;;*** |
| 14864 | 14959 | ||
| 14865 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" | 14960 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" |
| 14866 | ;;;;;; (17806 44341)) | 14961 | ;;;;;; (17843 45610)) |
| 14867 | ;;; Generated autoloads from iimage.el | 14962 | ;;; Generated autoloads from iimage.el |
| 14868 | 14963 | ||
| 14869 | (autoload (quote turn-on-iimage-mode) "iimage" "\ | 14964 | (autoload (quote turn-on-iimage-mode) "iimage" "\ |
| @@ -14882,7 +14977,7 @@ Toggle inline image minor mode. | |||
| 14882 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p | 14977 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p |
| 14883 | ;;;;;; image-type-available-p image-type image-type-from-file-name | 14978 | ;;;;;; image-type-available-p image-type image-type-from-file-name |
| 14884 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) | 14979 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) |
| 14885 | ;;;;;; "image" "image.el" (17823 26720)) | 14980 | ;;;;;; "image" "image.el" (17843 45610)) |
| 14886 | ;;; Generated autoloads from image.el | 14981 | ;;; Generated autoloads from image.el |
| 14887 | 14982 | ||
| 14888 | (autoload (quote image-type-from-data) "image" "\ | 14983 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -15053,7 +15148,7 @@ Example: | |||
| 15053 | 15148 | ||
| 15054 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 15149 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 15055 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 15150 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 15056 | ;;;;;; "image-file.el" (17398 63767)) | 15151 | ;;;;;; "image-file.el" (17843 45610)) |
| 15057 | ;;; Generated autoloads from image-file.el | 15152 | ;;; Generated autoloads from image-file.el |
| 15058 | 15153 | ||
| 15059 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 15154 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| @@ -15115,7 +15210,7 @@ Image files are those whose name has an extension in | |||
| 15115 | ;;;*** | 15210 | ;;;*** |
| 15116 | 15211 | ||
| 15117 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) | 15212 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) |
| 15118 | ;;;;;; "image-mode" "image-mode.el" (17657 13075)) | 15213 | ;;;;;; "image-mode" "image-mode.el" (17843 45610)) |
| 15119 | ;;; Generated autoloads from image-mode.el | 15214 | ;;; Generated autoloads from image-mode.el |
| 15120 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) | 15215 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) |
| 15121 | (push '("\\.png\\'" . image-mode) auto-mode-alist) | 15216 | (push '("\\.png\\'" . image-mode) auto-mode-alist) |
| @@ -15153,7 +15248,7 @@ information on these modes. | |||
| 15153 | ;;;*** | 15248 | ;;;*** |
| 15154 | 15249 | ||
| 15155 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 15250 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 15156 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17806 44341)) | 15251 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17843 45610)) |
| 15157 | ;;; Generated autoloads from imenu.el | 15252 | ;;; Generated autoloads from imenu.el |
| 15158 | 15253 | ||
| 15159 | (defvar imenu-sort-function nil "\ | 15254 | (defvar imenu-sort-function nil "\ |
| @@ -15268,7 +15363,7 @@ for more information. | |||
| 15268 | 15363 | ||
| 15269 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 15364 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion |
| 15270 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 15365 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 15271 | ;;;;;; "ind-util" "language/ind-util.el" (17806 44351)) | 15366 | ;;;;;; "ind-util" "language/ind-util.el" (17843 45620)) |
| 15272 | ;;; Generated autoloads from language/ind-util.el | 15367 | ;;; Generated autoloads from language/ind-util.el |
| 15273 | 15368 | ||
| 15274 | (autoload (quote indian-compose-region) "ind-util" "\ | 15369 | (autoload (quote indian-compose-region) "ind-util" "\ |
| @@ -15311,7 +15406,7 @@ See also the function `indian-glyph-char'. | |||
| 15311 | 15406 | ||
| 15312 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15407 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 15313 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15408 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 15314 | ;;;;;; "progmodes/inf-lisp.el" (17538 6423)) | 15409 | ;;;;;; "progmodes/inf-lisp.el" (17843 45628)) |
| 15315 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15410 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15316 | 15411 | ||
| 15317 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 15412 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -15378,7 +15473,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15378 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 15473 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 15379 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index | 15474 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index |
| 15380 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual | 15475 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual |
| 15381 | ;;;;;; info info-other-window) "info" "info.el" (17806 44342)) | 15476 | ;;;;;; info info-other-window) "info" "info.el" (17843 45610)) |
| 15382 | ;;; Generated autoloads from info.el | 15477 | ;;; Generated autoloads from info.el |
| 15383 | 15478 | ||
| 15384 | (autoload (quote info-other-window) "info" "\ | 15479 | (autoload (quote info-other-window) "info" "\ |
| @@ -15544,7 +15639,7 @@ This will add a speedbar major display mode. | |||
| 15544 | 15639 | ||
| 15545 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15640 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15546 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15641 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15547 | ;;;;;; (17806 44342)) | 15642 | ;;;;;; (17843 45610)) |
| 15548 | ;;; Generated autoloads from info-look.el | 15643 | ;;; Generated autoloads from info-look.el |
| 15549 | 15644 | ||
| 15550 | (autoload (quote info-lookup-reset) "info-look" "\ | 15645 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -15592,7 +15687,7 @@ Perform completion on file preceding point. | |||
| 15592 | ;;;*** | 15687 | ;;;*** |
| 15593 | 15688 | ||
| 15594 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all | 15689 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all |
| 15595 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17520 12667)) | 15690 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17843 45610)) |
| 15596 | ;;; Generated autoloads from info-xref.el | 15691 | ;;; Generated autoloads from info-xref.el |
| 15597 | 15692 | ||
| 15598 | (autoload (quote info-xref-check) "info-xref" "\ | 15693 | (autoload (quote info-xref-check) "info-xref" "\ |
| @@ -15619,7 +15714,7 @@ quite a while. | |||
| 15619 | ;;;*** | 15714 | ;;;*** |
| 15620 | 15715 | ||
| 15621 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) | 15716 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) |
| 15622 | ;;;;;; "informat" "informat.el" (17806 44342)) | 15717 | ;;;;;; "informat" "informat.el" (17843 45610)) |
| 15623 | ;;; Generated autoloads from informat.el | 15718 | ;;; Generated autoloads from informat.el |
| 15624 | 15719 | ||
| 15625 | (autoload (quote Info-tagify) "informat" "\ | 15720 | (autoload (quote Info-tagify) "informat" "\ |
| @@ -15660,7 +15755,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15660 | 15755 | ||
| 15661 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15756 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15662 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15757 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15663 | ;;;;;; (17806 44349)) | 15758 | ;;;;;; (17843 45618)) |
| 15664 | ;;; Generated autoloads from international/isearch-x.el | 15759 | ;;; Generated autoloads from international/isearch-x.el |
| 15665 | 15760 | ||
| 15666 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 15761 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ |
| @@ -15680,8 +15775,8 @@ Not documented | |||
| 15680 | 15775 | ||
| 15681 | ;;;*** | 15776 | ;;;*** |
| 15682 | 15777 | ||
| 15683 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17806 | 15778 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17843 |
| 15684 | ;;;;;; 44342)) | 15779 | ;;;;;; 45610)) |
| 15685 | ;;; Generated autoloads from isearchb.el | 15780 | ;;; Generated autoloads from isearchb.el |
| 15686 | 15781 | ||
| 15687 | (autoload (quote isearchb-activate) "isearchb" "\ | 15782 | (autoload (quote isearchb-activate) "isearchb" "\ |
| @@ -15694,10 +15789,41 @@ accessed via isearchb. | |||
| 15694 | 15789 | ||
| 15695 | ;;;*** | 15790 | ;;;*** |
| 15696 | 15791 | ||
| 15792 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" | ||
| 15793 | ;;;;;; (17843 45625)) | ||
| 15794 | ;;; Generated autoloads from obsolete/iso-acc.el | ||
| 15795 | |||
| 15796 | (autoload (quote iso-accents-mode) "iso-acc" "\ | ||
| 15797 | Toggle ISO Accents mode, in which accents modify the following letter. | ||
| 15798 | This permits easy insertion of accented characters according to ISO-8859-1. | ||
| 15799 | When Iso-accents mode is enabled, accent character keys | ||
| 15800 | \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following | ||
| 15801 | letter key so that it inserts an ISO accented letter. | ||
| 15802 | |||
| 15803 | You can customize ISO Accents mode to a particular language | ||
| 15804 | with the command `iso-accents-customize'. | ||
| 15805 | |||
| 15806 | Special combinations: ~c gives a c with cedilla, | ||
| 15807 | ~d gives an Icelandic eth (d with dash). | ||
| 15808 | ~t gives an Icelandic thorn. | ||
| 15809 | \"s gives German sharp s. | ||
| 15810 | /a gives a with ring. | ||
| 15811 | /e gives an a-e ligature. | ||
| 15812 | ~< and ~> give guillemots. | ||
| 15813 | ~! gives an inverted exclamation mark. | ||
| 15814 | ~? gives an inverted question mark. | ||
| 15815 | |||
| 15816 | With an argument, a positive argument enables ISO Accents mode, | ||
| 15817 | and a negative argument disables it. | ||
| 15818 | |||
| 15819 | \(fn &optional ARG)" t nil) | ||
| 15820 | |||
| 15821 | ;;;*** | ||
| 15822 | |||
| 15697 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15823 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 15698 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15824 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 15699 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15825 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 15700 | ;;;;;; "international/iso-cvt.el" (17806 44349)) | 15826 | ;;;;;; "international/iso-cvt.el" (17843 45618)) |
| 15701 | ;;; Generated autoloads from international/iso-cvt.el | 15827 | ;;; Generated autoloads from international/iso-cvt.el |
| 15702 | 15828 | ||
| 15703 | (autoload (quote iso-spanish) "iso-cvt" "\ | 15829 | (autoload (quote iso-spanish) "iso-cvt" "\ |
| @@ -15781,7 +15907,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15781 | ;;;*** | 15907 | ;;;*** |
| 15782 | 15908 | ||
| 15783 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15909 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 15784 | ;;;;;; (17806 44349)) | 15910 | ;;;;;; (17843 45618)) |
| 15785 | ;;; Generated autoloads from international/iso-transl.el | 15911 | ;;; Generated autoloads from international/iso-transl.el |
| 15786 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 15912 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 15787 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15913 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -15794,7 +15920,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15794 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15920 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15795 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist | 15921 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist |
| 15796 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 15922 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 15797 | ;;;;;; (17753 42786)) | 15923 | ;;;;;; (17843 45630)) |
| 15798 | ;;; Generated autoloads from textmodes/ispell.el | 15924 | ;;; Generated autoloads from textmodes/ispell.el |
| 15799 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15925 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| 15800 | 15926 | ||
| @@ -15820,11 +15946,11 @@ re-start Emacs.") | |||
| 15820 | 15946 | ||
| 15821 | (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) | 15947 | (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) |
| 15822 | 15948 | ||
| 15823 | (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1)))) | 15949 | (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1)))) |
| 15824 | 15950 | ||
| 15825 | (setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1)))) | 15951 | (setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1)))) |
| 15826 | 15952 | ||
| 15827 | (setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "." nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) | 15953 | (setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[.]" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) |
| 15828 | 15954 | ||
| 15829 | (setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) | 15955 | (setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) |
| 15830 | 15956 | ||
| @@ -16082,8 +16208,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16082 | 16208 | ||
| 16083 | ;;;*** | 16209 | ;;;*** |
| 16084 | 16210 | ||
| 16085 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17822 | 16211 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17827 |
| 16086 | ;;;;;; 38984)) | 16212 | ;;;;;; 37446)) |
| 16087 | ;;; Generated autoloads from iswitchb.el | 16213 | ;;; Generated autoloads from iswitchb.el |
| 16088 | 16214 | ||
| 16089 | (defvar iswitchb-mode nil "\ | 16215 | (defvar iswitchb-mode nil "\ |
| @@ -16108,7 +16234,7 @@ This mode enables switching between buffers using substrings. See | |||
| 16108 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 16234 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 16109 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 16235 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 16110 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 16236 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 16111 | ;;;;;; "japan-util" "language/japan-util.el" (17806 44351)) | 16237 | ;;;;;; "japan-util" "language/japan-util.el" (17843 45620)) |
| 16112 | ;;; Generated autoloads from language/japan-util.el | 16238 | ;;; Generated autoloads from language/japan-util.el |
| 16113 | 16239 | ||
| 16114 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ | 16240 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ |
| @@ -16186,7 +16312,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 16186 | ;;;*** | 16312 | ;;;*** |
| 16187 | 16313 | ||
| 16188 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 16314 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 16189 | ;;;;;; "jka-compr.el" (17806 44342)) | 16315 | ;;;;;; "jka-compr.el" (17843 45610)) |
| 16190 | ;;; Generated autoloads from jka-compr.el | 16316 | ;;; Generated autoloads from jka-compr.el |
| 16191 | 16317 | ||
| 16192 | (defvar jka-compr-inhibit nil "\ | 16318 | (defvar jka-compr-inhibit nil "\ |
| @@ -16211,7 +16337,7 @@ by `jka-compr-installed'. | |||
| 16211 | 16337 | ||
| 16212 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 16338 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 16213 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 16339 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 16214 | ;;;;;; (17398 63773)) | 16340 | ;;;;;; (17838 18033)) |
| 16215 | ;;; Generated autoloads from emulation/keypad.el | 16341 | ;;; Generated autoloads from emulation/keypad.el |
| 16216 | 16342 | ||
| 16217 | (defvar keypad-setup nil "\ | 16343 | (defvar keypad-setup nil "\ |
| @@ -16243,9 +16369,9 @@ decimal key must be specified.") | |||
| 16243 | (custom-autoload (quote keypad-numlock-shifted-setup) "keypad" nil) | 16369 | (custom-autoload (quote keypad-numlock-shifted-setup) "keypad" nil) |
| 16244 | 16370 | ||
| 16245 | (autoload (quote keypad-setup) "keypad" "\ | 16371 | (autoload (quote keypad-setup) "keypad" "\ |
| 16246 | Set keypad bindings in function-key-map according to SETUP. | 16372 | Set keypad bindings in `function-key-map' according to SETUP. |
| 16247 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings | 16373 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings |
| 16248 | are changed. Otherwise, the NumLock Off bindings are changed. | 16374 | are changed. Otherwise, the NumLock Off bindings are changed. |
| 16249 | If optional third argument SHIFT is non-nil, the shifted keypad | 16375 | If optional third argument SHIFT is non-nil, the shifted keypad |
| 16250 | keys are bound. | 16376 | keys are bound. |
| 16251 | 16377 | ||
| @@ -16267,7 +16393,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 16267 | ;;;*** | 16393 | ;;;*** |
| 16268 | 16394 | ||
| 16269 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 16395 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 16270 | ;;;;;; (17806 44349)) | 16396 | ;;;;;; (17843 45618)) |
| 16271 | ;;; Generated autoloads from international/kinsoku.el | 16397 | ;;; Generated autoloads from international/kinsoku.el |
| 16272 | 16398 | ||
| 16273 | (autoload (quote kinsoku) "kinsoku" "\ | 16399 | (autoload (quote kinsoku) "kinsoku" "\ |
| @@ -16288,8 +16414,8 @@ the context of text formatting. | |||
| 16288 | 16414 | ||
| 16289 | ;;;*** | 16415 | ;;;*** |
| 16290 | 16416 | ||
| 16291 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17806 | 16417 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17843 |
| 16292 | ;;;;;; 44349)) | 16418 | ;;;;;; 45618)) |
| 16293 | ;;; Generated autoloads from international/kkc.el | 16419 | ;;; Generated autoloads from international/kkc.el |
| 16294 | 16420 | ||
| 16295 | (defvar kkc-after-update-conversion-functions nil "\ | 16421 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16314,7 +16440,7 @@ and the return value is the length of the conversion. | |||
| 16314 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16440 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16315 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16441 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16316 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" | 16442 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" |
| 16317 | ;;;;;; "kmacro.el" (17806 44342)) | 16443 | ;;;;;; "kmacro.el" (17838 18033)) |
| 16318 | ;;; Generated autoloads from kmacro.el | 16444 | ;;; Generated autoloads from kmacro.el |
| 16319 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16445 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16320 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16446 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16387,7 +16513,7 @@ the current value of `kmacro-counter'). | |||
| 16387 | 16513 | ||
| 16388 | When defining/executing macro, inserts macro counter and increments | 16514 | When defining/executing macro, inserts macro counter and increments |
| 16389 | the counter with ARG or 1 if missing. With \\[universal-argument], | 16515 | the counter with ARG or 1 if missing. With \\[universal-argument], |
| 16390 | inserts previous kmacro-counter (but do not modify counter). | 16516 | inserts previous `kmacro-counter' (but do not modify counter). |
| 16391 | 16517 | ||
| 16392 | The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter]. | 16518 | The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter]. |
| 16393 | The format of the counter can be modified via \\[kmacro-set-format]. | 16519 | The format of the counter can be modified via \\[kmacro-set-format]. |
| @@ -16421,7 +16547,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 16421 | 16547 | ||
| 16422 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string | 16548 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string |
| 16423 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" | 16549 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" |
| 16424 | ;;;;;; (17806 44351)) | 16550 | ;;;;;; (17843 45620)) |
| 16425 | ;;; Generated autoloads from language/knd-util.el | 16551 | ;;; Generated autoloads from language/knd-util.el |
| 16426 | 16552 | ||
| 16427 | (defconst kannada-consonant "[\x51f75-\x51fb9]") | 16553 | (defconst kannada-consonant "[\x51f75-\x51fb9]") |
| @@ -16444,7 +16570,7 @@ Not documented | |||
| 16444 | ;;;*** | 16570 | ;;;*** |
| 16445 | 16571 | ||
| 16446 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16572 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16447 | ;;;;;; "language/korea-util.el" (17806 44351)) | 16573 | ;;;;;; "language/korea-util.el" (17843 45620)) |
| 16448 | ;;; Generated autoloads from language/korea-util.el | 16574 | ;;; Generated autoloads from language/korea-util.el |
| 16449 | 16575 | ||
| 16450 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 16576 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| @@ -16459,7 +16585,7 @@ Not documented | |||
| 16459 | ;;;*** | 16585 | ;;;*** |
| 16460 | 16586 | ||
| 16461 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 16587 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 16462 | ;;;;;; (17806 44352)) | 16588 | ;;;;;; (17843 45626)) |
| 16463 | ;;; Generated autoloads from play/landmark.el | 16589 | ;;; Generated autoloads from play/landmark.el |
| 16464 | 16590 | ||
| 16465 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 16591 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -16493,8 +16619,8 @@ Use \\[describe-mode] for more info. | |||
| 16493 | 16619 | ||
| 16494 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 16620 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 16495 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 16621 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 16496 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17806 | 16622 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17843 |
| 16497 | ;;;;;; 44351)) | 16623 | ;;;;;; 45620)) |
| 16498 | ;;; Generated autoloads from language/lao-util.el | 16624 | ;;; Generated autoloads from language/lao-util.el |
| 16499 | 16625 | ||
| 16500 | (autoload (quote lao-compose-string) "lao-util" "\ | 16626 | (autoload (quote lao-compose-string) "lao-util" "\ |
| @@ -16543,7 +16669,7 @@ Not documented | |||
| 16543 | 16669 | ||
| 16544 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16670 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 16545 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16671 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 16546 | ;;;;;; "latexenc" "international/latexenc.el" (17723 17912)) | 16672 | ;;;;;; "latexenc" "international/latexenc.el" (17843 45618)) |
| 16547 | ;;; Generated autoloads from international/latexenc.el | 16673 | ;;; Generated autoloads from international/latexenc.el |
| 16548 | 16674 | ||
| 16549 | (defvar latex-inputenc-coding-alist (quote (("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))) "\ | 16675 | (defvar latex-inputenc-coding-alist (quote (("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))) "\ |
| @@ -16575,7 +16701,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16575 | ;;;*** | 16701 | ;;;*** |
| 16576 | 16702 | ||
| 16577 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16703 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 16578 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17806 44349)) | 16704 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17843 45619)) |
| 16579 | ;;; Generated autoloads from international/latin1-disp.el | 16705 | ;;; Generated autoloads from international/latin1-disp.el |
| 16580 | 16706 | ||
| 16581 | (defvar latin1-display nil "\ | 16707 | (defvar latin1-display nil "\ |
| @@ -16618,8 +16744,76 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16618 | 16744 | ||
| 16619 | ;;;*** | 16745 | ;;;*** |
| 16620 | 16746 | ||
| 16747 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | ||
| 16748 | ;;;;;; "obsolete/lazy-lock.el" (17843 45625)) | ||
| 16749 | ;;; Generated autoloads from obsolete/lazy-lock.el | ||
| 16750 | |||
| 16751 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | ||
| 16752 | Toggle Lazy Lock mode. | ||
| 16753 | With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it | ||
| 16754 | automatically in your `~/.emacs' by: | ||
| 16755 | |||
| 16756 | (setq font-lock-support-mode 'lazy-lock-mode) | ||
| 16757 | |||
| 16758 | For a newer font-lock support mode with similar functionality, see | ||
| 16759 | `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in | ||
| 16760 | JIT Lock's favor. | ||
| 16761 | |||
| 16762 | When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: | ||
| 16763 | |||
| 16764 | - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil. | ||
| 16765 | This means initial fontification does not occur if the buffer is greater than | ||
| 16766 | `lazy-lock-minimum-size' characters in length. Instead, fontification occurs | ||
| 16767 | when necessary, such as when scrolling through the buffer would otherwise | ||
| 16768 | reveal unfontified areas. This is useful if buffer fontification is too slow | ||
| 16769 | for large buffers. | ||
| 16770 | |||
| 16771 | - Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil. | ||
| 16772 | This means demand-driven fontification does not occur as you scroll. | ||
| 16773 | Instead, fontification is deferred until after `lazy-lock-defer-time' seconds | ||
| 16774 | of Emacs idle time, while Emacs remains idle. This is useful if | ||
| 16775 | fontification is too slow to keep up with scrolling. | ||
| 16776 | |||
| 16777 | - Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil. | ||
| 16778 | This means on-the-fly fontification does not occur as you type. Instead, | ||
| 16779 | fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs | ||
| 16780 | idle time, while Emacs remains idle. This is useful if fontification is too | ||
| 16781 | slow to keep up with your typing. | ||
| 16782 | |||
| 16783 | - Deferred context fontification if `lazy-lock-defer-contextually' is non-nil. | ||
| 16784 | This means fontification updates the buffer corresponding to true syntactic | ||
| 16785 | context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs | ||
| 16786 | remains idle. Otherwise, fontification occurs on modified lines only, and | ||
| 16787 | subsequent lines can remain fontified corresponding to previous syntactic | ||
| 16788 | contexts. This is useful where strings or comments span lines. | ||
| 16789 | |||
| 16790 | - Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil. | ||
| 16791 | This means remaining unfontified areas of buffers are fontified if Emacs has | ||
| 16792 | been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. | ||
| 16793 | This is useful if any buffer has any deferred fontification. | ||
| 16794 | |||
| 16795 | Basic Font Lock mode on-the-fly fontification behavior fontifies modified | ||
| 16796 | lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode | ||
| 16797 | on-the-fly fontification may fontify differently, albeit correctly. In any | ||
| 16798 | event, to refontify some lines you can use \\[font-lock-fontify-block]. | ||
| 16799 | |||
| 16800 | Stealth fontification only occurs while the system remains unloaded. | ||
| 16801 | If the system load rises above `lazy-lock-stealth-load' percent, stealth | ||
| 16802 | fontification is suspended. Stealth fontification intensity is controlled via | ||
| 16803 | the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and | ||
| 16804 | verbosity is controlled via the variable `lazy-lock-stealth-verbose'. | ||
| 16805 | |||
| 16806 | \(fn &optional ARG)" t nil) | ||
| 16807 | |||
| 16808 | (autoload (quote turn-on-lazy-lock) "lazy-lock" "\ | ||
| 16809 | Unconditionally turn on Lazy Lock mode. | ||
| 16810 | |||
| 16811 | \(fn)" nil nil) | ||
| 16812 | |||
| 16813 | ;;;*** | ||
| 16814 | |||
| 16621 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16815 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16622 | ;;;;;; (17806 44353)) | 16816 | ;;;;;; (17843 45628)) |
| 16623 | ;;; Generated autoloads from progmodes/ld-script.el | 16817 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16624 | 16818 | ||
| 16625 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) | 16819 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) |
| @@ -16634,7 +16828,7 @@ A major mode to edit GNU ld script files | |||
| 16634 | ;;;*** | 16828 | ;;;*** |
| 16635 | 16829 | ||
| 16636 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 16830 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 16637 | ;;;;;; (17806 44342)) | 16831 | ;;;;;; (17843 45610)) |
| 16638 | ;;; Generated autoloads from ledit.el | 16832 | ;;; Generated autoloads from ledit.el |
| 16639 | 16833 | ||
| 16640 | (defconst ledit-save-files t "\ | 16834 | (defconst ledit-save-files t "\ |
| @@ -16669,7 +16863,7 @@ Not documented | |||
| 16669 | 16863 | ||
| 16670 | ;;;*** | 16864 | ;;;*** |
| 16671 | 16865 | ||
| 16672 | ;;;### (autoloads (life) "life" "play/life.el" (17723 17914)) | 16866 | ;;;### (autoloads (life) "life" "play/life.el" (17843 45626)) |
| 16673 | ;;; Generated autoloads from play/life.el | 16867 | ;;; Generated autoloads from play/life.el |
| 16674 | 16868 | ||
| 16675 | (autoload (quote life) "life" "\ | 16869 | (autoload (quote life) "life" "\ |
| @@ -16682,8 +16876,8 @@ generations (this defaults to 1). | |||
| 16682 | 16876 | ||
| 16683 | ;;;*** | 16877 | ;;;*** |
| 16684 | 16878 | ||
| 16685 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17806 | 16879 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17843 |
| 16686 | ;;;;;; 44342)) | 16880 | ;;;;;; 45610)) |
| 16687 | ;;; Generated autoloads from loadhist.el | 16881 | ;;; Generated autoloads from loadhist.el |
| 16688 | 16882 | ||
| 16689 | (autoload (quote unload-feature) "loadhist" "\ | 16883 | (autoload (quote unload-feature) "loadhist" "\ |
| @@ -16706,7 +16900,7 @@ such as redefining an Emacs function. | |||
| 16706 | ;;;*** | 16900 | ;;;*** |
| 16707 | 16901 | ||
| 16708 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16902 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 16709 | ;;;;;; "locate" "locate.el" (17806 44342)) | 16903 | ;;;;;; "locate" "locate.el" (17843 45610)) |
| 16710 | ;;; Generated autoloads from locate.el | 16904 | ;;; Generated autoloads from locate.el |
| 16711 | 16905 | ||
| 16712 | (defvar locate-ls-subdir-switches "-al" "\ | 16906 | (defvar locate-ls-subdir-switches "-al" "\ |
| @@ -16753,7 +16947,7 @@ except that FILTER is not optional. | |||
| 16753 | 16947 | ||
| 16754 | ;;;*** | 16948 | ;;;*** |
| 16755 | 16949 | ||
| 16756 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17806 44342)) | 16950 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17843 45610)) |
| 16757 | ;;; Generated autoloads from log-edit.el | 16951 | ;;; Generated autoloads from log-edit.el |
| 16758 | 16952 | ||
| 16759 | (autoload (quote log-edit) "log-edit" "\ | 16953 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -16774,8 +16968,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 16774 | 16968 | ||
| 16775 | ;;;*** | 16969 | ;;;*** |
| 16776 | 16970 | ||
| 16777 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17501 | 16971 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17843 |
| 16778 | ;;;;;; 10769)) | 16972 | ;;;;;; 45610)) |
| 16779 | ;;; Generated autoloads from log-view.el | 16973 | ;;; Generated autoloads from log-view.el |
| 16780 | 16974 | ||
| 16781 | (autoload (quote log-view-mode) "log-view" "\ | 16975 | (autoload (quote log-view-mode) "log-view" "\ |
| @@ -16785,8 +16979,8 @@ Major mode for browsing CVS log output. | |||
| 16785 | 16979 | ||
| 16786 | ;;;*** | 16980 | ;;;*** |
| 16787 | 16981 | ||
| 16788 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17806 | 16982 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17843 |
| 16789 | ;;;;;; 44343)) | 16983 | ;;;;;; 45610)) |
| 16790 | ;;; Generated autoloads from longlines.el | 16984 | ;;; Generated autoloads from longlines.el |
| 16791 | 16985 | ||
| 16792 | (autoload (quote longlines-mode) "longlines" "\ | 16986 | (autoload (quote longlines-mode) "longlines" "\ |
| @@ -16807,8 +17001,8 @@ are indicated with a symbol. | |||
| 16807 | ;;;*** | 17001 | ;;;*** |
| 16808 | 17002 | ||
| 16809 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 17003 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16810 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17723 | 17004 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17843 |
| 16811 | ;;;;;; 17910)) | 17005 | ;;;;;; 45610)) |
| 16812 | ;;; Generated autoloads from lpr.el | 17006 | ;;; Generated autoloads from lpr.el |
| 16813 | 17007 | ||
| 16814 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 17008 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) |
| @@ -16902,7 +17096,7 @@ for further customization of the printer command. | |||
| 16902 | ;;;*** | 17096 | ;;;*** |
| 16903 | 17097 | ||
| 16904 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 17098 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 16905 | ;;;;;; (17806 44343)) | 17099 | ;;;;;; (17843 45610)) |
| 16906 | ;;; Generated autoloads from ls-lisp.el | 17100 | ;;; Generated autoloads from ls-lisp.el |
| 16907 | 17101 | ||
| 16908 | (defvar ls-lisp-support-shell-wildcards t "\ | 17102 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -16913,8 +17107,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 16913 | 17107 | ||
| 16914 | ;;;*** | 17108 | ;;;*** |
| 16915 | 17109 | ||
| 16916 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17398 | 17110 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17843 |
| 16917 | ;;;;;; 63772)) | 17111 | ;;;;;; 45615)) |
| 16918 | ;;; Generated autoloads from calendar/lunar.el | 17112 | ;;; Generated autoloads from calendar/lunar.el |
| 16919 | 17113 | ||
| 16920 | (autoload (quote phases-of-moon) "lunar" "\ | 17114 | (autoload (quote phases-of-moon) "lunar" "\ |
| @@ -16927,8 +17121,8 @@ This function is suitable for execution in a .emacs file. | |||
| 16927 | 17121 | ||
| 16928 | ;;;*** | 17122 | ;;;*** |
| 16929 | 17123 | ||
| 16930 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17398 | 17124 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17843 |
| 16931 | ;;;;;; 63782)) | 17125 | ;;;;;; 45628)) |
| 16932 | ;;; Generated autoloads from progmodes/m4-mode.el | 17126 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 16933 | 17127 | ||
| 16934 | (autoload (quote m4-mode) "m4-mode" "\ | 17128 | (autoload (quote m4-mode) "m4-mode" "\ |
| @@ -16940,7 +17134,7 @@ A major mode to edit m4 macro files. | |||
| 16940 | ;;;*** | 17134 | ;;;*** |
| 16941 | 17135 | ||
| 16942 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 17136 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 16943 | ;;;;;; (17398 63773)) | 17137 | ;;;;;; (17843 45615)) |
| 16944 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 17138 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 16945 | 17139 | ||
| 16946 | (autoload (quote macroexpand-all) "macroexp" "\ | 17140 | (autoload (quote macroexpand-all) "macroexp" "\ |
| @@ -16954,7 +17148,7 @@ definitions to shadow the loaded ones for use in file byte-compilation. | |||
| 16954 | ;;;*** | 17148 | ;;;*** |
| 16955 | 17149 | ||
| 16956 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 17150 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 16957 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17806 44343)) | 17151 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17843 45611)) |
| 16958 | ;;; Generated autoloads from macros.el | 17152 | ;;; Generated autoloads from macros.el |
| 16959 | 17153 | ||
| 16960 | (autoload (quote name-last-kbd-macro) "macros" "\ | 17154 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -17043,7 +17237,7 @@ and then select the region of un-tablified names and use | |||
| 17043 | ;;;*** | 17237 | ;;;*** |
| 17044 | 17238 | ||
| 17045 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 17239 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 17046 | ;;;;;; "mail/mail-extr.el" (17398 63778)) | 17240 | ;;;;;; "mail/mail-extr.el" (17843 45621)) |
| 17047 | ;;; Generated autoloads from mail/mail-extr.el | 17241 | ;;; Generated autoloads from mail/mail-extr.el |
| 17048 | 17242 | ||
| 17049 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 17243 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -17075,7 +17269,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17075 | 17269 | ||
| 17076 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 17270 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 17077 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 17271 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 17078 | ;;;;;; (17806 44351)) | 17272 | ;;;;;; (17843 45621)) |
| 17079 | ;;; Generated autoloads from mail/mail-hist.el | 17273 | ;;; Generated autoloads from mail/mail-hist.el |
| 17080 | 17274 | ||
| 17081 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ | 17275 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ |
| @@ -17106,8 +17300,8 @@ This function normally would be called when the message is sent. | |||
| 17106 | 17300 | ||
| 17107 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 17301 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 17108 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 17302 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 17109 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17398 | 17303 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17843 |
| 17110 | ;;;;;; 63778)) | 17304 | ;;;;;; 45621)) |
| 17111 | ;;; Generated autoloads from mail/mail-utils.el | 17305 | ;;; Generated autoloads from mail/mail-utils.el |
| 17112 | 17306 | ||
| 17113 | (defvar mail-use-rfc822 nil "\ | 17307 | (defvar mail-use-rfc822 nil "\ |
| @@ -17159,7 +17353,7 @@ If 4th arg LIST is non-nil, return a list of all such fields. | |||
| 17159 | ;;;*** | 17353 | ;;;*** |
| 17160 | 17354 | ||
| 17161 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 17355 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 17162 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17806 44351)) | 17356 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17843 45621)) |
| 17163 | ;;; Generated autoloads from mail/mailabbrev.el | 17357 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17164 | 17358 | ||
| 17165 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 17359 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -17182,8 +17376,8 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 17182 | ;;;*** | 17376 | ;;;*** |
| 17183 | 17377 | ||
| 17184 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 17378 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 17185 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17806 | 17379 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17843 |
| 17186 | ;;;;;; 44351)) | 17380 | ;;;;;; 45621)) |
| 17187 | ;;; Generated autoloads from mail/mailalias.el | 17381 | ;;; Generated autoloads from mail/mailalias.el |
| 17188 | 17382 | ||
| 17189 | (defvar mail-complete-style (quote angles) "\ | 17383 | (defvar mail-complete-style (quote angles) "\ |
| @@ -17229,7 +17423,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any. | |||
| 17229 | ;;;*** | 17423 | ;;;*** |
| 17230 | 17424 | ||
| 17231 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 17425 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 17232 | ;;;;;; (17398 63778)) | 17426 | ;;;;;; (17843 45621)) |
| 17233 | ;;; Generated autoloads from mail/mailclient.el | 17427 | ;;; Generated autoloads from mail/mailclient.el |
| 17234 | 17428 | ||
| 17235 | (autoload (quote mailclient-send-it) "mailclient" "\ | 17429 | (autoload (quote mailclient-send-it) "mailclient" "\ |
| @@ -17243,7 +17437,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17243 | 17437 | ||
| 17244 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17438 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17245 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17439 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17246 | ;;;;;; "make-mode" "progmodes/make-mode.el" (17723 17915)) | 17440 | ;;;;;; "make-mode" "progmodes/make-mode.el" (17843 45628)) |
| 17247 | ;;; Generated autoloads from progmodes/make-mode.el | 17441 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17248 | 17442 | ||
| 17249 | (autoload (quote makefile-mode) "make-mode" "\ | 17443 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -17360,8 +17554,8 @@ An adapted `makefile-mode' that knows about imake. | |||
| 17360 | 17554 | ||
| 17361 | ;;;*** | 17555 | ;;;*** |
| 17362 | 17556 | ||
| 17363 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17806 | 17557 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17843 |
| 17364 | ;;;;;; 44343)) | 17558 | ;;;;;; 45611)) |
| 17365 | ;;; Generated autoloads from makesum.el | 17559 | ;;; Generated autoloads from makesum.el |
| 17366 | 17560 | ||
| 17367 | (autoload (quote make-command-summary) "makesum" "\ | 17561 | (autoload (quote make-command-summary) "makesum" "\ |
| @@ -17372,7 +17566,7 @@ Previous contents of that buffer are killed first. | |||
| 17372 | 17566 | ||
| 17373 | ;;;*** | 17567 | ;;;*** |
| 17374 | 17568 | ||
| 17375 | ;;;### (autoloads (man-follow man) "man" "man.el" (17806 44343)) | 17569 | ;;;### (autoloads (man-follow man) "man" "man.el" (17843 45611)) |
| 17376 | ;;; Generated autoloads from man.el | 17570 | ;;; Generated autoloads from man.el |
| 17377 | 17571 | ||
| 17378 | (defalias (quote manual-entry) (quote man)) | 17572 | (defalias (quote manual-entry) (quote man)) |
| @@ -17399,7 +17593,7 @@ Get a Un*x manual page of the item under point and put it in a buffer. | |||
| 17399 | 17593 | ||
| 17400 | ;;;*** | 17594 | ;;;*** |
| 17401 | 17595 | ||
| 17402 | ;;;### (autoloads (master-mode) "master" "master.el" (17806 44343)) | 17596 | ;;;### (autoloads (master-mode) "master" "master.el" (17843 45611)) |
| 17403 | ;;; Generated autoloads from master.el | 17597 | ;;; Generated autoloads from master.el |
| 17404 | 17598 | ||
| 17405 | (autoload (quote master-mode) "master" "\ | 17599 | (autoload (quote master-mode) "master" "\ |
| @@ -17421,8 +17615,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17421 | 17615 | ||
| 17422 | ;;;*** | 17616 | ;;;*** |
| 17423 | 17617 | ||
| 17424 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17806 | 17618 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17843 |
| 17425 | ;;;;;; 44343)) | 17619 | ;;;;;; 45611)) |
| 17426 | ;;; Generated autoloads from menu-bar.el | 17620 | ;;; Generated autoloads from menu-bar.el |
| 17427 | 17621 | ||
| 17428 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 17622 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -17457,7 +17651,7 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 17457 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function | 17651 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function |
| 17458 | ;;;;;; message-send-mail-function message-user-organization-file | 17652 | ;;;;;; message-send-mail-function message-user-organization-file |
| 17459 | ;;;;;; message-signature-separator message-from-style) "message" | 17653 | ;;;;;; message-signature-separator message-from-style) "message" |
| 17460 | ;;;;;; "gnus/message.el" (17822 38985)) | 17654 | ;;;;;; "gnus/message.el" (17843 45617)) |
| 17461 | ;;; Generated autoloads from gnus/message.el | 17655 | ;;; Generated autoloads from gnus/message.el |
| 17462 | 17656 | ||
| 17463 | (defvar message-from-style (quote default) "\ | 17657 | (defvar message-from-style (quote default) "\ |
| @@ -17711,7 +17905,7 @@ which specify the range to operate on. | |||
| 17711 | ;;;*** | 17905 | ;;;*** |
| 17712 | 17906 | ||
| 17713 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17907 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 17714 | ;;;;;; (17398 63782)) | 17908 | ;;;;;; (17843 45629)) |
| 17715 | ;;; Generated autoloads from progmodes/meta-mode.el | 17909 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 17716 | 17910 | ||
| 17717 | (autoload (quote metafont-mode) "meta-mode" "\ | 17911 | (autoload (quote metafont-mode) "meta-mode" "\ |
| @@ -17738,7 +17932,7 @@ Turning on MetaPost mode calls the value of the variable | |||
| 17738 | 17932 | ||
| 17739 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17933 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 17740 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17934 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 17741 | ;;;;;; (17806 44351)) | 17935 | ;;;;;; (17843 45621)) |
| 17742 | ;;; Generated autoloads from mail/metamail.el | 17936 | ;;; Generated autoloads from mail/metamail.el |
| 17743 | 17937 | ||
| 17744 | (autoload (quote metamail-interpret-header) "metamail" "\ | 17938 | (autoload (quote metamail-interpret-header) "metamail" "\ |
| @@ -17783,7 +17977,7 @@ redisplayed as output is inserted. | |||
| 17783 | 17977 | ||
| 17784 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 17978 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17785 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 17979 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17786 | ;;;;;; "mh-e/mh-comp.el" (17723 17913)) | 17980 | ;;;;;; "mh-e/mh-comp.el" (17843 45622)) |
| 17787 | ;;; Generated autoloads from mh-e/mh-comp.el | 17981 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17788 | 17982 | ||
| 17789 | (autoload (quote mh-smail) "mh-comp" "\ | 17983 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -17870,7 +18064,7 @@ delete the draft message. | |||
| 17870 | 18064 | ||
| 17871 | ;;;*** | 18065 | ;;;*** |
| 17872 | 18066 | ||
| 17873 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17753 42784)) | 18067 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17843 45622)) |
| 17874 | ;;; Generated autoloads from mh-e/mh-e.el | 18068 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17875 | 18069 | ||
| 17876 | (put (quote mh-progs) (quote risky-local-variable) t) | 18070 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -17887,7 +18081,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 17887 | ;;;*** | 18081 | ;;;*** |
| 17888 | 18082 | ||
| 17889 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 18083 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 17890 | ;;;;;; "mh-e/mh-folder.el" (17501 10773)) | 18084 | ;;;;;; "mh-e/mh-folder.el" (17843 45622)) |
| 17891 | ;;; Generated autoloads from mh-e/mh-folder.el | 18085 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 17892 | 18086 | ||
| 17893 | (autoload (quote mh-rmail) "mh-folder" "\ | 18087 | (autoload (quote mh-rmail) "mh-folder" "\ |
| @@ -17969,7 +18163,7 @@ perform the operation on all messages in that region. | |||
| 17969 | ;;;*** | 18163 | ;;;*** |
| 17970 | 18164 | ||
| 17971 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 18165 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 17972 | ;;;;;; "midnight.el" (17806 44343)) | 18166 | ;;;;;; "midnight.el" (17843 45611)) |
| 17973 | ;;; Generated autoloads from midnight.el | 18167 | ;;; Generated autoloads from midnight.el |
| 17974 | 18168 | ||
| 17975 | (autoload (quote clean-buffer-list) "midnight" "\ | 18169 | (autoload (quote clean-buffer-list) "midnight" "\ |
| @@ -17996,7 +18190,7 @@ to its second argument TM. | |||
| 17996 | ;;;*** | 18190 | ;;;*** |
| 17997 | 18191 | ||
| 17998 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 18192 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 17999 | ;;;;;; "minibuf-eldef.el" (17398 63768)) | 18193 | ;;;;;; "minibuf-eldef.el" (17843 45611)) |
| 18000 | ;;; Generated autoloads from minibuf-eldef.el | 18194 | ;;; Generated autoloads from minibuf-eldef.el |
| 18001 | 18195 | ||
| 18002 | (defvar minibuffer-electric-default-mode nil "\ | 18196 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18024,7 +18218,7 @@ Returns non-nil if the new state is enabled. | |||
| 18024 | ;;;*** | 18218 | ;;;*** |
| 18025 | 18219 | ||
| 18026 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 18220 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 18027 | ;;;;;; (17398 63782)) | 18221 | ;;;;;; (17843 45629)) |
| 18028 | ;;; Generated autoloads from progmodes/mixal-mode.el | 18222 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 18029 | 18223 | ||
| 18030 | (autoload (quote mixal-mode) "mixal-mode" "\ | 18224 | (autoload (quote mixal-mode) "mixal-mode" "\ |
| @@ -18039,7 +18233,7 @@ Major mode for the mixal asm language. | |||
| 18039 | 18233 | ||
| 18040 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion | 18234 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion |
| 18041 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" | 18235 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" |
| 18042 | ;;;;;; (17806 44351)) | 18236 | ;;;;;; (17843 45620)) |
| 18043 | ;;; Generated autoloads from language/mlm-util.el | 18237 | ;;; Generated autoloads from language/mlm-util.el |
| 18044 | 18238 | ||
| 18045 | (autoload (quote malayalam-compose-region) "mlm-util" "\ | 18239 | (autoload (quote malayalam-compose-region) "mlm-util" "\ |
| @@ -18062,7 +18256,7 @@ PATTERN regexp. | |||
| 18062 | ;;;*** | 18256 | ;;;*** |
| 18063 | 18257 | ||
| 18064 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) | 18258 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) |
| 18065 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (17632 59497)) | 18259 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (17843 45617)) |
| 18066 | ;;; Generated autoloads from gnus/mm-extern.el | 18260 | ;;; Generated autoloads from gnus/mm-extern.el |
| 18067 | 18261 | ||
| 18068 | (autoload (quote mm-extern-cache-contents) "mm-extern" "\ | 18262 | (autoload (quote mm-extern-cache-contents) "mm-extern" "\ |
| @@ -18081,7 +18275,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18081 | ;;;*** | 18275 | ;;;*** |
| 18082 | 18276 | ||
| 18083 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 18277 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 18084 | ;;;;;; (17398 63777)) | 18278 | ;;;;;; (17843 45617)) |
| 18085 | ;;; Generated autoloads from gnus/mm-partial.el | 18279 | ;;; Generated autoloads from gnus/mm-partial.el |
| 18086 | 18280 | ||
| 18087 | (autoload (quote mm-inline-partial) "mm-partial" "\ | 18281 | (autoload (quote mm-inline-partial) "mm-partial" "\ |
| @@ -18095,7 +18289,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18095 | ;;;*** | 18289 | ;;;*** |
| 18096 | 18290 | ||
| 18097 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 18291 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 18098 | ;;;;;; "mm-url" "gnus/mm-url.el" (17806 44348)) | 18292 | ;;;;;; "mm-url" "gnus/mm-url.el" (17843 45617)) |
| 18099 | ;;; Generated autoloads from gnus/mm-url.el | 18293 | ;;; Generated autoloads from gnus/mm-url.el |
| 18100 | 18294 | ||
| 18101 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ | 18295 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ |
| @@ -18112,7 +18306,7 @@ Insert file contents of URL using `mm-url-program'. | |||
| 18112 | ;;;*** | 18306 | ;;;*** |
| 18113 | 18307 | ||
| 18114 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 18308 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 18115 | ;;;;;; "gnus/mm-uu.el" (17806 44348)) | 18309 | ;;;;;; "gnus/mm-uu.el" (17843 45617)) |
| 18116 | ;;; Generated autoloads from gnus/mm-uu.el | 18310 | ;;; Generated autoloads from gnus/mm-uu.el |
| 18117 | 18311 | ||
| 18118 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | 18312 | (autoload (quote mm-uu-dissect) "mm-uu" "\ |
| @@ -18132,7 +18326,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 18132 | ;;;*** | 18326 | ;;;*** |
| 18133 | 18327 | ||
| 18134 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 18328 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 18135 | ;;;;;; (17501 10771)) | 18329 | ;;;;;; (17843 45617)) |
| 18136 | ;;; Generated autoloads from gnus/mml1991.el | 18330 | ;;; Generated autoloads from gnus/mml1991.el |
| 18137 | 18331 | ||
| 18138 | (autoload (quote mml1991-encrypt) "mml1991" "\ | 18332 | (autoload (quote mml1991-encrypt) "mml1991" "\ |
| @@ -18149,7 +18343,7 @@ Not documented | |||
| 18149 | 18343 | ||
| 18150 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 18344 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 18151 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 18345 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 18152 | ;;;;;; "mml2015" "gnus/mml2015.el" (17806 44348)) | 18346 | ;;;;;; "mml2015" "gnus/mml2015.el" (17843 45617)) |
| 18153 | ;;; Generated autoloads from gnus/mml2015.el | 18347 | ;;; Generated autoloads from gnus/mml2015.el |
| 18154 | 18348 | ||
| 18155 | (autoload (quote mml2015-decrypt) "mml2015" "\ | 18349 | (autoload (quote mml2015-decrypt) "mml2015" "\ |
| @@ -18190,7 +18384,7 @@ Not documented | |||
| 18190 | ;;;*** | 18384 | ;;;*** |
| 18191 | 18385 | ||
| 18192 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 18386 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 18193 | ;;;;;; (17289 39206)) | 18387 | ;;;;;; (17276 54295)) |
| 18194 | ;;; Generated autoloads from progmodes/modula2.el | 18388 | ;;; Generated autoloads from progmodes/modula2.el |
| 18195 | 18389 | ||
| 18196 | (autoload (quote modula-2-mode) "modula2" "\ | 18390 | (autoload (quote modula-2-mode) "modula2" "\ |
| @@ -18222,7 +18416,7 @@ followed by the first character of the construct. | |||
| 18222 | ;;;*** | 18416 | ;;;*** |
| 18223 | 18417 | ||
| 18224 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 18418 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 18225 | ;;;;;; (17806 44352)) | 18419 | ;;;;;; (17843 45626)) |
| 18226 | ;;; Generated autoloads from play/morse.el | 18420 | ;;; Generated autoloads from play/morse.el |
| 18227 | 18421 | ||
| 18228 | (autoload (quote morse-region) "morse" "\ | 18422 | (autoload (quote morse-region) "morse" "\ |
| @@ -18237,8 +18431,8 @@ Convert morse coded text in region to ordinary ASCII text. | |||
| 18237 | 18431 | ||
| 18238 | ;;;*** | 18432 | ;;;*** |
| 18239 | 18433 | ||
| 18240 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17806 | 18434 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17843 |
| 18241 | ;;;;;; 44343)) | 18435 | ;;;;;; 45611)) |
| 18242 | ;;; Generated autoloads from mouse-sel.el | 18436 | ;;; Generated autoloads from mouse-sel.el |
| 18243 | 18437 | ||
| 18244 | (defvar mouse-sel-mode nil "\ | 18438 | (defvar mouse-sel-mode nil "\ |
| @@ -18290,7 +18484,7 @@ primary selection and region. | |||
| 18290 | 18484 | ||
| 18291 | ;;;*** | 18485 | ;;;*** |
| 18292 | 18486 | ||
| 18293 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17806 44352)) | 18487 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17843 45626)) |
| 18294 | ;;; Generated autoloads from play/mpuz.el | 18488 | ;;; Generated autoloads from play/mpuz.el |
| 18295 | 18489 | ||
| 18296 | (autoload (quote mpuz) "mpuz" "\ | 18490 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -18300,7 +18494,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 18300 | 18494 | ||
| 18301 | ;;;*** | 18495 | ;;;*** |
| 18302 | 18496 | ||
| 18303 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17575 33470)) | 18497 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17843 45611)) |
| 18304 | ;;; Generated autoloads from msb.el | 18498 | ;;; Generated autoloads from msb.el |
| 18305 | 18499 | ||
| 18306 | (defvar msb-mode nil "\ | 18500 | (defvar msb-mode nil "\ |
| @@ -18327,7 +18521,7 @@ different buffer menu using the function `msb'. | |||
| 18327 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18521 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 18328 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18522 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 18329 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18523 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 18330 | ;;;;;; (17806 44349)) | 18524 | ;;;;;; (17843 45619)) |
| 18331 | ;;; Generated autoloads from international/mule-diag.el | 18525 | ;;; Generated autoloads from international/mule-diag.el |
| 18332 | 18526 | ||
| 18333 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ | 18527 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ |
| @@ -18501,7 +18695,7 @@ system which uses fontsets). | |||
| 18501 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18695 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 18502 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18696 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 18503 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 18697 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 18504 | ;;;;;; "mule-util" "international/mule-util.el" (17806 44349)) | 18698 | ;;;;;; "mule-util" "international/mule-util.el" (17843 45619)) |
| 18505 | ;;; Generated autoloads from international/mule-util.el | 18699 | ;;; Generated autoloads from international/mule-util.el |
| 18506 | 18700 | ||
| 18507 | (autoload (quote string-to-sequence) "mule-util" "\ | 18701 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -18630,7 +18824,7 @@ basis, this may not be accurate. | |||
| 18630 | ;;;*** | 18824 | ;;;*** |
| 18631 | 18825 | ||
| 18632 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 18826 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 18633 | ;;;;;; (17509 55587)) | 18827 | ;;;;;; (17843 45611)) |
| 18634 | ;;; Generated autoloads from mwheel.el | 18828 | ;;; Generated autoloads from mwheel.el |
| 18635 | 18829 | ||
| 18636 | (defvar mouse-wheel-mode nil "\ | 18830 | (defvar mouse-wheel-mode nil "\ |
| @@ -18659,7 +18853,7 @@ Enable mouse wheel support. | |||
| 18659 | ;;;### (autoloads (network-connection network-connection-to-service | 18853 | ;;;### (autoloads (network-connection network-connection-to-service |
| 18660 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18854 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 18661 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) | 18855 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) |
| 18662 | ;;;;;; "net-utils" "net/net-utils.el" (17398 63778)) | 18856 | ;;;;;; "net-utils" "net/net-utils.el" (17843 45624)) |
| 18663 | ;;; Generated autoloads from net/net-utils.el | 18857 | ;;; Generated autoloads from net/net-utils.el |
| 18664 | 18858 | ||
| 18665 | (autoload (quote traceroute) "net-utils" "\ | 18859 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -18755,7 +18949,7 @@ Open a network connection to HOST on PORT. | |||
| 18755 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18949 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 18756 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 18950 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 18757 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 18951 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 18758 | ;;;;;; "newcomment.el" (17806 44343)) | 18952 | ;;;;;; "newcomment.el" (17843 45611)) |
| 18759 | ;;; Generated autoloads from newcomment.el | 18953 | ;;; Generated autoloads from newcomment.el |
| 18760 | 18954 | ||
| 18761 | (defalias (quote indent-for-comment) (quote comment-indent)) | 18955 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -18951,7 +19145,7 @@ unless optional argument SOFT is non-nil. | |||
| 18951 | 19145 | ||
| 18952 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start | 19146 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start |
| 18953 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" | 19147 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" |
| 18954 | ;;;;;; "net/newsticker.el" (17398 63779)) | 19148 | ;;;;;; "net/newsticker.el" (17843 45624)) |
| 18955 | ;;; Generated autoloads from net/newsticker.el | 19149 | ;;; Generated autoloads from net/newsticker.el |
| 18956 | 19150 | ||
| 18957 | (autoload (quote newsticker-running-p) "newsticker" "\ | 19151 | (autoload (quote newsticker-running-p) "newsticker" "\ |
| @@ -18993,7 +19187,7 @@ Switch to newsticker buffer. You may want to bind this to a key. | |||
| 18993 | ;;;*** | 19187 | ;;;*** |
| 18994 | 19188 | ||
| 18995 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 19189 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 18996 | ;;;;;; (17740 22929)) | 19190 | ;;;;;; (17843 45617)) |
| 18997 | ;;; Generated autoloads from gnus/nndiary.el | 19191 | ;;; Generated autoloads from gnus/nndiary.el |
| 18998 | 19192 | ||
| 18999 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ | 19193 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ |
| @@ -19003,8 +19197,8 @@ Generate NOV databases in all nndiary directories. | |||
| 19003 | 19197 | ||
| 19004 | ;;;*** | 19198 | ;;;*** |
| 19005 | 19199 | ||
| 19006 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17398 | 19200 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17843 |
| 19007 | ;;;;;; 63777)) | 19201 | ;;;;;; 45617)) |
| 19008 | ;;; Generated autoloads from gnus/nndoc.el | 19202 | ;;; Generated autoloads from gnus/nndoc.el |
| 19009 | 19203 | ||
| 19010 | (autoload (quote nndoc-add-type) "nndoc" "\ | 19204 | (autoload (quote nndoc-add-type) "nndoc" "\ |
| @@ -19019,7 +19213,7 @@ symbol in the alist. | |||
| 19019 | ;;;*** | 19213 | ;;;*** |
| 19020 | 19214 | ||
| 19021 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 19215 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 19022 | ;;;;;; (17398 63777)) | 19216 | ;;;;;; (17843 45617)) |
| 19023 | ;;; Generated autoloads from gnus/nnfolder.el | 19217 | ;;; Generated autoloads from gnus/nnfolder.el |
| 19024 | 19218 | ||
| 19025 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 19219 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -19031,7 +19225,7 @@ This command does not work if you use short group names. | |||
| 19031 | ;;;*** | 19225 | ;;;*** |
| 19032 | 19226 | ||
| 19033 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" | 19227 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" |
| 19034 | ;;;;;; (17806 44348)) | 19228 | ;;;;;; (17843 45617)) |
| 19035 | ;;; Generated autoloads from gnus/nnkiboze.el | 19229 | ;;; Generated autoloads from gnus/nnkiboze.el |
| 19036 | 19230 | ||
| 19037 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ | 19231 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ |
| @@ -19043,7 +19237,7 @@ Finds out what articles are to be part of the nnkiboze groups. | |||
| 19043 | ;;;*** | 19237 | ;;;*** |
| 19044 | 19238 | ||
| 19045 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 19239 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 19046 | ;;;;;; (17398 63777)) | 19240 | ;;;;;; (17843 45617)) |
| 19047 | ;;; Generated autoloads from gnus/nnml.el | 19241 | ;;; Generated autoloads from gnus/nnml.el |
| 19048 | 19242 | ||
| 19049 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 19243 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
| @@ -19054,7 +19248,7 @@ Generate NOV databases in all nnml directories. | |||
| 19054 | ;;;*** | 19248 | ;;;*** |
| 19055 | 19249 | ||
| 19056 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 19250 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 19057 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17740 22929)) | 19251 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17843 45617)) |
| 19058 | ;;; Generated autoloads from gnus/nnsoup.el | 19252 | ;;; Generated autoloads from gnus/nnsoup.el |
| 19059 | 19253 | ||
| 19060 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 19254 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
| @@ -19075,7 +19269,7 @@ Revert posting and mailing methods to the standard Emacs methods. | |||
| 19075 | ;;;*** | 19269 | ;;;*** |
| 19076 | 19270 | ||
| 19077 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19271 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19078 | ;;;;;; "novice" "novice.el" (17806 44343)) | 19272 | ;;;;;; "novice" "novice.el" (17843 45611)) |
| 19079 | ;;; Generated autoloads from novice.el | 19273 | ;;; Generated autoloads from novice.el |
| 19080 | 19274 | ||
| 19081 | (defvar disabled-command-function (quote disabled-command-function) "\ | 19275 | (defvar disabled-command-function (quote disabled-command-function) "\ |
| @@ -19108,7 +19302,7 @@ to future sessions. | |||
| 19108 | ;;;*** | 19302 | ;;;*** |
| 19109 | 19303 | ||
| 19110 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 19304 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 19111 | ;;;;;; (17398 63784)) | 19305 | ;;;;;; (17843 45630)) |
| 19112 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19306 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19113 | 19307 | ||
| 19114 | (autoload (quote nroff-mode) "nroff-mode" "\ | 19308 | (autoload (quote nroff-mode) "nroff-mode" "\ |
| @@ -19123,7 +19317,7 @@ closing requests for requests that are used in matched pairs. | |||
| 19123 | ;;;*** | 19317 | ;;;*** |
| 19124 | 19318 | ||
| 19125 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" | 19319 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" |
| 19126 | ;;;;;; (17398 63783)) | 19320 | ;;;;;; (17843 45629)) |
| 19127 | ;;; Generated autoloads from progmodes/octave-hlp.el | 19321 | ;;; Generated autoloads from progmodes/octave-hlp.el |
| 19128 | 19322 | ||
| 19129 | (autoload (quote octave-help) "octave-hlp" "\ | 19323 | (autoload (quote octave-help) "octave-hlp" "\ |
| @@ -19137,7 +19331,7 @@ If KEY is not a string, prompt for it with completion. | |||
| 19137 | ;;;*** | 19331 | ;;;*** |
| 19138 | 19332 | ||
| 19139 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19333 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19140 | ;;;;;; (17735 59805)) | 19334 | ;;;;;; (17843 45629)) |
| 19141 | ;;; Generated autoloads from progmodes/octave-inf.el | 19335 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19142 | 19336 | ||
| 19143 | (autoload (quote inferior-octave) "octave-inf" "\ | 19337 | (autoload (quote inferior-octave) "octave-inf" "\ |
| @@ -19160,7 +19354,7 @@ startup file, `~/.emacs-octave'. | |||
| 19160 | ;;;*** | 19354 | ;;;*** |
| 19161 | 19355 | ||
| 19162 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19356 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19163 | ;;;;;; (17806 44353)) | 19357 | ;;;;;; (17843 45629)) |
| 19164 | ;;; Generated autoloads from progmodes/octave-mod.el | 19358 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19165 | 19359 | ||
| 19166 | (autoload (quote octave-mode) "octave-mod" "\ | 19360 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -19258,13 +19452,35 @@ including a reproducible test case and send the message. | |||
| 19258 | 19452 | ||
| 19259 | ;;;*** | 19453 | ;;;*** |
| 19260 | 19454 | ||
| 19455 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" | ||
| 19456 | ;;;;;; (17843 45625)) | ||
| 19457 | ;;; Generated autoloads from obsolete/options.el | ||
| 19458 | |||
| 19459 | (autoload (quote list-options) "options" "\ | ||
| 19460 | Display a list of Emacs user options, with values and documentation. | ||
| 19461 | It is now better to use Customize instead. | ||
| 19462 | |||
| 19463 | \(fn)" t nil) | ||
| 19464 | |||
| 19465 | (autoload (quote edit-options) "options" "\ | ||
| 19466 | Edit a list of Emacs user option values. | ||
| 19467 | Selects a buffer containing such a list, | ||
| 19468 | in which there are commands to set the option values. | ||
| 19469 | Type \\[describe-mode] in that buffer for a list of commands. | ||
| 19470 | |||
| 19471 | The Custom feature is intended to make this obsolete. | ||
| 19472 | |||
| 19473 | \(fn)" t nil) | ||
| 19474 | |||
| 19475 | ;;;*** | ||
| 19476 | |||
| 19261 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files | 19477 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files |
| 19262 | ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl | 19478 | ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl |
| 19263 | ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation | 19479 | ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation |
| 19264 | ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files | 19480 | ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files |
| 19265 | ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda | 19481 | ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda |
| 19266 | ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" | 19482 | ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" |
| 19267 | ;;;;;; (17806 44354)) | 19483 | ;;;;;; (17843 45630)) |
| 19268 | ;;; Generated autoloads from textmodes/org.el | 19484 | ;;; Generated autoloads from textmodes/org.el |
| 19269 | 19485 | ||
| 19270 | (autoload (quote org-mode) "org" "\ | 19486 | (autoload (quote org-mode) "org" "\ |
| @@ -19532,7 +19748,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 19532 | ;;;*** | 19748 | ;;;*** |
| 19533 | 19749 | ||
| 19534 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 19750 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 19535 | ;;;;;; (17806 44344)) | 19751 | ;;;;;; (17843 45611)) |
| 19536 | ;;; Generated autoloads from outline.el | 19752 | ;;; Generated autoloads from outline.el |
| 19537 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) | 19753 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) |
| 19538 | 19754 | ||
| @@ -19588,8 +19804,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 19588 | 19804 | ||
| 19589 | ;;;*** | 19805 | ;;;*** |
| 19590 | 19806 | ||
| 19591 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17501 | 19807 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17843 |
| 19592 | ;;;;;; 10775)) | 19808 | ;;;;;; 45630)) |
| 19593 | ;;; Generated autoloads from textmodes/paragraphs.el | 19809 | ;;; Generated autoloads from textmodes/paragraphs.el |
| 19594 | (put 'paragraph-start 'safe-local-variable 'stringp) | 19810 | (put 'paragraph-start 'safe-local-variable 'stringp) |
| 19595 | (put 'paragraph-separate 'safe-local-variable 'stringp) | 19811 | (put 'paragraph-separate 'safe-local-variable 'stringp) |
| @@ -19603,7 +19819,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 19603 | 19819 | ||
| 19604 | ;;;*** | 19820 | ;;;*** |
| 19605 | 19821 | ||
| 19606 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17806 44344)) | 19822 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17843 45611)) |
| 19607 | ;;; Generated autoloads from paren.el | 19823 | ;;; Generated autoloads from paren.el |
| 19608 | 19824 | ||
| 19609 | (defvar show-paren-mode nil "\ | 19825 | (defvar show-paren-mode nil "\ |
| @@ -19628,7 +19844,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time. | |||
| 19628 | ;;;*** | 19844 | ;;;*** |
| 19629 | 19845 | ||
| 19630 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 19846 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 19631 | ;;;;;; (17398 63772)) | 19847 | ;;;;;; (17843 45615)) |
| 19632 | ;;; Generated autoloads from calendar/parse-time.el | 19848 | ;;; Generated autoloads from calendar/parse-time.el |
| 19633 | 19849 | ||
| 19634 | (autoload (quote parse-time-string) "parse-time" "\ | 19850 | (autoload (quote parse-time-string) "parse-time" "\ |
| @@ -19640,8 +19856,8 @@ unknown are returned as nil. | |||
| 19640 | 19856 | ||
| 19641 | ;;;*** | 19857 | ;;;*** |
| 19642 | 19858 | ||
| 19643 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17398 | 19859 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17843 |
| 19644 | ;;;;;; 63783)) | 19860 | ;;;;;; 45629)) |
| 19645 | ;;; Generated autoloads from progmodes/pascal.el | 19861 | ;;; Generated autoloads from progmodes/pascal.el |
| 19646 | 19862 | ||
| 19647 | (autoload (quote pascal-mode) "pascal" "\ | 19863 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -19694,7 +19910,7 @@ no args, if that value is non-nil. | |||
| 19694 | ;;;*** | 19910 | ;;;*** |
| 19695 | 19911 | ||
| 19696 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 19912 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 19697 | ;;;;;; (17806 44346)) | 19913 | ;;;;;; (17843 45615)) |
| 19698 | ;;; Generated autoloads from emulation/pc-mode.el | 19914 | ;;; Generated autoloads from emulation/pc-mode.el |
| 19699 | 19915 | ||
| 19700 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 19916 | (autoload (quote pc-bindings-mode) "pc-mode" "\ |
| @@ -19712,7 +19928,7 @@ C-Escape does list-buffers. | |||
| 19712 | ;;;*** | 19928 | ;;;*** |
| 19713 | 19929 | ||
| 19714 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 19930 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 19715 | ;;;;;; "emulation/pc-select.el" (17398 63773)) | 19931 | ;;;;;; "emulation/pc-select.el" (17843 45615)) |
| 19716 | ;;; Generated autoloads from emulation/pc-select.el | 19932 | ;;; Generated autoloads from emulation/pc-select.el |
| 19717 | 19933 | ||
| 19718 | (defvar pc-selection-mode nil "\ | 19934 | (defvar pc-selection-mode nil "\ |
| @@ -19788,8 +20004,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].") | |||
| 19788 | 20004 | ||
| 19789 | ;;;*** | 20005 | ;;;*** |
| 19790 | 20006 | ||
| 19791 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17806 | 20007 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17843 |
| 19792 | ;;;;;; 44344)) | 20008 | ;;;;;; 45611)) |
| 19793 | ;;; Generated autoloads from pcmpl-cvs.el | 20009 | ;;; Generated autoloads from pcmpl-cvs.el |
| 19794 | 20010 | ||
| 19795 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 20011 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ |
| @@ -19800,7 +20016,7 @@ Completion rules for the `cvs' command. | |||
| 19800 | ;;;*** | 20016 | ;;;*** |
| 19801 | 20017 | ||
| 19802 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 20018 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 19803 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17806 44344)) | 20019 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17843 45611)) |
| 19804 | ;;; Generated autoloads from pcmpl-gnu.el | 20020 | ;;; Generated autoloads from pcmpl-gnu.el |
| 19805 | 20021 | ||
| 19806 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ | 20022 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ |
| @@ -19828,7 +20044,7 @@ Completion for the GNU tar utility. | |||
| 19828 | ;;;*** | 20044 | ;;;*** |
| 19829 | 20045 | ||
| 19830 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 20046 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 19831 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17806 44344)) | 20047 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17843 45611)) |
| 19832 | ;;; Generated autoloads from pcmpl-linux.el | 20048 | ;;; Generated autoloads from pcmpl-linux.el |
| 19833 | 20049 | ||
| 19834 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 20050 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
| @@ -19848,8 +20064,8 @@ Completion for GNU/Linux `mount'. | |||
| 19848 | 20064 | ||
| 19849 | ;;;*** | 20065 | ;;;*** |
| 19850 | 20066 | ||
| 19851 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17806 | 20067 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17843 |
| 19852 | ;;;;;; 44344)) | 20068 | ;;;;;; 45611)) |
| 19853 | ;;; Generated autoloads from pcmpl-rpm.el | 20069 | ;;; Generated autoloads from pcmpl-rpm.el |
| 19854 | 20070 | ||
| 19855 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 20071 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
| @@ -19865,7 +20081,7 @@ You can use \\[eshell-report-bug] to do so. | |||
| 19865 | 20081 | ||
| 19866 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 20082 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 19867 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 20083 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 19868 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17806 44344)) | 20084 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17843 45611)) |
| 19869 | ;;; Generated autoloads from pcmpl-unix.el | 20085 | ;;; Generated autoloads from pcmpl-unix.el |
| 19870 | 20086 | ||
| 19871 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 20087 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
| @@ -19911,8 +20127,8 @@ Completion for the `chgrp' command. | |||
| 19911 | 20127 | ||
| 19912 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 20128 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 19913 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 20129 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 19914 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17501 | 20130 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17843 |
| 19915 | ;;;;;; 10769)) | 20131 | ;;;;;; 45611)) |
| 19916 | ;;; Generated autoloads from pcomplete.el | 20132 | ;;; Generated autoloads from pcomplete.el |
| 19917 | 20133 | ||
| 19918 | (autoload (quote pcomplete) "pcomplete" "\ | 20134 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -19971,7 +20187,7 @@ Setup shell-mode to use pcomplete. | |||
| 19971 | 20187 | ||
| 19972 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 20188 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 19973 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 20189 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 19974 | ;;;;;; "pcvs.el" (17806 44344)) | 20190 | ;;;;;; "pcvs.el" (17843 45612)) |
| 19975 | ;;; Generated autoloads from pcvs.el | 20191 | ;;; Generated autoloads from pcvs.el |
| 19976 | 20192 | ||
| 19977 | (autoload (quote cvs-checkout) "pcvs" "\ | 20193 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -20048,7 +20264,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20048 | 20264 | ||
| 20049 | ;;;*** | 20265 | ;;;*** |
| 20050 | 20266 | ||
| 20051 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17806 44344)) | 20267 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17843 45611)) |
| 20052 | ;;; Generated autoloads from pcvs-defs.el | 20268 | ;;; Generated autoloads from pcvs-defs.el |
| 20053 | 20269 | ||
| 20054 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) | 20270 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) |
| @@ -20056,7 +20272,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20056 | ;;;*** | 20272 | ;;;*** |
| 20057 | 20273 | ||
| 20058 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 20274 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 20059 | ;;;;;; (17501 10775)) | 20275 | ;;;;;; (17843 45629)) |
| 20060 | ;;; Generated autoloads from progmodes/perl-mode.el | 20276 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20061 | 20277 | ||
| 20062 | (autoload (quote perl-mode) "perl-mode" "\ | 20278 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -20114,7 +20330,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 20114 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key | 20330 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key |
| 20115 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt | 20331 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt |
| 20116 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region | 20332 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region |
| 20117 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17723 17910)) | 20333 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17843 45612)) |
| 20118 | ;;; Generated autoloads from pgg.el | 20334 | ;;; Generated autoloads from pgg.el |
| 20119 | 20335 | ||
| 20120 | (autoload (quote pgg-encrypt-region) "pgg" "\ | 20336 | (autoload (quote pgg-encrypt-region) "pgg" "\ |
| @@ -20248,7 +20464,7 @@ Import public keys in the current buffer. | |||
| 20248 | ;;;*** | 20464 | ;;;*** |
| 20249 | 20465 | ||
| 20250 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" | 20466 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" |
| 20251 | ;;;;;; (17822 38984)) | 20467 | ;;;;;; (17843 45612)) |
| 20252 | ;;; Generated autoloads from pgg-gpg.el | 20468 | ;;; Generated autoloads from pgg-gpg.el |
| 20253 | 20469 | ||
| 20254 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ | 20470 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ |
| @@ -20259,7 +20475,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | |||
| 20259 | ;;;*** | 20475 | ;;;*** |
| 20260 | 20476 | ||
| 20261 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 20477 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 20262 | ;;;;;; (17806 44354)) | 20478 | ;;;;;; (17843 45630)) |
| 20263 | ;;; Generated autoloads from textmodes/picture.el | 20479 | ;;; Generated autoloads from textmodes/picture.el |
| 20264 | 20480 | ||
| 20265 | (autoload (quote picture-mode) "picture" "\ | 20481 | (autoload (quote picture-mode) "picture" "\ |
| @@ -20340,7 +20556,7 @@ they are not defaultly assigned to keys. | |||
| 20340 | ;;;*** | 20556 | ;;;*** |
| 20341 | 20557 | ||
| 20342 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20558 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 20343 | ;;;;;; (17620 26953)) | 20559 | ;;;;;; (17843 45630)) |
| 20344 | ;;; Generated autoloads from textmodes/po.el | 20560 | ;;; Generated autoloads from textmodes/po.el |
| 20345 | 20561 | ||
| 20346 | (autoload (quote po-find-file-coding-system) "po" "\ | 20562 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -20351,7 +20567,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 20351 | 20567 | ||
| 20352 | ;;;*** | 20568 | ;;;*** |
| 20353 | 20569 | ||
| 20354 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17546 35258)) | 20570 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17843 45626)) |
| 20355 | ;;; Generated autoloads from play/pong.el | 20571 | ;;; Generated autoloads from play/pong.el |
| 20356 | 20572 | ||
| 20357 | (autoload (quote pong) "pong" "\ | 20573 | (autoload (quote pong) "pong" "\ |
| @@ -20368,7 +20584,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 20368 | ;;;*** | 20584 | ;;;*** |
| 20369 | 20585 | ||
| 20370 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer | 20586 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer |
| 20371 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17740 22929)) | 20587 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17843 45615)) |
| 20372 | ;;; Generated autoloads from emacs-lisp/pp.el | 20588 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 20373 | 20589 | ||
| 20374 | (autoload (quote pp-to-string) "pp" "\ | 20590 | (autoload (quote pp-to-string) "pp" "\ |
| @@ -20392,15 +20608,10 @@ Output stream is STREAM, or value of `standard-output' (which see). | |||
| 20392 | \(fn OBJECT &optional STREAM)" nil nil) | 20608 | \(fn OBJECT &optional STREAM)" nil nil) |
| 20393 | 20609 | ||
| 20394 | (autoload (quote pp-eval-expression) "pp" "\ | 20610 | (autoload (quote pp-eval-expression) "pp" "\ |
| 20395 | Evaluate an expression, then pretty-print value EXPVAL into a new buffer. | 20611 | Evaluate EXPRESSION and pretty-print its value. |
| 20396 | If pretty-printed EXPVAL fits on one line, display it in the echo | 20612 | Also add the value to the front of the list in the variable `values'. |
| 20397 | area instead. Also add EXPVAL to the front of the list | ||
| 20398 | in the variable `values'. | ||
| 20399 | 20613 | ||
| 20400 | Non-interactively, the argument is the value, EXPVAL, not the expression | 20614 | \(fn EXPRESSION)" t nil) |
| 20401 | to evaluate. | ||
| 20402 | |||
| 20403 | \(fn EXPVAL)" t nil) | ||
| 20404 | 20615 | ||
| 20405 | (autoload (quote pp-eval-last-sexp) "pp" "\ | 20616 | (autoload (quote pp-eval-last-sexp) "pp" "\ |
| 20406 | Run `pp-eval-expression' on sexp before point (which see). | 20617 | Run `pp-eval-expression' on sexp before point (which see). |
| @@ -20429,7 +20640,7 @@ Ignores leading comment characters. | |||
| 20429 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20640 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 20430 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20641 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 20431 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20642 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 20432 | ;;;;;; (17806 44344)) | 20643 | ;;;;;; (17843 45612)) |
| 20433 | ;;; Generated autoloads from printing.el | 20644 | ;;; Generated autoloads from printing.el |
| 20434 | 20645 | ||
| 20435 | (autoload (quote pr-interface) "printing" "\ | 20646 | (autoload (quote pr-interface) "printing" "\ |
| @@ -21017,7 +21228,7 @@ are both set to t. | |||
| 21017 | ;;;*** | 21228 | ;;;*** |
| 21018 | 21229 | ||
| 21019 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" | 21230 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" |
| 21020 | ;;;;;; (17723 17915)) | 21231 | ;;;;;; (17843 45629)) |
| 21021 | ;;; Generated autoloads from progmodes/prolog.el | 21232 | ;;; Generated autoloads from progmodes/prolog.el |
| 21022 | 21233 | ||
| 21023 | (autoload (quote prolog-mode) "prolog" "\ | 21234 | (autoload (quote prolog-mode) "prolog" "\ |
| @@ -21040,7 +21251,7 @@ With prefix argument \\[universal-prefix], prompt for the program to use. | |||
| 21040 | 21251 | ||
| 21041 | ;;;*** | 21252 | ;;;*** |
| 21042 | 21253 | ||
| 21043 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17806 44344)) | 21254 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17843 45612)) |
| 21044 | ;;; Generated autoloads from ps-bdf.el | 21255 | ;;; Generated autoloads from ps-bdf.el |
| 21045 | 21256 | ||
| 21046 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 21257 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ |
| @@ -21049,8 +21260,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 21049 | 21260 | ||
| 21050 | ;;;*** | 21261 | ;;;*** |
| 21051 | 21262 | ||
| 21052 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17398 | 21263 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17843 |
| 21053 | ;;;;;; 63783)) | 21264 | ;;;;;; 45629)) |
| 21054 | ;;; Generated autoloads from progmodes/ps-mode.el | 21265 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21055 | 21266 | ||
| 21056 | (autoload (quote ps-mode) "ps-mode" "\ | 21267 | (autoload (quote ps-mode) "ps-mode" "\ |
| @@ -21099,7 +21310,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21099 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string | 21310 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string |
| 21100 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string | 21311 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string |
| 21101 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) | 21312 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) |
| 21102 | ;;;;;; "ps-mule" "ps-mule.el" (17806 44344)) | 21313 | ;;;;;; "ps-mule" "ps-mule.el" (17843 45612)) |
| 21103 | ;;; Generated autoloads from ps-mule.el | 21314 | ;;; Generated autoloads from ps-mule.el |
| 21104 | 21315 | ||
| 21105 | (defvar ps-multibyte-buffer nil "\ | 21316 | (defvar ps-multibyte-buffer nil "\ |
| @@ -21220,8 +21431,8 @@ Not documented | |||
| 21220 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 21431 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 21221 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 21432 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 21222 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 21433 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 21223 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17806 | 21434 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17843 |
| 21224 | ;;;;;; 44344)) | 21435 | ;;;;;; 45612)) |
| 21225 | ;;; Generated autoloads from ps-print.el | 21436 | ;;; Generated autoloads from ps-print.el |
| 21226 | 21437 | ||
| 21227 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ | 21438 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ |
| @@ -21418,7 +21629,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21418 | ;;;*** | 21629 | ;;;*** |
| 21419 | 21630 | ||
| 21420 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" | 21631 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" |
| 21421 | ;;;;;; (17806 44353)) | 21632 | ;;;;;; (17843 45629)) |
| 21422 | ;;; Generated autoloads from progmodes/python.el | 21633 | ;;; Generated autoloads from progmodes/python.el |
| 21423 | 21634 | ||
| 21424 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) | 21635 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) |
| @@ -21493,7 +21704,7 @@ Runs `jython-mode-hook' after `python-mode-hook'. | |||
| 21493 | ;;;*** | 21704 | ;;;*** |
| 21494 | 21705 | ||
| 21495 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 21706 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 21496 | ;;;;;; (17408 8260)) | 21707 | ;;;;;; (17843 45617)) |
| 21497 | ;;; Generated autoloads from gnus/qp.el | 21708 | ;;; Generated autoloads from gnus/qp.el |
| 21498 | 21709 | ||
| 21499 | (autoload (quote quoted-printable-decode-region) "qp" "\ | 21710 | (autoload (quote quoted-printable-decode-region) "qp" "\ |
| @@ -21516,7 +21727,7 @@ them into characters should be done separately. | |||
| 21516 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 21727 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 21517 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 21728 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 21518 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 21729 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 21519 | ;;;;;; "international/quail.el" (17806 44350)) | 21730 | ;;;;;; "international/quail.el" (17843 45619)) |
| 21520 | ;;; Generated autoloads from international/quail.el | 21731 | ;;; Generated autoloads from international/quail.el |
| 21521 | 21732 | ||
| 21522 | (autoload (quote quail-title) "quail" "\ | 21733 | (autoload (quote quail-title) "quail" "\ |
| @@ -21747,8 +21958,8 @@ of each directory. | |||
| 21747 | 21958 | ||
| 21748 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 21959 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 21749 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 21960 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 21750 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17398 | 21961 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17843 |
| 21751 | ;;;;;; 63779)) | 21962 | ;;;;;; 45624)) |
| 21752 | ;;; Generated autoloads from net/quickurl.el | 21963 | ;;; Generated autoloads from net/quickurl.el |
| 21753 | 21964 | ||
| 21754 | (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" "\ | 21965 | (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" "\ |
| @@ -21820,7 +22031,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 21820 | ;;;*** | 22031 | ;;;*** |
| 21821 | 22032 | ||
| 21822 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 22033 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 21823 | ;;;;;; "net/rcirc.el" (17806 44352)) | 22034 | ;;;;;; "net/rcirc.el" (17843 45624)) |
| 21824 | ;;; Generated autoloads from net/rcirc.el | 22035 | ;;; Generated autoloads from net/rcirc.el |
| 21825 | 22036 | ||
| 21826 | (autoload (quote rcirc) "rcirc" "\ | 22037 | (autoload (quote rcirc) "rcirc" "\ |
| @@ -21852,8 +22063,8 @@ Global minor mode for tracking activity in rcirc buffers. | |||
| 21852 | 22063 | ||
| 21853 | ;;;*** | 22064 | ;;;*** |
| 21854 | 22065 | ||
| 21855 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17806 | 22066 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17843 |
| 21856 | ;;;;;; 44352)) | 22067 | ;;;;;; 45624)) |
| 21857 | ;;; Generated autoloads from net/rcompile.el | 22068 | ;;; Generated autoloads from net/rcompile.el |
| 21858 | 22069 | ||
| 21859 | (autoload (quote remote-compile) "rcompile" "\ | 22070 | (autoload (quote remote-compile) "rcompile" "\ |
| @@ -21865,7 +22076,7 @@ See \\[compile]. | |||
| 21865 | ;;;*** | 22076 | ;;;*** |
| 21866 | 22077 | ||
| 21867 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 22078 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 21868 | ;;;;;; (17753 42783)) | 22079 | ;;;;;; (17843 45615)) |
| 21869 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 22080 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 21870 | 22081 | ||
| 21871 | (defalias (quote regexp-builder) (quote re-builder)) | 22082 | (defalias (quote regexp-builder) (quote re-builder)) |
| @@ -21877,7 +22088,7 @@ Construct a regexp interactively. | |||
| 21877 | 22088 | ||
| 21878 | ;;;*** | 22089 | ;;;*** |
| 21879 | 22090 | ||
| 21880 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17723 17910)) | 22091 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17843 45612)) |
| 21881 | ;;; Generated autoloads from recentf.el | 22092 | ;;; Generated autoloads from recentf.el |
| 21882 | 22093 | ||
| 21883 | (defvar recentf-mode nil "\ | 22094 | (defvar recentf-mode nil "\ |
| @@ -21904,8 +22115,8 @@ that were operated on recently. | |||
| 21904 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 22115 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 21905 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 22116 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 21906 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 22117 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 21907 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17640 | 22118 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17843 |
| 21908 | ;;;;;; 8859)) | 22119 | ;;;;;; 45612)) |
| 21909 | ;;; Generated autoloads from rect.el | 22120 | ;;; Generated autoloads from rect.el |
| 21910 | 22121 | ||
| 21911 | (autoload (quote move-to-column-force) "rect" "\ | 22122 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -22033,8 +22244,8 @@ rectangle which were empty. | |||
| 22033 | 22244 | ||
| 22034 | ;;;*** | 22245 | ;;;*** |
| 22035 | 22246 | ||
| 22036 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17806 | 22247 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17843 |
| 22037 | ;;;;;; 44354)) | 22248 | ;;;;;; 45630)) |
| 22038 | ;;; Generated autoloads from textmodes/refill.el | 22249 | ;;; Generated autoloads from textmodes/refill.el |
| 22039 | 22250 | ||
| 22040 | (autoload (quote refill-mode) "refill" "\ | 22251 | (autoload (quote refill-mode) "refill" "\ |
| @@ -22050,7 +22261,7 @@ refilling if they would cause auto-filling. | |||
| 22050 | ;;;*** | 22261 | ;;;*** |
| 22051 | 22262 | ||
| 22052 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 22263 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 22053 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17408 8262)) | 22264 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17843 45630)) |
| 22054 | ;;; Generated autoloads from textmodes/reftex.el | 22265 | ;;; Generated autoloads from textmodes/reftex.el |
| 22055 | 22266 | ||
| 22056 | (autoload (quote turn-on-reftex) "reftex" "\ | 22267 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -22100,7 +22311,7 @@ This enforces rescanning the buffer on next use. | |||
| 22100 | ;;;*** | 22311 | ;;;*** |
| 22101 | 22312 | ||
| 22102 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 22313 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 22103 | ;;;;;; (17806 44355)) | 22314 | ;;;;;; (17843 45630)) |
| 22104 | ;;; Generated autoloads from textmodes/reftex-cite.el | 22315 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 22105 | 22316 | ||
| 22106 | (autoload (quote reftex-citation) "reftex-cite" "\ | 22317 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -22130,7 +22341,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 22130 | ;;;*** | 22341 | ;;;*** |
| 22131 | 22342 | ||
| 22132 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 22343 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 22133 | ;;;;;; (17806 44355)) | 22344 | ;;;;;; (17843 45630)) |
| 22134 | ;;; Generated autoloads from textmodes/reftex-global.el | 22345 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 22135 | 22346 | ||
| 22136 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ | 22347 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ |
| @@ -22147,7 +22358,7 @@ With no argument, this command toggles | |||
| 22147 | ;;;*** | 22358 | ;;;*** |
| 22148 | 22359 | ||
| 22149 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 22360 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 22150 | ;;;;;; (17806 44355)) | 22361 | ;;;;;; (17843 45630)) |
| 22151 | ;;; Generated autoloads from textmodes/reftex-index.el | 22362 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 22152 | 22363 | ||
| 22153 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 22364 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -22180,7 +22391,7 @@ Here are all local bindings. | |||
| 22180 | ;;;*** | 22391 | ;;;*** |
| 22181 | 22392 | ||
| 22182 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 22393 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 22183 | ;;;;;; (17806 44355)) | 22394 | ;;;;;; (17843 45630)) |
| 22184 | ;;; Generated autoloads from textmodes/reftex-parse.el | 22395 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 22185 | 22396 | ||
| 22186 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ | 22397 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ |
| @@ -22192,8 +22403,8 @@ of master file. | |||
| 22192 | 22403 | ||
| 22193 | ;;;*** | 22404 | ;;;*** |
| 22194 | 22405 | ||
| 22195 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17806 | 22406 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17843 |
| 22196 | ;;;;;; 44356)) | 22407 | ;;;;;; 45630)) |
| 22197 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22408 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22198 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22409 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22199 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22410 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22203,7 +22414,7 @@ of master file. | |||
| 22203 | ;;;*** | 22414 | ;;;*** |
| 22204 | 22415 | ||
| 22205 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 22416 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 22206 | ;;;;;; (17806 44346)) | 22417 | ;;;;;; (17843 45615)) |
| 22207 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 22418 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 22208 | 22419 | ||
| 22209 | (autoload (quote regexp-opt) "regexp-opt" "\ | 22420 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -22230,7 +22441,7 @@ This means the number of non-shy regexp grouping constructs | |||
| 22230 | 22441 | ||
| 22231 | ;;;*** | 22442 | ;;;*** |
| 22232 | 22443 | ||
| 22233 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17806 44344)) | 22444 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17843 45612)) |
| 22234 | ;;; Generated autoloads from repeat.el | 22445 | ;;; Generated autoloads from repeat.el |
| 22235 | 22446 | ||
| 22236 | (autoload (quote repeat) "repeat" "\ | 22447 | (autoload (quote repeat) "repeat" "\ |
| @@ -22248,7 +22459,7 @@ can be modified by the global variable `repeat-on-final-keystroke'. | |||
| 22248 | ;;;*** | 22459 | ;;;*** |
| 22249 | 22460 | ||
| 22250 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 22461 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 22251 | ;;;;;; (17806 44351)) | 22462 | ;;;;;; (17843 45622)) |
| 22252 | ;;; Generated autoloads from mail/reporter.el | 22463 | ;;; Generated autoloads from mail/reporter.el |
| 22253 | 22464 | ||
| 22254 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 22465 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -22280,7 +22491,7 @@ mail-sending package is used for editing and sending the message. | |||
| 22280 | ;;;*** | 22491 | ;;;*** |
| 22281 | 22492 | ||
| 22282 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 22493 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 22283 | ;;;;;; (17806 44344)) | 22494 | ;;;;;; (17843 45612)) |
| 22284 | ;;; Generated autoloads from reposition.el | 22495 | ;;; Generated autoloads from reposition.el |
| 22285 | 22496 | ||
| 22286 | (autoload (quote reposition-window) "reposition" "\ | 22497 | (autoload (quote reposition-window) "reposition" "\ |
| @@ -22307,8 +22518,8 @@ first comment line visible (if point is in a comment). | |||
| 22307 | 22518 | ||
| 22308 | ;;;*** | 22519 | ;;;*** |
| 22309 | 22520 | ||
| 22310 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17806 | 22521 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17843 |
| 22311 | ;;;;;; 44344)) | 22522 | ;;;;;; 45612)) |
| 22312 | ;;; Generated autoloads from resume.el | 22523 | ;;; Generated autoloads from resume.el |
| 22313 | 22524 | ||
| 22314 | (autoload (quote resume-suspend-hook) "resume" "\ | 22525 | (autoload (quote resume-suspend-hook) "resume" "\ |
| @@ -22319,7 +22530,7 @@ Clear out the file used for transmitting args when Emacs resumes. | |||
| 22319 | ;;;*** | 22530 | ;;;*** |
| 22320 | 22531 | ||
| 22321 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 22532 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 22322 | ;;;;;; (17501 10769)) | 22533 | ;;;;;; (17843 45612)) |
| 22323 | ;;; Generated autoloads from reveal.el | 22534 | ;;; Generated autoloads from reveal.el |
| 22324 | 22535 | ||
| 22325 | (autoload (quote reveal-mode) "reveal" "\ | 22536 | (autoload (quote reveal-mode) "reveal" "\ |
| @@ -22354,7 +22565,7 @@ With zero or negative ARG turn mode off. | |||
| 22354 | ;;;*** | 22565 | ;;;*** |
| 22355 | 22566 | ||
| 22356 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 22567 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 22357 | ;;;;;; (17806 44346)) | 22568 | ;;;;;; (17843 45615)) |
| 22358 | ;;; Generated autoloads from emacs-lisp/ring.el | 22569 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 22359 | 22570 | ||
| 22360 | (autoload (quote ring-p) "ring" "\ | 22571 | (autoload (quote ring-p) "ring" "\ |
| @@ -22369,7 +22580,7 @@ Make a ring that can contain SIZE elements. | |||
| 22369 | 22580 | ||
| 22370 | ;;;*** | 22581 | ;;;*** |
| 22371 | 22582 | ||
| 22372 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17806 44352)) | 22583 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17843 45624)) |
| 22373 | ;;; Generated autoloads from net/rlogin.el | 22584 | ;;; Generated autoloads from net/rlogin.el |
| 22374 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 22585 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 22375 | 22586 | ||
| @@ -22420,8 +22631,8 @@ variable. | |||
| 22420 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 22631 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 22421 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 22632 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 22422 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names | 22633 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names |
| 22423 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17741 | 22634 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17843 |
| 22424 | ;;;;;; 47158)) | 22635 | ;;;;;; 45622)) |
| 22425 | ;;; Generated autoloads from mail/rmail.el | 22636 | ;;; Generated autoloads from mail/rmail.el |
| 22426 | 22637 | ||
| 22427 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ | 22638 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ |
| @@ -22686,7 +22897,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 22686 | ;;;*** | 22897 | ;;;*** |
| 22687 | 22898 | ||
| 22688 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 22899 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 22689 | ;;;;;; (17398 63778)) | 22900 | ;;;;;; (17843 45622)) |
| 22690 | ;;; Generated autoloads from mail/rmailedit.el | 22901 | ;;; Generated autoloads from mail/rmailedit.el |
| 22691 | 22902 | ||
| 22692 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 22903 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -22698,7 +22909,7 @@ Edit the contents of this message. | |||
| 22698 | 22909 | ||
| 22699 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 22910 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 22700 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 22911 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 22701 | ;;;;;; "mail/rmailkwd.el" (17398 63778)) | 22912 | ;;;;;; "mail/rmailkwd.el" (17843 45622)) |
| 22702 | ;;; Generated autoloads from mail/rmailkwd.el | 22913 | ;;; Generated autoloads from mail/rmailkwd.el |
| 22703 | 22914 | ||
| 22704 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 22915 | (autoload (quote rmail-add-label) "rmailkwd" "\ |
| @@ -22737,7 +22948,7 @@ With prefix argument N moves forward N messages with these labels. | |||
| 22737 | ;;;*** | 22948 | ;;;*** |
| 22738 | 22949 | ||
| 22739 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" | 22950 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" |
| 22740 | ;;;;;; (17806 44351)) | 22951 | ;;;;;; (17843 45622)) |
| 22741 | ;;; Generated autoloads from mail/rmailmsc.el | 22952 | ;;; Generated autoloads from mail/rmailmsc.el |
| 22742 | 22953 | ||
| 22743 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ | 22954 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ |
| @@ -22751,7 +22962,7 @@ If FILE-NAME is empty, remove any existing inbox list. | |||
| 22751 | 22962 | ||
| 22752 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 22963 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 22753 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 22964 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 22754 | ;;;;;; "mail/rmailout.el" (17753 42784)) | 22965 | ;;;;;; "mail/rmailout.el" (17843 45622)) |
| 22755 | ;;; Generated autoloads from mail/rmailout.el | 22966 | ;;; Generated autoloads from mail/rmailout.el |
| 22756 | 22967 | ||
| 22757 | (defvar rmail-output-file-alist nil "\ | 22968 | (defvar rmail-output-file-alist nil "\ |
| @@ -22818,8 +23029,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message. | |||
| 22818 | 23029 | ||
| 22819 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent | 23030 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 22820 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 23031 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 22821 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17398 | 23032 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17843 |
| 22822 | ;;;;;; 63778)) | 23033 | ;;;;;; 45622)) |
| 22823 | ;;; Generated autoloads from mail/rmailsort.el | 23034 | ;;; Generated autoloads from mail/rmailsort.el |
| 22824 | 23035 | ||
| 22825 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 23036 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ |
| @@ -22871,7 +23082,7 @@ KEYWORDS is a comma-separated list of labels. | |||
| 22871 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 23082 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 22872 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 23083 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 22873 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 23084 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 22874 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17501 10773)) | 23085 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17843 45622)) |
| 22875 | ;;; Generated autoloads from mail/rmailsum.el | 23086 | ;;; Generated autoloads from mail/rmailsum.el |
| 22876 | 23087 | ||
| 22877 | (defvar rmail-summary-scroll-between-messages t "\ | 23088 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -22952,8 +23163,21 @@ Setting this variable has an effect only before reading a mail.") | |||
| 22952 | 23163 | ||
| 22953 | ;;;*** | 23164 | ;;;*** |
| 22954 | 23165 | ||
| 23166 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" | ||
| 23167 | ;;;;;; (17843 45625)) | ||
| 23168 | ;;; Generated autoloads from obsolete/rnewspost.el | ||
| 23169 | |||
| 23170 | (autoload (quote news-post-news) "rnewspost" "\ | ||
| 23171 | Begin editing a new USENET news article to be posted. | ||
| 23172 | Type \\[describe-mode] once editing the article to get a list of commands. | ||
| 23173 | If NOQUERY is non-nil, we do not query before doing the work. | ||
| 23174 | |||
| 23175 | \(fn &optional NOQUERY)" t nil) | ||
| 23176 | |||
| 23177 | ;;;*** | ||
| 23178 | |||
| 22955 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 23179 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 22956 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17806 44344)) | 23180 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17843 45612)) |
| 22957 | ;;; Generated autoloads from rot13.el | 23181 | ;;; Generated autoloads from rot13.el |
| 22958 | 23182 | ||
| 22959 | (autoload (quote rot13) "rot13" "\ | 23183 | (autoload (quote rot13) "rot13" "\ |
| @@ -22990,8 +23214,52 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 22990 | 23214 | ||
| 22991 | ;;;*** | 23215 | ;;;*** |
| 22992 | 23216 | ||
| 22993 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17753 | 23217 | ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly |
| 22994 | ;;;;;; 42782)) | 23218 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame |
| 23219 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height | ||
| 23220 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" | ||
| 23221 | ;;;;;; (17843 45625)) | ||
| 23222 | ;;; Generated autoloads from obsolete/rsz-mini.el | ||
| 23223 | |||
| 23224 | (defvar resize-minibuffer-mode nil "\ | ||
| 23225 | *This variable is obsolete.") | ||
| 23226 | |||
| 23227 | (custom-autoload (quote resize-minibuffer-mode) "rsz-mini" t) | ||
| 23228 | |||
| 23229 | (defvar resize-minibuffer-window-max-height nil "\ | ||
| 23230 | *This variable is obsolete.") | ||
| 23231 | |||
| 23232 | (custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini" t) | ||
| 23233 | |||
| 23234 | (defvar resize-minibuffer-window-exactly t "\ | ||
| 23235 | *This variable is obsolete.") | ||
| 23236 | |||
| 23237 | (custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini" t) | ||
| 23238 | |||
| 23239 | (defvar resize-minibuffer-frame nil "\ | ||
| 23240 | *This variable is obsolete.") | ||
| 23241 | |||
| 23242 | (custom-autoload (quote resize-minibuffer-frame) "rsz-mini" t) | ||
| 23243 | |||
| 23244 | (defvar resize-minibuffer-frame-max-height nil "\ | ||
| 23245 | *This variable is obsolete.") | ||
| 23246 | |||
| 23247 | (custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini" t) | ||
| 23248 | |||
| 23249 | (defvar resize-minibuffer-frame-exactly t "\ | ||
| 23250 | *This variable is obsolete.") | ||
| 23251 | |||
| 23252 | (custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini" t) | ||
| 23253 | |||
| 23254 | (autoload (quote resize-minibuffer-mode) "rsz-mini" "\ | ||
| 23255 | This function is obsolete. | ||
| 23256 | |||
| 23257 | \(fn &optional PREFIX)" t nil) | ||
| 23258 | |||
| 23259 | ;;;*** | ||
| 23260 | |||
| 23261 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17838 | ||
| 23262 | ;;;;;; 18033)) | ||
| 22995 | ;;; Generated autoloads from ruler-mode.el | 23263 | ;;; Generated autoloads from ruler-mode.el |
| 22996 | 23264 | ||
| 22997 | (autoload (quote ruler-mode) "ruler-mode" "\ | 23265 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -23001,8 +23269,8 @@ Display a ruler in the header line if ARG > 0. | |||
| 23001 | 23269 | ||
| 23002 | ;;;*** | 23270 | ;;;*** |
| 23003 | 23271 | ||
| 23004 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17418 | 23272 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17843 |
| 23005 | ;;;;;; 45027)) | 23273 | ;;;;;; 45615)) |
| 23006 | ;;; Generated autoloads from emacs-lisp/rx.el | 23274 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 23007 | 23275 | ||
| 23008 | (autoload (quote rx-to-string) "rx" "\ | 23276 | (autoload (quote rx-to-string) "rx" "\ |
| @@ -23310,7 +23578,7 @@ enclosed in `(and ...)'. | |||
| 23310 | ;;;*** | 23578 | ;;;*** |
| 23311 | 23579 | ||
| 23312 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" | 23580 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" |
| 23313 | ;;;;;; (17501 10769)) | 23581 | ;;;;;; (17843 45612)) |
| 23314 | ;;; Generated autoloads from savehist.el | 23582 | ;;; Generated autoloads from savehist.el |
| 23315 | 23583 | ||
| 23316 | (defvar savehist-mode nil "\ | 23584 | (defvar savehist-mode nil "\ |
| @@ -23336,7 +23604,7 @@ which is probably undesirable. | |||
| 23336 | ;;;*** | 23604 | ;;;*** |
| 23337 | 23605 | ||
| 23338 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 23606 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 23339 | ;;;;;; (17398 63783)) | 23607 | ;;;;;; (17843 45629)) |
| 23340 | ;;; Generated autoloads from progmodes/scheme.el | 23608 | ;;; Generated autoloads from progmodes/scheme.el |
| 23341 | 23609 | ||
| 23342 | (autoload (quote scheme-mode) "scheme" "\ | 23610 | (autoload (quote scheme-mode) "scheme" "\ |
| @@ -23378,7 +23646,7 @@ that variable's value is a string. | |||
| 23378 | ;;;*** | 23646 | ;;;*** |
| 23379 | 23647 | ||
| 23380 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 23648 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 23381 | ;;;;;; (17398 63777)) | 23649 | ;;;;;; (17843 45617)) |
| 23382 | ;;; Generated autoloads from gnus/score-mode.el | 23650 | ;;; Generated autoloads from gnus/score-mode.el |
| 23383 | 23651 | ||
| 23384 | (autoload (quote gnus-score-mode) "score-mode" "\ | 23652 | (autoload (quote gnus-score-mode) "score-mode" "\ |
| @@ -23391,8 +23659,33 @@ This mode is an extended emacs-lisp mode. | |||
| 23391 | 23659 | ||
| 23392 | ;;;*** | 23660 | ;;;*** |
| 23393 | 23661 | ||
| 23662 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17843 | ||
| 23663 | ;;;;;; 45625)) | ||
| 23664 | ;;; Generated autoloads from obsolete/scribe.el | ||
| 23665 | |||
| 23666 | (autoload (quote scribe-mode) "scribe" "\ | ||
| 23667 | Major mode for editing files of Scribe (a text formatter) source. | ||
| 23668 | Scribe-mode is similar to text-mode, with a few extra commands added. | ||
| 23669 | \\{scribe-mode-map} | ||
| 23670 | |||
| 23671 | Interesting variables: | ||
| 23672 | |||
| 23673 | `scribe-fancy-paragraphs' | ||
| 23674 | Non-nil makes Scribe mode use a different style of paragraph separation. | ||
| 23675 | |||
| 23676 | `scribe-electric-quote' | ||
| 23677 | Non-nil makes insert of double quote use `` or '' depending on context. | ||
| 23678 | |||
| 23679 | `scribe-electric-parenthesis' | ||
| 23680 | Non-nil makes an open-parenthesis char (one of `([<{') | ||
| 23681 | automatically insert its close if typed after an @Command form. | ||
| 23682 | |||
| 23683 | \(fn)" t nil) | ||
| 23684 | |||
| 23685 | ;;;*** | ||
| 23686 | |||
| 23394 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 23687 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 23395 | ;;;;;; (17806 44344)) | 23688 | ;;;;;; (17843 45612)) |
| 23396 | ;;; Generated autoloads from scroll-all.el | 23689 | ;;; Generated autoloads from scroll-all.el |
| 23397 | 23690 | ||
| 23398 | (defvar scroll-all-mode nil "\ | 23691 | (defvar scroll-all-mode nil "\ |
| @@ -23415,7 +23708,7 @@ apply to all visible windows in the same frame. | |||
| 23415 | ;;;*** | 23708 | ;;;*** |
| 23416 | 23709 | ||
| 23417 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 23710 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 23418 | ;;;;;; (17398 63769)) | 23711 | ;;;;;; (17843 45612)) |
| 23419 | ;;; Generated autoloads from scroll-lock.el | 23712 | ;;; Generated autoloads from scroll-lock.el |
| 23420 | 23713 | ||
| 23421 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ | 23714 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ |
| @@ -23437,7 +23730,7 @@ during scrolling. | |||
| 23437 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 23730 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 23438 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 23731 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 23439 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 23732 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 23440 | ;;;;;; "sendmail" "mail/sendmail.el" (17723 17913)) | 23733 | ;;;;;; "sendmail" "mail/sendmail.el" (17843 45622)) |
| 23441 | ;;; Generated autoloads from mail/sendmail.el | 23734 | ;;; Generated autoloads from mail/sendmail.el |
| 23442 | 23735 | ||
| 23443 | (defvar mail-from-style (quote angles) "\ | 23736 | (defvar mail-from-style (quote angles) "\ |
| @@ -23738,7 +24031,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 23738 | ;;;*** | 24031 | ;;;*** |
| 23739 | 24032 | ||
| 23740 | ;;;### (autoloads (server-mode server-start) "server" "server.el" | 24033 | ;;;### (autoloads (server-mode server-start) "server" "server.el" |
| 23741 | ;;;;;; (17806 44344)) | 24034 | ;;;;;; (17838 18033)) |
| 23742 | ;;; Generated autoloads from server.el | 24035 | ;;; Generated autoloads from server.el |
| 23743 | 24036 | ||
| 23744 | (autoload (quote server-start) "server" "\ | 24037 | (autoload (quote server-start) "server" "\ |
| @@ -23771,7 +24064,7 @@ Server mode runs a process that accepts commands from the | |||
| 23771 | 24064 | ||
| 23772 | ;;;*** | 24065 | ;;;*** |
| 23773 | 24066 | ||
| 23774 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17753 42782)) | 24067 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17843 45612)) |
| 23775 | ;;; Generated autoloads from ses.el | 24068 | ;;; Generated autoloads from ses.el |
| 23776 | 24069 | ||
| 23777 | (autoload (quote ses-mode) "ses" "\ | 24070 | (autoload (quote ses-mode) "ses" "\ |
| @@ -23790,7 +24083,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 23790 | ;;;*** | 24083 | ;;;*** |
| 23791 | 24084 | ||
| 23792 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 24085 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 23793 | ;;;;;; (17806 44356)) | 24086 | ;;;;;; (17843 45630)) |
| 23794 | ;;; Generated autoloads from textmodes/sgml-mode.el | 24087 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 23795 | 24088 | ||
| 23796 | (autoload (quote sgml-mode) "sgml-mode" "\ | 24089 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -23858,7 +24151,7 @@ To work around that, do: | |||
| 23858 | ;;;*** | 24151 | ;;;*** |
| 23859 | 24152 | ||
| 23860 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 24153 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 23861 | ;;;;;; (17806 44353)) | 24154 | ;;;;;; (17843 45629)) |
| 23862 | ;;; Generated autoloads from progmodes/sh-script.el | 24155 | ;;; Generated autoloads from progmodes/sh-script.el |
| 23863 | (put 'sh-shell 'safe-local-variable 'symbolp) | 24156 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 23864 | 24157 | ||
| @@ -23922,7 +24215,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 23922 | 24215 | ||
| 23923 | ;;;*** | 24216 | ;;;*** |
| 23924 | 24217 | ||
| 23925 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17398 63777)) | 24218 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17843 45617)) |
| 23926 | ;;; Generated autoloads from gnus/sha1.el | 24219 | ;;; Generated autoloads from gnus/sha1.el |
| 23927 | 24220 | ||
| 23928 | (autoload (quote sha1) "sha1" "\ | 24221 | (autoload (quote sha1) "sha1" "\ |
| @@ -23937,7 +24230,7 @@ If BINARY is non-nil, return a string in binary form. | |||
| 23937 | ;;;*** | 24230 | ;;;*** |
| 23938 | 24231 | ||
| 23939 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 24232 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 23940 | ;;;;;; (17806 44346)) | 24233 | ;;;;;; (17843 45615)) |
| 23941 | ;;; Generated autoloads from emacs-lisp/shadow.el | 24234 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 23942 | 24235 | ||
| 23943 | (autoload (quote list-load-path-shadows) "shadow" "\ | 24236 | (autoload (quote list-load-path-shadows) "shadow" "\ |
| @@ -23984,8 +24277,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 23984 | ;;;*** | 24277 | ;;;*** |
| 23985 | 24278 | ||
| 23986 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 24279 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 23987 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17753 | 24280 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17843 |
| 23988 | ;;;;;; 42782)) | 24281 | ;;;;;; 45612)) |
| 23989 | ;;; Generated autoloads from shadowfile.el | 24282 | ;;; Generated autoloads from shadowfile.el |
| 23990 | 24283 | ||
| 23991 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 24284 | (autoload (quote shadow-define-cluster) "shadowfile" "\ |
| @@ -24024,7 +24317,7 @@ Set up file shadowing. | |||
| 24024 | ;;;*** | 24317 | ;;;*** |
| 24025 | 24318 | ||
| 24026 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 24319 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 24027 | ;;;;;; (17806 44345)) | 24320 | ;;;;;; (17843 45612)) |
| 24028 | ;;; Generated autoloads from shell.el | 24321 | ;;; Generated autoloads from shell.el |
| 24029 | 24322 | ||
| 24030 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 24323 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -24071,7 +24364,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24071 | ;;;*** | 24364 | ;;;*** |
| 24072 | 24365 | ||
| 24073 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) | 24366 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) |
| 24074 | ;;;;;; "sieve" "gnus/sieve.el" (17398 63777)) | 24367 | ;;;;;; "sieve" "gnus/sieve.el" (17843 45617)) |
| 24075 | ;;; Generated autoloads from gnus/sieve.el | 24368 | ;;; Generated autoloads from gnus/sieve.el |
| 24076 | 24369 | ||
| 24077 | (autoload (quote sieve-manage) "sieve" "\ | 24370 | (autoload (quote sieve-manage) "sieve" "\ |
| @@ -24092,7 +24385,7 @@ Not documented | |||
| 24092 | ;;;*** | 24385 | ;;;*** |
| 24093 | 24386 | ||
| 24094 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 24387 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 24095 | ;;;;;; (17398 63777)) | 24388 | ;;;;;; (17843 45617)) |
| 24096 | ;;; Generated autoloads from gnus/sieve-mode.el | 24389 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 24097 | 24390 | ||
| 24098 | (autoload (quote sieve-mode) "sieve-mode" "\ | 24391 | (autoload (quote sieve-mode) "sieve-mode" "\ |
| @@ -24107,14 +24400,14 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 24107 | 24400 | ||
| 24108 | ;;;*** | 24401 | ;;;*** |
| 24109 | 24402 | ||
| 24110 | ;;;### (autoloads nil "simple" "simple.el" (17823 26720)) | 24403 | ;;;### (autoloads nil "simple" "simple.el" (17843 45612)) |
| 24111 | ;;; Generated autoloads from simple.el | 24404 | ;;; Generated autoloads from simple.el |
| 24112 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) | 24405 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) |
| 24113 | 24406 | ||
| 24114 | ;;;*** | 24407 | ;;;*** |
| 24115 | 24408 | ||
| 24116 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17806 | 24409 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17843 |
| 24117 | ;;;;;; 44353)) | 24410 | ;;;;;; 45629)) |
| 24118 | ;;; Generated autoloads from progmodes/simula.el | 24411 | ;;; Generated autoloads from progmodes/simula.el |
| 24119 | 24412 | ||
| 24120 | (autoload (quote simula-mode) "simula" "\ | 24413 | (autoload (quote simula-mode) "simula" "\ |
| @@ -24163,7 +24456,7 @@ with no arguments, if that value is non-nil. | |||
| 24163 | ;;;*** | 24456 | ;;;*** |
| 24164 | 24457 | ||
| 24165 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 24458 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 24166 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17806 44345)) | 24459 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17843 45612)) |
| 24167 | ;;; Generated autoloads from skeleton.el | 24460 | ;;; Generated autoloads from skeleton.el |
| 24168 | 24461 | ||
| 24169 | (defvar skeleton-filter-function (quote identity) "\ | 24462 | (defvar skeleton-filter-function (quote identity) "\ |
| @@ -24273,7 +24566,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 24273 | ;;;*** | 24566 | ;;;*** |
| 24274 | 24567 | ||
| 24275 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" | 24568 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" |
| 24276 | ;;;;;; (17501 10770)) | 24569 | ;;;;;; (17843 45612)) |
| 24277 | ;;; Generated autoloads from smerge-mode.el | 24570 | ;;; Generated autoloads from smerge-mode.el |
| 24278 | 24571 | ||
| 24279 | (autoload (quote smerge-ediff) "smerge-mode" "\ | 24572 | (autoload (quote smerge-ediff) "smerge-mode" "\ |
| @@ -24292,7 +24585,7 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 24292 | ;;;*** | 24585 | ;;;*** |
| 24293 | 24586 | ||
| 24294 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24587 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 24295 | ;;;;;; (17501 10772)) | 24588 | ;;;;;; (17843 45617)) |
| 24296 | ;;; Generated autoloads from gnus/smiley.el | 24589 | ;;; Generated autoloads from gnus/smiley.el |
| 24297 | 24590 | ||
| 24298 | (autoload (quote smiley-region) "smiley" "\ | 24591 | (autoload (quote smiley-region) "smiley" "\ |
| @@ -24310,7 +24603,7 @@ interactively. If there's no argument, do it at the current buffer | |||
| 24310 | ;;;*** | 24603 | ;;;*** |
| 24311 | 24604 | ||
| 24312 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24605 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 24313 | ;;;;;; "mail/smtpmail.el" (17806 44351)) | 24606 | ;;;;;; "mail/smtpmail.el" (17843 45622)) |
| 24314 | ;;; Generated autoloads from mail/smtpmail.el | 24607 | ;;; Generated autoloads from mail/smtpmail.el |
| 24315 | 24608 | ||
| 24316 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 24609 | (autoload (quote smtpmail-send-it) "smtpmail" "\ |
| @@ -24325,7 +24618,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 24325 | 24618 | ||
| 24326 | ;;;*** | 24619 | ;;;*** |
| 24327 | 24620 | ||
| 24328 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17806 44352)) | 24621 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17843 45626)) |
| 24329 | ;;; Generated autoloads from play/snake.el | 24622 | ;;; Generated autoloads from play/snake.el |
| 24330 | 24623 | ||
| 24331 | (autoload (quote snake) "snake" "\ | 24624 | (autoload (quote snake) "snake" "\ |
| @@ -24349,7 +24642,7 @@ Snake mode keybindings: | |||
| 24349 | ;;;*** | 24642 | ;;;*** |
| 24350 | 24643 | ||
| 24351 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 24644 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 24352 | ;;;;;; (17806 44352)) | 24645 | ;;;;;; (17843 45624)) |
| 24353 | ;;; Generated autoloads from net/snmp-mode.el | 24646 | ;;; Generated autoloads from net/snmp-mode.el |
| 24354 | 24647 | ||
| 24355 | (autoload (quote snmp-mode) "snmp-mode" "\ | 24648 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| @@ -24380,7 +24673,7 @@ then `snmpv2-mode-hook'. | |||
| 24380 | 24673 | ||
| 24381 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 24674 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 24382 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 24675 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 24383 | ;;;;;; "solar" "calendar/solar.el" (17398 63772)) | 24676 | ;;;;;; "solar" "calendar/solar.el" (17843 45615)) |
| 24384 | ;;; Generated autoloads from calendar/solar.el | 24677 | ;;; Generated autoloads from calendar/solar.el |
| 24385 | 24678 | ||
| 24386 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 24679 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -24451,8 +24744,8 @@ Requires floating point. | |||
| 24451 | 24744 | ||
| 24452 | ;;;*** | 24745 | ;;;*** |
| 24453 | 24746 | ||
| 24454 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17806 | 24747 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17843 |
| 24455 | ;;;;;; 44352)) | 24748 | ;;;;;; 45626)) |
| 24456 | ;;; Generated autoloads from play/solitaire.el | 24749 | ;;; Generated autoloads from play/solitaire.el |
| 24457 | 24750 | ||
| 24458 | (autoload (quote solitaire) "solitaire" "\ | 24751 | (autoload (quote solitaire) "solitaire" "\ |
| @@ -24529,7 +24822,7 @@ Pick your favourite shortcuts: | |||
| 24529 | 24822 | ||
| 24530 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 24823 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 24531 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 24824 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 24532 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17806 44345)) | 24825 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17843 45612)) |
| 24533 | ;;; Generated autoloads from sort.el | 24826 | ;;; Generated autoloads from sort.el |
| 24534 | 24827 | ||
| 24535 | (autoload (quote sort-subr) "sort" "\ | 24828 | (autoload (quote sort-subr) "sort" "\ |
| @@ -24671,8 +24964,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 24671 | 24964 | ||
| 24672 | ;;;*** | 24965 | ;;;*** |
| 24673 | 24966 | ||
| 24674 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17822 | 24967 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17843 |
| 24675 | ;;;;;; 38986)) | 24968 | ;;;;;; 45617)) |
| 24676 | ;;; Generated autoloads from gnus/spam.el | 24969 | ;;; Generated autoloads from gnus/spam.el |
| 24677 | 24970 | ||
| 24678 | (autoload (quote spam-initialize) "spam" "\ | 24971 | (autoload (quote spam-initialize) "spam" "\ |
| @@ -24684,7 +24977,7 @@ Install the spam.el hooks and do other initialization | |||
| 24684 | 24977 | ||
| 24685 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 24978 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 24686 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 24979 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 24687 | ;;;;;; "gnus/spam-report.el" (17398 63777)) | 24980 | ;;;;;; "gnus/spam-report.el" (17843 45617)) |
| 24688 | ;;; Generated autoloads from gnus/spam-report.el | 24981 | ;;; Generated autoloads from gnus/spam-report.el |
| 24689 | 24982 | ||
| 24690 | (autoload (quote spam-report-process-queue) "spam-report" "\ | 24983 | (autoload (quote spam-report-process-queue) "spam-report" "\ |
| @@ -24727,7 +25020,7 @@ Spam reports will be queued with the method used when | |||
| 24727 | ;;;*** | 25020 | ;;;*** |
| 24728 | 25021 | ||
| 24729 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 25022 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 24730 | ;;;;;; "speedbar.el" (17806 44345)) | 25023 | ;;;;;; "speedbar.el" (17843 45612)) |
| 24731 | ;;; Generated autoloads from speedbar.el | 25024 | ;;; Generated autoloads from speedbar.el |
| 24732 | 25025 | ||
| 24733 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 25026 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -24752,7 +25045,7 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 24752 | ;;;*** | 25045 | ;;;*** |
| 24753 | 25046 | ||
| 24754 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 25047 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 24755 | ;;;;;; "spell" "textmodes/spell.el" (17806 44356)) | 25048 | ;;;;;; "spell" "textmodes/spell.el" (17843 45630)) |
| 24756 | ;;; Generated autoloads from textmodes/spell.el | 25049 | ;;; Generated autoloads from textmodes/spell.el |
| 24757 | 25050 | ||
| 24758 | (put (quote spell-filter) (quote risky-local-variable) t) | 25051 | (put (quote spell-filter) (quote risky-local-variable) t) |
| @@ -24788,8 +25081,8 @@ Check spelling of string supplied as argument. | |||
| 24788 | 25081 | ||
| 24789 | ;;;*** | 25082 | ;;;*** |
| 24790 | 25083 | ||
| 24791 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17806 | 25084 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17843 |
| 24792 | ;;;;;; 44352)) | 25085 | ;;;;;; 45626)) |
| 24793 | ;;; Generated autoloads from play/spook.el | 25086 | ;;; Generated autoloads from play/spook.el |
| 24794 | 25087 | ||
| 24795 | (autoload (quote spook) "spook" "\ | 25088 | (autoload (quote spook) "spook" "\ |
| @@ -24807,8 +25100,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 24807 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 25100 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 24808 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 25101 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 24809 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help | 25102 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help |
| 24810 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17809 | 25103 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17843 |
| 24811 | ;;;;;; 2158)) | 25104 | ;;;;;; 45629)) |
| 24812 | ;;; Generated autoloads from progmodes/sql.el | 25105 | ;;; Generated autoloads from progmodes/sql.el |
| 24813 | 25106 | ||
| 24814 | (autoload (quote sql-add-product-keywords) "sql" "\ | 25107 | (autoload (quote sql-add-product-keywords) "sql" "\ |
| @@ -25239,8 +25532,8 @@ input. See `sql-interactive-mode'. | |||
| 25239 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 25532 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 25240 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 25533 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 25241 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 25534 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 25242 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17806 | 25535 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17843 |
| 25243 | ;;;;;; 44345)) | 25536 | ;;;;;; 45612)) |
| 25244 | ;;; Generated autoloads from strokes.el | 25537 | ;;; Generated autoloads from strokes.el |
| 25245 | 25538 | ||
| 25246 | (autoload (quote strokes-global-set-stroke) "strokes" "\ | 25539 | (autoload (quote strokes-global-set-stroke) "strokes" "\ |
| @@ -25350,7 +25643,7 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 25350 | ;;;*** | 25643 | ;;;*** |
| 25351 | 25644 | ||
| 25352 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 25645 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 25353 | ;;;;;; "studly" "play/studly.el" (16211 27038)) | 25646 | ;;;;;; "studly" "play/studly.el" (17075 55479)) |
| 25354 | ;;; Generated autoloads from play/studly.el | 25647 | ;;; Generated autoloads from play/studly.el |
| 25355 | 25648 | ||
| 25356 | (autoload (quote studlify-region) "studly" "\ | 25649 | (autoload (quote studlify-region) "studly" "\ |
| @@ -25370,7 +25663,7 @@ Studlify-case the current buffer. | |||
| 25370 | 25663 | ||
| 25371 | ;;;*** | 25664 | ;;;*** |
| 25372 | 25665 | ||
| 25373 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17822 38984)) | 25666 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17843 45612)) |
| 25374 | ;;; Generated autoloads from subr.el | 25667 | ;;; Generated autoloads from subr.el |
| 25375 | 25668 | ||
| 25376 | (autoload (quote locate-library) "subr" "\ | 25669 | (autoload (quote locate-library) "subr" "\ |
| @@ -25392,7 +25685,7 @@ and the file name is displayed in the echo area. | |||
| 25392 | ;;;*** | 25685 | ;;;*** |
| 25393 | 25686 | ||
| 25394 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 25687 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 25395 | ;;;;;; (17806 44351)) | 25688 | ;;;;;; (17843 45622)) |
| 25396 | ;;; Generated autoloads from mail/supercite.el | 25689 | ;;; Generated autoloads from mail/supercite.el |
| 25397 | 25690 | ||
| 25398 | (autoload (quote sc-cite-original) "supercite" "\ | 25691 | (autoload (quote sc-cite-original) "supercite" "\ |
| @@ -25424,7 +25717,7 @@ before, and `sc-post-hook' is run after the guts of this function. | |||
| 25424 | 25717 | ||
| 25425 | ;;;*** | 25718 | ;;;*** |
| 25426 | 25719 | ||
| 25427 | ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17753 42782)) | 25720 | ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17842 25773)) |
| 25428 | ;;; Generated autoloads from t-mouse.el | 25721 | ;;; Generated autoloads from t-mouse.el |
| 25429 | 25722 | ||
| 25430 | (defvar t-mouse-mode nil "\ | 25723 | (defvar t-mouse-mode nil "\ |
| @@ -25446,7 +25739,7 @@ Turn it on to use Emacs mouse commands, and off to use t-mouse commands. | |||
| 25446 | 25739 | ||
| 25447 | ;;;*** | 25740 | ;;;*** |
| 25448 | 25741 | ||
| 25449 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17806 44345)) | 25742 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17843 45612)) |
| 25450 | ;;; Generated autoloads from tabify.el | 25743 | ;;; Generated autoloads from tabify.el |
| 25451 | 25744 | ||
| 25452 | (autoload (quote untabify) "tabify" "\ | 25745 | (autoload (quote untabify) "tabify" "\ |
| @@ -25481,7 +25774,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25481 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 25774 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 25482 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 25775 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 25483 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 25776 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 25484 | ;;;;;; "table" "textmodes/table.el" (17823 26720)) | 25777 | ;;;;;; "table" "textmodes/table.el" (17843 45630)) |
| 25485 | ;;; Generated autoloads from textmodes/table.el | 25778 | ;;; Generated autoloads from textmodes/table.el |
| 25486 | 25779 | ||
| 25487 | (defvar table-cell-map-hook nil "\ | 25780 | (defvar table-cell-map-hook nil "\ |
| @@ -26069,7 +26362,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 26069 | 26362 | ||
| 26070 | ;;;*** | 26363 | ;;;*** |
| 26071 | 26364 | ||
| 26072 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (17806 44345)) | 26365 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (17843 45612)) |
| 26073 | ;;; Generated autoloads from talk.el | 26366 | ;;; Generated autoloads from talk.el |
| 26074 | 26367 | ||
| 26075 | (autoload (quote talk-connect) "talk" "\ | 26368 | (autoload (quote talk-connect) "talk" "\ |
| @@ -26079,7 +26372,7 @@ Connect to display DISPLAY for the Emacs talk group. | |||
| 26079 | 26372 | ||
| 26080 | ;;;*** | 26373 | ;;;*** |
| 26081 | 26374 | ||
| 26082 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17806 44345)) | 26375 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17843 45612)) |
| 26083 | ;;; Generated autoloads from tar-mode.el | 26376 | ;;; Generated autoloads from tar-mode.el |
| 26084 | 26377 | ||
| 26085 | (autoload (quote tar-mode) "tar-mode" "\ | 26378 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -26103,7 +26396,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26103 | ;;;*** | 26396 | ;;;*** |
| 26104 | 26397 | ||
| 26105 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 26398 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 26106 | ;;;;;; "progmodes/tcl.el" (17501 10775)) | 26399 | ;;;;;; "progmodes/tcl.el" (17843 45629)) |
| 26107 | ;;; Generated autoloads from progmodes/tcl.el | 26400 | ;;; Generated autoloads from progmodes/tcl.el |
| 26108 | 26401 | ||
| 26109 | (autoload (quote tcl-mode) "tcl" "\ | 26402 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -26154,7 +26447,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 26154 | 26447 | ||
| 26155 | ;;;*** | 26448 | ;;;*** |
| 26156 | 26449 | ||
| 26157 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17806 44352)) | 26450 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17843 45624)) |
| 26158 | ;;; Generated autoloads from net/telnet.el | 26451 | ;;; Generated autoloads from net/telnet.el |
| 26159 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 26452 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 26160 | 26453 | ||
| @@ -26181,8 +26474,8 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26181 | 26474 | ||
| 26182 | ;;;*** | 26475 | ;;;*** |
| 26183 | 26476 | ||
| 26184 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17806 | 26477 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17843 |
| 26185 | ;;;;;; 44345)) | 26478 | ;;;;;; 45612)) |
| 26186 | ;;; Generated autoloads from term.el | 26479 | ;;; Generated autoloads from term.el |
| 26187 | 26480 | ||
| 26188 | (autoload (quote make-term) "term" "\ | 26481 | (autoload (quote make-term) "term" "\ |
| @@ -26210,8 +26503,8 @@ Start a terminal-emulator in a new buffer. | |||
| 26210 | 26503 | ||
| 26211 | ;;;*** | 26504 | ;;;*** |
| 26212 | 26505 | ||
| 26213 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17806 | 26506 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17843 |
| 26214 | ;;;;;; 44345)) | 26507 | ;;;;;; 45612)) |
| 26215 | ;;; Generated autoloads from terminal.el | 26508 | ;;; Generated autoloads from terminal.el |
| 26216 | 26509 | ||
| 26217 | (autoload (quote terminal-emulator) "terminal" "\ | 26510 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -26248,7 +26541,7 @@ subprocess started. | |||
| 26248 | ;;;*** | 26541 | ;;;*** |
| 26249 | 26542 | ||
| 26250 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 26543 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 26251 | ;;;;;; (17398 63773)) | 26544 | ;;;;;; (17843 45615)) |
| 26252 | ;;; Generated autoloads from emacs-lisp/testcover.el | 26545 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 26253 | 26546 | ||
| 26254 | (autoload (quote testcover-this-defun) "testcover" "\ | 26547 | (autoload (quote testcover-this-defun) "testcover" "\ |
| @@ -26258,7 +26551,7 @@ Start coverage on function under point. | |||
| 26258 | 26551 | ||
| 26259 | ;;;*** | 26552 | ;;;*** |
| 26260 | 26553 | ||
| 26261 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17806 44352)) | 26554 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17843 45626)) |
| 26262 | ;;; Generated autoloads from play/tetris.el | 26555 | ;;; Generated autoloads from play/tetris.el |
| 26263 | 26556 | ||
| 26264 | (autoload (quote tetris) "tetris" "\ | 26557 | (autoload (quote tetris) "tetris" "\ |
| @@ -26289,7 +26582,7 @@ tetris-mode keybindings: | |||
| 26289 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26582 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 26290 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26583 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 26291 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26584 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 26292 | ;;;;;; (17806 44356)) | 26585 | ;;;;;; (17843 45630)) |
| 26293 | ;;; Generated autoloads from textmodes/tex-mode.el | 26586 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26294 | 26587 | ||
| 26295 | (defvar tex-shell-file-name nil "\ | 26588 | (defvar tex-shell-file-name nil "\ |
| @@ -26591,7 +26884,7 @@ Major mode to edit DocTeX files. | |||
| 26591 | ;;;*** | 26884 | ;;;*** |
| 26592 | 26885 | ||
| 26593 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 26886 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 26594 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17753 42787)) | 26887 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17843 45630)) |
| 26595 | ;;; Generated autoloads from textmodes/texinfmt.el | 26888 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 26596 | 26889 | ||
| 26597 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 26890 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -26631,7 +26924,7 @@ if large. You can use Info-split to do this manually. | |||
| 26631 | ;;;*** | 26924 | ;;;*** |
| 26632 | 26925 | ||
| 26633 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 26926 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 26634 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17398 63784)) | 26927 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17843 45630)) |
| 26635 | ;;; Generated autoloads from textmodes/texinfo.el | 26928 | ;;; Generated autoloads from textmodes/texinfo.el |
| 26636 | 26929 | ||
| 26637 | (defvar texinfo-open-quote "``" "\ | 26930 | (defvar texinfo-open-quote "``" "\ |
| @@ -26718,7 +27011,7 @@ value of `texinfo-mode-hook'. | |||
| 26718 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function | 27011 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function |
| 26719 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string | 27012 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string |
| 26720 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" | 27013 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" |
| 26721 | ;;;;;; (17806 44351)) | 27014 | ;;;;;; (17843 45621)) |
| 26722 | ;;; Generated autoloads from language/thai-util.el | 27015 | ;;; Generated autoloads from language/thai-util.el |
| 26723 | 27016 | ||
| 26724 | (autoload (quote thai-compose-region) "thai-util" "\ | 27017 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -26762,7 +27055,7 @@ Minor mode for automatically correct Thai character composition. | |||
| 26762 | 27055 | ||
| 26763 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 27056 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 26764 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 27057 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 26765 | ;;;;;; "thingatpt" "thingatpt.el" (17806 44345)) | 27058 | ;;;;;; "thingatpt" "thingatpt.el" (17843 45612)) |
| 26766 | ;;; Generated autoloads from thingatpt.el | 27059 | ;;; Generated autoloads from thingatpt.el |
| 26767 | 27060 | ||
| 26768 | (autoload (quote forward-thing) "thingatpt" "\ | 27061 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -26819,7 +27112,7 @@ Not documented | |||
| 26819 | 27112 | ||
| 26820 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 27113 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 26821 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 27114 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 26822 | ;;;;;; (17620 26950)) | 27115 | ;;;;;; (17843 45612)) |
| 26823 | ;;; Generated autoloads from thumbs.el | 27116 | ;;; Generated autoloads from thumbs.el |
| 26824 | 27117 | ||
| 26825 | (autoload (quote thumbs-find-thumb) "thumbs" "\ | 27118 | (autoload (quote thumbs-find-thumb) "thumbs" "\ |
| @@ -26858,7 +27151,7 @@ In dired, call the setroot program on the image at point. | |||
| 26858 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region | 27151 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region |
| 26859 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 27152 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan |
| 26860 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 27153 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" |
| 26861 | ;;;;;; "language/tibet-util.el" (17806 44351)) | 27154 | ;;;;;; "language/tibet-util.el" (17843 45621)) |
| 26862 | ;;; Generated autoloads from language/tibet-util.el | 27155 | ;;; Generated autoloads from language/tibet-util.el |
| 26863 | 27156 | ||
| 26864 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 27157 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -26937,7 +27230,7 @@ Not documented | |||
| 26937 | ;;;*** | 27230 | ;;;*** |
| 26938 | 27231 | ||
| 26939 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 27232 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 26940 | ;;;;;; (17806 44356)) | 27233 | ;;;;;; (17843 45630)) |
| 26941 | ;;; Generated autoloads from textmodes/tildify.el | 27234 | ;;; Generated autoloads from textmodes/tildify.el |
| 26942 | 27235 | ||
| 26943 | (autoload (quote tildify-region) "tildify" "\ | 27236 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -26961,7 +27254,7 @@ This function performs no refilling of the changed text. | |||
| 26961 | ;;;*** | 27254 | ;;;*** |
| 26962 | 27255 | ||
| 26963 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 27256 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 26964 | ;;;;;; "time" "time.el" (17723 17910)) | 27257 | ;;;;;; "time" "time.el" (17843 45612)) |
| 26965 | ;;; Generated autoloads from time.el | 27258 | ;;; Generated autoloads from time.el |
| 26966 | 27259 | ||
| 26967 | (defvar display-time-day-and-date nil "\ | 27260 | (defvar display-time-day-and-date nil "\ |
| @@ -27003,8 +27296,8 @@ This runs the normal hook `display-time-hook' after each update. | |||
| 27003 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year | 27296 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 27004 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract | 27297 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 27005 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds | 27298 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds |
| 27006 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17398 | 27299 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17843 |
| 27007 | ;;;;;; 63772)) | 27300 | ;;;;;; 45615)) |
| 27008 | ;;; Generated autoloads from calendar/time-date.el | 27301 | ;;; Generated autoloads from calendar/time-date.el |
| 27009 | 27302 | ||
| 27010 | (autoload (quote date-to-time) "time-date" "\ | 27303 | (autoload (quote date-to-time) "time-date" "\ |
| @@ -27090,7 +27383,7 @@ If DATE is malformed, return a time value of zeros. | |||
| 27090 | ;;;*** | 27383 | ;;;*** |
| 27091 | 27384 | ||
| 27092 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 27385 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 27093 | ;;;;;; "time-stamp.el" (17806 44345)) | 27386 | ;;;;;; "time-stamp.el" (17843 45612)) |
| 27094 | ;;; Generated autoloads from time-stamp.el | 27387 | ;;; Generated autoloads from time-stamp.el |
| 27095 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 27388 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 27096 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) | 27389 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) |
| @@ -27133,7 +27426,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 27133 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 27426 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 27134 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 27427 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 27135 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 27428 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 27136 | ;;;;;; (17632 59497)) | 27429 | ;;;;;; (17843 45615)) |
| 27137 | ;;; Generated autoloads from calendar/timeclock.el | 27430 | ;;; Generated autoloads from calendar/timeclock.el |
| 27138 | 27431 | ||
| 27139 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 27432 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -27234,7 +27527,7 @@ relative only to the time worked today, and not to past time. | |||
| 27234 | 27527 | ||
| 27235 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer | 27528 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer |
| 27236 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" | 27529 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" |
| 27237 | ;;;;;; "emacs-lisp/timer.el" (17806 44346)) | 27530 | ;;;;;; "emacs-lisp/timer.el" (17843 45615)) |
| 27238 | ;;; Generated autoloads from emacs-lisp/timer.el | 27531 | ;;; Generated autoloads from emacs-lisp/timer.el |
| 27239 | 27532 | ||
| 27240 | (defalias (quote disable-timeout) (quote cancel-timer)) | 27533 | (defalias (quote disable-timeout) (quote cancel-timer)) |
| @@ -27310,7 +27603,7 @@ be detected. | |||
| 27310 | ;;;*** | 27603 | ;;;*** |
| 27311 | 27604 | ||
| 27312 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 27605 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 27313 | ;;;;;; "international/titdic-cnv.el" (17806 44350)) | 27606 | ;;;;;; "international/titdic-cnv.el" (17843 45620)) |
| 27314 | ;;; Generated autoloads from international/titdic-cnv.el | 27607 | ;;; Generated autoloads from international/titdic-cnv.el |
| 27315 | 27608 | ||
| 27316 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 27609 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -27333,8 +27626,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27333 | ;;;*** | 27626 | ;;;*** |
| 27334 | 27627 | ||
| 27335 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion | 27628 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion |
| 27336 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17806 | 27629 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17843 |
| 27337 | ;;;;;; 44351)) | 27630 | ;;;;;; 45621)) |
| 27338 | ;;; Generated autoloads from language/tml-util.el | 27631 | ;;; Generated autoloads from language/tml-util.el |
| 27339 | 27632 | ||
| 27340 | (autoload (quote tamil-compose-region) "tml-util" "\ | 27633 | (autoload (quote tamil-compose-region) "tml-util" "\ |
| @@ -27357,7 +27650,7 @@ PATTERN regexp. | |||
| 27357 | ;;;*** | 27650 | ;;;*** |
| 27358 | 27651 | ||
| 27359 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27652 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27360 | ;;;;;; "tmm.el" (17806 44345)) | 27653 | ;;;;;; "tmm.el" (17843 45612)) |
| 27361 | ;;; Generated autoloads from tmm.el | 27654 | ;;; Generated autoloads from tmm.el |
| 27362 | (define-key global-map "\M-`" 'tmm-menubar) | 27655 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27363 | (define-key global-map [f10] 'tmm-menubar) | 27656 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -27398,7 +27691,7 @@ Its value should be an event that has a binding in MENU. | |||
| 27398 | 27691 | ||
| 27399 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 27692 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 27400 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 27693 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 27401 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17398 63772)) | 27694 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17843 45615)) |
| 27402 | ;;; Generated autoloads from calendar/todo-mode.el | 27695 | ;;; Generated autoloads from calendar/todo-mode.el |
| 27403 | 27696 | ||
| 27404 | (autoload (quote todo-add-category) "todo-mode" "\ | 27697 | (autoload (quote todo-add-category) "todo-mode" "\ |
| @@ -27459,7 +27752,7 @@ Show TODO list. | |||
| 27459 | 27752 | ||
| 27460 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 27753 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 27461 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" | 27754 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" |
| 27462 | ;;;;;; (17501 10770)) | 27755 | ;;;;;; (17843 45612)) |
| 27463 | ;;; Generated autoloads from tool-bar.el | 27756 | ;;; Generated autoloads from tool-bar.el |
| 27464 | 27757 | ||
| 27465 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) | 27758 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) |
| @@ -27526,7 +27819,7 @@ holds a keymap. | |||
| 27526 | ;;;*** | 27819 | ;;;*** |
| 27527 | 27820 | ||
| 27528 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 27821 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 27529 | ;;;;;; (17806 44346)) | 27822 | ;;;;;; (17843 45615)) |
| 27530 | ;;; Generated autoloads from emulation/tpu-edt.el | 27823 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 27531 | 27824 | ||
| 27532 | (defvar tpu-edt-mode nil "\ | 27825 | (defvar tpu-edt-mode nil "\ |
| @@ -27553,7 +27846,7 @@ Turn on TPU/edt emulation. | |||
| 27553 | ;;;*** | 27846 | ;;;*** |
| 27554 | 27847 | ||
| 27555 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 27848 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) |
| 27556 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17806 44346)) | 27849 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17843 45615)) |
| 27557 | ;;; Generated autoloads from emulation/tpu-extras.el | 27850 | ;;; Generated autoloads from emulation/tpu-extras.el |
| 27558 | 27851 | ||
| 27559 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | 27852 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ |
| @@ -27573,7 +27866,7 @@ Constrain the cursor to the flow of the text. | |||
| 27573 | 27866 | ||
| 27574 | ;;;*** | 27867 | ;;;*** |
| 27575 | 27868 | ||
| 27576 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17806 44346)) | 27869 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17843 45615)) |
| 27577 | ;;; Generated autoloads from emacs-lisp/tq.el | 27870 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 27578 | 27871 | ||
| 27579 | (autoload (quote tq-create) "tq" "\ | 27872 | (autoload (quote tq-create) "tq" "\ |
| @@ -27587,7 +27880,7 @@ to a tcp server on another machine. | |||
| 27587 | ;;;*** | 27880 | ;;;*** |
| 27588 | 27881 | ||
| 27589 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 27882 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 27590 | ;;;;;; "trace" "emacs-lisp/trace.el" (17806 44346)) | 27883 | ;;;;;; "trace" "emacs-lisp/trace.el" (17843 45615)) |
| 27591 | ;;; Generated autoloads from emacs-lisp/trace.el | 27884 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 27592 | 27885 | ||
| 27593 | (defvar trace-buffer "*trace-output*" "\ | 27886 | (defvar trace-buffer "*trace-output*" "\ |
| @@ -27624,7 +27917,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 27624 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 27917 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 27625 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 27918 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 27626 | ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp | 27919 | ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp |
| 27627 | ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17822 38987)) | 27920 | ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17844 62922)) |
| 27628 | ;;; Generated autoloads from net/tramp.el | 27921 | ;;; Generated autoloads from net/tramp.el |
| 27629 | 27922 | ||
| 27630 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ | 27923 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ |
| @@ -27737,7 +28030,7 @@ Discard Tramp from loading remote files. | |||
| 27737 | ;;;*** | 28030 | ;;;*** |
| 27738 | 28031 | ||
| 27739 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 28032 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 27740 | ;;;;;; (17372 39944)) | 28033 | ;;;;;; (17843 45624)) |
| 27741 | ;;; Generated autoloads from net/tramp-ftp.el | 28034 | ;;; Generated autoloads from net/tramp-ftp.el |
| 27742 | 28035 | ||
| 27743 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ | 28036 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ |
| @@ -27752,8 +28045,8 @@ Not documented | |||
| 27752 | ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings | 28045 | ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings |
| 27753 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files | 28046 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files |
| 27754 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration | 28047 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration |
| 27755 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17648 | 28048 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17843 |
| 27756 | ;;;;;; 1356)) | 28049 | ;;;;;; 45612)) |
| 27757 | ;;; Generated autoloads from tumme.el | 28050 | ;;; Generated autoloads from tumme.el |
| 27758 | 28051 | ||
| 27759 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ | 28052 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ |
| @@ -27843,7 +28136,7 @@ Append thumbnails to `tumme-thumbnail-buffer'. | |||
| 27843 | \(fn)" t nil) | 28136 | \(fn)" t nil) |
| 27844 | 28137 | ||
| 27845 | (autoload (quote tumme-display-thumb) "tumme" "\ | 28138 | (autoload (quote tumme-display-thumb) "tumme" "\ |
| 27846 | Shorthard for `tumme-display-thumbs' with prefix argument. | 28139 | Shorthand for `tumme-display-thumbs' with prefix argument. |
| 27847 | 28140 | ||
| 27848 | \(fn)" t nil) | 28141 | \(fn)" t nil) |
| 27849 | 28142 | ||
| @@ -27883,8 +28176,8 @@ easy-to-use form. | |||
| 27883 | 28176 | ||
| 27884 | ;;;*** | 28177 | ;;;*** |
| 27885 | 28178 | ||
| 27886 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17822 | 28179 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17843 |
| 27887 | ;;;;;; 38984)) | 28180 | ;;;;;; 45612)) |
| 27888 | ;;; Generated autoloads from tutorial.el | 28181 | ;;; Generated autoloads from tutorial.el |
| 27889 | 28182 | ||
| 27890 | (autoload (quote help-with-tutorial) "tutorial" "\ | 28183 | (autoload (quote help-with-tutorial) "tutorial" "\ |
| @@ -27909,7 +28202,7 @@ resumed later. | |||
| 27909 | ;;;*** | 28202 | ;;;*** |
| 27910 | 28203 | ||
| 27911 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 28204 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 27912 | ;;;;;; "textmodes/two-column.el" (17806 44356)) | 28205 | ;;;;;; "textmodes/two-column.el" (17843 45630)) |
| 27913 | ;;; Generated autoloads from textmodes/two-column.el | 28206 | ;;; Generated autoloads from textmodes/two-column.el |
| 27914 | (autoload '2C-command "two-column" () t 'keymap) | 28207 | (autoload '2C-command "two-column" () t 'keymap) |
| 27915 | (global-set-key "\C-x6" '2C-command) | 28208 | (global-set-key "\C-x6" '2C-command) |
| @@ -27960,7 +28253,7 @@ First column's text sSs Second column's text | |||
| 27960 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 28253 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 27961 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 28254 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 27962 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 28255 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 27963 | ;;;;;; (17806 44345)) | 28256 | ;;;;;; (17845 22175)) |
| 27964 | ;;; Generated autoloads from type-break.el | 28257 | ;;; Generated autoloads from type-break.el |
| 27965 | 28258 | ||
| 27966 | (defvar type-break-mode nil "\ | 28259 | (defvar type-break-mode nil "\ |
| @@ -28143,7 +28436,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 28143 | ;;;*** | 28436 | ;;;*** |
| 28144 | 28437 | ||
| 28145 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 28438 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 28146 | ;;;;;; "textmodes/underline.el" (17806 44356)) | 28439 | ;;;;;; "textmodes/underline.el" (17843 45630)) |
| 28147 | ;;; Generated autoloads from textmodes/underline.el | 28440 | ;;; Generated autoloads from textmodes/underline.el |
| 28148 | 28441 | ||
| 28149 | (autoload (quote underline-region) "underline" "\ | 28442 | (autoload (quote underline-region) "underline" "\ |
| @@ -28164,7 +28457,7 @@ which specify the range to operate on. | |||
| 28164 | ;;;*** | 28457 | ;;;*** |
| 28165 | 28458 | ||
| 28166 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) | 28459 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) |
| 28167 | ;;;;;; "undigest" "mail/undigest.el" (17806 44351)) | 28460 | ;;;;;; "undigest" "mail/undigest.el" (17843 45622)) |
| 28168 | ;;; Generated autoloads from mail/undigest.el | 28461 | ;;; Generated autoloads from mail/undigest.el |
| 28169 | 28462 | ||
| 28170 | (autoload (quote undigestify-rmail-message) "undigest" "\ | 28463 | (autoload (quote undigestify-rmail-message) "undigest" "\ |
| @@ -28183,7 +28476,7 @@ following the containing message. | |||
| 28183 | ;;;*** | 28476 | ;;;*** |
| 28184 | 28477 | ||
| 28185 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 28478 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 28186 | ;;;;;; (17806 44351)) | 28479 | ;;;;;; (17843 45622)) |
| 28187 | ;;; Generated autoloads from mail/unrmail.el | 28480 | ;;; Generated autoloads from mail/unrmail.el |
| 28188 | 28481 | ||
| 28189 | (autoload (quote batch-unrmail) "unrmail" "\ | 28482 | (autoload (quote batch-unrmail) "unrmail" "\ |
| @@ -28202,8 +28495,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE. | |||
| 28202 | 28495 | ||
| 28203 | ;;;*** | 28496 | ;;;*** |
| 28204 | 28497 | ||
| 28205 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17408 | 28498 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17843 |
| 28206 | ;;;;;; 8260)) | 28499 | ;;;;;; 45615)) |
| 28207 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 28500 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 28208 | 28501 | ||
| 28209 | (autoload (quote unsafep) "unsafep" "\ | 28502 | (autoload (quote unsafep) "unsafep" "\ |
| @@ -28216,7 +28509,7 @@ of symbols with local bindings. | |||
| 28216 | ;;;*** | 28509 | ;;;*** |
| 28217 | 28510 | ||
| 28218 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 28511 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 28219 | ;;;;;; "url/url.el" (17806 44357)) | 28512 | ;;;;;; "url/url.el" (17843 45630)) |
| 28220 | ;;; Generated autoloads from url/url.el | 28513 | ;;; Generated autoloads from url/url.el |
| 28221 | 28514 | ||
| 28222 | (autoload (quote url-retrieve) "url" "\ | 28515 | (autoload (quote url-retrieve) "url" "\ |
| @@ -28256,7 +28549,7 @@ no further processing). URL is either a string or a parsed URL. | |||
| 28256 | ;;;*** | 28549 | ;;;*** |
| 28257 | 28550 | ||
| 28258 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 28551 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 28259 | ;;;;;; "url-auth" "url/url-auth.el" (17398 63784)) | 28552 | ;;;;;; "url-auth" "url/url-auth.el" (17843 45630)) |
| 28260 | ;;; Generated autoloads from url/url-auth.el | 28553 | ;;; Generated autoloads from url/url-auth.el |
| 28261 | 28554 | ||
| 28262 | (autoload (quote url-get-authentication) "url-auth" "\ | 28555 | (autoload (quote url-get-authentication) "url-auth" "\ |
| @@ -28298,8 +28591,8 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 28298 | ;;;*** | 28591 | ;;;*** |
| 28299 | 28592 | ||
| 28300 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached | 28593 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached |
| 28301 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17354 | 28594 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17843 |
| 28302 | ;;;;;; 12353)) | 28595 | ;;;;;; 45630)) |
| 28303 | ;;; Generated autoloads from url/url-cache.el | 28596 | ;;; Generated autoloads from url/url-cache.el |
| 28304 | 28597 | ||
| 28305 | (autoload (quote url-store-in-cache) "url-cache" "\ | 28598 | (autoload (quote url-store-in-cache) "url-cache" "\ |
| @@ -28324,7 +28617,7 @@ Return t iff a cached file has expired. | |||
| 28324 | 28617 | ||
| 28325 | ;;;*** | 28618 | ;;;*** |
| 28326 | 28619 | ||
| 28327 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17398 63784)) | 28620 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17843 45630)) |
| 28328 | ;;; Generated autoloads from url/url-cid.el | 28621 | ;;; Generated autoloads from url/url-cid.el |
| 28329 | 28622 | ||
| 28330 | (autoload (quote url-cid) "url-cid" "\ | 28623 | (autoload (quote url-cid) "url-cid" "\ |
| @@ -28335,7 +28628,7 @@ Not documented | |||
| 28335 | ;;;*** | 28628 | ;;;*** |
| 28336 | 28629 | ||
| 28337 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 28630 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 28338 | ;;;;;; "url/url-dav.el" (17723 17916)) | 28631 | ;;;;;; "url/url-dav.el" (17843 45630)) |
| 28339 | ;;; Generated autoloads from url/url-dav.el | 28632 | ;;; Generated autoloads from url/url-dav.el |
| 28340 | 28633 | ||
| 28341 | (autoload (quote url-dav-supported-p) "url-dav" "\ | 28634 | (autoload (quote url-dav-supported-p) "url-dav" "\ |
| @@ -28350,8 +28643,8 @@ Not documented | |||
| 28350 | 28643 | ||
| 28351 | ;;;*** | 28644 | ;;;*** |
| 28352 | 28645 | ||
| 28353 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17398 | 28646 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17843 |
| 28354 | ;;;;;; 63784)) | 28647 | ;;;;;; 45630)) |
| 28355 | ;;; Generated autoloads from url/url-file.el | 28648 | ;;; Generated autoloads from url/url-file.el |
| 28356 | 28649 | ||
| 28357 | (autoload (quote url-file) "url-file" "\ | 28650 | (autoload (quote url-file) "url-file" "\ |
| @@ -28362,7 +28655,7 @@ Handle file: and ftp: URLs. | |||
| 28362 | ;;;*** | 28655 | ;;;*** |
| 28363 | 28656 | ||
| 28364 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 28657 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 28365 | ;;;;;; "url/url-gw.el" (17806 44356)) | 28658 | ;;;;;; "url/url-gw.el" (17843 45630)) |
| 28366 | ;;; Generated autoloads from url/url-gw.el | 28659 | ;;; Generated autoloads from url/url-gw.el |
| 28367 | 28660 | ||
| 28368 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ | 28661 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ |
| @@ -28381,8 +28674,8 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 28381 | ;;;*** | 28674 | ;;;*** |
| 28382 | 28675 | ||
| 28383 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 28676 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 28384 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17648 | 28677 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17843 |
| 28385 | ;;;;;; 1358)) | 28678 | ;;;;;; 45630)) |
| 28386 | ;;; Generated autoloads from url/url-handlers.el | 28679 | ;;; Generated autoloads from url/url-handlers.el |
| 28387 | 28680 | ||
| 28388 | (defvar url-handler-mode nil "\ | 28681 | (defvar url-handler-mode nil "\ |
| @@ -28426,7 +28719,7 @@ Not documented | |||
| 28426 | ;;;*** | 28719 | ;;;*** |
| 28427 | 28720 | ||
| 28428 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 28721 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 28429 | ;;;;;; url-http) "url-http" "url/url-http.el" (17806 44356)) | 28722 | ;;;;;; url-http) "url-http" "url/url-http.el" (17843 45630)) |
| 28430 | ;;; Generated autoloads from url/url-http.el | 28723 | ;;; Generated autoloads from url/url-http.el |
| 28431 | 28724 | ||
| 28432 | (autoload (quote url-http) "url-http" "\ | 28725 | (autoload (quote url-http) "url-http" "\ |
| @@ -28491,7 +28784,7 @@ HTTPS retrievals are asynchronous.") | |||
| 28491 | 28784 | ||
| 28492 | ;;;*** | 28785 | ;;;*** |
| 28493 | 28786 | ||
| 28494 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17620 26953)) | 28787 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17843 45630)) |
| 28495 | ;;; Generated autoloads from url/url-irc.el | 28788 | ;;; Generated autoloads from url/url-irc.el |
| 28496 | 28789 | ||
| 28497 | (autoload (quote url-irc) "url-irc" "\ | 28790 | (autoload (quote url-irc) "url-irc" "\ |
| @@ -28501,8 +28794,8 @@ Not documented | |||
| 28501 | 28794 | ||
| 28502 | ;;;*** | 28795 | ;;;*** |
| 28503 | 28796 | ||
| 28504 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17398 | 28797 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17843 |
| 28505 | ;;;;;; 63784)) | 28798 | ;;;;;; 45630)) |
| 28506 | ;;; Generated autoloads from url/url-ldap.el | 28799 | ;;; Generated autoloads from url/url-ldap.el |
| 28507 | 28800 | ||
| 28508 | (autoload (quote url-ldap) "url-ldap" "\ | 28801 | (autoload (quote url-ldap) "url-ldap" "\ |
| @@ -28516,7 +28809,7 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 28516 | ;;;*** | 28809 | ;;;*** |
| 28517 | 28810 | ||
| 28518 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 28811 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 28519 | ;;;;;; (17398 63784)) | 28812 | ;;;;;; (17843 45630)) |
| 28520 | ;;; Generated autoloads from url/url-mailto.el | 28813 | ;;; Generated autoloads from url/url-mailto.el |
| 28521 | 28814 | ||
| 28522 | (autoload (quote url-mail) "url-mailto" "\ | 28815 | (autoload (quote url-mail) "url-mailto" "\ |
| @@ -28532,7 +28825,7 @@ Handle the mailto: URL syntax. | |||
| 28532 | ;;;*** | 28825 | ;;;*** |
| 28533 | 28826 | ||
| 28534 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 28827 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 28535 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17398 63784)) | 28828 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17843 45630)) |
| 28536 | ;;; Generated autoloads from url/url-misc.el | 28829 | ;;; Generated autoloads from url/url-misc.el |
| 28537 | 28830 | ||
| 28538 | (autoload (quote url-man) "url-misc" "\ | 28831 | (autoload (quote url-man) "url-misc" "\ |
| @@ -28564,7 +28857,7 @@ Fetch a data URL (RFC 2397). | |||
| 28564 | ;;;*** | 28857 | ;;;*** |
| 28565 | 28858 | ||
| 28566 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 28859 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 28567 | ;;;;;; (17363 29189)) | 28860 | ;;;;;; (17843 45630)) |
| 28568 | ;;; Generated autoloads from url/url-news.el | 28861 | ;;; Generated autoloads from url/url-news.el |
| 28569 | 28862 | ||
| 28570 | (autoload (quote url-news) "url-news" "\ | 28863 | (autoload (quote url-news) "url-news" "\ |
| @@ -28581,7 +28874,7 @@ Not documented | |||
| 28581 | 28874 | ||
| 28582 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 28875 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 28583 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 28876 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 28584 | ;;;;;; (17398 63784)) | 28877 | ;;;;;; (17843 45630)) |
| 28585 | ;;; Generated autoloads from url/url-ns.el | 28878 | ;;; Generated autoloads from url/url-ns.el |
| 28586 | 28879 | ||
| 28587 | (autoload (quote isPlainHostName) "url-ns" "\ | 28880 | (autoload (quote isPlainHostName) "url-ns" "\ |
| @@ -28622,7 +28915,7 @@ Not documented | |||
| 28622 | ;;;*** | 28915 | ;;;*** |
| 28623 | 28916 | ||
| 28624 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 28917 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 28625 | ;;;;;; "url/url-parse.el" (17806 44357)) | 28918 | ;;;;;; "url/url-parse.el" (17843 45630)) |
| 28626 | ;;; Generated autoloads from url/url-parse.el | 28919 | ;;; Generated autoloads from url/url-parse.el |
| 28627 | 28920 | ||
| 28628 | (autoload (quote url-recreate-url) "url-parse" "\ | 28921 | (autoload (quote url-recreate-url) "url-parse" "\ |
| @@ -28640,7 +28933,7 @@ Format is: | |||
| 28640 | ;;;*** | 28933 | ;;;*** |
| 28641 | 28934 | ||
| 28642 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 28935 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 28643 | ;;;;;; (17354 12353)) | 28936 | ;;;;;; (17843 45630)) |
| 28644 | ;;; Generated autoloads from url/url-privacy.el | 28937 | ;;; Generated autoloads from url/url-privacy.el |
| 28645 | 28938 | ||
| 28646 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ | 28939 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ |
| @@ -28656,7 +28949,7 @@ Setup variables that expose info about you and your system. | |||
| 28656 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date | 28949 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date |
| 28657 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string | 28950 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string |
| 28658 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" | 28951 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" |
| 28659 | ;;;;;; (17806 44357)) | 28952 | ;;;;;; (17843 45630)) |
| 28660 | ;;; Generated autoloads from url/url-util.el | 28953 | ;;; Generated autoloads from url/url-util.el |
| 28661 | 28954 | ||
| 28662 | (defvar url-debug nil "\ | 28955 | (defvar url-debug nil "\ |
| @@ -28785,7 +29078,7 @@ This uses `url-current-object', set locally to the buffer. | |||
| 28785 | ;;;*** | 29078 | ;;;*** |
| 28786 | 29079 | ||
| 28787 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 29080 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 28788 | ;;;;;; "userlock" "userlock.el" (17806 44345)) | 29081 | ;;;;;; "userlock" "userlock.el" (17843 45612)) |
| 28789 | ;;; Generated autoloads from userlock.el | 29082 | ;;; Generated autoloads from userlock.el |
| 28790 | 29083 | ||
| 28791 | (autoload (quote ask-user-about-lock) "userlock" "\ | 29084 | (autoload (quote ask-user-about-lock) "userlock" "\ |
| @@ -28813,7 +29106,7 @@ The buffer in question is current when this function is called. | |||
| 28813 | 29106 | ||
| 28814 | ;;;*** | 29107 | ;;;*** |
| 28815 | 29108 | ||
| 28816 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (17806 44350)) | 29109 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (17843 45620)) |
| 28817 | ;;; Generated autoloads from international/utf-7.el | 29110 | ;;; Generated autoloads from international/utf-7.el |
| 28818 | (autoload-coding-system 'utf-7 '(require 'utf-7)) | 29111 | (autoload-coding-system 'utf-7 '(require 'utf-7)) |
| 28819 | 29112 | ||
| @@ -28821,7 +29114,7 @@ The buffer in question is current when this function is called. | |||
| 28821 | 29114 | ||
| 28822 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 29115 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 28823 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" | 29116 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" |
| 28824 | ;;;;;; (17546 35258)) | 29117 | ;;;;;; (17843 45618)) |
| 28825 | ;;; Generated autoloads from gnus/uudecode.el | 29118 | ;;; Generated autoloads from gnus/uudecode.el |
| 28826 | 29119 | ||
| 28827 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ | 29120 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ |
| @@ -28851,7 +29144,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 28851 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 29144 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 28852 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 29145 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 28853 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook | 29146 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook |
| 28854 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17723 17911)) | 29147 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17843 45612)) |
| 28855 | ;;; Generated autoloads from vc.el | 29148 | ;;; Generated autoloads from vc.el |
| 28856 | 29149 | ||
| 28857 | (defvar vc-checkout-hook nil "\ | 29150 | (defvar vc-checkout-hook nil "\ |
| @@ -29139,7 +29432,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29139 | 29432 | ||
| 29140 | ;;;*** | 29433 | ;;;*** |
| 29141 | 29434 | ||
| 29142 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17822 38984)) | 29435 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17843 45612)) |
| 29143 | ;;; Generated autoloads from vc-arch.el | 29436 | ;;; Generated autoloads from vc-arch.el |
| 29144 | (defun vc-arch-registered (file) | 29437 | (defun vc-arch-registered (file) |
| 29145 | (if (vc-find-root file "{arch}/=tagging-method") | 29438 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -29149,7 +29442,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29149 | 29442 | ||
| 29150 | ;;;*** | 29443 | ;;;*** |
| 29151 | 29444 | ||
| 29152 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17398 63770)) | 29445 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17843 45612)) |
| 29153 | ;;; Generated autoloads from vc-cvs.el | 29446 | ;;; Generated autoloads from vc-cvs.el |
| 29154 | (defun vc-cvs-registered (f) | 29447 | (defun vc-cvs-registered (f) |
| 29155 | (when (file-readable-p (expand-file-name | 29448 | (when (file-readable-p (expand-file-name |
| @@ -29159,7 +29452,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29159 | 29452 | ||
| 29160 | ;;;*** | 29453 | ;;;*** |
| 29161 | 29454 | ||
| 29162 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17398 63770)) | 29455 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17843 45612)) |
| 29163 | ;;; Generated autoloads from vc-mcvs.el | 29456 | ;;; Generated autoloads from vc-mcvs.el |
| 29164 | (defun vc-mcvs-registered (file) | 29457 | (defun vc-mcvs-registered (file) |
| 29165 | (if (vc-find-root file "MCVS/CVS") | 29458 | (if (vc-find-root file "MCVS/CVS") |
| @@ -29170,7 +29463,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29170 | ;;;*** | 29463 | ;;;*** |
| 29171 | 29464 | ||
| 29172 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 29465 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 29173 | ;;;;;; (17398 63770)) | 29466 | ;;;;;; (17843 45612)) |
| 29174 | ;;; Generated autoloads from vc-rcs.el | 29467 | ;;; Generated autoloads from vc-rcs.el |
| 29175 | 29468 | ||
| 29176 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 29469 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -29183,7 +29476,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 29183 | ;;;*** | 29476 | ;;;*** |
| 29184 | 29477 | ||
| 29185 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 29478 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 29186 | ;;;;;; (17398 63770)) | 29479 | ;;;;;; (17843 45612)) |
| 29187 | ;;; Generated autoloads from vc-sccs.el | 29480 | ;;; Generated autoloads from vc-sccs.el |
| 29188 | 29481 | ||
| 29189 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 29482 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -29200,7 +29493,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29200 | 29493 | ||
| 29201 | ;;;*** | 29494 | ;;;*** |
| 29202 | 29495 | ||
| 29203 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17753 42782)) | 29496 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17838 18033)) |
| 29204 | ;;; Generated autoloads from vc-svn.el | 29497 | ;;; Generated autoloads from vc-svn.el |
| 29205 | (defun vc-svn-registered (f) | 29498 | (defun vc-svn-registered (f) |
| 29206 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 29499 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -29218,7 +29511,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29218 | ;;;*** | 29511 | ;;;*** |
| 29219 | 29512 | ||
| 29220 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 29513 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 29221 | ;;;;;; (17806 44354)) | 29514 | ;;;;;; (17843 45629)) |
| 29222 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 29515 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 29223 | 29516 | ||
| 29224 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 29517 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -29759,7 +30052,7 @@ Key bindings: | |||
| 29759 | 30052 | ||
| 29760 | ;;;*** | 30053 | ;;;*** |
| 29761 | 30054 | ||
| 29762 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17806 44346)) | 30055 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17789 35159)) |
| 29763 | ;;; Generated autoloads from emulation/vi.el | 30056 | ;;; Generated autoloads from emulation/vi.el |
| 29764 | 30057 | ||
| 29765 | (autoload (quote vi-mode) "vi" "\ | 30058 | (autoload (quote vi-mode) "vi" "\ |
| @@ -29814,7 +30107,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 29814 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 30107 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 29815 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 30108 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 29816 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 30109 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 29817 | ;;;;;; "language/viet-util.el" (17806 44351)) | 30110 | ;;;;;; "language/viet-util.el" (17843 45621)) |
| 29818 | ;;; Generated autoloads from language/viet-util.el | 30111 | ;;; Generated autoloads from language/viet-util.el |
| 29819 | 30112 | ||
| 29820 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 30113 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -29860,8 +30153,8 @@ Not documented | |||
| 29860 | 30153 | ||
| 29861 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 30154 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 29862 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 30155 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 29863 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17398 | 30156 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17843 |
| 29864 | ;;;;;; 63770)) | 30157 | ;;;;;; 45612)) |
| 29865 | ;;; Generated autoloads from view.el | 30158 | ;;; Generated autoloads from view.el |
| 29866 | 30159 | ||
| 29867 | (defvar view-mode nil "\ | 30160 | (defvar view-mode nil "\ |
| @@ -30070,8 +30363,8 @@ Exit View mode and make the current buffer editable. | |||
| 30070 | 30363 | ||
| 30071 | ;;;*** | 30364 | ;;;*** |
| 30072 | 30365 | ||
| 30073 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17806 | 30366 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17843 |
| 30074 | ;;;;;; 44346)) | 30367 | ;;;;;; 45615)) |
| 30075 | ;;; Generated autoloads from emulation/vip.el | 30368 | ;;; Generated autoloads from emulation/vip.el |
| 30076 | 30369 | ||
| 30077 | (autoload (quote vip-setup) "vip" "\ | 30370 | (autoload (quote vip-setup) "vip" "\ |
| @@ -30087,7 +30380,7 @@ Turn on VIP emulation of VI. | |||
| 30087 | ;;;*** | 30380 | ;;;*** |
| 30088 | 30381 | ||
| 30089 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 30382 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 30090 | ;;;;;; (17822 38984)) | 30383 | ;;;;;; (17843 45616)) |
| 30091 | ;;; Generated autoloads from emulation/viper.el | 30384 | ;;; Generated autoloads from emulation/viper.el |
| 30092 | 30385 | ||
| 30093 | (autoload (quote toggle-viper-mode) "viper" "\ | 30386 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -30104,7 +30397,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'. | |||
| 30104 | ;;;*** | 30397 | ;;;*** |
| 30105 | 30398 | ||
| 30106 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 30399 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 30107 | ;;;;;; (17501 10770)) | 30400 | ;;;;;; (17843 45615)) |
| 30108 | ;;; Generated autoloads from emacs-lisp/warnings.el | 30401 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 30109 | 30402 | ||
| 30110 | (defvar warning-prefix-function nil "\ | 30403 | (defvar warning-prefix-function nil "\ |
| @@ -30193,7 +30486,7 @@ this is equivalent to `display-warning', using | |||
| 30193 | ;;;*** | 30486 | ;;;*** |
| 30194 | 30487 | ||
| 30195 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 30488 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 30196 | ;;;;;; (17806 44345)) | 30489 | ;;;;;; (17843 45612)) |
| 30197 | ;;; Generated autoloads from wdired.el | 30490 | ;;; Generated autoloads from wdired.el |
| 30198 | 30491 | ||
| 30199 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ | 30492 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ |
| @@ -30209,7 +30502,7 @@ See `wdired-mode'. | |||
| 30209 | 30502 | ||
| 30210 | ;;;*** | 30503 | ;;;*** |
| 30211 | 30504 | ||
| 30212 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17806 44352)) | 30505 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17843 45625)) |
| 30213 | ;;; Generated autoloads from net/webjump.el | 30506 | ;;; Generated autoloads from net/webjump.el |
| 30214 | 30507 | ||
| 30215 | (autoload (quote webjump) "webjump" "\ | 30508 | (autoload (quote webjump) "webjump" "\ |
| @@ -30226,7 +30519,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30226 | ;;;*** | 30519 | ;;;*** |
| 30227 | 30520 | ||
| 30228 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 30521 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 30229 | ;;;;;; (17620 26953)) | 30522 | ;;;;;; (17843 45629)) |
| 30230 | ;;; Generated autoloads from progmodes/which-func.el | 30523 | ;;; Generated autoloads from progmodes/which-func.el |
| 30231 | (put 'which-func-format 'risky-local-variable t) | 30524 | (put 'which-func-format 'risky-local-variable t) |
| 30232 | (put 'which-func-current 'risky-local-variable t) | 30525 | (put 'which-func-current 'risky-local-variable t) |
| @@ -30259,7 +30552,7 @@ and off otherwise. | |||
| 30259 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 30552 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 30260 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 30553 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 30261 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 30554 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 30262 | ;;;;;; (17806 44345)) | 30555 | ;;;;;; (17843 45612)) |
| 30263 | ;;; Generated autoloads from whitespace.el | 30556 | ;;; Generated autoloads from whitespace.el |
| 30264 | 30557 | ||
| 30265 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 30558 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -30350,7 +30643,7 @@ This is meant to be added buffer-locally to `write-file-functions'. | |||
| 30350 | ;;;*** | 30643 | ;;;*** |
| 30351 | 30644 | ||
| 30352 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 30645 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 30353 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17806 44345)) | 30646 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17843 45612)) |
| 30354 | ;;; Generated autoloads from wid-browse.el | 30647 | ;;; Generated autoloads from wid-browse.el |
| 30355 | 30648 | ||
| 30356 | (autoload (quote widget-browse-at) "wid-browse" "\ | 30649 | (autoload (quote widget-browse-at) "wid-browse" "\ |
| @@ -30377,8 +30670,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 30377 | ;;;*** | 30670 | ;;;*** |
| 30378 | 30671 | ||
| 30379 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 30672 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 30380 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17822 | 30673 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17843 |
| 30381 | ;;;;;; 38984)) | 30674 | ;;;;;; 45612)) |
| 30382 | ;;; Generated autoloads from wid-edit.el | 30675 | ;;; Generated autoloads from wid-edit.el |
| 30383 | 30676 | ||
| 30384 | (autoload (quote widgetp) "wid-edit" "\ | 30677 | (autoload (quote widgetp) "wid-edit" "\ |
| @@ -30422,8 +30715,8 @@ Setup current buffer so editing string widgets works. | |||
| 30422 | ;;;*** | 30715 | ;;;*** |
| 30423 | 30716 | ||
| 30424 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 30717 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 30425 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17806 | 30718 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17843 |
| 30426 | ;;;;;; 44345)) | 30719 | ;;;;;; 45612)) |
| 30427 | ;;; Generated autoloads from windmove.el | 30720 | ;;; Generated autoloads from windmove.el |
| 30428 | 30721 | ||
| 30429 | (autoload (quote windmove-left) "windmove" "\ | 30722 | (autoload (quote windmove-left) "windmove" "\ |
| @@ -30476,7 +30769,7 @@ Default MODIFIER is 'shift. | |||
| 30476 | ;;;*** | 30769 | ;;;*** |
| 30477 | 30770 | ||
| 30478 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 30771 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 30479 | ;;;;;; (17398 63771)) | 30772 | ;;;;;; (17843 45613)) |
| 30480 | ;;; Generated autoloads from winner.el | 30773 | ;;; Generated autoloads from winner.el |
| 30481 | 30774 | ||
| 30482 | (defvar winner-mode nil "\ | 30775 | (defvar winner-mode nil "\ |
| @@ -30495,7 +30788,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 30495 | ;;;*** | 30788 | ;;;*** |
| 30496 | 30789 | ||
| 30497 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 30790 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 30498 | ;;;;;; "woman.el" (17822 38984)) | 30791 | ;;;;;; "woman.el" (17843 45613)) |
| 30499 | ;;; Generated autoloads from woman.el | 30792 | ;;; Generated autoloads from woman.el |
| 30500 | 30793 | ||
| 30501 | (autoload (quote woman) "woman" "\ | 30794 | (autoload (quote woman) "woman" "\ |
| @@ -30531,7 +30824,7 @@ decompress the file if appropriate. See the documentation for the | |||
| 30531 | ;;;*** | 30824 | ;;;*** |
| 30532 | 30825 | ||
| 30533 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 30826 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 30534 | ;;;;;; (17806 44346)) | 30827 | ;;;;;; (17843 45616)) |
| 30535 | ;;; Generated autoloads from emulation/ws-mode.el | 30828 | ;;; Generated autoloads from emulation/ws-mode.el |
| 30536 | 30829 | ||
| 30537 | (autoload (quote wordstar-mode) "ws-mode" "\ | 30830 | (autoload (quote wordstar-mode) "ws-mode" "\ |
| @@ -30644,7 +30937,7 @@ The key bindings are: | |||
| 30644 | ;;;*** | 30937 | ;;;*** |
| 30645 | 30938 | ||
| 30646 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 30939 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 30647 | ;;;;;; (17620 26951)) | 30940 | ;;;;;; (17843 45613)) |
| 30648 | ;;; Generated autoloads from xml.el | 30941 | ;;; Generated autoloads from xml.el |
| 30649 | 30942 | ||
| 30650 | (autoload (quote xml-parse-file) "xml" "\ | 30943 | (autoload (quote xml-parse-file) "xml" "\ |
| @@ -30669,8 +30962,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 30669 | 30962 | ||
| 30670 | ;;;*** | 30963 | ;;;*** |
| 30671 | 30964 | ||
| 30672 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17398 | 30965 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17843 |
| 30673 | ;;;;;; 63771)) | 30966 | ;;;;;; 45613)) |
| 30674 | ;;; Generated autoloads from xt-mouse.el | 30967 | ;;; Generated autoloads from xt-mouse.el |
| 30675 | 30968 | ||
| 30676 | (defvar xterm-mouse-mode nil "\ | 30969 | (defvar xterm-mouse-mode nil "\ |
| @@ -30698,7 +30991,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 30698 | ;;;*** | 30991 | ;;;*** |
| 30699 | 30992 | ||
| 30700 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 30993 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 30701 | ;;;;;; "gnus/yenc.el" (17398 63777)) | 30994 | ;;;;;; "gnus/yenc.el" (17843 45618)) |
| 30702 | ;;; Generated autoloads from gnus/yenc.el | 30995 | ;;; Generated autoloads from gnus/yenc.el |
| 30703 | 30996 | ||
| 30704 | (autoload (quote yenc-decode-region) "yenc" "\ | 30997 | (autoload (quote yenc-decode-region) "yenc" "\ |
| @@ -30714,7 +31007,7 @@ Extract file name from an yenc header. | |||
| 30714 | ;;;*** | 31007 | ;;;*** |
| 30715 | 31008 | ||
| 30716 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 31009 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 30717 | ;;;;;; yow) "yow" "play/yow.el" (17806 44352)) | 31010 | ;;;;;; yow) "yow" "play/yow.el" (17843 45626)) |
| 30718 | ;;; Generated autoloads from play/yow.el | 31011 | ;;; Generated autoloads from play/yow.el |
| 30719 | 31012 | ||
| 30720 | (autoload (quote yow) "yow" "\ | 31013 | (autoload (quote yow) "yow" "\ |
| @@ -30740,7 +31033,7 @@ Zippy goes to the analyst. | |||
| 30740 | 31033 | ||
| 30741 | ;;;*** | 31034 | ;;;*** |
| 30742 | 31035 | ||
| 30743 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17398 63780)) | 31036 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17843 45626)) |
| 30744 | ;;; Generated autoloads from play/zone.el | 31037 | ;;; Generated autoloads from play/zone.el |
| 30745 | 31038 | ||
| 30746 | (autoload (quote zone) "zone" "\ | 31039 | (autoload (quote zone) "zone" "\ |
| @@ -30787,19 +31080,19 @@ Zone out, completely. | |||
| 30787 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" | 31080 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" |
| 30788 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" | 31081 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" |
| 30789 | ;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" | 31082 | ;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" |
| 30790 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "erc/erc-menu.el" | 31083 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "erc/erc-nicklist.el" |
| 30791 | ;;;;;; "erc/erc-nicklist.el" "eshell/em-alias.el" "eshell/em-banner.el" | 31084 | ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" |
| 30792 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 31085 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" |
| 30793 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" | 31086 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" |
| 30794 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 31087 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" |
| 30795 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 31088 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" |
| 30796 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" | 31089 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" |
| 30797 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" | 31090 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" |
| 30798 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" | 31091 | ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" |
| 30799 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" | 31092 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" |
| 30800 | ;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "finder-inf.el" | 31093 | ;;;;;; "ezimage.el" "faces.el" "files.el" "finder-inf.el" "foldout.el" |
| 30801 | ;;;;;; "foldout.el" "font-core.el" "font-lock.el" "format.el" "forms-d2.el" | 31094 | ;;;;;; "font-core.el" "font-lock.el" "format.el" "forms-d2.el" "forms-pass.el" |
| 30802 | ;;;;;; "forms-pass.el" "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el" | 31095 | ;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el" |
| 30803 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" | 31096 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" |
| 30804 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" | 31097 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" |
| 30805 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 31098 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| @@ -30855,9 +31148,9 @@ Zone out, completely. | |||
| 30855 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" | 31148 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" |
| 30856 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" | 31149 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" |
| 30857 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" | 31150 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" |
| 30858 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "patcomp.el" "paths.el" | 31151 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/sc.el" "patcomp.el" |
| 30859 | ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" | 31152 | ;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" |
| 30860 | ;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" | 31153 | ;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" |
| 30861 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | 31154 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" |
| 30862 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" | 31155 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" |
| 30863 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" | 31156 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" |
| @@ -30868,19 +31161,22 @@ Zone out, completely. | |||
| 30868 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" | 31161 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" |
| 30869 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" | 31162 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" |
| 30870 | ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" | 31163 | ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" |
| 30871 | ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" | 31164 | ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "term/apollo.el" |
| 30872 | ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el" | 31165 | ;;;;;; "term/bobcat.el" "term/cygwin.el" "term/linux.el" "term/lk201.el" |
| 30873 | ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" | 31166 | ;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el" |
| 30874 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" | 31167 | ;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el" |
| 30875 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" | 31168 | ;;;;;; "term/vt400.el" "term/vt420.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el" |
| 30876 | ;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el" | 31169 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" |
| 30877 | ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" | 31170 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" |
| 30878 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" | 31171 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" |
| 30879 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" | 31172 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" |
| 30880 | ;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el" | 31173 | ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" |
| 30881 | ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" | 31174 | ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" |
| 30882 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" | 31175 | ;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el" |
| 30883 | ;;;;;; "x-dnd.el") (17823 28235 87781)) | 31176 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" |
| 31177 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" | ||
| 31178 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | ||
| 31179 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17845 23032 619212)) | ||
| 30884 | 31180 | ||
| 30885 | ;;;*** | 31181 | ;;;*** |
| 30886 | 31182 | ||