diff options
| author | Kenichi Handa | 2003-08-05 00:24:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-08-05 00:24:27 +0000 |
| commit | d1978f4897a0d8a5a9d4147156ef34c6da98caf2 (patch) | |
| tree | cfb3b5220611772f1f6ee557f3d3a6b189ce0e0e | |
| parent | 18d6bb4e1040ed7fb7510b137b34c03663d9431d (diff) | |
| download | emacs-d1978f4897a0d8a5a9d4147156ef34c6da98caf2.tar.gz emacs-d1978f4897a0d8a5a9d4147156ef34c6da98caf2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 283 |
2 files changed, 171 insertions, 122 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07b7722f62a..b9b8390d04a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-08-05 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/code-pages.el: Don't require mule-diag. | ||
| 4 | |||
| 5 | * international/mule-diag.el (non-iso-charset-alist): Add | ||
| 6 | autoload cookie. | ||
| 7 | |||
| 8 | * language/devan-util.el (dev-glyph-order): Add an entry for the | ||
| 9 | glyph code #xC4. | ||
| 10 | |||
| 1 | 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> | 11 | 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 12 | ||
| 3 | * calendar/calendar.el (diary-file, diary-file-name-prefix) | 13 | * calendar/calendar.el (diary-file, diary-file-name-prefix) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index ed290e9b9fe..a87fa1e5c47 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -126,7 +126,7 @@ If you use ada-xref.el: | |||
| 126 | ;;;*** | 126 | ;;;*** |
| 127 | 127 | ||
| 128 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 128 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 129 | ;;;;;; (16054 60750)) | 129 | ;;;;;; (16055 8591)) |
| 130 | ;;; Generated autoloads from progmodes/ada-stmt.el | 130 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 131 | 131 | ||
| 132 | (autoload (quote ada-header) "ada-stmt" "\ | 132 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -289,8 +289,8 @@ Fix any old-style date entries in the current log file to default format. | |||
| 289 | ;;;*** | 289 | ;;;*** |
| 290 | 290 | ||
| 291 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 291 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 292 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16057 | 292 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16066 |
| 293 | ;;;;;; 36338)) | 293 | ;;;;;; 53440)) |
| 294 | ;;; Generated autoloads from emacs-lisp/advice.el | 294 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 295 | 295 | ||
| 296 | (defvar ad-redefinition-action (quote warn) "\ | 296 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -478,7 +478,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 478 | 478 | ||
| 479 | ;;;*** | 479 | ;;;*** |
| 480 | 480 | ||
| 481 | ;;;### (autoloads (allout-init) "allout" "allout.el" (16057 36333)) | 481 | ;;;### (autoloads (allout-init) "allout" "allout.el" (16066 53439)) |
| 482 | ;;; Generated autoloads from allout.el | 482 | ;;; Generated autoloads from allout.el |
| 483 | 483 | ||
| 484 | (autoload (quote allout-init) "allout" "\ | 484 | (autoload (quote allout-init) "allout" "\ |
| @@ -705,7 +705,7 @@ They specify the range of dates that the diary is being processed for. | |||
| 705 | 705 | ||
| 706 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property | 706 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property |
| 707 | ;;;;;; apropos-command apropos-variable apropos-mode) "apropos" | 707 | ;;;;;; apropos-command apropos-variable apropos-mode) "apropos" |
| 708 | ;;;;;; "apropos.el" (16172 7738)) | 708 | ;;;;;; "apropos.el" (16174 61084)) |
| 709 | ;;; Generated autoloads from apropos.el | 709 | ;;; Generated autoloads from apropos.el |
| 710 | 710 | ||
| 711 | (autoload (quote apropos-mode) "apropos" "\ | 711 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -858,8 +858,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 858 | 858 | ||
| 859 | ;;;*** | 859 | ;;;*** |
| 860 | 860 | ||
| 861 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16154 | 861 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16162 |
| 862 | ;;;;;; 52754)) | 862 | ;;;;;; 11943)) |
| 863 | ;;; Generated autoloads from textmodes/artist.el | 863 | ;;; Generated autoloads from textmodes/artist.el |
| 864 | 864 | ||
| 865 | (autoload (quote artist-mode) "artist" "\ | 865 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1213,7 +1213,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1213 | 1213 | ||
| 1214 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1214 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1215 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1215 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1216 | ;;;;;; (16070 35807)) | 1216 | ;;;;;; (16072 11522)) |
| 1217 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1217 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1218 | 1218 | ||
| 1219 | (autoload (quote update-file-autoloads) "autoload" "\ | 1219 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1409,7 +1409,7 @@ non-interactive use see also `benchmark-run' and | |||
| 1409 | ;;;*** | 1409 | ;;;*** |
| 1410 | 1410 | ||
| 1411 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16136 | 1411 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16136 |
| 1412 | ;;;;;; 2982)) | 1412 | ;;;;;; 53059)) |
| 1413 | ;;; Generated autoloads from textmodes/bibtex.el | 1413 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1414 | 1414 | ||
| 1415 | (autoload (quote bibtex-mode) "bibtex" "\ | 1415 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1637,7 +1637,7 @@ a reflection. | |||
| 1637 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete | 1637 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete |
| 1638 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location | 1638 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location |
| 1639 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" | 1639 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" |
| 1640 | ;;;;;; "bookmark.el" (16172 11473)) | 1640 | ;;;;;; "bookmark.el" (16174 61084)) |
| 1641 | ;;; Generated autoloads from bookmark.el | 1641 | ;;; Generated autoloads from bookmark.el |
| 1642 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1642 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1643 | (define-key ctl-x-map "rm" 'bookmark-set) | 1643 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -1914,7 +1914,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1914 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point | 1914 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point |
| 1915 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 1915 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 1916 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) | 1916 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) |
| 1917 | ;;;;;; "browse-url" "net/browse-url.el" (16170 61442)) | 1917 | ;;;;;; "browse-url" "net/browse-url.el" (16174 61085)) |
| 1918 | ;;; Generated autoloads from net/browse-url.el | 1918 | ;;; Generated autoloads from net/browse-url.el |
| 1919 | 1919 | ||
| 1920 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 1920 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ |
| @@ -2344,7 +2344,7 @@ Also see `make-text-button'. | |||
| 2344 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2344 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2345 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2345 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2346 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2346 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2347 | ;;;;;; (16136 2981)) | 2347 | ;;;;;; (16136 53055)) |
| 2348 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2348 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2349 | 2349 | ||
| 2350 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2350 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2446,7 +2446,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. | |||
| 2446 | ;;;*** | 2446 | ;;;*** |
| 2447 | 2447 | ||
| 2448 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2448 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2449 | ;;;;;; (15941 42957)) | 2449 | ;;;;;; (16174 61085)) |
| 2450 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2450 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2451 | 2451 | ||
| 2452 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2452 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2594,7 +2594,7 @@ See the documentation for `calculator-mode' for more information. | |||
| 2594 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2594 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2595 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2595 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2596 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2596 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2597 | ;;;;;; (15961 24151)) | 2597 | ;;;;;; (16174 61085)) |
| 2598 | ;;; Generated autoloads from calendar/calendar.el | 2598 | ;;; Generated autoloads from calendar/calendar.el |
| 2599 | 2599 | ||
| 2600 | (defvar calendar-week-start-day 0 "\ | 2600 | (defvar calendar-week-start-day 0 "\ |
| @@ -2750,7 +2750,8 @@ redisplays the diary for whatever date the cursor is moved to.") | |||
| 2750 | (defvar diary-file "~/diary" "\ | 2750 | (defvar diary-file "~/diary" "\ |
| 2751 | *Name of the file in which one's personal diary of dates is kept. | 2751 | *Name of the file in which one's personal diary of dates is kept. |
| 2752 | 2752 | ||
| 2753 | The file's entries are lines in any of the forms | 2753 | The file's entries are lines beginning with any of the forms |
| 2754 | specified by the variable `american-date-diary-pattern', by default: | ||
| 2754 | 2755 | ||
| 2755 | MONTH/DAY | 2756 | MONTH/DAY |
| 2756 | MONTH/DAY/YEAR | 2757 | MONTH/DAY/YEAR |
| @@ -2758,19 +2759,24 @@ The file's entries are lines in any of the forms | |||
| 2758 | MONTHNAME DAY, YEAR | 2759 | MONTHNAME DAY, YEAR |
| 2759 | DAYNAME | 2760 | DAYNAME |
| 2760 | 2761 | ||
| 2761 | at the beginning of the line; the remainder of the line is the diary entry | 2762 | with the remainder of the line being the diary entry string for |
| 2762 | string for that date. MONTH and DAY are one or two digit numbers, YEAR is | 2763 | that date. MONTH and DAY are one or two digit numbers, YEAR is a |
| 2763 | a number and may be written in full or abbreviated to the final two digits. | 2764 | number and may be written in full or abbreviated to the final two |
| 2764 | If the date does not contain a year, it is generic and applies to any year. | 2765 | digits (if `abbreviated-calendar-year' is non-nil). MONTHNAME |
| 2765 | DAYNAME entries apply to any date on which is on that day of the week. | 2766 | and DAYNAME can be spelled in full (as specified by the variables |
| 2766 | MONTHNAME and DAYNAME can be spelled in full, abbreviated to three | 2767 | `calendar-month-name-array' and `calendar-day-name-array'), |
| 2767 | characters (with or without a period), capitalized or not. Any of DAY, | 2768 | abbreviated (as specified by `calendar-month-abbrev-array' and |
| 2768 | MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year, | 2769 | `calendar-day-abbrev-array') with or without a period, |
| 2769 | respectively. | 2770 | capitalized or not. Any of DAY, MONTH, or MONTHNAME, YEAR can be |
| 2770 | 2771 | `*' which matches any day, month, or year, respectively. If the | |
| 2771 | The European style (in which the day precedes the month) can be used | 2772 | date does not contain a year, it is generic and applies to any |
| 2772 | instead, if you execute `european-calendar' when in the calendar, or set | 2773 | year. A DAYNAME entry applies to the appropriate day of the week |
| 2773 | `european-calendar-style' to t in your .emacs file. The European forms are | 2774 | in every week. |
| 2775 | |||
| 2776 | The European style (in which the day precedes the month) can be | ||
| 2777 | used instead, if you execute `european-calendar' when in the | ||
| 2778 | calendar, or set `european-calendar-style' to t in your .emacs | ||
| 2779 | file. The European forms (see `european-date-diary-pattern') are | ||
| 2774 | 2780 | ||
| 2775 | DAY/MONTH | 2781 | DAY/MONTH |
| 2776 | DAY/MONTH/YEAR | 2782 | DAY/MONTH/YEAR |
| @@ -2883,7 +2889,8 @@ If this variable is nil, years must be written in full.") | |||
| 2883 | (defvar european-calendar-style nil "\ | 2889 | (defvar european-calendar-style nil "\ |
| 2884 | *Use the European style of dates in the diary and in any displays. | 2890 | *Use the European style of dates in the diary and in any displays. |
| 2885 | If this variable is t, a date 1/2/1990 would be interpreted as February 1, | 2891 | If this variable is t, a date 1/2/1990 would be interpreted as February 1, |
| 2886 | 1990. The accepted European date styles are | 2892 | 1990. The default European date styles (see `european-date-diary-pattern') |
| 2893 | are | ||
| 2887 | 2894 | ||
| 2888 | DAY/MONTH | 2895 | DAY/MONTH |
| 2889 | DAY/MONTH/YEAR | 2896 | DAY/MONTH/YEAR |
| @@ -2891,8 +2898,9 @@ If this variable is t, a date 1/2/1990 would be interpreted as February 1, | |||
| 2891 | DAY MONTHNAME YEAR | 2898 | DAY MONTHNAME YEAR |
| 2892 | DAYNAME | 2899 | DAYNAME |
| 2893 | 2900 | ||
| 2894 | Names can be capitalized or not, written in full, or abbreviated to three | 2901 | Names can be capitalized or not, written in full (as specified by the |
| 2895 | characters with or without a period.") | 2902 | variable `calendar-day-name-array'), or abbreviated (as specified by |
| 2903 | `calendar-day-abbrev-array') with or without a period.") | ||
| 2896 | 2904 | ||
| 2897 | (custom-autoload (quote european-calendar-style) "calendar") | 2905 | (custom-autoload (quote european-calendar-style) "calendar") |
| 2898 | 2906 | ||
| @@ -3139,16 +3147,16 @@ See the documentation of that function for more information. | |||
| 3139 | 3147 | ||
| 3140 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3148 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3141 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3149 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3142 | ;;;;;; (16139 20775)) | 3150 | ;;;;;; (16174 61085)) |
| 3143 | ;;; Generated autoloads from progmodes/cc-mode.el | 3151 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3144 | 3152 | ||
| 3145 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3153 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| 3146 | Initialize CC Mode for use in the current buffer. | 3154 | Initialize CC Mode for use in the current buffer. |
| 3147 | If the optional NEW-STYLE-INIT is nil or left out then all necessary | 3155 | If the optional NEW-STYLE-INIT is nil or left out then all necessary |
| 3148 | initialization to run CC Mode for the C language is done. Otherwise | 3156 | initialization to run CC Mode for the C language is done. Otherwise |
| 3149 | only some basic setup is done, and a call to `c-init-language-vars', | 3157 | only some basic setup is done, and a call to `c-init-language-vars' or |
| 3150 | is necessary too (which gives more control). See \"cc-mode.el\" for | 3158 | `c-init-language-vars-for' is necessary too (which gives more |
| 3151 | more info. | 3159 | control). See \"cc-mode.el\" for more info. |
| 3152 | 3160 | ||
| 3153 | \(fn &optional NEW-STYLE-INIT)" nil nil) | 3161 | \(fn &optional NEW-STYLE-INIT)" nil nil) |
| 3154 | 3162 | ||
| @@ -3801,8 +3809,8 @@ checking of documentation strings. | |||
| 3801 | ;;;*** | 3809 | ;;;*** |
| 3802 | 3810 | ||
| 3803 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 3811 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 3804 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16111 | 3812 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16118 |
| 3805 | ;;;;;; 41831)) | 3813 | ;;;;;; 44435)) |
| 3806 | ;;; Generated autoloads from language/china-util.el | 3814 | ;;; Generated autoloads from language/china-util.el |
| 3807 | 3815 | ||
| 3808 | (autoload (quote decode-hz-region) "china-util" "\ | 3816 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -3933,7 +3941,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 3933 | ;;;*** | 3941 | ;;;*** |
| 3934 | 3942 | ||
| 3935 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | 3943 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" |
| 3936 | ;;;;;; (16070 35808)) | 3944 | ;;;;;; (16121 18697)) |
| 3937 | ;;; Generated autoloads from international/code-pages.el | 3945 | ;;; Generated autoloads from international/code-pages.el |
| 3938 | 3946 | ||
| 3939 | (autoload (quote cp-make-coding-system) "code-pages" "\ | 3947 | (autoload (quote cp-make-coding-system) "code-pages" "\ |
| @@ -4104,7 +4112,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored. | |||
| 4104 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 4112 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 4105 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path | 4113 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path |
| 4106 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4114 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4107 | ;;;;;; "compile" "progmodes/compile.el" (16165 36290)) | 4115 | ;;;;;; "compile" "progmodes/compile.el" (16167 21090)) |
| 4108 | ;;; Generated autoloads from progmodes/compile.el | 4116 | ;;; Generated autoloads from progmodes/compile.el |
| 4109 | 4117 | ||
| 4110 | (defvar compilation-mode-hook nil "\ | 4118 | (defvar compilation-mode-hook nil "\ |
| @@ -4597,7 +4605,7 @@ Insert a copyright by $ORGANIZATION notice at cursor. | |||
| 4597 | ;;;*** | 4605 | ;;;*** |
| 4598 | 4606 | ||
| 4599 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 4607 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 4600 | ;;;;;; (16057 36339)) | 4608 | ;;;;;; (16066 53440)) |
| 4601 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4609 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4602 | 4610 | ||
| 4603 | (autoload (quote cperl-mode) "cperl-mode" "\ | 4611 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -5176,7 +5184,7 @@ ARGS is defined as for `custom-theme-reset-faces' | |||
| 5176 | ;;;*** | 5184 | ;;;*** |
| 5177 | 5185 | ||
| 5178 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" | 5186 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" |
| 5179 | ;;;;;; (16136 2980)) | 5187 | ;;;;;; (16136 53053)) |
| 5180 | ;;; Generated autoloads from cus-theme.el | 5188 | ;;; Generated autoloads from cus-theme.el |
| 5181 | 5189 | ||
| 5182 | (autoload (quote customize-create-theme) "cus-theme" "\ | 5190 | (autoload (quote customize-create-theme) "cus-theme" "\ |
| @@ -5240,7 +5248,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on. | |||
| 5240 | 5248 | ||
| 5241 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 5249 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 5242 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 5250 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 5243 | ;;;;;; (15961 24154)) | 5251 | ;;;;;; (16118 44435)) |
| 5244 | ;;; Generated autoloads from language/cyril-util.el | 5252 | ;;; Generated autoloads from language/cyril-util.el |
| 5245 | 5253 | ||
| 5246 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ | 5254 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ |
| @@ -5269,7 +5277,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5269 | ;;;*** | 5277 | ;;;*** |
| 5270 | 5278 | ||
| 5271 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5279 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5272 | ;;;;;; (16172 11529)) | 5280 | ;;;;;; (16174 61084)) |
| 5273 | ;;; Generated autoloads from dabbrev.el | 5281 | ;;; Generated autoloads from dabbrev.el |
| 5274 | (define-key esc-map "/" 'dabbrev-expand) | 5282 | (define-key esc-map "/" 'dabbrev-expand) |
| 5275 | (define-key esc-map [?\C-/] 'dabbrev-completion) | 5283 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| @@ -5479,7 +5487,7 @@ If argument is nil or an empty string, cancel for all functions. | |||
| 5479 | ;;;*** | 5487 | ;;;*** |
| 5480 | 5488 | ||
| 5481 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 5489 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 5482 | ;;;;;; (16057 36338)) | 5490 | ;;;;;; (16066 53440)) |
| 5483 | ;;; Generated autoloads from play/decipher.el | 5491 | ;;; Generated autoloads from play/decipher.el |
| 5484 | 5492 | ||
| 5485 | (autoload (quote decipher) "decipher" "\ | 5493 | (autoload (quote decipher) "decipher" "\ |
| @@ -5584,8 +5592,8 @@ no args, if that value is non-nil. | |||
| 5584 | 5592 | ||
| 5585 | ;;;*** | 5593 | ;;;*** |
| 5586 | 5594 | ||
| 5587 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16014 | 5595 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16016 |
| 5588 | ;;;;;; 64003)) | 5596 | ;;;;;; 56429)) |
| 5589 | ;;; Generated autoloads from delsel.el | 5597 | ;;; Generated autoloads from delsel.el |
| 5590 | 5598 | ||
| 5591 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 5599 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -5613,7 +5621,7 @@ any selection. | |||
| 5613 | ;;;*** | 5621 | ;;;*** |
| 5614 | 5622 | ||
| 5615 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 5623 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 5616 | ;;;;;; "derived" "emacs-lisp/derived.el" (16158 60820)) | 5624 | ;;;;;; "derived" "emacs-lisp/derived.el" (16162 11942)) |
| 5617 | ;;; Generated autoloads from emacs-lisp/derived.el | 5625 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 5618 | 5626 | ||
| 5619 | (autoload (quote define-derived-mode) "derived" "\ | 5627 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -5738,8 +5746,8 @@ Revert to the last loaded desktop. | |||
| 5738 | 5746 | ||
| 5739 | ;;;*** | 5747 | ;;;*** |
| 5740 | 5748 | ||
| 5741 | ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15961 | 5749 | ;;;### (autoloads nil "devan-util" "language/devan-util.el" (16142 |
| 5742 | ;;;;;; 24154)) | 5750 | ;;;;;; 4985)) |
| 5743 | ;;; Generated autoloads from language/devan-util.el | 5751 | ;;; Generated autoloads from language/devan-util.el |
| 5744 | 5752 | ||
| 5745 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") | 5753 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") |
| @@ -5747,7 +5755,7 @@ Revert to the last loaded desktop. | |||
| 5747 | ;;;*** | 5755 | ;;;*** |
| 5748 | 5756 | ||
| 5749 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 5757 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 5750 | ;;;;;; "calendar/diary-lib.el" (16131 19792)) | 5758 | ;;;;;; "calendar/diary-lib.el" (16174 61085)) |
| 5751 | ;;; Generated autoloads from calendar/diary-lib.el | 5759 | ;;; Generated autoloads from calendar/diary-lib.el |
| 5752 | 5760 | ||
| 5753 | (autoload (quote diary) "diary-lib" "\ | 5761 | (autoload (quote diary) "diary-lib" "\ |
| @@ -6341,7 +6349,7 @@ buffer and try again. | |||
| 6341 | 6349 | ||
| 6342 | ;;;*** | 6350 | ;;;*** |
| 6343 | 6351 | ||
| 6344 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15997 671)) | 6352 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15997 5127)) |
| 6345 | ;;; Generated autoloads from dirtrack.el | 6353 | ;;; Generated autoloads from dirtrack.el |
| 6346 | 6354 | ||
| 6347 | (autoload (quote dirtrack) "dirtrack" "\ | 6355 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -7505,7 +7513,7 @@ Not documented | |||
| 7505 | ;;;*** | 7513 | ;;;*** |
| 7506 | 7514 | ||
| 7507 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 7515 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 7508 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16057 36338)) | 7516 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16066 53440)) |
| 7509 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 7517 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 7510 | 7518 | ||
| 7511 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 7519 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -7615,7 +7623,7 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 7615 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 7623 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 7616 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 7624 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 7617 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 7625 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 7618 | ;;;;;; "emerge.el" (16172 12330)) | 7626 | ;;;;;; "emerge.el" (16174 61084)) |
| 7619 | ;;; Generated autoloads from emerge.el | 7627 | ;;; Generated autoloads from emerge.el |
| 7620 | 7628 | ||
| 7621 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 7629 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -7721,7 +7729,7 @@ as a multilingual text encoded in a coding system set by | |||
| 7721 | ;;;*** | 7729 | ;;;*** |
| 7722 | 7730 | ||
| 7723 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 7731 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 7724 | ;;;;;; "enriched" "textmodes/enriched.el" (16153 36586)) | 7732 | ;;;;;; "enriched" "textmodes/enriched.el" (16162 11943)) |
| 7725 | ;;; Generated autoloads from textmodes/enriched.el | 7733 | ;;; Generated autoloads from textmodes/enriched.el |
| 7726 | 7734 | ||
| 7727 | (autoload (quote enriched-mode) "enriched" "\ | 7735 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -8119,7 +8127,7 @@ for \\[find-tag] (which see). | |||
| 8119 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 8127 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker |
| 8120 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 8128 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker |
| 8121 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 8129 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) |
| 8122 | ;;;;;; "ethio-util" "language/ethio-util.el" (15941 42961)) | 8130 | ;;;;;; "ethio-util" "language/ethio-util.el" (16118 44435)) |
| 8123 | ;;; Generated autoloads from language/ethio-util.el | 8131 | ;;; Generated autoloads from language/ethio-util.el |
| 8124 | 8132 | ||
| 8125 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ | 8133 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ |
| @@ -8892,7 +8900,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 8892 | ;;;*** | 8900 | ;;;*** |
| 8893 | 8901 | ||
| 8894 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" | 8902 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" |
| 8895 | ;;;;;; (15997 671)) | 8903 | ;;;;;; (15997 5128)) |
| 8896 | ;;; Generated autoloads from filecache.el | 8904 | ;;; Generated autoloads from filecache.el |
| 8897 | 8905 | ||
| 8898 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 8906 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ |
| @@ -9682,7 +9690,7 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'. | |||
| 9682 | 9690 | ||
| 9683 | ;;;*** | 9691 | ;;;*** |
| 9684 | 9692 | ||
| 9685 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16165 36282)) | 9693 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16167 21090)) |
| 9686 | ;;; Generated autoloads from gdb-ui.el | 9694 | ;;; Generated autoloads from gdb-ui.el |
| 9687 | 9695 | ||
| 9688 | (autoload (quote gdba) "gdb-ui" "\ | 9696 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -9882,7 +9890,7 @@ Not documented | |||
| 9882 | ;;;*** | 9890 | ;;;*** |
| 9883 | 9891 | ||
| 9884 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 9892 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 9885 | ;;;;;; (16057 36338)) | 9893 | ;;;;;; (16066 53440)) |
| 9886 | ;;; Generated autoloads from gnus/gnus-art.el | 9894 | ;;; Generated autoloads from gnus/gnus-art.el |
| 9887 | 9895 | ||
| 9888 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 9896 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -10184,7 +10192,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 10184 | 10192 | ||
| 10185 | ;;;*** | 10193 | ;;;*** |
| 10186 | 10194 | ||
| 10187 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16025 36884)) | 10195 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16027 27252)) |
| 10188 | ;;; Generated autoloads from play/gomoku.el | 10196 | ;;; Generated autoloads from play/gomoku.el |
| 10189 | 10197 | ||
| 10190 | (autoload (quote gomoku) "gomoku" "\ | 10198 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -10828,7 +10836,7 @@ how the hiding is done: | |||
| 10828 | ;;;*** | 10836 | ;;;*** |
| 10829 | 10837 | ||
| 10830 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 10838 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 10831 | ;;;;;; "hideshow" "progmodes/hideshow.el" (16157 43520)) | 10839 | ;;;;;; "hideshow" "progmodes/hideshow.el" (16162 11943)) |
| 10832 | ;;; Generated autoloads from progmodes/hideshow.el | 10840 | ;;; Generated autoloads from progmodes/hideshow.el |
| 10833 | 10841 | ||
| 10834 | (defvar hs-hide-comments-when-hiding-all t "\ | 10842 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -11081,7 +11089,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 11081 | ;;;*** | 11089 | ;;;*** |
| 11082 | 11090 | ||
| 11083 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 11091 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 11084 | ;;;;;; (16070 35806)) | 11092 | ;;;;;; (16072 11522)) |
| 11085 | ;;; Generated autoloads from hl-line.el | 11093 | ;;; Generated autoloads from hl-line.el |
| 11086 | 11094 | ||
| 11087 | (autoload (quote hl-line-mode) "hl-line" "\ | 11095 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -11121,7 +11129,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 11121 | ;;;*** | 11129 | ;;;*** |
| 11122 | 11130 | ||
| 11123 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 11131 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 11124 | ;;;;;; (15941 42958)) | 11132 | ;;;;;; (16174 61085)) |
| 11125 | ;;; Generated autoloads from calendar/holidays.el | 11133 | ;;; Generated autoloads from calendar/holidays.el |
| 11126 | 11134 | ||
| 11127 | (autoload (quote holidays) "holidays" "\ | 11135 | (autoload (quote holidays) "holidays" "\ |
| @@ -11192,7 +11200,7 @@ Also see `automatic-hscrolling'. | |||
| 11192 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 11200 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 11193 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 11201 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 11194 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 11202 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 11195 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16136 2981)) | 11203 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16136 53054)) |
| 11196 | ;;; Generated autoloads from ibuf-ext.el | 11204 | ;;; Generated autoloads from ibuf-ext.el |
| 11197 | 11205 | ||
| 11198 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 11206 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -11632,7 +11640,7 @@ bound to the current value of the filter. | |||
| 11632 | ;;;*** | 11640 | ;;;*** |
| 11633 | 11641 | ||
| 11634 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 11642 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 11635 | ;;;;;; "ibuffer" "ibuffer.el" (16136 2981)) | 11643 | ;;;;;; "ibuffer" "ibuffer.el" (16136 53054)) |
| 11636 | ;;; Generated autoloads from ibuffer.el | 11644 | ;;; Generated autoloads from ibuffer.el |
| 11637 | 11645 | ||
| 11638 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 11646 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -11756,7 +11764,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 11756 | ;;;*** | 11764 | ;;;*** |
| 11757 | 11765 | ||
| 11758 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 11766 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 11759 | ;;;;;; (16157 43521)) | 11767 | ;;;;;; (16162 11943)) |
| 11760 | ;;; Generated autoloads from progmodes/idlwave.el | 11768 | ;;; Generated autoloads from progmodes/idlwave.el |
| 11761 | 11769 | ||
| 11762 | (autoload (quote idlwave-mode) "idlwave" "\ | 11770 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -11887,7 +11895,7 @@ The main features of this mode are | |||
| 11887 | ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame | 11895 | ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame |
| 11888 | ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 11896 | ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 11889 | ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" | 11897 | ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" |
| 11890 | ;;;;;; "ido.el" (15997 671)) | 11898 | ;;;;;; "ido.el" (15997 5129)) |
| 11891 | ;;; Generated autoloads from ido.el | 11899 | ;;; Generated autoloads from ido.el |
| 11892 | 11900 | ||
| 11893 | (defvar ido-mode nil "\ | 11901 | (defvar ido-mode nil "\ |
| @@ -12319,7 +12327,7 @@ Image files are those whose name has an extension in | |||
| 12319 | ;;;*** | 12327 | ;;;*** |
| 12320 | 12328 | ||
| 12321 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 12329 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 12322 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (16070 35806)) | 12330 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (16072 11522)) |
| 12323 | ;;; Generated autoloads from imenu.el | 12331 | ;;; Generated autoloads from imenu.el |
| 12324 | 12332 | ||
| 12325 | (defvar imenu-sort-function nil "\ | 12333 | (defvar imenu-sort-function nil "\ |
| @@ -12472,7 +12480,7 @@ for more information. | |||
| 12472 | 12480 | ||
| 12473 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 12481 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion |
| 12474 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 12482 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 12475 | ;;;;;; "ind-util" "language/ind-util.el" (16111 41831)) | 12483 | ;;;;;; "ind-util" "language/ind-util.el" (16118 44435)) |
| 12476 | ;;; Generated autoloads from language/ind-util.el | 12484 | ;;; Generated autoloads from language/ind-util.el |
| 12477 | 12485 | ||
| 12478 | (autoload (quote indian-compose-region) "ind-util" "\ | 12486 | (autoload (quote indian-compose-region) "ind-util" "\ |
| @@ -12573,7 +12581,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 12573 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 12581 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 12574 | ;;;;;; Info-goto-emacs-command-node Info-index Info-directory info-standalone | 12582 | ;;;;;; Info-goto-emacs-command-node Info-index Info-directory info-standalone |
| 12575 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" | 12583 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" |
| 12576 | ;;;;;; (16149 52643)) | 12584 | ;;;;;; (16162 11942)) |
| 12577 | ;;; Generated autoloads from info.el | 12585 | ;;; Generated autoloads from info.el |
| 12578 | 12586 | ||
| 12579 | (autoload (quote info-other-window) "info" "\ | 12587 | (autoload (quote info-other-window) "info" "\ |
| @@ -12702,7 +12710,7 @@ Perform completion on file preceding point. | |||
| 12702 | ;;;*** | 12710 | ;;;*** |
| 12703 | 12711 | ||
| 12704 | ;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref" | 12712 | ;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref" |
| 12705 | ;;;;;; "info-xref.el" (15945 25738)) | 12713 | ;;;;;; "info-xref.el" (15952 18239)) |
| 12706 | ;;; Generated autoloads from info-xref.el | 12714 | ;;; Generated autoloads from info-xref.el |
| 12707 | 12715 | ||
| 12708 | (autoload (quote info-xref-check) "info-xref" "\ | 12716 | (autoload (quote info-xref-check) "info-xref" "\ |
| @@ -12911,7 +12919,7 @@ Add submenus to the Files menu, to convert to and from various formats. | |||
| 12911 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 12919 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 12912 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 12920 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 12913 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 12921 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 12914 | ;;;;;; "ispell" "textmodes/ispell.el" (16172 11073)) | 12922 | ;;;;;; "ispell" "textmodes/ispell.el" (16174 61085)) |
| 12915 | ;;; Generated autoloads from textmodes/ispell.el | 12923 | ;;; Generated autoloads from textmodes/ispell.el |
| 12916 | 12924 | ||
| 12917 | (defvar ispell-personal-dictionary nil "\ | 12925 | (defvar ispell-personal-dictionary nil "\ |
| @@ -13274,7 +13282,7 @@ This mode enables switching between buffers using substrings. See | |||
| 13274 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 13282 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 13275 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 13283 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 13276 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 13284 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 13277 | ;;;;;; "japan-util" "language/japan-util.el" (16011 28193)) | 13285 | ;;;;;; "japan-util" "language/japan-util.el" (16118 44435)) |
| 13278 | ;;; Generated autoloads from language/japan-util.el | 13286 | ;;; Generated autoloads from language/japan-util.el |
| 13279 | 13287 | ||
| 13280 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ | 13288 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ |
| @@ -13496,7 +13504,7 @@ and the return value is the length of the conversion. | |||
| 13496 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 13504 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 13497 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 13505 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 13498 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" | 13506 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" |
| 13499 | ;;;;;; "kmacro.el" (16014 64004)) | 13507 | ;;;;;; "kmacro.el" (16016 56429)) |
| 13500 | ;;; Generated autoloads from kmacro.el | 13508 | ;;; Generated autoloads from kmacro.el |
| 13501 | (global-set-key "\C-x(" 'kmacro-start-macro) | 13509 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 13502 | (global-set-key "\C-x)" 'kmacro-end-macro) | 13510 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -13599,7 +13607,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 13599 | ;;;*** | 13607 | ;;;*** |
| 13600 | 13608 | ||
| 13601 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 13609 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 13602 | ;;;;;; "language/korea-util.el" (15186 43691)) | 13610 | ;;;;;; "language/korea-util.el" (16118 44435)) |
| 13603 | ;;; Generated autoloads from language/korea-util.el | 13611 | ;;; Generated autoloads from language/korea-util.el |
| 13604 | 13612 | ||
| 13605 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 13613 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| @@ -13648,8 +13656,8 @@ Use \\[describe-mode] for more info. | |||
| 13648 | 13656 | ||
| 13649 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 13657 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 13650 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 13658 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 13651 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15941 | 13659 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (16118 |
| 13652 | ;;;;;; 42961)) | 13660 | ;;;;;; 44435)) |
| 13653 | ;;; Generated autoloads from language/lao-util.el | 13661 | ;;; Generated autoloads from language/lao-util.el |
| 13654 | 13662 | ||
| 13655 | (autoload (quote lao-compose-string) "lao-util" "\ | 13663 | (autoload (quote lao-compose-string) "lao-util" "\ |
| @@ -13922,8 +13930,8 @@ Major mode for browsing CVS log output. | |||
| 13922 | ;;;*** | 13930 | ;;;*** |
| 13923 | 13931 | ||
| 13924 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 13932 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 13925 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16171 | 13933 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16174 |
| 13926 | ;;;;;; 46717)) | 13934 | ;;;;;; 61085)) |
| 13927 | ;;; Generated autoloads from lpr.el | 13935 | ;;; Generated autoloads from lpr.el |
| 13928 | 13936 | ||
| 13929 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 13937 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) |
| @@ -14028,8 +14036,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 14028 | 14036 | ||
| 14029 | ;;;*** | 14037 | ;;;*** |
| 14030 | 14038 | ||
| 14031 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15941 | 14039 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (16174 |
| 14032 | ;;;;;; 42958)) | 14040 | ;;;;;; 61085)) |
| 14033 | ;;; Generated autoloads from calendar/lunar.el | 14041 | ;;; Generated autoloads from calendar/lunar.el |
| 14034 | 14042 | ||
| 14035 | (autoload (quote phases-of-moon) "lunar" "\ | 14043 | (autoload (quote phases-of-moon) "lunar" "\ |
| @@ -14055,7 +14063,7 @@ A major mode to edit m4 macro files. | |||
| 14055 | ;;;*** | 14063 | ;;;*** |
| 14056 | 14064 | ||
| 14057 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 14065 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 14058 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (16158 60820)) | 14066 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (16162 11942)) |
| 14059 | ;;; Generated autoloads from macros.el | 14067 | ;;; Generated autoloads from macros.el |
| 14060 | 14068 | ||
| 14061 | (autoload (quote name-last-kbd-macro) "macros" "\ | 14069 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -14277,8 +14285,8 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 14277 | ;;;*** | 14285 | ;;;*** |
| 14278 | 14286 | ||
| 14279 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 14287 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 14280 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16057 | 14288 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16066 |
| 14281 | ;;;;;; 36338)) | 14289 | ;;;;;; 53440)) |
| 14282 | ;;; Generated autoloads from mail/mailalias.el | 14290 | ;;; Generated autoloads from mail/mailalias.el |
| 14283 | 14291 | ||
| 14284 | (defvar mail-complete-style (quote angles) "\ | 14292 | (defvar mail-complete-style (quote angles) "\ |
| @@ -14466,8 +14474,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 14466 | 14474 | ||
| 14467 | ;;;*** | 14475 | ;;;*** |
| 14468 | 14476 | ||
| 14469 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16161 | 14477 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16162 |
| 14470 | ;;;;;; 47189)) | 14478 | ;;;;;; 11942)) |
| 14471 | ;;; Generated autoloads from menu-bar.el | 14479 | ;;; Generated autoloads from menu-bar.el |
| 14472 | 14480 | ||
| 14473 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 14481 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -14984,7 +14992,7 @@ Major mode for the mixal asm language. | |||
| 14984 | ;;;*** | 14992 | ;;;*** |
| 14985 | 14993 | ||
| 14986 | ;;;### (autoloads (malayalam-composition-function malayalam-compose-region) | 14994 | ;;;### (autoloads (malayalam-composition-function malayalam-compose-region) |
| 14987 | ;;;;;; "mlm-util" "language/mlm-util.el" (15997 672)) | 14995 | ;;;;;; "mlm-util" "language/mlm-util.el" (16118 44435)) |
| 14988 | ;;; Generated autoloads from language/mlm-util.el | 14996 | ;;; Generated autoloads from language/mlm-util.el |
| 14989 | 14997 | ||
| 14990 | (autoload (quote malayalam-compose-region) "mlm-util" "\ | 14998 | (autoload (quote malayalam-compose-region) "mlm-util" "\ |
| @@ -15079,8 +15087,8 @@ Convert morse coded text in region to ordinary ASCII text. | |||
| 15079 | 15087 | ||
| 15080 | ;;;*** | 15088 | ;;;*** |
| 15081 | 15089 | ||
| 15082 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16161 | 15090 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16162 |
| 15083 | ;;;;;; 47189)) | 15091 | ;;;;;; 11942)) |
| 15084 | ;;; Generated autoloads from mouse-sel.el | 15092 | ;;; Generated autoloads from mouse-sel.el |
| 15085 | 15093 | ||
| 15086 | (defvar mouse-sel-mode nil "\ | 15094 | (defvar mouse-sel-mode nil "\ |
| @@ -15131,7 +15139,7 @@ primary selection and region. | |||
| 15131 | 15139 | ||
| 15132 | ;;;*** | 15140 | ;;;*** |
| 15133 | 15141 | ||
| 15134 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16057 36338)) | 15142 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16066 53440)) |
| 15135 | ;;; Generated autoloads from play/mpuz.el | 15143 | ;;; Generated autoloads from play/mpuz.el |
| 15136 | 15144 | ||
| 15137 | (autoload (quote mpuz) "mpuz" "\ | 15145 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -15167,9 +15175,40 @@ different buffer menu using the function `msb'. | |||
| 15167 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 15175 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 15168 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 15176 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 15169 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 15177 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 15170 | ;;;;;; (16025 36884)) | 15178 | ;;;;;; (16174 63062)) |
| 15171 | ;;; Generated autoloads from international/mule-diag.el | 15179 | ;;; Generated autoloads from international/mule-diag.el |
| 15172 | 15180 | ||
| 15181 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ | ||
| 15182 | Alist of charset names vs the corresponding information. | ||
| 15183 | This is mis-named for historical reasons. The charsets are actually | ||
| 15184 | non-built-in ones. They correspond to Emacs coding systems, not Emacs | ||
| 15185 | charsets, i.e. what Emacs can read (or write) by mapping to (or | ||
| 15186 | from) Emacs internal charsets that typically correspond to a limited | ||
| 15187 | set of ISO charsets. | ||
| 15188 | |||
| 15189 | Each element has the following format: | ||
| 15190 | (CHARSET CHARSET-LIST TRANSLATION-METHOD [ CODE-RANGE ]) | ||
| 15191 | |||
| 15192 | CHARSET is the name (symbol) of the charset. | ||
| 15193 | |||
| 15194 | CHARSET-LIST is a list of Emacs charsets into which characters of | ||
| 15195 | CHARSET are mapped. | ||
| 15196 | |||
| 15197 | TRANSLATION-METHOD is a translation table (symbol) to translate a | ||
| 15198 | character code of CHARSET to the corresponding Emacs character | ||
| 15199 | code. It can also be a function to call with one argument, a | ||
| 15200 | character code in CHARSET. | ||
| 15201 | |||
| 15202 | CODE-RANGE specifies the valid code ranges of CHARSET. | ||
| 15203 | It is a list of RANGEs, where each RANGE is of the form: | ||
| 15204 | (FROM1 TO1 FROM2 TO2 ...) | ||
| 15205 | or | ||
| 15206 | ((FROM1-1 TO1-1 FROM1-2 TO1-2 ...) . (FROM2-1 TO2-1 FROM2-2 TO2-2 ...)) | ||
| 15207 | In the first form, valid codes are between FROM1 and TO1, or FROM2 and | ||
| 15208 | TO2, or... | ||
| 15209 | The second form is used for 2-byte codes. The car part is the ranges | ||
| 15210 | of the first byte, and the cdr part is the ranges of the second byte.") | ||
| 15211 | |||
| 15173 | (autoload (quote list-character-sets) "mule-diag" "\ | 15212 | (autoload (quote list-character-sets) "mule-diag" "\ |
| 15174 | Display a list of all character sets. | 15213 | Display a list of all character sets. |
| 15175 | 15214 | ||
| @@ -15563,7 +15602,7 @@ Open a network connection to HOST on PORT. | |||
| 15563 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column | 15602 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column |
| 15564 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars | 15603 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars |
| 15565 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) | 15604 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) |
| 15566 | ;;;;;; "newcomment" "newcomment.el" (16136 2981)) | 15605 | ;;;;;; "newcomment" "newcomment.el" (16136 53054)) |
| 15567 | ;;; Generated autoloads from newcomment.el | 15606 | ;;; Generated autoloads from newcomment.el |
| 15568 | 15607 | ||
| 15569 | (defalias (quote indent-for-comment) (quote comment-indent)) | 15608 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -17368,7 +17407,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 17368 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets | 17407 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets |
| 17369 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition | 17408 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition |
| 17370 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font | 17409 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font |
| 17371 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16070 35806)) | 17410 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16085 62843)) |
| 17372 | ;;; Generated autoloads from ps-mule.el | 17411 | ;;; Generated autoloads from ps-mule.el |
| 17373 | 17412 | ||
| 17374 | (defvar ps-multibyte-buffer nil "\ | 17413 | (defvar ps-multibyte-buffer nil "\ |
| @@ -18021,7 +18060,7 @@ Call up the RE Builder for the current window. | |||
| 18021 | 18060 | ||
| 18022 | ;;;*** | 18061 | ;;;*** |
| 18023 | 18062 | ||
| 18024 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16054 60749)) | 18063 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16055 8591)) |
| 18025 | ;;; Generated autoloads from recentf.el | 18064 | ;;; Generated autoloads from recentf.el |
| 18026 | 18065 | ||
| 18027 | (defvar recentf-mode nil "\ | 18066 | (defvar recentf-mode nil "\ |
| @@ -18187,7 +18226,7 @@ refilling if they would cause auto-filling. | |||
| 18187 | ;;;*** | 18226 | ;;;*** |
| 18188 | 18227 | ||
| 18189 | ;;;### (autoloads (reftex-scanning-info-available-p reftex-mode turn-on-reftex) | 18228 | ;;;### (autoloads (reftex-scanning-info-available-p reftex-mode turn-on-reftex) |
| 18190 | ;;;;;; "reftex" "textmodes/reftex.el" (16140 30177)) | 18229 | ;;;;;; "reftex" "textmodes/reftex.el" (16142 9352)) |
| 18191 | ;;; Generated autoloads from textmodes/reftex.el | 18230 | ;;; Generated autoloads from textmodes/reftex.el |
| 18192 | 18231 | ||
| 18193 | (autoload (quote turn-on-reftex) "reftex" "\ | 18232 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -18298,7 +18337,7 @@ Here are all local bindings. | |||
| 18298 | ;;;*** | 18337 | ;;;*** |
| 18299 | 18338 | ||
| 18300 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 18339 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 18301 | ;;;;;; (16140 30177)) | 18340 | ;;;;;; (16142 9352)) |
| 18302 | ;;; Generated autoloads from textmodes/reftex-parse.el | 18341 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 18303 | 18342 | ||
| 18304 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ | 18343 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ |
| @@ -18520,7 +18559,7 @@ Make a ring that can contain SIZE elements. | |||
| 18520 | 18559 | ||
| 18521 | ;;;*** | 18560 | ;;;*** |
| 18522 | 18561 | ||
| 18523 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16057 36338)) | 18562 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16066 53440)) |
| 18524 | ;;; Generated autoloads from net/rlogin.el | 18563 | ;;; Generated autoloads from net/rlogin.el |
| 18525 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 18564 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 18526 | 18565 | ||
| @@ -18571,7 +18610,7 @@ variable. | |||
| 18571 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 18610 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 18572 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 18611 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 18573 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 18612 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 18574 | ;;;;;; "rmail" "mail/rmail.el" (16070 35808)) | 18613 | ;;;;;; "rmail" "mail/rmail.el" (16072 11522)) |
| 18575 | ;;; Generated autoloads from mail/rmail.el | 18614 | ;;; Generated autoloads from mail/rmail.el |
| 18576 | 18615 | ||
| 18577 | (defvar rmail-dont-reply-to-names nil "\ | 18616 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -19574,7 +19613,7 @@ apply to all visible windows in the same frame. | |||
| 19574 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 19613 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 19575 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers | 19614 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers |
| 19576 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 19615 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from |
| 19577 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16133 25850)) | 19616 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16136 53055)) |
| 19578 | ;;; Generated autoloads from mail/sendmail.el | 19617 | ;;; Generated autoloads from mail/sendmail.el |
| 19579 | 19618 | ||
| 19580 | (defvar mail-from-style (quote angles) "\ | 19619 | (defvar mail-from-style (quote angles) "\ |
| @@ -19781,7 +19820,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 19781 | ;;;*** | 19820 | ;;;*** |
| 19782 | 19821 | ||
| 19783 | ;;;### (autoloads (server-mode server-start) "server" "server.el" | 19822 | ;;;### (autoloads (server-mode server-start) "server" "server.el" |
| 19784 | ;;;;;; (16161 47189)) | 19823 | ;;;;;; (16162 11942)) |
| 19785 | ;;; Generated autoloads from server.el | 19824 | ;;; Generated autoloads from server.el |
| 19786 | 19825 | ||
| 19787 | (autoload (quote server-start) "server" "\ | 19826 | (autoload (quote server-start) "server" "\ |
| @@ -19813,7 +19852,7 @@ Server mode runs a process that accepts commands from the | |||
| 19813 | 19852 | ||
| 19814 | ;;;*** | 19853 | ;;;*** |
| 19815 | 19854 | ||
| 19816 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (16161 47189)) | 19855 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (16162 11942)) |
| 19817 | ;;; Generated autoloads from ses.el | 19856 | ;;; Generated autoloads from ses.el |
| 19818 | 19857 | ||
| 19819 | (autoload (quote ses-mode) "ses" "\ | 19858 | (autoload (quote ses-mode) "ses" "\ |
| @@ -19899,7 +19938,7 @@ To work around that, do: | |||
| 19899 | ;;;*** | 19938 | ;;;*** |
| 19900 | 19939 | ||
| 19901 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 19940 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 19902 | ;;;;;; (16172 5865)) | 19941 | ;;;;;; (16174 61085)) |
| 19903 | ;;; Generated autoloads from progmodes/sh-script.el | 19942 | ;;; Generated autoloads from progmodes/sh-script.el |
| 19904 | 19943 | ||
| 19905 | (autoload (quote sh-mode) "sh-script" "\ | 19944 | (autoload (quote sh-mode) "sh-script" "\ |
| @@ -20010,8 +20049,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 20010 | ;;;*** | 20049 | ;;;*** |
| 20011 | 20050 | ||
| 20012 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 20051 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 20013 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16014 | 20052 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16016 |
| 20014 | ;;;;;; 64004)) | 20053 | ;;;;;; 56429)) |
| 20015 | ;;; Generated autoloads from shadowfile.el | 20054 | ;;; Generated autoloads from shadowfile.el |
| 20016 | 20055 | ||
| 20017 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 20056 | (autoload (quote shadow-define-cluster) "shadowfile" "\ |
| @@ -20359,7 +20398,7 @@ then `snmpv2-mode-hook'. | |||
| 20359 | 20398 | ||
| 20360 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 20399 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 20361 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 20400 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 20362 | ;;;;;; "solar" "calendar/solar.el" (15941 42958)) | 20401 | ;;;;;; "solar" "calendar/solar.el" (16174 61085)) |
| 20363 | ;;; Generated autoloads from calendar/solar.el | 20402 | ;;; Generated autoloads from calendar/solar.el |
| 20364 | 20403 | ||
| 20365 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 20404 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -21293,8 +21332,8 @@ before, and `sc-post-hook' is run after the guts of this function. | |||
| 21293 | 21332 | ||
| 21294 | ;;;*** | 21333 | ;;;*** |
| 21295 | 21334 | ||
| 21296 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16149 | 21335 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16162 |
| 21297 | ;;;;;; 52644)) | 21336 | ;;;;;; 11942)) |
| 21298 | ;;; Generated autoloads from emacs-lisp/syntax.el | 21337 | ;;; Generated autoloads from emacs-lisp/syntax.el |
| 21299 | 21338 | ||
| 21300 | (autoload (quote syntax-ppss) "syntax" "\ | 21339 | (autoload (quote syntax-ppss) "syntax" "\ |
| @@ -22106,7 +22145,7 @@ subprocess started. | |||
| 22106 | ;;;*** | 22145 | ;;;*** |
| 22107 | 22146 | ||
| 22108 | ;;;### (autoloads (testcover-this-defun testcover-start) "testcover" | 22147 | ;;;### (autoloads (testcover-this-defun testcover-start) "testcover" |
| 22109 | ;;;;;; "emacs-lisp/testcover.el" (16161 47190)) | 22148 | ;;;;;; "emacs-lisp/testcover.el" (16162 11942)) |
| 22110 | ;;; Generated autoloads from emacs-lisp/testcover.el | 22149 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 22111 | 22150 | ||
| 22112 | (autoload (quote testcover-start) "testcover" "\ | 22151 | (autoload (quote testcover-start) "testcover" "\ |
| @@ -22583,7 +22622,7 @@ value of `texinfo-mode-hook'. | |||
| 22583 | 22622 | ||
| 22584 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion | 22623 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion |
| 22585 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) | 22624 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) |
| 22586 | ;;;;;; "thai-util" "language/thai-util.el" (15941 42961)) | 22625 | ;;;;;; "thai-util" "language/thai-util.el" (16118 44435)) |
| 22587 | ;;; Generated autoloads from language/thai-util.el | 22626 | ;;; Generated autoloads from language/thai-util.el |
| 22588 | 22627 | ||
| 22589 | (autoload (quote thai-compose-region) "thai-util" "\ | 22628 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -22682,7 +22721,7 @@ Not documented | |||
| 22682 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region | 22721 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region |
| 22683 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 22722 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan |
| 22684 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 22723 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" |
| 22685 | ;;;;;; "language/tibet-util.el" (15941 42961)) | 22724 | ;;;;;; "language/tibet-util.el" (16118 44435)) |
| 22686 | ;;; Generated autoloads from language/tibet-util.el | 22725 | ;;; Generated autoloads from language/tibet-util.el |
| 22687 | 22726 | ||
| 22688 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 22727 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -22785,7 +22824,7 @@ This function performs no refilling of the changed text. | |||
| 22785 | ;;;*** | 22824 | ;;;*** |
| 22786 | 22825 | ||
| 22787 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 22826 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 22788 | ;;;;;; "time" "time.el" (16011 28192)) | 22827 | ;;;;;; "time" "time.el" (16011 37576)) |
| 22789 | ;;; Generated autoloads from time.el | 22828 | ;;; Generated autoloads from time.el |
| 22790 | 22829 | ||
| 22791 | (defvar display-time-day-and-date nil "\ | 22830 | (defvar display-time-day-and-date nil "\ |
| @@ -23136,7 +23175,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 23136 | ;;;*** | 23175 | ;;;*** |
| 23137 | 23176 | ||
| 23138 | ;;;### (autoloads (tamil-composition-function tamil-compose-region) | 23177 | ;;;### (autoloads (tamil-composition-function tamil-compose-region) |
| 23139 | ;;;;;; "tml-util" "language/tml-util.el" (15944 21527)) | 23178 | ;;;;;; "tml-util" "language/tml-util.el" (16118 44435)) |
| 23140 | ;;; Generated autoloads from language/tml-util.el | 23179 | ;;; Generated autoloads from language/tml-util.el |
| 23141 | 23180 | ||
| 23142 | (autoload (quote tamil-compose-region) "tml-util" "\ | 23181 | (autoload (quote tamil-compose-region) "tml-util" "\ |
| @@ -23337,7 +23376,7 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap. | |||
| 23337 | ;;;*** | 23376 | ;;;*** |
| 23338 | 23377 | ||
| 23339 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 23378 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 23340 | ;;;;;; (16158 60820)) | 23379 | ;;;;;; (16162 11942)) |
| 23341 | ;;; Generated autoloads from tooltip.el | 23380 | ;;; Generated autoloads from tooltip.el |
| 23342 | 23381 | ||
| 23343 | (autoload (quote tooltip-mode) "tooltip" "\ | 23382 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -23438,7 +23477,7 @@ the window or buffer configuration at all. | |||
| 23438 | 23477 | ||
| 23439 | ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler | 23478 | ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler |
| 23440 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) | 23479 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) |
| 23441 | ;;;;;; "tramp" "net/tramp.el" (16156 22664)) | 23480 | ;;;;;; "tramp" "net/tramp.el" (16162 11943)) |
| 23442 | ;;; Generated autoloads from net/tramp.el | 23481 | ;;; Generated autoloads from net/tramp.el |
| 23443 | 23482 | ||
| 23444 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ | 23483 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ |
| @@ -23517,7 +23556,7 @@ Falls back to normal file name handler if no tramp file name handler exists. | |||
| 23517 | ;;;*** | 23556 | ;;;*** |
| 23518 | 23557 | ||
| 23519 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 23558 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 23520 | ;;;;;; "textmodes/two-column.el" (16153 36586)) | 23559 | ;;;;;; "textmodes/two-column.el" (16162 11944)) |
| 23521 | ;;; Generated autoloads from textmodes/two-column.el | 23560 | ;;; Generated autoloads from textmodes/two-column.el |
| 23522 | (autoload '2C-command "two-column" () t 'keymap) | 23561 | (autoload '2C-command "two-column" () t 'keymap) |
| 23523 | (global-set-key "\C-x6" '2C-command) | 23562 | (global-set-key "\C-x6" '2C-command) |
| @@ -23785,8 +23824,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE. | |||
| 23785 | 23824 | ||
| 23786 | ;;;*** | 23825 | ;;;*** |
| 23787 | 23826 | ||
| 23788 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16161 | 23827 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16162 |
| 23789 | ;;;;;; 47190)) | 23828 | ;;;;;; 11942)) |
| 23790 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 23829 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 23791 | 23830 | ||
| 23792 | (autoload (quote unsafep) "unsafep" "\ | 23831 | (autoload (quote unsafep) "unsafep" "\ |
| @@ -24133,7 +24172,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 24133 | 24172 | ||
| 24134 | ;;;*** | 24173 | ;;;*** |
| 24135 | 24174 | ||
| 24136 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16136 2981)) | 24175 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16136 53054)) |
| 24137 | ;;; Generated autoloads from vc-cvs.el | 24176 | ;;; Generated autoloads from vc-cvs.el |
| 24138 | (defun vc-cvs-registered (f) | 24177 | (defun vc-cvs-registered (f) |
| 24139 | (when (file-readable-p (expand-file-name | 24178 | (when (file-readable-p (expand-file-name |
| @@ -24192,7 +24231,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 24192 | 24231 | ||
| 24193 | ;;;*** | 24232 | ;;;*** |
| 24194 | 24233 | ||
| 24195 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16158 60820)) | 24234 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16162 11942)) |
| 24196 | ;;; Generated autoloads from vc-svn.el | 24235 | ;;; Generated autoloads from vc-svn.el |
| 24197 | (defun vc-svn-registered (f) | 24236 | (defun vc-svn-registered (f) |
| 24198 | (when (file-readable-p (expand-file-name | 24237 | (when (file-readable-p (expand-file-name |
| @@ -24785,7 +24824,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 24785 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 24824 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 24786 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 24825 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 24787 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 24826 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 24788 | ;;;;;; "language/viet-util.el" (15924 18773)) | 24827 | ;;;;;; "language/viet-util.el" (16118 44435)) |
| 24789 | ;;; Generated autoloads from language/viet-util.el | 24828 | ;;; Generated autoloads from language/viet-util.el |
| 24790 | 24829 | ||
| 24791 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 24830 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -24831,8 +24870,8 @@ Not documented | |||
| 24831 | 24870 | ||
| 24832 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 24871 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 24833 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 24872 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 24834 | ;;;;;; view-file-other-window view-file) "view" "view.el" (16140 | 24873 | ;;;;;; view-file-other-window view-file) "view" "view.el" (16142 |
| 24835 | ;;;;;; 30175)) | 24874 | ;;;;;; 9350)) |
| 24836 | ;;; Generated autoloads from view.el | 24875 | ;;; Generated autoloads from view.el |
| 24837 | 24876 | ||
| 24838 | (defvar view-mode nil "\ | 24877 | (defvar view-mode nil "\ |
| @@ -25821,7 +25860,7 @@ Zone-mode does two things: | |||
| 25821 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" | 25860 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" |
| 25822 | ;;;;;; "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" | 25861 | ;;;;;; "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" |
| 25823 | ;;;;;; "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el" | 25862 | ;;;;;; "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el" |
| 25824 | ;;;;;; "w32-vars.el" "widget.el" "window.el") (16172 12844 213501)) | 25863 | ;;;;;; "w32-vars.el" "widget.el" "window.el") (16174 63124 427475)) |
| 25825 | 25864 | ||
| 25826 | ;;;*** | 25865 | ;;;*** |
| 25827 | 25866 | ||