diff options
| author | Glenn Morris | 2011-06-01 06:19:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-06-01 06:19:26 -0400 |
| commit | 18613c7e90dbb95c077dfaee632ad4910c512db5 (patch) | |
| tree | ba8c3ed0d291a1fb413668cf260cab26fdcba7ff | |
| parent | 108bf785c8200c4d284da770c6455ef9cf990431 (diff) | |
| download | emacs-18613c7e90dbb95c077dfaee632ad4910c512db5.tar.gz emacs-18613c7e90dbb95c077dfaee632ad4910c512db5.zip | |
Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 636 |
1 files changed, 347 insertions, 289 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index a89e760f0b9..bbf59e4e376 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 6 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 7 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 7 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 8 | ;;;;;; "play/5x5.el" (19889 21967)) | 8 | ;;;;;; "play/5x5.el" (19932 573)) |
| 9 | ;;; Generated autoloads from play/5x5.el | 9 | ;;; Generated autoloads from play/5x5.el |
| 10 | 10 | ||
| 11 | (autoload '5x5 "5x5" "\ | 11 | (autoload '5x5 "5x5" "\ |
| @@ -111,7 +111,7 @@ Completion is available. | |||
| 111 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log | 111 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log |
| 112 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name | 112 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name |
| 113 | ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" | 113 | ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" |
| 114 | ;;;;;; (19885 24894)) | 114 | ;;;;;; (19931 11784)) |
| 115 | ;;; Generated autoloads from vc/add-log.el | 115 | ;;; Generated autoloads from vc/add-log.el |
| 116 | 116 | ||
| 117 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) | 117 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) |
| @@ -250,7 +250,7 @@ old-style time formats for entries are supported. | |||
| 250 | 250 | ||
| 251 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice | 251 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice |
| 252 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) | 252 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) |
| 253 | ;;;;;; "advice" "emacs-lisp/advice.el" (19878 51661)) | 253 | ;;;;;; "advice" "emacs-lisp/advice.el" (19931 11784)) |
| 254 | ;;; Generated autoloads from emacs-lisp/advice.el | 254 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 255 | 255 | ||
| 256 | (defvar ad-redefinition-action 'warn "\ | 256 | (defvar ad-redefinition-action 'warn "\ |
| @@ -486,7 +486,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 486 | 486 | ||
| 487 | ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation | 487 | ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation |
| 488 | ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" | 488 | ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" |
| 489 | ;;;;;; (19859 11635)) | 489 | ;;;;;; (19931 11784)) |
| 490 | ;;; Generated autoloads from allout.el | 490 | ;;; Generated autoloads from allout.el |
| 491 | 491 | ||
| 492 | (autoload 'allout-auto-activation-helper "allout" "\ | 492 | (autoload 'allout-auto-activation-helper "allout" "\ |
| @@ -528,11 +528,11 @@ With value nil, inhibit any automatic allout-mode activation.") | |||
| 528 | 528 | ||
| 529 | (custom-autoload 'allout-auto-activation "allout" nil) | 529 | (custom-autoload 'allout-auto-activation "allout" nil) |
| 530 | 530 | ||
| 531 | (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) | 531 | (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil))))) |
| 532 | 532 | ||
| 533 | (put 'allout-reindent-bodies 'safe-local-variable '(lambda (x) (memq x '(nil t text force)))) | 533 | (put 'allout-reindent-bodies 'safe-local-variable (lambda (x) (memq x '(nil t text force)))) |
| 534 | 534 | ||
| 535 | (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) | 535 | (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil))))) |
| 536 | 536 | ||
| 537 | (put 'allout-header-prefix 'safe-local-variable 'stringp) | 537 | (put 'allout-header-prefix 'safe-local-variable 'stringp) |
| 538 | 538 | ||
| @@ -542,19 +542,19 @@ With value nil, inhibit any automatic allout-mode activation.") | |||
| 542 | 542 | ||
| 543 | (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp) | 543 | (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp) |
| 544 | 544 | ||
| 545 | (put 'allout-use-mode-specific-leader 'safe-local-variable '(lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x)))) | 545 | (put 'allout-use-mode-specific-leader 'safe-local-variable (lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x)))) |
| 546 | 546 | ||
| 547 | (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) | 547 | (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil))))) |
| 548 | 548 | ||
| 549 | (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) | 549 | (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil))))) |
| 550 | 550 | ||
| 551 | (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p '(lambda (x) (or (stringp x) (null x))))) | 551 | (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x))))) |
| 552 | 552 | ||
| 553 | (put 'allout-file-xref-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p '(lambda (x) (or (stringp x) (null x))))) | 553 | (put 'allout-file-xref-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x))))) |
| 554 | 554 | ||
| 555 | (put 'allout-presentation-padding 'safe-local-variable 'integerp) | 555 | (put 'allout-presentation-padding 'safe-local-variable 'integerp) |
| 556 | 556 | ||
| 557 | (put 'allout-layout 'safe-local-variable '(lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) | 557 | (put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) |
| 558 | 558 | ||
| 559 | (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp) | 559 | (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp) |
| 560 | 560 | ||
| @@ -844,7 +844,7 @@ for details on preparing emacs for automatic allout activation. | |||
| 844 | 844 | ||
| 845 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation | 845 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation |
| 846 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" | 846 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" |
| 847 | ;;;;;; (19859 11635)) | 847 | ;;;;;; (19931 11784)) |
| 848 | ;;; Generated autoloads from allout-widgets.el | 848 | ;;; Generated autoloads from allout-widgets.el |
| 849 | 849 | ||
| 850 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) | 850 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) |
| @@ -873,7 +873,7 @@ See `allout-widgets-mode' for allout widgets mode features.") | |||
| 873 | 873 | ||
| 874 | (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil) | 874 | (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil) |
| 875 | 875 | ||
| 876 | (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) | 876 | (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil))))) |
| 877 | 877 | ||
| 878 | (autoload 'allout-widgets-mode "allout-widgets" "\ | 878 | (autoload 'allout-widgets-mode "allout-widgets" "\ |
| 879 | Allout-mode extension, providing graphical decoration of outline structure. | 879 | Allout-mode extension, providing graphical decoration of outline structure. |
| @@ -903,7 +903,7 @@ outline hot-spot navigation (see `allout-mode'). | |||
| 903 | ;;;*** | 903 | ;;;*** |
| 904 | 904 | ||
| 905 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 905 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 906 | ;;;;;; "net/ange-ftp.el" (19845 45374)) | 906 | ;;;;;; "net/ange-ftp.el" (19931 11784)) |
| 907 | ;;; Generated autoloads from net/ange-ftp.el | 907 | ;;; Generated autoloads from net/ange-ftp.el |
| 908 | 908 | ||
| 909 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 909 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| @@ -1015,7 +1015,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 1015 | ;;;*** | 1015 | ;;;*** |
| 1016 | 1016 | ||
| 1017 | ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" | 1017 | ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" |
| 1018 | ;;;;;; (19885 24894)) | 1018 | ;;;;;; (19922 19303)) |
| 1019 | ;;; Generated autoloads from calendar/appt.el | 1019 | ;;; Generated autoloads from calendar/appt.el |
| 1020 | 1020 | ||
| 1021 | (autoload 'appt-add "appt" "\ | 1021 | (autoload 'appt-add "appt" "\ |
| @@ -1038,7 +1038,7 @@ ARG is positive, otherwise off. | |||
| 1038 | 1038 | ||
| 1039 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library | 1039 | ;;;### (autoloads (apropos-documentation apropos-value apropos-library |
| 1040 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable | 1040 | ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable |
| 1041 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19891 63700)) | 1041 | ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19909 7240)) |
| 1042 | ;;; Generated autoloads from apropos.el | 1042 | ;;; Generated autoloads from apropos.el |
| 1043 | 1043 | ||
| 1044 | (autoload 'apropos-read-pattern "apropos" "\ | 1044 | (autoload 'apropos-read-pattern "apropos" "\ |
| @@ -1233,8 +1233,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1233 | 1233 | ||
| 1234 | ;;;*** | 1234 | ;;;*** |
| 1235 | 1235 | ||
| 1236 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19845 | 1236 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19914 |
| 1237 | ;;;;;; 45374)) | 1237 | ;;;;;; 25180)) |
| 1238 | ;;; Generated autoloads from textmodes/artist.el | 1238 | ;;; Generated autoloads from textmodes/artist.el |
| 1239 | 1239 | ||
| 1240 | (autoload 'artist-mode "artist" "\ | 1240 | (autoload 'artist-mode "artist" "\ |
| @@ -1586,7 +1586,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1586 | 1586 | ||
| 1587 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1587 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1588 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1588 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1589 | ;;;;;; (19863 8742)) | 1589 | ;;;;;; (19924 47209)) |
| 1590 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1590 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1591 | 1591 | ||
| 1592 | (put 'generated-autoload-file 'safe-local-variable 'stringp) | 1592 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| @@ -1594,30 +1594,42 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1594 | (put 'generated-autoload-load-name 'safe-local-variable 'stringp) | 1594 | (put 'generated-autoload-load-name 'safe-local-variable 'stringp) |
| 1595 | 1595 | ||
| 1596 | (autoload 'update-file-autoloads "autoload" "\ | 1596 | (autoload 'update-file-autoloads "autoload" "\ |
| 1597 | Update the autoloads for FILE in `generated-autoload-file' | 1597 | Update the autoloads for FILE. |
| 1598 | \(which FILE might bind in its local variables). | 1598 | If prefix arg SAVE-AFTER is non-nil, save the buffer too. |
| 1599 | If SAVE-AFTER is non-nil (which is always, when called interactively), | 1599 | |
| 1600 | save the buffer too. | 1600 | If FILE binds `generated-autoload-file' as a file-local variable, |
| 1601 | autoloads are written into that file. Otherwise, the autoloads | ||
| 1602 | file is determined by OUTFILE. If called interactively, prompt | ||
| 1603 | for OUTFILE; if called from Lisp with OUTFILE nil, use the | ||
| 1604 | existing value of `generated-autoload-file'. | ||
| 1601 | 1605 | ||
| 1602 | Return FILE if there was no autoload cookie in it, else nil. | 1606 | Return FILE if there was no autoload cookie in it, else nil. |
| 1603 | 1607 | ||
| 1604 | \(fn FILE &optional SAVE-AFTER)" t nil) | 1608 | \(fn FILE &optional SAVE-AFTER OUTFILE)" t nil) |
| 1605 | 1609 | ||
| 1606 | (autoload 'update-directory-autoloads "autoload" "\ | 1610 | (autoload 'update-directory-autoloads "autoload" "\ |
| 1607 | Update loaddefs.el with all the current autoloads from DIRS, and no old ones. | 1611 | Update autoload definitions for Lisp files in the directories DIRS. |
| 1608 | This uses `update-file-autoloads' (which see) to do its work. | 1612 | In an interactive call, you must give one argument, the name of a |
| 1609 | In an interactive call, you must give one argument, the name | 1613 | single directory. In a call from Lisp, you can supply multiple |
| 1610 | of a single directory. In a call from Lisp, you can supply multiple | ||
| 1611 | directories as separate arguments, but this usage is discouraged. | 1614 | directories as separate arguments, but this usage is discouraged. |
| 1612 | 1615 | ||
| 1613 | The function does NOT recursively descend into subdirectories of the | 1616 | The function does NOT recursively descend into subdirectories of the |
| 1614 | directory or directories specified. | 1617 | directory or directories specified. |
| 1615 | 1618 | ||
| 1619 | In an interactive call, prompt for a default output file for the | ||
| 1620 | autoload definitions, and temporarily bind the variable | ||
| 1621 | `generated-autoload-file' to this value. When called from Lisp, | ||
| 1622 | use the existing value of `generated-autoload-file'. If any Lisp | ||
| 1623 | file binds `generated-autoload-file' as a file-local variable, | ||
| 1624 | write its autoloads into the specified file instead. | ||
| 1625 | |||
| 1616 | \(fn &rest DIRS)" t nil) | 1626 | \(fn &rest DIRS)" t nil) |
| 1617 | 1627 | ||
| 1618 | (autoload 'batch-update-autoloads "autoload" "\ | 1628 | (autoload 'batch-update-autoloads "autoload" "\ |
| 1619 | Update loaddefs.el autoloads in batch mode. | 1629 | Update loaddefs.el autoloads in batch mode. |
| 1620 | Calls `update-directory-autoloads' on the command line arguments. | 1630 | Calls `update-directory-autoloads' on the command line arguments. |
| 1631 | Definitions are written to `generated-autoload-file' (which | ||
| 1632 | should be non-nil). | ||
| 1621 | 1633 | ||
| 1622 | \(fn)" nil nil) | 1634 | \(fn)" nil nil) |
| 1623 | 1635 | ||
| @@ -1812,7 +1824,7 @@ For non-interactive use see also `benchmark-run' and | |||
| 1812 | ;;;*** | 1824 | ;;;*** |
| 1813 | 1825 | ||
| 1814 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) | 1826 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) |
| 1815 | ;;;;;; "bibtex" "textmodes/bibtex.el" (19845 45374)) | 1827 | ;;;;;; "bibtex" "textmodes/bibtex.el" (19931 11784)) |
| 1816 | ;;; Generated autoloads from textmodes/bibtex.el | 1828 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1817 | 1829 | ||
| 1818 | (autoload 'bibtex-initialize "bibtex" "\ | 1830 | (autoload 'bibtex-initialize "bibtex" "\ |
| @@ -1840,7 +1852,7 @@ new entry with the command \\[bibtex-clean-entry]. | |||
| 1840 | 1852 | ||
| 1841 | Some features of BibTeX mode are available only by setting the variable | 1853 | Some features of BibTeX mode are available only by setting the variable |
| 1842 | `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode | 1854 | `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode |
| 1843 | works only with buffers containing valid (syntactical correct) and sorted | 1855 | works only with buffers containing valid (syntactically correct) and sorted |
| 1844 | entries. This is usually the case, if you have created a buffer completely | 1856 | entries. This is usually the case, if you have created a buffer completely |
| 1845 | with BibTeX mode and finished every new entry with \\[bibtex-clean-entry]. | 1857 | with BibTeX mode and finished every new entry with \\[bibtex-clean-entry]. |
| 1846 | 1858 | ||
| @@ -1862,7 +1874,7 @@ the name of a field with \\[bibtex-remove-OPT-or-ALT]. | |||
| 1862 | \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field. | 1874 | \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field. |
| 1863 | \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}. | 1875 | \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}. |
| 1864 | \\[bibtex-find-text] moves point to the end of the current field. | 1876 | \\[bibtex-find-text] moves point to the end of the current field. |
| 1865 | \\[bibtex-complete] completes word fragment before point according to context. | 1877 | \\[completion-at-point] completes word fragment before point according to context. |
| 1866 | 1878 | ||
| 1867 | The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT | 1879 | The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT |
| 1868 | from the names of all non-empty optional or alternative fields, checks that | 1880 | from the names of all non-empty optional or alternative fields, checks that |
| @@ -2058,7 +2070,7 @@ a reflection. | |||
| 2058 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert | 2070 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert |
| 2059 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate | 2071 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate |
| 2060 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" | 2072 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" |
| 2061 | ;;;;;; "bookmark.el" (19845 45374)) | 2073 | ;;;;;; "bookmark.el" (19914 25180)) |
| 2062 | ;;; Generated autoloads from bookmark.el | 2074 | ;;; Generated autoloads from bookmark.el |
| 2063 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2075 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2064 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2076 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2259,7 +2271,7 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2259 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region | 2271 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region |
| 2260 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 2272 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file |
| 2261 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" | 2273 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
| 2262 | ;;;;;; (19870 57559)) | 2274 | ;;;;;; (19911 48973)) |
| 2263 | ;;; Generated autoloads from net/browse-url.el | 2275 | ;;; Generated autoloads from net/browse-url.el |
| 2264 | 2276 | ||
| 2265 | (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ | 2277 | (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ |
| @@ -2664,7 +2676,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2664 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2676 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2665 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2677 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2666 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) | 2678 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) |
| 2667 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19881 27850)) | 2679 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19940 49234)) |
| 2668 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2680 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2669 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2681 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2670 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2682 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -2918,8 +2930,8 @@ See Info node `(calc)Defining Functions'. | |||
| 2918 | 2930 | ||
| 2919 | ;;;*** | 2931 | ;;;*** |
| 2920 | 2932 | ||
| 2921 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (19845 | 2933 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (19931 |
| 2922 | ;;;;;; 45374)) | 2934 | ;;;;;; 11784)) |
| 2923 | ;;; Generated autoloads from calculator.el | 2935 | ;;; Generated autoloads from calculator.el |
| 2924 | 2936 | ||
| 2925 | (autoload 'calculator "calculator" "\ | 2937 | (autoload 'calculator "calculator" "\ |
| @@ -2930,8 +2942,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2930 | 2942 | ||
| 2931 | ;;;*** | 2943 | ;;;*** |
| 2932 | 2944 | ||
| 2933 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19885 | 2945 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19923 |
| 2934 | ;;;;;; 24894)) | 2946 | ;;;;;; 40175)) |
| 2935 | ;;; Generated autoloads from calendar/calendar.el | 2947 | ;;; Generated autoloads from calendar/calendar.el |
| 2936 | 2948 | ||
| 2937 | (autoload 'calendar "calendar" "\ | 2949 | (autoload 'calendar "calendar" "\ |
| @@ -3046,9 +3058,9 @@ Return the syntactic context of the current line. | |||
| 3046 | 3058 | ||
| 3047 | ;;;*** | 3059 | ;;;*** |
| 3048 | 3060 | ||
| 3049 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3061 | ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode |
| 3050 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3062 | ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3051 | ;;;;;; (19845 45374)) | 3063 | ;;;;;; (19938 7518)) |
| 3052 | ;;; Generated autoloads from progmodes/cc-mode.el | 3064 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3053 | 3065 | ||
| 3054 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3066 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -3205,6 +3217,23 @@ Key bindings: | |||
| 3205 | (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode)) | 3217 | (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode)) |
| 3206 | (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t) | 3218 | (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t) |
| 3207 | 3219 | ||
| 3220 | (autoload 'awk-mode "cc-mode" "\ | ||
| 3221 | Major mode for editing AWK code. | ||
| 3222 | To submit a problem report, enter `\\[c-submit-bug-report]' from an | ||
| 3223 | awk-mode buffer. This automatically sets up a mail buffer with version | ||
| 3224 | information already added. You just need to add a description of the | ||
| 3225 | problem, including a reproducible test case, and send the message. | ||
| 3226 | |||
| 3227 | To see what version of CC Mode you are running, enter `\\[c-version]'. | ||
| 3228 | |||
| 3229 | The hook `c-mode-common-hook' is run with no args at mode | ||
| 3230 | initialization, then `awk-mode-hook'. | ||
| 3231 | |||
| 3232 | Key bindings: | ||
| 3233 | \\{awk-mode-map} | ||
| 3234 | |||
| 3235 | \(fn)" t nil) | ||
| 3236 | |||
| 3208 | ;;;*** | 3237 | ;;;*** |
| 3209 | 3238 | ||
| 3210 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3239 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| @@ -3560,7 +3589,7 @@ to the action header. | |||
| 3560 | ;;;*** | 3589 | ;;;*** |
| 3561 | 3590 | ||
| 3562 | ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" | 3591 | ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" |
| 3563 | ;;;;;; "emacs-lisp/check-declare.el" (19845 45374)) | 3592 | ;;;;;; "emacs-lisp/check-declare.el" (19906 31087)) |
| 3564 | ;;; Generated autoloads from emacs-lisp/check-declare.el | 3593 | ;;; Generated autoloads from emacs-lisp/check-declare.el |
| 3565 | 3594 | ||
| 3566 | (autoload 'check-declare-file "check-declare" "\ | 3595 | (autoload 'check-declare-file "check-declare" "\ |
| @@ -3585,7 +3614,7 @@ Returns non-nil if any false statements are found. | |||
| 3585 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3614 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3586 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3615 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3587 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) | 3616 | ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) |
| 3588 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19845 45374)) | 3617 | ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19931 11784)) |
| 3589 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3618 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3590 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) | 3619 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) |
| 3591 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) | 3620 | (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) |
| @@ -3873,7 +3902,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3873 | ;;;*** | 3902 | ;;;*** |
| 3874 | 3903 | ||
| 3875 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3904 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3876 | ;;;;;; (19845 45374)) | 3905 | ;;;;;; (19918 22236)) |
| 3877 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3906 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3878 | 3907 | ||
| 3879 | (autoload 'common-lisp-indent-function "cl-indent" "\ | 3908 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| @@ -3886,7 +3915,7 @@ indentation function is called, and STATE is the | |||
| 3886 | of this function. | 3915 | of this function. |
| 3887 | 3916 | ||
| 3888 | If the indentation point is in a call to a Lisp function, that | 3917 | If the indentation point is in a call to a Lisp function, that |
| 3889 | function's common-lisp-indent-function property specifies how | 3918 | function's `common-lisp-indent-function' property specifies how |
| 3890 | this function should indent it. Possible values for this | 3919 | this function should indent it. Possible values for this |
| 3891 | property are: | 3920 | property are: |
| 3892 | 3921 | ||
| @@ -4016,7 +4045,7 @@ If FRAME cannot display COLOR, return nil. | |||
| 4016 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4045 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4017 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4046 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4018 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4047 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4019 | ;;;;;; (19888 1100)) | 4048 | ;;;;;; (19931 11784)) |
| 4020 | ;;; Generated autoloads from comint.el | 4049 | ;;; Generated autoloads from comint.el |
| 4021 | 4050 | ||
| 4022 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 4051 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4148,8 +4177,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4148 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4177 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4149 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4178 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4150 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook | 4179 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook |
| 4151 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19890 | 4180 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19913 |
| 4152 | ;;;;;; 42850)) | 4181 | ;;;;;; 4309)) |
| 4153 | ;;; Generated autoloads from progmodes/compile.el | 4182 | ;;; Generated autoloads from progmodes/compile.el |
| 4154 | 4183 | ||
| 4155 | (defvar compilation-mode-hook nil "\ | 4184 | (defvar compilation-mode-hook nil "\ |
| @@ -4573,7 +4602,7 @@ If FIX is non-nil, run `copyright-fix-years' instead. | |||
| 4573 | ;;;*** | 4602 | ;;;*** |
| 4574 | 4603 | ||
| 4575 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 4604 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 4576 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19845 45374)) | 4605 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19931 11784)) |
| 4577 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4606 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4578 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | 4607 | (put 'cperl-indent-level 'safe-local-variable 'integerp) |
| 4579 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) | 4608 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) |
| @@ -5401,8 +5430,8 @@ Create a new data-debug buffer with NAME. | |||
| 5401 | 5430 | ||
| 5402 | ;;;*** | 5431 | ;;;*** |
| 5403 | 5432 | ||
| 5404 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19845 | 5433 | ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19931 |
| 5405 | ;;;;;; 45374)) | 5434 | ;;;;;; 11784)) |
| 5406 | ;;; Generated autoloads from net/dbus.el | 5435 | ;;; Generated autoloads from net/dbus.el |
| 5407 | 5436 | ||
| 5408 | (autoload 'dbus-handle-event "dbus" "\ | 5437 | (autoload 'dbus-handle-event "dbus" "\ |
| @@ -5543,7 +5572,7 @@ There is some minimal font-lock support (see vars | |||
| 5543 | ;;;*** | 5572 | ;;;*** |
| 5544 | 5573 | ||
| 5545 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 5574 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 5546 | ;;;;;; "emacs-lisp/debug.el" (19845 45374)) | 5575 | ;;;;;; "emacs-lisp/debug.el" (19942 4565)) |
| 5547 | ;;; Generated autoloads from emacs-lisp/debug.el | 5576 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5548 | 5577 | ||
| 5549 | (setq debugger 'debug) | 5578 | (setq debugger 'debug) |
| @@ -6035,7 +6064,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6035 | ;;;*** | 6064 | ;;;*** |
| 6036 | 6065 | ||
| 6037 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6066 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6038 | ;;;;;; "calendar/diary-lib.el" (19885 24894)) | 6067 | ;;;;;; "calendar/diary-lib.el" (19923 40175)) |
| 6039 | ;;; Generated autoloads from calendar/diary-lib.el | 6068 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6040 | 6069 | ||
| 6041 | (autoload 'diary "diary-lib" "\ | 6070 | (autoload 'diary "diary-lib" "\ |
| @@ -6078,7 +6107,7 @@ Major mode for editing the diary file. | |||
| 6078 | ;;;*** | 6107 | ;;;*** |
| 6079 | 6108 | ||
| 6080 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command | 6109 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command |
| 6081 | ;;;;;; diff-switches) "diff" "vc/diff.el" (19845 45374)) | 6110 | ;;;;;; diff-switches) "diff" "vc/diff.el" (19903 54862)) |
| 6082 | ;;; Generated autoloads from vc/diff.el | 6111 | ;;; Generated autoloads from vc/diff.el |
| 6083 | 6112 | ||
| 6084 | (defvar diff-switches (purecopy "-c") "\ | 6113 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -6122,7 +6151,7 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 6122 | ;;;*** | 6151 | ;;;*** |
| 6123 | 6152 | ||
| 6124 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" | 6153 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" |
| 6125 | ;;;;;; (19863 8742)) | 6154 | ;;;;;; (19930 13389)) |
| 6126 | ;;; Generated autoloads from vc/diff-mode.el | 6155 | ;;; Generated autoloads from vc/diff-mode.el |
| 6127 | 6156 | ||
| 6128 | (autoload 'diff-mode "diff-mode" "\ | 6157 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6162,7 +6191,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6162 | ;;;*** | 6191 | ;;;*** |
| 6163 | 6192 | ||
| 6164 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window | 6193 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window |
| 6165 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (19886 46089)) | 6194 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (19927 37312)) |
| 6166 | ;;; Generated autoloads from dired.el | 6195 | ;;; Generated autoloads from dired.el |
| 6167 | 6196 | ||
| 6168 | (defvar dired-listing-switches (purecopy "-al") "\ | 6197 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6311,8 +6340,8 @@ function `dirtrack-debug-mode' to turn on debugging output. | |||
| 6311 | 6340 | ||
| 6312 | ;;;*** | 6341 | ;;;*** |
| 6313 | 6342 | ||
| 6314 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19863 | 6343 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19931 |
| 6315 | ;;;;;; 8742)) | 6344 | ;;;;;; 11784)) |
| 6316 | ;;; Generated autoloads from emacs-lisp/disass.el | 6345 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 6317 | 6346 | ||
| 6318 | (autoload 'disassemble "disass" "\ | 6347 | (autoload 'disassemble "disass" "\ |
| @@ -6514,8 +6543,8 @@ Locate SOA record and increment the serial field. | |||
| 6514 | ;;;*** | 6543 | ;;;*** |
| 6515 | 6544 | ||
| 6516 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe | 6545 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe |
| 6517 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (19872 | 6546 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (19913 |
| 6518 | ;;;;;; 12877)) | 6547 | ;;;;;; 4309)) |
| 6519 | ;;; Generated autoloads from doc-view.el | 6548 | ;;; Generated autoloads from doc-view.el |
| 6520 | 6549 | ||
| 6521 | (autoload 'doc-view-mode-p "doc-view" "\ | 6550 | (autoload 'doc-view-mode-p "doc-view" "\ |
| @@ -7331,7 +7360,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7331 | 7360 | ||
| 7332 | ;;;*** | 7361 | ;;;*** |
| 7333 | 7362 | ||
| 7334 | ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19845 45374)) | 7363 | ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19914 25180)) |
| 7335 | ;;; Generated autoloads from cedet/ede.el | 7364 | ;;; Generated autoloads from cedet/ede.el |
| 7336 | 7365 | ||
| 7337 | (defvar global-ede-mode nil "\ | 7366 | (defvar global-ede-mode nil "\ |
| @@ -7686,7 +7715,7 @@ Display Ediff's registry. | |||
| 7686 | ;;;*** | 7715 | ;;;*** |
| 7687 | 7716 | ||
| 7688 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 7717 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 7689 | ;;;;;; "ediff-util" "vc/ediff-util.el" (19845 45374)) | 7718 | ;;;;;; "ediff-util" "vc/ediff-util.el" (19931 11784)) |
| 7690 | ;;; Generated autoloads from vc/ediff-util.el | 7719 | ;;; Generated autoloads from vc/ediff-util.el |
| 7691 | 7720 | ||
| 7692 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ | 7721 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
| @@ -7996,7 +8025,7 @@ displayed. | |||
| 7996 | ;;;*** | 8025 | ;;;*** |
| 7997 | 8026 | ||
| 7998 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8027 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 7999 | ;;;;;; (19845 45374)) | 8028 | ;;;;;; (19942 4565)) |
| 8000 | ;;; Generated autoloads from mail/emacsbug.el | 8029 | ;;; Generated autoloads from mail/emacsbug.el |
| 8001 | 8030 | ||
| 8002 | (autoload 'report-emacs-bug "emacsbug" "\ | 8031 | (autoload 'report-emacs-bug "emacsbug" "\ |
| @@ -8425,7 +8454,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8425 | ;;;*** | 8454 | ;;;*** |
| 8426 | 8455 | ||
| 8427 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 8456 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 8428 | ;;;;;; "erc/erc.el" (19895 48172)) | 8457 | ;;;;;; "erc/erc.el" (19903 54862)) |
| 8429 | ;;; Generated autoloads from erc/erc.el | 8458 | ;;; Generated autoloads from erc/erc.el |
| 8430 | 8459 | ||
| 8431 | (autoload 'erc-select-read-args "erc" "\ | 8460 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -8786,8 +8815,8 @@ with args, toggle notify status of people. | |||
| 8786 | 8815 | ||
| 8787 | ;;;*** | 8816 | ;;;*** |
| 8788 | 8817 | ||
| 8789 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19899 | 8818 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19936 |
| 8790 | ;;;;;; 57784)) | 8819 | ;;;;;; 52203)) |
| 8791 | ;;; Generated autoloads from erc/erc-pcomplete.el | 8820 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 8792 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 8821 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 8793 | 8822 | ||
| @@ -9048,7 +9077,7 @@ corresponding to a successful execution. | |||
| 9048 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9077 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9049 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9078 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9050 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9079 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9051 | ;;;;;; (19893 19022)) | 9080 | ;;;;;; (19936 52203)) |
| 9052 | ;;; Generated autoloads from progmodes/etags.el | 9081 | ;;; Generated autoloads from progmodes/etags.el |
| 9053 | 9082 | ||
| 9054 | (defvar tags-file-name nil "\ | 9083 | (defvar tags-file-name nil "\ |
| @@ -9532,7 +9561,7 @@ With ARG, insert that many delimiters. | |||
| 9532 | 9561 | ||
| 9533 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 9562 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 9534 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 9563 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 9535 | ;;;;;; (19845 45374)) | 9564 | ;;;;;; (19931 11784)) |
| 9536 | ;;; Generated autoloads from net/eudc.el | 9565 | ;;; Generated autoloads from net/eudc.el |
| 9537 | 9566 | ||
| 9538 | (autoload 'eudc-set-server "eudc" "\ | 9567 | (autoload 'eudc-set-server "eudc" "\ |
| @@ -9624,7 +9653,7 @@ Display a button for the JPEG DATA. | |||
| 9624 | ;;;*** | 9653 | ;;;*** |
| 9625 | 9654 | ||
| 9626 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 9655 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 9627 | ;;;;;; "eudc-export" "net/eudc-export.el" (19845 45374)) | 9656 | ;;;;;; "eudc-export" "net/eudc-export.el" (19931 11784)) |
| 9628 | ;;; Generated autoloads from net/eudc-export.el | 9657 | ;;; Generated autoloads from net/eudc-export.el |
| 9629 | 9658 | ||
| 9630 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ | 9659 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ |
| @@ -9641,7 +9670,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 9641 | ;;;*** | 9670 | ;;;*** |
| 9642 | 9671 | ||
| 9643 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 9672 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 9644 | ;;;;;; (19845 45374)) | 9673 | ;;;;;; (19931 11784)) |
| 9645 | ;;; Generated autoloads from net/eudc-hotlist.el | 9674 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 9646 | 9675 | ||
| 9647 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ | 9676 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ |
| @@ -9773,7 +9802,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 9773 | 9802 | ||
| 9774 | ;;;*** | 9803 | ;;;*** |
| 9775 | 9804 | ||
| 9776 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19882 48702)) | 9805 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19931 11784)) |
| 9777 | ;;; Generated autoloads from progmodes/f90.el | 9806 | ;;; Generated autoloads from progmodes/f90.el |
| 9778 | 9807 | ||
| 9779 | (autoload 'f90-mode "f90" "\ | 9808 | (autoload 'f90-mode "f90" "\ |
| @@ -9980,7 +10009,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 9980 | 10009 | ||
| 9981 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10010 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 9982 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10011 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 9983 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19845 45374)) | 10012 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19931 11784)) |
| 9984 | ;;; Generated autoloads from mail/feedmail.el | 10013 | ;;; Generated autoloads from mail/feedmail.el |
| 9985 | 10014 | ||
| 9986 | (autoload 'feedmail-send-it "feedmail" "\ | 10015 | (autoload 'feedmail-send-it "feedmail" "\ |
| @@ -10649,7 +10678,7 @@ Turn flymake mode off. | |||
| 10649 | 10678 | ||
| 10650 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 10679 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 10651 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 10680 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 10652 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19865 50420)) | 10681 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19931 11784)) |
| 10653 | ;;; Generated autoloads from textmodes/flyspell.el | 10682 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10654 | 10683 | ||
| 10655 | (autoload 'flyspell-prog-mode "flyspell" "\ | 10684 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -10792,8 +10821,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 10792 | 10821 | ||
| 10793 | ;;;*** | 10822 | ;;;*** |
| 10794 | 10823 | ||
| 10795 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19845 | 10824 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19913 |
| 10796 | ;;;;;; 45374)) | 10825 | ;;;;;; 4309)) |
| 10797 | ;;; Generated autoloads from mail/footnote.el | 10826 | ;;; Generated autoloads from mail/footnote.el |
| 10798 | 10827 | ||
| 10799 | (autoload 'footnote-mode "footnote" "\ | 10828 | (autoload 'footnote-mode "footnote" "\ |
| @@ -10844,7 +10873,7 @@ Visit a file in Forms mode in other window. | |||
| 10844 | ;;;*** | 10873 | ;;;*** |
| 10845 | 10874 | ||
| 10846 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" | 10875 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" |
| 10847 | ;;;;;; (19890 42850)) | 10876 | ;;;;;; (19905 10215)) |
| 10848 | ;;; Generated autoloads from progmodes/fortran.el | 10877 | ;;; Generated autoloads from progmodes/fortran.el |
| 10849 | 10878 | ||
| 10850 | (autoload 'fortran-mode "fortran" "\ | 10879 | (autoload 'fortran-mode "fortran" "\ |
| @@ -10922,7 +10951,7 @@ with no args, if that value is non-nil. | |||
| 10922 | ;;;*** | 10951 | ;;;*** |
| 10923 | 10952 | ||
| 10924 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 10953 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 10925 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19889 21967)) | 10954 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19931 11784)) |
| 10926 | ;;; Generated autoloads from play/fortune.el | 10955 | ;;; Generated autoloads from play/fortune.el |
| 10927 | 10956 | ||
| 10928 | (autoload 'fortune-add-fortune "fortune" "\ | 10957 | (autoload 'fortune-add-fortune "fortune" "\ |
| @@ -10971,7 +11000,7 @@ and choose the directory as the fortune-file. | |||
| 10971 | ;;;*** | 11000 | ;;;*** |
| 10972 | 11001 | ||
| 10973 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" | 11002 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" |
| 10974 | ;;;;;; (19890 42850)) | 11003 | ;;;;;; (19931 11784)) |
| 10975 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11004 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 10976 | 11005 | ||
| 10977 | (defvar gdb-enable-debug nil "\ | 11006 | (defvar gdb-enable-debug nil "\ |
| @@ -11110,7 +11139,7 @@ regular expression that can be used as an element of | |||
| 11110 | ;;;*** | 11139 | ;;;*** |
| 11111 | 11140 | ||
| 11112 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11141 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11113 | ;;;;;; (19890 42850)) | 11142 | ;;;;;; (19906 31087)) |
| 11114 | ;;; Generated autoloads from progmodes/glasses.el | 11143 | ;;; Generated autoloads from progmodes/glasses.el |
| 11115 | 11144 | ||
| 11116 | (autoload 'glasses-mode "glasses" "\ | 11145 | (autoload 'glasses-mode "glasses" "\ |
| @@ -11179,7 +11208,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11179 | ;;;*** | 11208 | ;;;*** |
| 11180 | 11209 | ||
| 11181 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11210 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11182 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19889 21967)) | 11211 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19931 11784)) |
| 11183 | ;;; Generated autoloads from gnus/gnus.el | 11212 | ;;; Generated autoloads from gnus/gnus.el |
| 11184 | (when (fboundp 'custom-autoload) | 11213 | (when (fboundp 'custom-autoload) |
| 11185 | (custom-autoload 'gnus-select-method "gnus")) | 11214 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11232,7 +11261,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11232 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11261 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11233 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11262 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11234 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11263 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11235 | ;;;;;; "gnus/gnus-agent.el" (19860 32495)) | 11264 | ;;;;;; "gnus/gnus-agent.el" (19903 54862)) |
| 11236 | ;;; Generated autoloads from gnus/gnus-agent.el | 11265 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11237 | 11266 | ||
| 11238 | (autoload 'gnus-unplugged "gnus-agent" "\ | 11267 | (autoload 'gnus-unplugged "gnus-agent" "\ |
| @@ -11323,7 +11352,7 @@ If CLEAN, obsolete (ignore). | |||
| 11323 | ;;;*** | 11352 | ;;;*** |
| 11324 | 11353 | ||
| 11325 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11354 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11326 | ;;;;;; (19874 54611)) | 11355 | ;;;;;; (19931 34253)) |
| 11327 | ;;; Generated autoloads from gnus/gnus-art.el | 11356 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11328 | 11357 | ||
| 11329 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11358 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -11402,7 +11431,7 @@ supported. | |||
| 11402 | ;;;*** | 11431 | ;;;*** |
| 11403 | 11432 | ||
| 11404 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11433 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 11405 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19845 45374)) | 11434 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19931 11784)) |
| 11406 | ;;; Generated autoloads from gnus/gnus-delay.el | 11435 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11407 | 11436 | ||
| 11408 | (autoload 'gnus-delay-article "gnus-delay" "\ | 11437 | (autoload 'gnus-delay-article "gnus-delay" "\ |
| @@ -11541,7 +11570,7 @@ If gravatars are already displayed, remove them. | |||
| 11541 | ;;;*** | 11570 | ;;;*** |
| 11542 | 11571 | ||
| 11543 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 11572 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 11544 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (19845 45374)) | 11573 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (19940 49234)) |
| 11545 | ;;; Generated autoloads from gnus/gnus-group.el | 11574 | ;;; Generated autoloads from gnus/gnus-group.el |
| 11546 | 11575 | ||
| 11547 | (autoload 'gnus-fetch-group "gnus-group" "\ | 11576 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| @@ -11559,7 +11588,7 @@ Pop up a frame and enter GROUP. | |||
| 11559 | ;;;*** | 11588 | ;;;*** |
| 11560 | 11589 | ||
| 11561 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" | 11590 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" |
| 11562 | ;;;;;; "gnus/gnus-html.el" (19845 45374)) | 11591 | ;;;;;; "gnus/gnus-html.el" (19917 1372)) |
| 11563 | ;;; Generated autoloads from gnus/gnus-html.el | 11592 | ;;; Generated autoloads from gnus/gnus-html.el |
| 11564 | 11593 | ||
| 11565 | (autoload 'gnus-article-html "gnus-html" "\ | 11594 | (autoload 'gnus-article-html "gnus-html" "\ |
| @@ -11837,7 +11866,7 @@ Add NUM into sorted LIST by side effect. | |||
| 11837 | ;;;*** | 11866 | ;;;*** |
| 11838 | 11867 | ||
| 11839 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 11868 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 11840 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19893 19022)) | 11869 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19942 4565)) |
| 11841 | ;;; Generated autoloads from gnus/gnus-registry.el | 11870 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 11842 | 11871 | ||
| 11843 | (autoload 'gnus-registry-initialize "gnus-registry" "\ | 11872 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| @@ -11893,7 +11922,7 @@ Update the format specification near point. | |||
| 11893 | ;;;*** | 11922 | ;;;*** |
| 11894 | 11923 | ||
| 11895 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" | 11924 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" |
| 11896 | ;;;;;; (19877 30798)) | 11925 | ;;;;;; (19906 31087)) |
| 11897 | ;;; Generated autoloads from gnus/gnus-start.el | 11926 | ;;; Generated autoloads from gnus/gnus-start.el |
| 11898 | 11927 | ||
| 11899 | (autoload 'gnus-declare-backend "gnus-start" "\ | 11928 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| @@ -11904,7 +11933,7 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 11904 | ;;;*** | 11933 | ;;;*** |
| 11905 | 11934 | ||
| 11906 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" | 11935 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" |
| 11907 | ;;;;;; (19890 42850)) | 11936 | ;;;;;; (19942 4565)) |
| 11908 | ;;; Generated autoloads from gnus/gnus-sum.el | 11937 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 11909 | 11938 | ||
| 11910 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 11939 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12027,7 +12056,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12027 | 12056 | ||
| 12028 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12057 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12029 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12058 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12030 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19864 29553)) | 12059 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19930 13389)) |
| 12031 | ;;; Generated autoloads from progmodes/grep.el | 12060 | ;;; Generated autoloads from progmodes/grep.el |
| 12032 | 12061 | ||
| 12033 | (defvar grep-window-height nil "\ | 12062 | (defvar grep-window-height nil "\ |
| @@ -12198,7 +12227,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12198 | ;;;*** | 12227 | ;;;*** |
| 12199 | 12228 | ||
| 12200 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb | 12229 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb |
| 12201 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19890 42850)) | 12230 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19931 11784)) |
| 12202 | ;;; Generated autoloads from progmodes/gud.el | 12231 | ;;; Generated autoloads from progmodes/gud.el |
| 12203 | 12232 | ||
| 12204 | (autoload 'gud-gdb "gud" "\ | 12233 | (autoload 'gud-gdb "gud" "\ |
| @@ -12507,7 +12536,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 12507 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories | 12536 | ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories |
| 12508 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 | 12537 | ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 |
| 12509 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) | 12538 | ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) |
| 12510 | ;;;;;; "help-fns" "help-fns.el" (19878 51661)) | 12539 | ;;;;;; "help-fns" "help-fns.el" (19938 7518)) |
| 12511 | ;;; Generated autoloads from help-fns.el | 12540 | ;;; Generated autoloads from help-fns.el |
| 12512 | 12541 | ||
| 12513 | (autoload 'describe-function "help-fns" "\ | 12542 | (autoload 'describe-function "help-fns" "\ |
| @@ -12984,7 +13013,7 @@ how the hiding is done: | |||
| 12984 | ;;;*** | 13013 | ;;;*** |
| 12985 | 13014 | ||
| 12986 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13015 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 12987 | ;;;;;; (19890 42850)) | 13016 | ;;;;;; (19938 7518)) |
| 12988 | ;;; Generated autoloads from progmodes/hideshow.el | 13017 | ;;; Generated autoloads from progmodes/hideshow.el |
| 12989 | 13018 | ||
| 12990 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ | 13019 | (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ |
| @@ -13046,8 +13075,8 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 13046 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13075 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13047 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13076 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13048 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode | 13077 | ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode |
| 13049 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19886 | 13078 | ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19931 |
| 13050 | ;;;;;; 45771)) | 13079 | ;;;;;; 11784)) |
| 13051 | ;;; Generated autoloads from hilit-chg.el | 13080 | ;;; Generated autoloads from hilit-chg.el |
| 13052 | 13081 | ||
| 13053 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 13082 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| @@ -13677,8 +13706,8 @@ buffer `*icalendar-errors*'. | |||
| 13677 | 13706 | ||
| 13678 | ;;;*** | 13707 | ;;;*** |
| 13679 | 13708 | ||
| 13680 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19874 | 13709 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19940 |
| 13681 | ;;;;;; 54611)) | 13710 | ;;;;;; 49234)) |
| 13682 | ;;; Generated autoloads from icomplete.el | 13711 | ;;; Generated autoloads from icomplete.el |
| 13683 | 13712 | ||
| 13684 | (defvar icomplete-mode nil "\ | 13713 | (defvar icomplete-mode nil "\ |
| @@ -13740,7 +13769,7 @@ with no args, if that value is non-nil. | |||
| 13740 | ;;;*** | 13769 | ;;;*** |
| 13741 | 13770 | ||
| 13742 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 13771 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 13743 | ;;;;;; (19845 45374)) | 13772 | ;;;;;; (19931 11784)) |
| 13744 | ;;; Generated autoloads from progmodes/idlw-shell.el | 13773 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 13745 | 13774 | ||
| 13746 | (autoload 'idlwave-shell "idlw-shell" "\ | 13775 | (autoload 'idlwave-shell "idlw-shell" "\ |
| @@ -13900,8 +13929,8 @@ The main features of this mode are | |||
| 13900 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 13929 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 13901 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 13930 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 13902 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 13931 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 13903 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19886 | 13932 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19931 |
| 13904 | ;;;;;; 45771)) | 13933 | ;;;;;; 11784)) |
| 13905 | ;;; Generated autoloads from ido.el | 13934 | ;;; Generated autoloads from ido.el |
| 13906 | 13935 | ||
| 13907 | (defvar ido-mode nil "\ | 13936 | (defvar ido-mode nil "\ |
| @@ -14162,7 +14191,7 @@ DEF, if non-nil, is the default value. | |||
| 14162 | 14191 | ||
| 14163 | ;;;*** | 14192 | ;;;*** |
| 14164 | 14193 | ||
| 14165 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (19886 45771)) | 14194 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (19931 11784)) |
| 14166 | ;;; Generated autoloads from ielm.el | 14195 | ;;; Generated autoloads from ielm.el |
| 14167 | (add-hook 'same-window-buffer-names (purecopy "*ielm*")) | 14196 | (add-hook 'same-window-buffer-names (purecopy "*ielm*")) |
| 14168 | 14197 | ||
| @@ -14191,7 +14220,7 @@ Toggle inline image minor mode. | |||
| 14191 | ;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p | 14220 | ;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p |
| 14192 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header | 14221 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header |
| 14193 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" | 14222 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" |
| 14194 | ;;;;;; (19849 29307)) | 14223 | ;;;;;; (19939 28373)) |
| 14195 | ;;; Generated autoloads from image.el | 14224 | ;;; Generated autoloads from image.el |
| 14196 | 14225 | ||
| 14197 | (autoload 'image-type-from-data "image" "\ | 14226 | (autoload 'image-type-from-data "image" "\ |
| @@ -14368,7 +14397,7 @@ Example: | |||
| 14368 | (put 'defimage 'doc-string-elt '3) | 14397 | (put 'defimage 'doc-string-elt '3) |
| 14369 | 14398 | ||
| 14370 | (autoload 'create-animated-image "image" "\ | 14399 | (autoload 'create-animated-image "image" "\ |
| 14371 | Create an animated image. | 14400 | Create an animated image, and begin animating it. |
| 14372 | FILE-OR-DATA is an image file name or image data. | 14401 | FILE-OR-DATA is an image file name or image data. |
| 14373 | Optional TYPE is a symbol describing the image type. If TYPE is omitted | 14402 | Optional TYPE is a symbol describing the image type. If TYPE is omitted |
| 14374 | or nil, try to determine the image type from its first few bytes | 14403 | or nil, try to determine the image type from its first few bytes |
| @@ -14384,7 +14413,13 @@ Images should not be larger than specified by `max-image-size'. | |||
| 14384 | \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil) | 14413 | \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil) |
| 14385 | 14414 | ||
| 14386 | (autoload 'imagemagick-register-types "image" "\ | 14415 | (autoload 'imagemagick-register-types "image" "\ |
| 14387 | Register the file types that ImageMagick is able to handle. | 14416 | Register file types that can be handled by ImageMagick. |
| 14417 | This adds the file types returned by `imagemagick-types' | ||
| 14418 | \(excluding the ones in `imagemagick-types-inhibit') to | ||
| 14419 | `auto-mode-alist' and `image-type-file-name-regexps', so that | ||
| 14420 | Emacs visits them in Image mode. | ||
| 14421 | |||
| 14422 | If Emacs is compiled without ImageMagick support, do nothing. | ||
| 14388 | 14423 | ||
| 14389 | \(fn)" nil nil) | 14424 | \(fn)" nil nil) |
| 14390 | 14425 | ||
| @@ -14397,7 +14432,7 @@ Register the file types that ImageMagick is able to handle. | |||
| 14397 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 14432 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 14398 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 14433 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 14399 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) | 14434 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) |
| 14400 | ;;;;;; "image-dired" "image-dired.el" (19886 45771)) | 14435 | ;;;;;; "image-dired" "image-dired.el" (19931 11784)) |
| 14401 | ;;; Generated autoloads from image-dired.el | 14436 | ;;; Generated autoloads from image-dired.el |
| 14402 | 14437 | ||
| 14403 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ | 14438 | (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ |
| @@ -14597,7 +14632,7 @@ Image files are those whose name has an extension in | |||
| 14597 | ;;;*** | 14632 | ;;;*** |
| 14598 | 14633 | ||
| 14599 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 14634 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 14600 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19890 42850)) | 14635 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19939 28373)) |
| 14601 | ;;; Generated autoloads from image-mode.el | 14636 | ;;; Generated autoloads from image-mode.el |
| 14602 | 14637 | ||
| 14603 | (autoload 'image-mode "image-mode" "\ | 14638 | (autoload 'image-mode "image-mode" "\ |
| @@ -15042,7 +15077,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists. | |||
| 15042 | 15077 | ||
| 15043 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15078 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15044 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15079 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15045 | ;;;;;; (19845 45374)) | 15080 | ;;;;;; (19936 52203)) |
| 15046 | ;;; Generated autoloads from info-look.el | 15081 | ;;; Generated autoloads from info-look.el |
| 15047 | 15082 | ||
| 15048 | (autoload 'info-lookup-reset "info-look" "\ | 15083 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15361,7 +15396,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15361 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings | 15396 | ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings |
| 15362 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15397 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15363 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) | 15398 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) |
| 15364 | ;;;;;; "ispell" "textmodes/ispell.el" (19845 45374)) | 15399 | ;;;;;; "ispell" "textmodes/ispell.el" (19905 10215)) |
| 15365 | ;;; Generated autoloads from textmodes/ispell.el | 15400 | ;;; Generated autoloads from textmodes/ispell.el |
| 15366 | 15401 | ||
| 15367 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15402 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| @@ -15581,8 +15616,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 15581 | 15616 | ||
| 15582 | ;;;*** | 15617 | ;;;*** |
| 15583 | 15618 | ||
| 15584 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19886 | 15619 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19931 |
| 15585 | ;;;;;; 45771)) | 15620 | ;;;;;; 11784)) |
| 15586 | ;;; Generated autoloads from iswitchb.el | 15621 | ;;; Generated autoloads from iswitchb.el |
| 15587 | 15622 | ||
| 15588 | (defvar iswitchb-mode nil "\ | 15623 | (defvar iswitchb-mode nil "\ |
| @@ -15708,7 +15743,7 @@ by `jka-compr-installed'. | |||
| 15708 | 15743 | ||
| 15709 | ;;;*** | 15744 | ;;;*** |
| 15710 | 15745 | ||
| 15711 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19890 42850)) | 15746 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19914 25180)) |
| 15712 | ;;; Generated autoloads from progmodes/js.el | 15747 | ;;; Generated autoloads from progmodes/js.el |
| 15713 | 15748 | ||
| 15714 | (autoload 'js-mode "js" "\ | 15749 | (autoload 'js-mode "js" "\ |
| @@ -16096,7 +16131,7 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 16096 | ;;;*** | 16131 | ;;;*** |
| 16097 | 16132 | ||
| 16098 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16133 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16099 | ;;;;;; (19845 45374)) | 16134 | ;;;;;; (19917 1372)) |
| 16100 | ;;; Generated autoloads from progmodes/ld-script.el | 16135 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16101 | 16136 | ||
| 16102 | (autoload 'ld-script-mode "ld-script" "\ | 16137 | (autoload 'ld-script-mode "ld-script" "\ |
| @@ -16339,8 +16374,8 @@ are indicated with a symbol. | |||
| 16339 | ;;;*** | 16374 | ;;;*** |
| 16340 | 16375 | ||
| 16341 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16376 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16342 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19845 | 16377 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19909 |
| 16343 | ;;;;;; 45374)) | 16378 | ;;;;;; 7240)) |
| 16344 | ;;; Generated autoloads from lpr.el | 16379 | ;;; Generated autoloads from lpr.el |
| 16345 | 16380 | ||
| 16346 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) | 16381 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) |
| @@ -16472,7 +16507,7 @@ A major mode to edit m4 macro files. | |||
| 16472 | ;;;*** | 16507 | ;;;*** |
| 16473 | 16508 | ||
| 16474 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 16509 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 16475 | ;;;;;; (19863 8742)) | 16510 | ;;;;;; (19930 13389)) |
| 16476 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 16511 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 16477 | 16512 | ||
| 16478 | (autoload 'macroexpand-all "macroexp" "\ | 16513 | (autoload 'macroexpand-all "macroexp" "\ |
| @@ -16639,7 +16674,7 @@ This function normally would be called when the message is sent. | |||
| 16639 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 16674 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 16640 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable | 16675 | ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable |
| 16641 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) | 16676 | ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) |
| 16642 | ;;;;;; "mail-utils" "mail/mail-utils.el" (19845 45374)) | 16677 | ;;;;;; "mail-utils" "mail/mail-utils.el" (19922 19303)) |
| 16643 | ;;; Generated autoloads from mail/mail-utils.el | 16678 | ;;; Generated autoloads from mail/mail-utils.el |
| 16644 | 16679 | ||
| 16645 | (defvar mail-use-rfc822 nil "\ | 16680 | (defvar mail-use-rfc822 nil "\ |
| @@ -17059,7 +17094,7 @@ Returns non-nil if the new state is enabled. | |||
| 17059 | ;;;;;; message-forward-make-body message-forward message-recover | 17094 | ;;;;;; message-forward-make-body message-forward message-recover |
| 17060 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 17095 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 17061 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 17096 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 17062 | ;;;;;; "gnus/message.el" (19881 27850)) | 17097 | ;;;;;; "gnus/message.el" (19940 49234)) |
| 17063 | ;;; Generated autoloads from gnus/message.el | 17098 | ;;; Generated autoloads from gnus/message.el |
| 17064 | 17099 | ||
| 17065 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17100 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17377,7 +17412,7 @@ delete the draft message. | |||
| 17377 | 17412 | ||
| 17378 | ;;;*** | 17413 | ;;;*** |
| 17379 | 17414 | ||
| 17380 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19898 36953)) | 17415 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19931 11784)) |
| 17381 | ;;; Generated autoloads from mh-e/mh-e.el | 17416 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17382 | 17417 | ||
| 17383 | (put 'mh-progs 'risky-local-variable t) | 17418 | (put 'mh-progs 'risky-local-variable t) |
| @@ -17530,7 +17565,8 @@ Returns non-nil if the new state is enabled. | |||
| 17530 | 17565 | ||
| 17531 | ;;;*** | 17566 | ;;;*** |
| 17532 | 17567 | ||
| 17533 | ;;;### (autoloads (butterfly) "misc" "misc.el" (19845 45374)) | 17568 | ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" |
| 17569 | ;;;;;; (19913 4309)) | ||
| 17534 | ;;; Generated autoloads from misc.el | 17570 | ;;; Generated autoloads from misc.el |
| 17535 | 17571 | ||
| 17536 | (autoload 'butterfly "misc" "\ | 17572 | (autoload 'butterfly "misc" "\ |
| @@ -17545,6 +17581,17 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'. | |||
| 17545 | 17581 | ||
| 17546 | \(fn)" t nil) | 17582 | \(fn)" t nil) |
| 17547 | 17583 | ||
| 17584 | (autoload 'list-dynamic-libraries "misc" "\ | ||
| 17585 | Display a list of all dynamic libraries known to Emacs. | ||
| 17586 | \(These are the libraries listed in `dynamic-library-alist'.) | ||
| 17587 | If optional argument LOADED-ONLY-P (interactively, prefix arg) | ||
| 17588 | is non-nil, only libraries already loaded are listed. | ||
| 17589 | Optional argument BUFFER specifies a buffer to use, instead of | ||
| 17590 | \"*Dynamic Libraries*\". | ||
| 17591 | The return value is always nil. | ||
| 17592 | |||
| 17593 | \(fn &optional LOADED-ONLY-P BUFFER)" t nil) | ||
| 17594 | |||
| 17548 | ;;;*** | 17595 | ;;;*** |
| 17549 | 17596 | ||
| 17550 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files | 17597 | ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files |
| @@ -17631,7 +17678,7 @@ whose file names match the specified wildcard. | |||
| 17631 | ;;;*** | 17678 | ;;;*** |
| 17632 | 17679 | ||
| 17633 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 17680 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 17634 | ;;;;;; (19845 45374)) | 17681 | ;;;;;; (19931 11784)) |
| 17635 | ;;; Generated autoloads from progmodes/mixal-mode.el | 17682 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 17636 | 17683 | ||
| 17637 | (autoload 'mixal-mode "mixal-mode" "\ | 17684 | (autoload 'mixal-mode "mixal-mode" "\ |
| @@ -17712,7 +17759,7 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 17712 | ;;;*** | 17759 | ;;;*** |
| 17713 | 17760 | ||
| 17714 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 17761 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 17715 | ;;;;;; (19845 45374)) | 17762 | ;;;;;; (19940 49234)) |
| 17716 | ;;; Generated autoloads from gnus/mml1991.el | 17763 | ;;; Generated autoloads from gnus/mml1991.el |
| 17717 | 17764 | ||
| 17718 | (autoload 'mml1991-encrypt "mml1991" "\ | 17765 | (autoload 'mml1991-encrypt "mml1991" "\ |
| @@ -17950,7 +17997,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 17950 | 17997 | ||
| 17951 | ;;;*** | 17998 | ;;;*** |
| 17952 | 17999 | ||
| 17953 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (19845 45374)) | 18000 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (19931 11784)) |
| 17954 | ;;; Generated autoloads from msb.el | 18001 | ;;; Generated autoloads from msb.el |
| 17955 | 18002 | ||
| 17956 | (defvar msb-mode nil "\ | 18003 | (defvar msb-mode nil "\ |
| @@ -18363,7 +18410,7 @@ listed in the PORTS list. | |||
| 18363 | ;;;*** | 18410 | ;;;*** |
| 18364 | 18411 | ||
| 18365 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" | 18412 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" |
| 18366 | ;;;;;; (19893 19022)) | 18413 | ;;;;;; (19906 31087)) |
| 18367 | ;;; Generated autoloads from net/network-stream.el | 18414 | ;;; Generated autoloads from net/network-stream.el |
| 18368 | 18415 | ||
| 18369 | (autoload 'open-network-stream "network-stream" "\ | 18416 | (autoload 'open-network-stream "network-stream" "\ |
| @@ -18427,6 +18474,9 @@ values: | |||
| 18427 | capability command, and should return the command to switch on | 18474 | capability command, and should return the command to switch on |
| 18428 | STARTTLS if the server supports STARTTLS, and nil otherwise. | 18475 | STARTTLS if the server supports STARTTLS, and nil otherwise. |
| 18429 | 18476 | ||
| 18477 | :nowait is a boolean that says the connection should be made | ||
| 18478 | asynchronously, if possible. | ||
| 18479 | |||
| 18430 | \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil) | 18480 | \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil) |
| 18431 | 18481 | ||
| 18432 | (defalias 'open-protocol-stream 'open-network-stream) | 18482 | (defalias 'open-protocol-stream 'open-network-stream) |
| @@ -18438,7 +18488,7 @@ values: | |||
| 18438 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18488 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 18439 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 18489 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 18440 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 18490 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 18441 | ;;;;;; "newcomment.el" (19863 8742)) | 18491 | ;;;;;; "newcomment.el" (19938 7518)) |
| 18442 | ;;; Generated autoloads from newcomment.el | 18492 | ;;; Generated autoloads from newcomment.el |
| 18443 | 18493 | ||
| 18444 | (defalias 'indent-for-comment 'comment-indent) | 18494 | (defalias 'indent-for-comment 'comment-indent) |
| @@ -18477,7 +18527,7 @@ at the place matched by the close of the first pair.") | |||
| 18477 | (put 'comment-start-skip 'safe-local-variable 'string-or-null-p) | 18527 | (put 'comment-start-skip 'safe-local-variable 'string-or-null-p) |
| 18478 | 18528 | ||
| 18479 | (defvar comment-end-skip nil "\ | 18529 | (defvar comment-end-skip nil "\ |
| 18480 | Regexp to match the end of a comment plus everything up to its body.") | 18530 | Regexp to match the end of a comment plus everything back to its body.") |
| 18481 | (put 'comment-end-skip 'safe-local-variable 'string-or-null-p) | 18531 | (put 'comment-end-skip 'safe-local-variable 'string-or-null-p) |
| 18482 | 18532 | ||
| 18483 | (defvar comment-end (purecopy "") "\ | 18533 | (defvar comment-end (purecopy "") "\ |
| @@ -18638,7 +18688,7 @@ unless optional argument SOFT is non-nil. | |||
| 18638 | ;;;*** | 18688 | ;;;*** |
| 18639 | 18689 | ||
| 18640 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" | 18690 | ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" |
| 18641 | ;;;;;; "net/newst-backend.el" (19845 45374)) | 18691 | ;;;;;; "net/newst-backend.el" (19918 22236)) |
| 18642 | ;;; Generated autoloads from net/newst-backend.el | 18692 | ;;; Generated autoloads from net/newst-backend.el |
| 18643 | 18693 | ||
| 18644 | (autoload 'newsticker-running-p "newst-backend" "\ | 18694 | (autoload 'newsticker-running-p "newst-backend" "\ |
| @@ -18660,7 +18710,7 @@ Run `newsticker-start-hook' if newsticker was not running already. | |||
| 18660 | ;;;*** | 18710 | ;;;*** |
| 18661 | 18711 | ||
| 18662 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" | 18712 | ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" |
| 18663 | ;;;;;; (19845 45374)) | 18713 | ;;;;;; (19918 22236)) |
| 18664 | ;;; Generated autoloads from net/newst-plainview.el | 18714 | ;;; Generated autoloads from net/newst-plainview.el |
| 18665 | 18715 | ||
| 18666 | (autoload 'newsticker-plainview "newst-plainview" "\ | 18716 | (autoload 'newsticker-plainview "newst-plainview" "\ |
| @@ -18671,7 +18721,7 @@ Start newsticker plainview. | |||
| 18671 | ;;;*** | 18721 | ;;;*** |
| 18672 | 18722 | ||
| 18673 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" | 18723 | ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" |
| 18674 | ;;;;;; (19845 45374)) | 18724 | ;;;;;; (19918 22236)) |
| 18675 | ;;; Generated autoloads from net/newst-reader.el | 18725 | ;;; Generated autoloads from net/newst-reader.el |
| 18676 | 18726 | ||
| 18677 | (autoload 'newsticker-show-news "newst-reader" "\ | 18727 | (autoload 'newsticker-show-news "newst-reader" "\ |
| @@ -18703,7 +18753,7 @@ running already. | |||
| 18703 | ;;;*** | 18753 | ;;;*** |
| 18704 | 18754 | ||
| 18705 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" | 18755 | ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" |
| 18706 | ;;;;;; (19845 45374)) | 18756 | ;;;;;; (19918 22236)) |
| 18707 | ;;; Generated autoloads from net/newst-treeview.el | 18757 | ;;; Generated autoloads from net/newst-treeview.el |
| 18708 | 18758 | ||
| 18709 | (autoload 'newsticker-treeview "newst-treeview" "\ | 18759 | (autoload 'newsticker-treeview "newst-treeview" "\ |
| @@ -18823,8 +18873,8 @@ Return nil if the face cannot display a glyph for N. | |||
| 18823 | 18873 | ||
| 18824 | ;;;*** | 18874 | ;;;*** |
| 18825 | 18875 | ||
| 18826 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19845 | 18876 | ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19927 |
| 18827 | ;;;;;; 45374)) | 18877 | ;;;;;; 37225)) |
| 18828 | ;;; Generated autoloads from nxml/nxml-mode.el | 18878 | ;;; Generated autoloads from nxml/nxml-mode.el |
| 18829 | 18879 | ||
| 18830 | (autoload 'nxml-mode "nxml-mode" "\ | 18880 | (autoload 'nxml-mode "nxml-mode" "\ |
| @@ -19279,7 +19329,7 @@ including a reproducible test case and send the message. | |||
| 19279 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode | 19329 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode |
| 19280 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle | 19330 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle |
| 19281 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" | 19331 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" |
| 19282 | ;;;;;; (19845 45374)) | 19332 | ;;;;;; (19931 11784)) |
| 19283 | ;;; Generated autoloads from org/org.el | 19333 | ;;; Generated autoloads from org/org.el |
| 19284 | 19334 | ||
| 19285 | (autoload 'org-babel-do-load-languages "org" "\ | 19335 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19502,7 +19552,7 @@ Call the customize function with org as argument. | |||
| 19502 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list | 19552 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list |
| 19503 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views | 19553 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views |
| 19504 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 19554 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 19505 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19845 45374)) | 19555 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19914 25180)) |
| 19506 | ;;; Generated autoloads from org/org-agenda.el | 19556 | ;;; Generated autoloads from org/org-agenda.el |
| 19507 | 19557 | ||
| 19508 | (autoload 'org-agenda "org-agenda" "\ | 19558 | (autoload 'org-agenda "org-agenda" "\ |
| @@ -19772,8 +19822,8 @@ This command is set with the variable `org-archive-default-command'. | |||
| 19772 | ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii | 19822 | ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii |
| 19773 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer | 19823 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer |
| 19774 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer | 19824 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer |
| 19775 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19845 | 19825 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19931 |
| 19776 | ;;;;;; 45374)) | 19826 | ;;;;;; 11784)) |
| 19777 | ;;; Generated autoloads from org/org-ascii.el | 19827 | ;;; Generated autoloads from org/org-ascii.el |
| 19778 | 19828 | ||
| 19779 | (autoload 'org-export-as-latin1 "org-ascii" "\ | 19829 | (autoload 'org-export-as-latin1 "org-ascii" "\ |
| @@ -19846,8 +19896,8 @@ publishing directory. | |||
| 19846 | 19896 | ||
| 19847 | ;;;*** | 19897 | ;;;*** |
| 19848 | 19898 | ||
| 19849 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19845 | 19899 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19931 |
| 19850 | ;;;;;; 45374)) | 19900 | ;;;;;; 11784)) |
| 19851 | ;;; Generated autoloads from org/org-attach.el | 19901 | ;;; Generated autoloads from org/org-attach.el |
| 19852 | 19902 | ||
| 19853 | (autoload 'org-attach "org-attach" "\ | 19903 | (autoload 'org-attach "org-attach" "\ |
| @@ -20019,7 +20069,7 @@ publishing directory. | |||
| 20019 | 20069 | ||
| 20020 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org | 20070 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org |
| 20021 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" | 20071 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" |
| 20022 | ;;;;;; (19845 45374)) | 20072 | ;;;;;; (19931 11784)) |
| 20023 | ;;; Generated autoloads from org/org-exp.el | 20073 | ;;; Generated autoloads from org/org-exp.el |
| 20024 | 20074 | ||
| 20025 | (autoload 'org-export "org-exp" "\ | 20075 | (autoload 'org-export "org-exp" "\ |
| @@ -20193,7 +20243,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE. | |||
| 20193 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html | 20243 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html |
| 20194 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer | 20244 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer |
| 20195 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" | 20245 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" |
| 20196 | ;;;;;; "org/org-html.el" (19845 45374)) | 20246 | ;;;;;; "org/org-html.el" (19931 11784)) |
| 20197 | ;;; Generated autoloads from org/org-html.el | 20247 | ;;; Generated autoloads from org/org-html.el |
| 20198 | 20248 | ||
| 20199 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) | 20249 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) |
| @@ -20642,7 +20692,7 @@ See also the variable `org-reverse-note-order'. | |||
| 20642 | ;;;*** | 20692 | ;;;*** |
| 20643 | 20693 | ||
| 20644 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) | 20694 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) |
| 20645 | ;;;;;; "org-table" "org/org-table.el" (19845 45374)) | 20695 | ;;;;;; "org-table" "org/org-table.el" (19914 25180)) |
| 20646 | ;;; Generated autoloads from org/org-table.el | 20696 | ;;; Generated autoloads from org/org-table.el |
| 20647 | 20697 | ||
| 20648 | (autoload 'turn-on-orgtbl "org-table" "\ | 20698 | (autoload 'turn-on-orgtbl "org-table" "\ |
| @@ -21194,8 +21244,8 @@ Includes files as well as host names followed by a colon. | |||
| 21194 | 21244 | ||
| 21195 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 21245 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 21196 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 21246 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 21197 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19899 | 21247 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19931 |
| 21198 | ;;;;;; 57784)) | 21248 | ;;;;;; 11784)) |
| 21199 | ;;; Generated autoloads from pcomplete.el | 21249 | ;;; Generated autoloads from pcomplete.el |
| 21200 | 21250 | ||
| 21201 | (autoload 'pcomplete "pcomplete" "\ | 21251 | (autoload 'pcomplete "pcomplete" "\ |
| @@ -21337,7 +21387,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 21337 | ;;;*** | 21387 | ;;;*** |
| 21338 | 21388 | ||
| 21339 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 21389 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 21340 | ;;;;;; (19890 42850)) | 21390 | ;;;;;; (19911 48973)) |
| 21341 | ;;; Generated autoloads from progmodes/perl-mode.el | 21391 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 21342 | (put 'perl-indent-level 'safe-local-variable 'integerp) | 21392 | (put 'perl-indent-level 'safe-local-variable 'integerp) |
| 21343 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) | 21393 | (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) |
| @@ -21507,7 +21557,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 21507 | 21557 | ||
| 21508 | ;;;*** | 21558 | ;;;*** |
| 21509 | 21559 | ||
| 21510 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19845 45374)) | 21560 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19940 49234)) |
| 21511 | ;;; Generated autoloads from gnus/pop3.el | 21561 | ;;; Generated autoloads from gnus/pop3.el |
| 21512 | 21562 | ||
| 21513 | (autoload 'pop3-movemail "pop3" "\ | 21563 | (autoload 'pop3-movemail "pop3" "\ |
| @@ -22290,8 +22340,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 22290 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 22340 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 22291 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 22341 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 22292 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 22342 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 22293 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19886 | 22343 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19931 |
| 22294 | ;;;;;; 45771)) | 22344 | ;;;;;; 11784)) |
| 22295 | ;;; Generated autoloads from ps-print.el | 22345 | ;;; Generated autoloads from ps-print.el |
| 22296 | 22346 | ||
| 22297 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ | 22347 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ |
| @@ -22488,7 +22538,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 22488 | ;;;*** | 22538 | ;;;*** |
| 22489 | 22539 | ||
| 22490 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" | 22540 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" |
| 22491 | ;;;;;; (19890 42850)) | 22541 | ;;;;;; (19931 11784)) |
| 22492 | ;;; Generated autoloads from progmodes/python.el | 22542 | ;;; Generated autoloads from progmodes/python.el |
| 22493 | 22543 | ||
| 22494 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) | 22544 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) |
| @@ -22591,7 +22641,7 @@ them into characters should be done separately. | |||
| 22591 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 22641 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 22592 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 22642 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 22593 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 22643 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 22594 | ;;;;;; "international/quail.el" (19845 45374)) | 22644 | ;;;;;; "international/quail.el" (19931 11784)) |
| 22595 | ;;; Generated autoloads from international/quail.el | 22645 | ;;; Generated autoloads from international/quail.el |
| 22596 | 22646 | ||
| 22597 | (autoload 'quail-title "quail" "\ | 22647 | (autoload 'quail-title "quail" "\ |
| @@ -22895,7 +22945,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 22895 | ;;;*** | 22945 | ;;;*** |
| 22896 | 22946 | ||
| 22897 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 22947 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 22898 | ;;;;;; "net/rcirc.el" (19898 36953)) | 22948 | ;;;;;; "net/rcirc.el" (19942 4565)) |
| 22899 | ;;; Generated autoloads from net/rcirc.el | 22949 | ;;; Generated autoloads from net/rcirc.el |
| 22900 | 22950 | ||
| 22901 | (autoload 'rcirc "rcirc" "\ | 22951 | (autoload 'rcirc "rcirc" "\ |
| @@ -22912,7 +22962,7 @@ If ARG is non-nil, instead prompt for connection parameters. | |||
| 22912 | (autoload 'rcirc-connect "rcirc" "\ | 22962 | (autoload 'rcirc-connect "rcirc" "\ |
| 22913 | 22963 | ||
| 22914 | 22964 | ||
| 22915 | \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD)" nil nil) | 22965 | \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION)" nil nil) |
| 22916 | 22966 | ||
| 22917 | (defvar rcirc-track-minor-mode nil "\ | 22967 | (defvar rcirc-track-minor-mode nil "\ |
| 22918 | Non-nil if Rcirc-Track minor mode is enabled. | 22968 | Non-nil if Rcirc-Track minor mode is enabled. |
| @@ -22943,13 +22993,19 @@ See \\[compile]. | |||
| 22943 | ;;;*** | 22993 | ;;;*** |
| 22944 | 22994 | ||
| 22945 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 22995 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 22946 | ;;;;;; (19865 50420)) | 22996 | ;;;;;; (19938 7518)) |
| 22947 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 22997 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 22948 | 22998 | ||
| 22949 | (defalias 'regexp-builder 're-builder) | 22999 | (defalias 'regexp-builder 're-builder) |
| 22950 | 23000 | ||
| 22951 | (autoload 're-builder "re-builder" "\ | 23001 | (autoload 're-builder "re-builder" "\ |
| 22952 | Construct a regexp interactively. | 23002 | Construct a regexp interactively. |
| 23003 | This command makes the current buffer the \"target\" buffer of | ||
| 23004 | the regexp builder. It displays a buffer named \"*RE-Builder*\" | ||
| 23005 | in another window, initially containing an empty regexp. | ||
| 23006 | |||
| 23007 | As you edit the regexp in the \"*RE-Builder*\" buffer, the | ||
| 23008 | matching parts of the target buffer will be highlighted. | ||
| 22953 | 23009 | ||
| 22954 | \(fn)" t nil) | 23010 | \(fn)" t nil) |
| 22955 | 23011 | ||
| @@ -23837,8 +23893,8 @@ to use for finding the schema. | |||
| 23837 | 23893 | ||
| 23838 | ;;;*** | 23894 | ;;;*** |
| 23839 | 23895 | ||
| 23840 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19845 | 23896 | ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19930 |
| 23841 | ;;;;;; 45374)) | 23897 | ;;;;;; 13389)) |
| 23842 | ;;; Generated autoloads from nxml/rng-xsd.el | 23898 | ;;; Generated autoloads from nxml/rng-xsd.el |
| 23843 | 23899 | ||
| 23844 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) | 23900 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) |
| @@ -23937,7 +23993,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 23937 | ;;;*** | 23993 | ;;;*** |
| 23938 | 23994 | ||
| 23939 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" | 23995 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" |
| 23940 | ;;;;;; (19845 45374)) | 23996 | ;;;;;; (19932 55155)) |
| 23941 | ;;; Generated autoloads from textmodes/rst.el | 23997 | ;;; Generated autoloads from textmodes/rst.el |
| 23942 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 23998 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 23943 | 23999 | ||
| @@ -24500,7 +24556,7 @@ Semantic mode. | |||
| 24500 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file | 24556 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file |
| 24501 | ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator | 24557 | ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator |
| 24502 | ;;;;;; send-mail-function mail-interactive mail-self-blind mail-specify-envelope-from | 24558 | ;;;;;; send-mail-function mail-interactive mail-self-blind mail-specify-envelope-from |
| 24503 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (19881 27850)) | 24559 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (19935 31309)) |
| 24504 | ;;; Generated autoloads from mail/sendmail.el | 24560 | ;;; Generated autoloads from mail/sendmail.el |
| 24505 | 24561 | ||
| 24506 | (defvar mail-from-style 'default "\ | 24562 | (defvar mail-from-style 'default "\ |
| @@ -24543,9 +24599,9 @@ Otherwise, let mailer send back a message to report errors.") | |||
| 24543 | 24599 | ||
| 24544 | (custom-autoload 'mail-interactive "sendmail" t) | 24600 | (custom-autoload 'mail-interactive "sendmail" t) |
| 24545 | 24601 | ||
| 24546 | (put 'send-mail-function 'standard-value '((if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it))) | 24602 | (put 'send-mail-function 'standard-value '((if (or (and window-system (eq system-type 'darwin)) (eq system-type 'windows-nt)) 'mailclient-send-it 'sendmail-send-it))) |
| 24547 | 24603 | ||
| 24548 | (defvar send-mail-function (if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it) "\ | 24604 | (defvar send-mail-function (if (or (and window-system (eq system-type 'darwin)) (eq system-type 'windows-nt)) 'mailclient-send-it 'sendmail-send-it) "\ |
| 24549 | Function to call to send the current buffer as mail. | 24605 | Function to call to send the current buffer as mail. |
| 24550 | The headers should be delimited by a line which is | 24606 | The headers should be delimited by a line which is |
| 24551 | not a valid RFC822 header or continuation line, | 24607 | not a valid RFC822 header or continuation line, |
| @@ -24779,8 +24835,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24779 | ;;;*** | 24835 | ;;;*** |
| 24780 | 24836 | ||
| 24781 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 24837 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 24782 | ;;;;;; server-force-delete server-start) "server" "server.el" (19863 | 24838 | ;;;;;; server-force-delete server-start) "server" "server.el" (19902 |
| 24783 | ;;;;;; 8742)) | 24839 | ;;;;;; 34006)) |
| 24784 | ;;; Generated autoloads from server.el | 24840 | ;;; Generated autoloads from server.el |
| 24785 | 24841 | ||
| 24786 | (put 'server-host 'risky-local-variable t) | 24842 | (put 'server-host 'risky-local-variable t) |
| @@ -24992,20 +25048,6 @@ with your script for an edit-interpret-debug cycle. | |||
| 24992 | 25048 | ||
| 24993 | ;;;*** | 25049 | ;;;*** |
| 24994 | 25050 | ||
| 24995 | ;;;### (autoloads (sha1) "sha1" "sha1.el" (19845 45374)) | ||
| 24996 | ;;; Generated autoloads from sha1.el | ||
| 24997 | |||
| 24998 | (autoload 'sha1 "sha1" "\ | ||
| 24999 | Return the SHA1 (Secure Hash Algorithm) of an object. | ||
| 25000 | OBJECT is either a string or a buffer. | ||
| 25001 | Optional arguments BEG and END denote buffer positions for computing the | ||
| 25002 | hash of a portion of OBJECT. | ||
| 25003 | If BINARY is non-nil, return a string in binary form. | ||
| 25004 | |||
| 25005 | \(fn OBJECT &optional BEG END BINARY)" nil nil) | ||
| 25006 | |||
| 25007 | ;;;*** | ||
| 25008 | |||
| 25009 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 25051 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 25010 | ;;;;;; (19845 45374)) | 25052 | ;;;;;; (19845 45374)) |
| 25011 | ;;; Generated autoloads from emacs-lisp/shadow.el | 25053 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| @@ -25097,7 +25139,7 @@ Set up file shadowing. | |||
| 25097 | ;;;*** | 25139 | ;;;*** |
| 25098 | 25140 | ||
| 25099 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 25141 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 25100 | ;;;;;; (19888 1100)) | 25142 | ;;;;;; (19935 983)) |
| 25101 | ;;; Generated autoloads from shell.el | 25143 | ;;; Generated autoloads from shell.el |
| 25102 | 25144 | ||
| 25103 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ | 25145 | (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ |
| @@ -25146,8 +25188,8 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 25146 | 25188 | ||
| 25147 | ;;;*** | 25189 | ;;;*** |
| 25148 | 25190 | ||
| 25149 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19899 | 25191 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19942 |
| 25150 | ;;;;;; 57784)) | 25192 | ;;;;;; 4565)) |
| 25151 | ;;; Generated autoloads from gnus/shr.el | 25193 | ;;; Generated autoloads from gnus/shr.el |
| 25152 | 25194 | ||
| 25153 | (autoload 'shr-insert-document "shr" "\ | 25195 | (autoload 'shr-insert-document "shr" "\ |
| @@ -25354,7 +25396,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 25354 | ;;;*** | 25396 | ;;;*** |
| 25355 | 25397 | ||
| 25356 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) | 25398 | ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) |
| 25357 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (19863 8742)) | 25399 | ;;;;;; "smerge-mode" "vc/smerge-mode.el" (19931 11784)) |
| 25358 | ;;; Generated autoloads from vc/smerge-mode.el | 25400 | ;;; Generated autoloads from vc/smerge-mode.el |
| 25359 | 25401 | ||
| 25360 | (autoload 'smerge-ediff "smerge-mode" "\ | 25402 | (autoload 'smerge-ediff "smerge-mode" "\ |
| @@ -25379,7 +25421,7 @@ If no conflict maker is found, turn off `smerge-mode'. | |||
| 25379 | ;;;*** | 25421 | ;;;*** |
| 25380 | 25422 | ||
| 25381 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 25423 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 25382 | ;;;;;; (19845 45374)) | 25424 | ;;;;;; (19939 28373)) |
| 25383 | ;;; Generated autoloads from gnus/smiley.el | 25425 | ;;; Generated autoloads from gnus/smiley.el |
| 25384 | 25426 | ||
| 25385 | (autoload 'smiley-region "smiley" "\ | 25427 | (autoload 'smiley-region "smiley" "\ |
| @@ -25397,7 +25439,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 25397 | ;;;*** | 25439 | ;;;*** |
| 25398 | 25440 | ||
| 25399 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 25441 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 25400 | ;;;;;; "mail/smtpmail.el" (19845 45374)) | 25442 | ;;;;;; "mail/smtpmail.el" (19940 49234)) |
| 25401 | ;;; Generated autoloads from mail/smtpmail.el | 25443 | ;;; Generated autoloads from mail/smtpmail.el |
| 25402 | 25444 | ||
| 25403 | (autoload 'smtpmail-send-it "smtpmail" "\ | 25445 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -25807,7 +25849,7 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25807 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 25849 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 25808 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect | 25850 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect |
| 25809 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" | 25851 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" |
| 25810 | ;;;;;; (19890 42850)) | 25852 | ;;;;;; (19931 11784)) |
| 25811 | ;;; Generated autoloads from progmodes/sql.el | 25853 | ;;; Generated autoloads from progmodes/sql.el |
| 25812 | 25854 | ||
| 25813 | (autoload 'sql-add-product-keywords "sql" "\ | 25855 | (autoload 'sql-add-product-keywords "sql" "\ |
| @@ -26523,7 +26565,7 @@ See `subword-mode' for more information on Subword mode. | |||
| 26523 | ;;;*** | 26565 | ;;;*** |
| 26524 | 26566 | ||
| 26525 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 26567 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 26526 | ;;;;;; (19845 45374)) | 26568 | ;;;;;; (19931 11784)) |
| 26527 | ;;; Generated autoloads from mail/supercite.el | 26569 | ;;; Generated autoloads from mail/supercite.el |
| 26528 | 26570 | ||
| 26529 | (autoload 'sc-cite-original "supercite" "\ | 26571 | (autoload 'sc-cite-original "supercite" "\ |
| @@ -27364,7 +27406,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 27364 | ;;;*** | 27406 | ;;;*** |
| 27365 | 27407 | ||
| 27366 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" | 27408 | ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" |
| 27367 | ;;;;;; (19845 45374)) | 27409 | ;;;;;; (19931 11784)) |
| 27368 | ;;; Generated autoloads from term.el | 27410 | ;;; Generated autoloads from term.el |
| 27369 | 27411 | ||
| 27370 | (autoload 'make-term "term" "\ | 27412 | (autoload 'make-term "term" "\ |
| @@ -27406,8 +27448,8 @@ use in that buffer. | |||
| 27406 | 27448 | ||
| 27407 | ;;;*** | 27449 | ;;;*** |
| 27408 | 27450 | ||
| 27409 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19886 | 27451 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19931 |
| 27410 | ;;;;;; 45771)) | 27452 | ;;;;;; 11784)) |
| 27411 | ;;; Generated autoloads from terminal.el | 27453 | ;;; Generated autoloads from terminal.el |
| 27412 | 27454 | ||
| 27413 | (autoload 'terminal-emulator "terminal" "\ | 27455 | (autoload 'terminal-emulator "terminal" "\ |
| @@ -27942,7 +27984,7 @@ Compose Thai characters in the current buffer. | |||
| 27942 | 27984 | ||
| 27943 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 27985 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 27944 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 27986 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 27945 | ;;;;;; "thingatpt" "thingatpt.el" (19852 16697)) | 27987 | ;;;;;; "thingatpt" "thingatpt.el" (19918 22236)) |
| 27946 | ;;; Generated autoloads from thingatpt.el | 27988 | ;;; Generated autoloads from thingatpt.el |
| 27947 | 27989 | ||
| 27948 | (autoload 'forward-thing "thingatpt" "\ | 27990 | (autoload 'forward-thing "thingatpt" "\ |
| @@ -27999,7 +28041,7 @@ Return the Lisp list at point, or nil if none is found. | |||
| 27999 | 28041 | ||
| 28000 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 28042 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 28001 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 28043 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 28002 | ;;;;;; (19845 45374)) | 28044 | ;;;;;; (19931 11784)) |
| 28003 | ;;; Generated autoloads from thumbs.el | 28045 | ;;; Generated autoloads from thumbs.el |
| 28004 | 28046 | ||
| 28005 | (autoload 'thumbs-find-thumb "thumbs" "\ | 28047 | (autoload 'thumbs-find-thumb "thumbs" "\ |
| @@ -28360,7 +28402,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 28360 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 28402 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 28361 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 28403 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 28362 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 28404 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 28363 | ;;;;;; (19845 45374)) | 28405 | ;;;;;; (19909 7240)) |
| 28364 | ;;; Generated autoloads from calendar/timeclock.el | 28406 | ;;; Generated autoloads from calendar/timeclock.el |
| 28365 | 28407 | ||
| 28366 | (autoload 'timeclock-modeline-display "timeclock" "\ | 28408 | (autoload 'timeclock-modeline-display "timeclock" "\ |
| @@ -28654,7 +28696,7 @@ holds a keymap. | |||
| 28654 | ;;;*** | 28696 | ;;;*** |
| 28655 | 28697 | ||
| 28656 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 28698 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 28657 | ;;;;;; (19845 45374)) | 28699 | ;;;;;; (19931 11784)) |
| 28658 | ;;; Generated autoloads from emulation/tpu-edt.el | 28700 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 28659 | 28701 | ||
| 28660 | (defvar tpu-edt-mode nil "\ | 28702 | (defvar tpu-edt-mode nil "\ |
| @@ -28766,7 +28808,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 28766 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 28808 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 28767 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 28809 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 28768 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 28810 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 28769 | ;;;;;; "net/tramp.el" (19894 39890)) | 28811 | ;;;;;; "net/tramp.el" (19924 47209)) |
| 28770 | ;;; Generated autoloads from net/tramp.el | 28812 | ;;; Generated autoloads from net/tramp.el |
| 28771 | 28813 | ||
| 28772 | (defvar tramp-mode t "\ | 28814 | (defvar tramp-mode t "\ |
| @@ -28904,7 +28946,7 @@ Discard Tramp from loading remote files. | |||
| 28904 | ;;;*** | 28946 | ;;;*** |
| 28905 | 28947 | ||
| 28906 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 28948 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 28907 | ;;;;;; (19845 45374)) | 28949 | ;;;;;; (19931 11784)) |
| 28908 | ;;; Generated autoloads from net/tramp-ftp.el | 28950 | ;;; Generated autoloads from net/tramp-ftp.el |
| 28909 | 28951 | ||
| 28910 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ | 28952 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| @@ -29002,7 +29044,7 @@ First column's text sSs Second column's text | |||
| 29002 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 29044 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 29003 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 29045 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 29004 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 29046 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 29005 | ;;;;;; (19886 45771)) | 29047 | ;;;;;; (19919 43103)) |
| 29006 | ;;; Generated autoloads from type-break.el | 29048 | ;;; Generated autoloads from type-break.el |
| 29007 | 29049 | ||
| 29008 | (defvar type-break-mode nil "\ | 29050 | (defvar type-break-mode nil "\ |
| @@ -29762,6 +29804,20 @@ Setup variables that expose info about you and your system. | |||
| 29762 | 29804 | ||
| 29763 | ;;;*** | 29805 | ;;;*** |
| 29764 | 29806 | ||
| 29807 | ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" | ||
| 29808 | ;;;;;; (19942 4565)) | ||
| 29809 | ;;; Generated autoloads from url/url-queue.el | ||
| 29810 | |||
| 29811 | (autoload 'url-queue-retrieve "url-queue" "\ | ||
| 29812 | Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. | ||
| 29813 | Like `url-retrieve' (which see for details of the arguments), but | ||
| 29814 | controls the level of parallelism via the | ||
| 29815 | `url-queue-parallel-processes' variable. | ||
| 29816 | |||
| 29817 | \(fn URL CALLBACK &optional CBARGS SILENT)" nil nil) | ||
| 29818 | |||
| 29819 | ;;;*** | ||
| 29820 | |||
| 29765 | ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension | 29821 | ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension |
| 29766 | ;;;;;; url-hexify-string url-unhex-string url-parse-query-string | 29822 | ;;;;;; url-hexify-string url-unhex-string url-parse-query-string |
| 29767 | ;;;;;; url-file-nondirectory url-file-directory url-percentage url-display-percentage | 29823 | ;;;;;; url-file-nondirectory url-file-directory url-percentage url-display-percentage |
| @@ -30285,7 +30341,7 @@ Return the branch part of a revision number REV. | |||
| 30285 | ;;;*** | 30341 | ;;;*** |
| 30286 | 30342 | ||
| 30287 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" | 30343 | ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" |
| 30288 | ;;;;;; (19893 19022)) | 30344 | ;;;;;; (19920 63959)) |
| 30289 | ;;; Generated autoloads from vc/vc-annotate.el | 30345 | ;;; Generated autoloads from vc/vc-annotate.el |
| 30290 | 30346 | ||
| 30291 | (autoload 'vc-annotate "vc-annotate" "\ | 30347 | (autoload 'vc-annotate "vc-annotate" "\ |
| @@ -30332,7 +30388,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 30332 | 30388 | ||
| 30333 | ;;;*** | 30389 | ;;;*** |
| 30334 | 30390 | ||
| 30335 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19845 45374)) | 30391 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19931 34253)) |
| 30336 | ;;; Generated autoloads from vc/vc-bzr.el | 30392 | ;;; Generated autoloads from vc/vc-bzr.el |
| 30337 | 30393 | ||
| 30338 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 30394 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -30357,7 +30413,7 @@ Name of the directory containing Bzr repository status files.") | |||
| 30357 | 30413 | ||
| 30358 | ;;;*** | 30414 | ;;;*** |
| 30359 | 30415 | ||
| 30360 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19845 45374)) | 30416 | ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19930 13389)) |
| 30361 | ;;; Generated autoloads from vc/vc-dir.el | 30417 | ;;; Generated autoloads from vc/vc-dir.el |
| 30362 | 30418 | ||
| 30363 | (autoload 'vc-dir "vc-dir" "\ | 30419 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -30545,7 +30601,7 @@ Key bindings: | |||
| 30545 | ;;;*** | 30601 | ;;;*** |
| 30546 | 30602 | ||
| 30547 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" | 30603 | ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" |
| 30548 | ;;;;;; (19845 45374)) | 30604 | ;;;;;; (19931 11784)) |
| 30549 | ;;; Generated autoloads from progmodes/verilog-mode.el | 30605 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 30550 | 30606 | ||
| 30551 | (autoload 'verilog-mode "verilog-mode" "\ | 30607 | (autoload 'verilog-mode "verilog-mode" "\ |
| @@ -30682,7 +30738,7 @@ Key bindings specific to `verilog-mode-map' are: | |||
| 30682 | ;;;*** | 30738 | ;;;*** |
| 30683 | 30739 | ||
| 30684 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 30740 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 30685 | ;;;;;; (19845 45374)) | 30741 | ;;;;;; (19914 25180)) |
| 30686 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 30742 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 30687 | 30743 | ||
| 30688 | (autoload 'vhdl-mode "vhdl-mode" "\ | 30744 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| @@ -31589,7 +31645,7 @@ Turn on VIP emulation of VI. | |||
| 31589 | ;;;*** | 31645 | ;;;*** |
| 31590 | 31646 | ||
| 31591 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 31647 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 31592 | ;;;;;; (19845 45374)) | 31648 | ;;;;;; (19931 11784)) |
| 31593 | ;;; Generated autoloads from emulation/viper.el | 31649 | ;;; Generated autoloads from emulation/viper.el |
| 31594 | 31650 | ||
| 31595 | (autoload 'toggle-viper-mode "viper" "\ | 31651 | (autoload 'toggle-viper-mode "viper" "\ |
| @@ -31606,7 +31662,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | |||
| 31606 | ;;;*** | 31662 | ;;;*** |
| 31607 | 31663 | ||
| 31608 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 31664 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 31609 | ;;;;;; (19845 45374)) | 31665 | ;;;;;; (19906 31087)) |
| 31610 | ;;; Generated autoloads from emacs-lisp/warnings.el | 31666 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 31611 | 31667 | ||
| 31612 | (defvar warning-prefix-function nil "\ | 31668 | (defvar warning-prefix-function nil "\ |
| @@ -31623,7 +31679,7 @@ Non-nil means treat multiple `display-warning' calls as a series. | |||
| 31623 | A marker indicates a position in the warnings buffer | 31679 | A marker indicates a position in the warnings buffer |
| 31624 | which is the start of the current series; it means that | 31680 | which is the start of the current series; it means that |
| 31625 | additional warnings in the same buffer should not move point. | 31681 | additional warnings in the same buffer should not move point. |
| 31626 | t means the next warning begins a series (and stores a marker here). | 31682 | If t, the next warning begins a series (and stores a marker here). |
| 31627 | A symbol with a function definition is like t, except | 31683 | A symbol with a function definition is like t, except |
| 31628 | also call that function before the next warning.") | 31684 | also call that function before the next warning.") |
| 31629 | 31685 | ||
| @@ -31696,7 +31752,7 @@ this is equivalent to `display-warning', using | |||
| 31696 | ;;;*** | 31752 | ;;;*** |
| 31697 | 31753 | ||
| 31698 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 31754 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 31699 | ;;;;;; (19886 45771)) | 31755 | ;;;;;; (19913 4309)) |
| 31700 | ;;; Generated autoloads from wdired.el | 31756 | ;;; Generated autoloads from wdired.el |
| 31701 | 31757 | ||
| 31702 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ | 31758 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ |
| @@ -31712,7 +31768,7 @@ See `wdired-mode'. | |||
| 31712 | 31768 | ||
| 31713 | ;;;*** | 31769 | ;;;*** |
| 31714 | 31770 | ||
| 31715 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19845 45374)) | 31771 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19931 11784)) |
| 31716 | ;;; Generated autoloads from net/webjump.el | 31772 | ;;; Generated autoloads from net/webjump.el |
| 31717 | 31773 | ||
| 31718 | (autoload 'webjump "webjump" "\ | 31774 | (autoload 'webjump "webjump" "\ |
| @@ -31729,7 +31785,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 31729 | ;;;*** | 31785 | ;;;*** |
| 31730 | 31786 | ||
| 31731 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 31787 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 31732 | ;;;;;; (19845 45374)) | 31788 | ;;;;;; (19915 46047)) |
| 31733 | ;;; Generated autoloads from progmodes/which-func.el | 31789 | ;;; Generated autoloads from progmodes/which-func.el |
| 31734 | (put 'which-func-format 'risky-local-variable t) | 31790 | (put 'which-func-format 'risky-local-variable t) |
| 31735 | (put 'which-func-current 'risky-local-variable t) | 31791 | (put 'which-func-current 'risky-local-variable t) |
| @@ -31760,7 +31816,7 @@ and off otherwise. | |||
| 31760 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region | 31816 | ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region |
| 31761 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options | 31817 | ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options |
| 31762 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode | 31818 | ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode |
| 31763 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19901 13134)) | 31819 | ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19905 10215)) |
| 31764 | ;;; Generated autoloads from whitespace.el | 31820 | ;;; Generated autoloads from whitespace.el |
| 31765 | 31821 | ||
| 31766 | (autoload 'whitespace-mode "whitespace" "\ | 31822 | (autoload 'whitespace-mode "whitespace" "\ |
| @@ -32190,8 +32246,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 32190 | ;;;*** | 32246 | ;;;*** |
| 32191 | 32247 | ||
| 32192 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 32248 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 32193 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19886 | 32249 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19927 |
| 32194 | ;;;;;; 45771)) | 32250 | ;;;;;; 37225)) |
| 32195 | ;;; Generated autoloads from wid-edit.el | 32251 | ;;; Generated autoloads from wid-edit.el |
| 32196 | 32252 | ||
| 32197 | (autoload 'widgetp "wid-edit" "\ | 32253 | (autoload 'widgetp "wid-edit" "\ |
| @@ -32620,46 +32676,47 @@ Zone out, completely. | |||
| 32620 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" | 32676 | ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" |
| 32621 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" | 32677 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" |
| 32622 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" | 32678 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" |
| 32623 | ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" | 32679 | ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" |
| 32624 | ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" | 32680 | ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" |
| 32625 | ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" | 32681 | ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" |
| 32626 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" | 32682 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" |
| 32627 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" | 32683 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" |
| 32628 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" | 32684 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" |
| 32629 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" | 32685 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" |
| 32630 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" | 32686 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" |
| 32631 | ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" | 32687 | ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" |
| 32632 | ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" | 32688 | ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" |
| 32633 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" | 32689 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" |
| 32634 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" | 32690 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" |
| 32635 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" | 32691 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" |
| 32636 | ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" | 32692 | ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" |
| 32637 | ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" | 32693 | ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" |
| 32638 | ;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" | 32694 | ;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el" |
| 32639 | ;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" | 32695 | ;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el" |
| 32640 | ;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" | 32696 | ;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" |
| 32641 | ;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el" | 32697 | ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" |
| 32642 | ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" | 32698 | ;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el" |
| 32643 | ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" | 32699 | ;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" |
| 32644 | ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" | 32700 | ;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" |
| 32645 | ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" | 32701 | ;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" |
| 32646 | ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" | 32702 | ;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" |
| 32647 | ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el" | 32703 | ;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" |
| 32648 | ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el" | 32704 | ;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" |
| 32649 | ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el" | 32705 | ;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" |
| 32650 | ;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el" | 32706 | ;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/mode-local.el" |
| 32651 | ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el" | 32707 | ;;;;;; "cedet/pulse.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" |
| 32652 | ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el" | 32708 | ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" |
| 32653 | ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" | 32709 | ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" |
| 32654 | ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el" | 32710 | ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" |
| 32655 | ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el" | 32711 | ;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" |
| 32656 | ;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el" | 32712 | ;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" |
| 32657 | ;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el" | 32713 | ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" |
| 32658 | ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" | 32714 | ;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" |
| 32659 | ;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el" | 32715 | ;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" |
| 32660 | ;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" | 32716 | ;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" |
| 32661 | ;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el" | 32717 | ;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" |
| 32662 | ;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" | 32718 | ;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" |
| 32719 | ;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el" | ||
| 32663 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" | 32720 | ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" |
| 32664 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" | 32721 | ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" |
| 32665 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" | 32722 | ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" |
| @@ -32667,13 +32724,13 @@ Zone out, completely. | |||
| 32667 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" | 32724 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" |
| 32668 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" | 32725 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" |
| 32669 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" | 32726 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" |
| 32670 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" | 32727 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" |
| 32671 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" | 32728 | ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" |
| 32672 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" | 32729 | ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" |
| 32673 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" | 32730 | ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" |
| 32674 | ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" | 32731 | ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" |
| 32675 | ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" | 32732 | ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" |
| 32676 | ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" | 32733 | ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" |
| 32677 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" | 32734 | ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" |
| 32678 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" | 32735 | ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" |
| 32679 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" | 32736 | ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" |
| @@ -32685,32 +32742,33 @@ Zone out, completely. | |||
| 32685 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" | 32742 | ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" |
| 32686 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" | 32743 | ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" |
| 32687 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" | 32744 | ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" |
| 32688 | ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el" | 32745 | ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" |
| 32689 | ;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el" | 32746 | ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" |
| 32690 | ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el" | 32747 | ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" |
| 32691 | ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" | 32748 | ;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" |
| 32692 | ;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" | 32749 | ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" |
| 32693 | ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" | 32750 | ;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" |
| 32694 | ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" | 32751 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" |
| 32695 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" | 32752 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" |
| 32696 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" | 32753 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" |
| 32697 | ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" | 32754 | ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el" |
| 32698 | ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" | 32755 | ;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" |
| 32699 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" | 32756 | ;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" |
| 32700 | ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" | 32757 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" |
| 32701 | ;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" | 32758 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" |
| 32702 | ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" | 32759 | ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" |
| 32703 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" | 32760 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" |
| 32704 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" | 32761 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" |
| 32705 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" | 32762 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" |
| 32706 | ;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" | 32763 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" |
| 32707 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" | 32764 | ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" |
| 32708 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" | 32765 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" |
| 32709 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" | 32766 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" |
| 32710 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" | 32767 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" |
| 32711 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" | 32768 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 32712 | ;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" | 32769 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 32713 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" | 32770 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" |
| 32771 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" | ||
| 32714 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 32772 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" |
| 32715 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" | 32773 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" |
| 32716 | ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el" | 32774 | ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el" |
| @@ -32736,8 +32794,8 @@ Zone out, completely. | |||
| 32736 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" | 32794 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" |
| 32737 | ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" | 32795 | ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" |
| 32738 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" | 32796 | ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" |
| 32739 | ;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el" | 32797 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" |
| 32740 | ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" | 32798 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| 32741 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" | 32799 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" |
| 32742 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" | 32800 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" |
| 32743 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" | 32801 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" |
| @@ -32746,7 +32804,7 @@ Zone out, completely. | |||
| 32746 | ;;;;;; "international/uni-name.el" "international/uni-numeric.el" | 32804 | ;;;;;; "international/uni-name.el" "international/uni-numeric.el" |
| 32747 | ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" | 32805 | ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" |
| 32748 | ;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el" | 32806 | ;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el" |
| 32749 | ;;;;;; "language/thai-word.el" "ldefs-boot.el" "mail/blessmail.el" | 32807 | ;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el" |
| 32750 | ;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el" | 32808 | ;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el" |
| 32751 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" | 32809 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" |
| 32752 | ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" | 32810 | ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" |
| @@ -32808,13 +32866,13 @@ Zone out, completely. | |||
| 32808 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el" | 32866 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el" |
| 32809 | ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" | 32867 | ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" |
| 32810 | ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" | 32868 | ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" |
| 32811 | ;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el" | 32869 | ;;;;;; "url/url-ftp.el" "url/url-future.el" "url/url-history.el" |
| 32812 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el" | 32870 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" |
| 32813 | ;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" | 32871 | ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" |
| 32814 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" | 32872 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 32815 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" | 32873 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 32816 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19901 | 32874 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" |
| 32817 | ;;;;;; 13383 538856)) | 32875 | ;;;;;; "w32-vars.el" "x-dnd.el") (19942 4644 183664)) |
| 32818 | 32876 | ||
| 32819 | ;;;*** | 32877 | ;;;*** |
| 32820 | 32878 | ||