aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el1338
1 files changed, 757 insertions, 581 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 2c99f2bde2e..26268f5924c 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -65,8 +65,8 @@ should return a grid vector array that is the new solution.
65 65
66;;;*** 66;;;***
67 67
68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (20874 62962 68;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (20998 4934
69;;;;;; 290468 0)) 69;;;;;; 952905 0))
70;;; Generated autoloads from progmodes/ada-mode.el 70;;; Generated autoloads from progmodes/ada-mode.el
71 71
72(autoload 'ada-add-extensions "ada-mode" "\ 72(autoload 'ada-add-extensions "ada-mode" "\
@@ -96,8 +96,8 @@ Insert a descriptive header at the top of the file.
96 96
97;;;*** 97;;;***
98 98
99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (20709 26818 99;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21024 28968
100;;;;;; 907104 0)) 100;;;;;; 738399 0))
101;;; Generated autoloads from progmodes/ada-xref.el 101;;; Generated autoloads from progmodes/ada-xref.el
102 102
103(autoload 'ada-find-file "ada-xref" "\ 103(autoload 'ada-find-file "ada-xref" "\
@@ -108,7 +108,7 @@ Completion is available.
108 108
109;;;*** 109;;;***
110 110
111;;;### (autoloads nil "add-log" "vc/add-log.el" (20709 26818 907104 111;;;### (autoloads nil "add-log" "vc/add-log.el" (20992 52525 458637
112;;;;;; 0)) 112;;;;;; 0))
113;;; Generated autoloads from vc/add-log.el 113;;; Generated autoloads from vc/add-log.el
114 114
@@ -238,8 +238,8 @@ old-style time formats for entries are supported.
238 238
239;;;*** 239;;;***
240 240
241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (20725 15032 241;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (20991 31656
242;;;;;; 264919 0)) 242;;;;;; 363459 0))
243;;; Generated autoloads from emacs-lisp/advice.el 243;;; Generated autoloads from emacs-lisp/advice.el
244 244
245(defvar ad-redefinition-action 'warn "\ 245(defvar ad-redefinition-action 'warn "\
@@ -375,7 +375,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
375 375
376;;;*** 376;;;***
377 377
378;;;### (autoloads nil "align" "align.el" (20709 26818 907104 0)) 378;;;### (autoloads nil "align" "align.el" (21012 37798 962028 0))
379;;; Generated autoloads from align.el 379;;; Generated autoloads from align.el
380 380
381(autoload 'align "align" "\ 381(autoload 'align "align" "\
@@ -399,15 +399,8 @@ on the format of these lists.
399 399
400(autoload 'align-regexp "align" "\ 400(autoload 'align-regexp "align" "\
401Align the current region using an ad-hoc rule read from the minibuffer. 401Align the current region using an ad-hoc rule read from the minibuffer.
402BEG and END mark the limits of the region. This function will prompt 402BEG and END mark the limits of the region. Interactively, this function
403for the REGEXP to align with. If no prefix arg was specified, you 403prompts for the regular expression REGEXP to align with.
404only need to supply the characters to be lined up and any preceding
405whitespace is replaced. If a prefix arg was specified, the full
406regexp with parenthesized whitespace should be supplied; it will also
407prompt for which parenthesis GROUP within REGEXP to modify, the amount
408of SPACING to use, and whether or not to REPEAT the rule throughout
409the line. See `align-rules-list' for more information about these
410options.
411 404
412For example, let's say you had a list of phone numbers, and wanted to 405For example, let's say you had a list of phone numbers, and wanted to
413align them so that the opening parentheses would line up: 406align them so that the opening parentheses would line up:
@@ -418,8 +411,29 @@ align them so that the opening parentheses would line up:
418 Joe (123) 456-7890 411 Joe (123) 456-7890
419 412
420There is no predefined rule to handle this, but you could easily do it 413There is no predefined rule to handle this, but you could easily do it
421using a REGEXP like \"(\". All you would have to do is to mark the 414using a REGEXP like \"(\". Interactively, all you would have to do is
422region, call `align-regexp' and type in that regular expression. 415to mark the region, call `align-regexp' and enter that regular expression.
416
417REGEXP must contain at least one parenthesized subexpression, typically
418whitespace of the form \"\\\\(\\\\s-*\\\\)\". In normal interactive use,
419this is automatically added to the start of your regular expression after
420you enter it. You only need to supply the characters to be lined up, and
421any preceding whitespace is replaced.
422
423If you specify a prefix argument (or use this function non-interactively),
424you must enter the full regular expression, including the subexpression.
425The function also then prompts for which subexpression parenthesis GROUP
426\(default 1) within REGEXP to modify, the amount of SPACING (default
427`align-default-spacing') to use, and whether or not to REPEAT the rule
428throughout the line.
429
430See `align-rules-list' for more information about these options.
431
432The non-interactive form of the previous example would look something like:
433 (align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\")
434
435This function is a nothing more than a small wrapper that helps you
436construct a rule to pass to `align-region', which does the real work.
423 437
424\(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) 438\(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
425 439
@@ -464,9 +478,9 @@ A replacement function for `newline-and-indent', aligning as it goes.
464 478
465;;;*** 479;;;***
466 480
467;;;### (autoloads nil "allout" "allout.el" (20932 10282 564846 0)) 481;;;### (autoloads nil "allout" "allout.el" (20996 49577 892030 0))
468;;; Generated autoloads from allout.el 482;;; Generated autoloads from allout.el
469(push (purecopy (quote (allout 2 3))) package--builtin-versions) 483(push (purecopy '(allout 2 3)) package--builtin-versions)
470(autoload 'allout-auto-activation-helper "allout" "\ 484(autoload 'allout-auto-activation-helper "allout" "\
471Institute `allout-auto-activation'. 485Institute `allout-auto-activation'.
472 486
@@ -823,10 +837,10 @@ for details on preparing Emacs for automatic allout activation.
823 837
824;;;*** 838;;;***
825 839
826;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (20932 840;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (20996
827;;;;;; 61699 522706 0)) 841;;;;;; 49577 892030 0))
828;;; Generated autoloads from allout-widgets.el 842;;; Generated autoloads from allout-widgets.el
829(push (purecopy (quote (allout-widgets 1 0))) package--builtin-versions) 843(push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
830(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) 844(let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
831 845
832(autoload 'allout-widgets-setup "allout-widgets" "\ 846(autoload 'allout-widgets-setup "allout-widgets" "\
@@ -883,7 +897,7 @@ outline hot-spot navigation (see `allout-mode').
883 897
884;;;*** 898;;;***
885 899
886;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (20843 54187 671468 900;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21005 64551 555603
887;;;;;; 0)) 901;;;;;; 0))
888;;; Generated autoloads from net/ange-ftp.el 902;;; Generated autoloads from net/ange-ftp.el
889 903
@@ -938,10 +952,10 @@ the buffer *Birthday-Present-for-Name*.
938 952
939;;;*** 953;;;***
940 954
941;;;### (autoloads nil "ansi-color" "ansi-color.el" (20930 54950 26050 955;;;### (autoloads nil "ansi-color" "ansi-color.el" (20975 43430 521692
942;;;;;; 0)) 956;;;;;; 0))
943;;; Generated autoloads from ansi-color.el 957;;; Generated autoloads from ansi-color.el
944(push (purecopy (quote (ansi-color 3 4 2))) package--builtin-versions) 958(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
945(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 959(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
946Set `ansi-color-for-comint-mode' to t. 960Set `ansi-color-for-comint-mode' to t.
947 961
@@ -964,10 +978,10 @@ This is a good function to put in `comint-output-filter-functions'.
964 978
965;;;*** 979;;;***
966 980
967;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (20709 981;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (21022
968;;;;;; 26818 907104 0)) 982;;;;;; 34805 522289 827000))
969;;; Generated autoloads from progmodes/antlr-mode.el 983;;; Generated autoloads from progmodes/antlr-mode.el
970(push (purecopy (quote (antlr-mode 2 2 3))) package--builtin-versions) 984(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions)
971(autoload 'antlr-show-makefile-rules "antlr-mode" "\ 985(autoload 'antlr-show-makefile-rules "antlr-mode" "\
972Show Makefile rules for all grammar files in the current directory. 986Show Makefile rules for all grammar files in the current directory.
973If the `major-mode' of the current buffer has the value `makefile-mode', 987If the `major-mode' of the current buffer has the value `makefile-mode',
@@ -1000,7 +1014,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1000 1014
1001;;;*** 1015;;;***
1002 1016
1003;;;### (autoloads nil "appt" "calendar/appt.el" (20709 26818 907104 1017;;;### (autoloads nil "appt" "calendar/appt.el" (20992 52525 458637
1004;;;;;; 0)) 1018;;;;;; 0))
1005;;; Generated autoloads from calendar/appt.el 1019;;; Generated autoloads from calendar/appt.el
1006 1020
@@ -1022,7 +1036,8 @@ ARG is positive, otherwise off.
1022 1036
1023;;;*** 1037;;;***
1024 1038
1025;;;### (autoloads nil "apropos" "apropos.el" (20716 56 356960 0)) 1039;;;### (autoloads nil "apropos" "apropos.el" (20991 31656 363459
1040;;;;;; 0))
1026;;; Generated autoloads from apropos.el 1041;;; Generated autoloads from apropos.el
1027 1042
1028(autoload 'apropos-read-pattern "apropos" "\ 1043(autoload 'apropos-read-pattern "apropos" "\
@@ -1232,7 +1247,7 @@ Entering array mode calls the function `array-mode-hook'.
1232;;;### (autoloads nil "artist" "textmodes/artist.el" (20891 18859 1247;;;### (autoloads nil "artist" "textmodes/artist.el" (20891 18859
1233;;;;;; 893295 0)) 1248;;;;;; 893295 0))
1234;;; Generated autoloads from textmodes/artist.el 1249;;; Generated autoloads from textmodes/artist.el
1235(push (purecopy (quote (artist 1 2 6))) package--builtin-versions) 1250(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1236(autoload 'artist-mode "artist" "\ 1251(autoload 'artist-mode "artist" "\
1237Toggle Artist mode. 1252Toggle Artist mode.
1238With argument ARG, turn Artist mode on if ARG is positive. 1253With argument ARG, turn Artist mode on if ARG is positive.
@@ -1463,8 +1478,8 @@ Special commands:
1463 1478
1464;;;*** 1479;;;***
1465 1480
1466;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (20929 1481;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (20953
1467;;;;;; 34089 117790 0)) 1482;;;;;; 16424 151515 0))
1468;;; Generated autoloads from gnus/auth-source.el 1483;;; Generated autoloads from gnus/auth-source.el
1469 1484
1470(defvar auth-source-cache-expiry 7200 "\ 1485(defvar auth-source-cache-expiry 7200 "\
@@ -1548,7 +1563,7 @@ Major mode for editing Autoconf configure.ac files.
1548 1563
1549;;;*** 1564;;;***
1550 1565
1551;;;### (autoloads nil "autoinsert" "autoinsert.el" (20709 26818 907104 1566;;;### (autoloads nil "autoinsert" "autoinsert.el" (20950 40231 187426
1552;;;;;; 0)) 1567;;;;;; 0))
1553;;; Generated autoloads from autoinsert.el 1568;;; Generated autoloads from autoinsert.el
1554 1569
@@ -1587,8 +1602,8 @@ insert a template for the file depending on the mode of the buffer.
1587 1602
1588;;;*** 1603;;;***
1589 1604
1590;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (20925 1605;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (20974
1591;;;;;; 37032 237257 0)) 1606;;;;;; 22577 548213 0))
1592;;; Generated autoloads from emacs-lisp/autoload.el 1607;;; Generated autoloads from emacs-lisp/autoload.el
1593 1608
1594(put 'generated-autoload-file 'safe-local-variable 'stringp) 1609(put 'generated-autoload-file 'safe-local-variable 'stringp)
@@ -1637,7 +1652,7 @@ should be non-nil).
1637 1652
1638;;;*** 1653;;;***
1639 1654
1640;;;### (autoloads nil "autorevert" "autorevert.el" (20912 25000 802412 1655;;;### (autoloads nil "autorevert" "autorevert.el" (20987 34598 970563
1641;;;;;; 0)) 1656;;;;;; 0))
1642;;; Generated autoloads from autorevert.el 1657;;; Generated autoloads from autorevert.el
1643 1658
@@ -1726,7 +1741,7 @@ specifies in the mode line.
1726 1741
1727;;;*** 1742;;;***
1728 1743
1729;;;### (autoloads nil "avoid" "avoid.el" (20709 26818 907104 0)) 1744;;;### (autoloads nil "avoid" "avoid.el" (21024 28968 738399 0))
1730;;; Generated autoloads from avoid.el 1745;;; Generated autoloads from avoid.el
1731 1746
1732(defvar mouse-avoidance-mode nil "\ 1747(defvar mouse-avoidance-mode nil "\
@@ -1766,6 +1781,25 @@ definition of \"random distance\".)
1766 1781
1767;;;*** 1782;;;***
1768 1783
1784;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21024 28968
1785;;;;;; 738399 0))
1786;;; Generated autoloads from progmodes/bat-mode.el
1787
1788(add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
1789
1790(autoload 'bat-mode "bat-mode" "\
1791Major mode for editing DOS/Windows batch files.
1792
1793Start a new script from `bat-template'. Read help pages for DOS commands
1794with `bat-cmd-help'. Navigate between sections using `imenu'.
1795Run script using `bat-run' and `bat-run-args'.
1796
1797\\{bat-mode-map}
1798
1799\(fn)" t nil)
1800
1801;;;***
1802
1769;;;### (autoloads nil "battery" "battery.el" (20791 9657 561026 0)) 1803;;;### (autoloads nil "battery" "battery.el" (20791 9657 561026 0))
1770;;; Generated autoloads from battery.el 1804;;; Generated autoloads from battery.el
1771 (put 'battery-mode-line-string 'risky-local-variable t) 1805 (put 'battery-mode-line-string 'risky-local-variable t)
@@ -2086,8 +2120,8 @@ a reflection.
2086 2120
2087;;;*** 2121;;;***
2088 2122
2089;;;### (autoloads nil "bookmark" "bookmark.el" (20874 65006 176325 2123;;;### (autoloads nil "bookmark" "bookmark.el" (20998 4934 952905
2090;;;;;; 548000)) 2124;;;;;; 0))
2091;;; Generated autoloads from bookmark.el 2125;;; Generated autoloads from bookmark.el
2092 (define-key ctl-x-r-map "b" 'bookmark-jump) 2126 (define-key ctl-x-r-map "b" 'bookmark-jump)
2093 (define-key ctl-x-r-map "m" 'bookmark-set) 2127 (define-key ctl-x-r-map "m" 'bookmark-set)
@@ -2280,8 +2314,8 @@ Incremental search of bookmarks, hiding the non-matches as we go.
2280 2314
2281;;;*** 2315;;;***
2282 2316
2283;;;### (autoloads nil "browse-url" "net/browse-url.el" (20929 34089 2317;;;### (autoloads nil "browse-url" "net/browse-url.el" (20984 58408
2284;;;;;; 117790 0)) 2318;;;;;; 354075 0))
2285;;; Generated autoloads from net/browse-url.el 2319;;; Generated autoloads from net/browse-url.el
2286 2320
2287(defvar browse-url-browser-function 'browse-url-default-browser "\ 2321(defvar browse-url-browser-function 'browse-url-default-browser "\
@@ -2596,9 +2630,9 @@ from `browse-url-elinks-wrapper'.
2596 2630
2597;;;*** 2631;;;***
2598 2632
2599;;;### (autoloads nil "bs" "bs.el" (20933 31141 450159 0)) 2633;;;### (autoloads nil "bs" "bs.el" (20992 52525 458637 0))
2600;;; Generated autoloads from bs.el 2634;;; Generated autoloads from bs.el
2601(push (purecopy (quote (bs 1 17))) package--builtin-versions) 2635(push (purecopy '(bs 1 17)) package--builtin-versions)
2602(autoload 'bs-cycle-next "bs" "\ 2636(autoload 'bs-cycle-next "bs" "\
2603Select next buffer defined by buffer cycling. 2637Select next buffer defined by buffer cycling.
2604The buffers taking part in buffer cycling are defined 2638The buffers taking part in buffer cycling are defined
@@ -2679,8 +2713,8 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2679 2713
2680;;;*** 2714;;;***
2681 2715
2682;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (20929 2716;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21024
2683;;;;;; 34089 117790 0)) 2717;;;;;; 55496 462544 366000))
2684;;; Generated autoloads from emacs-lisp/bytecomp.el 2718;;; Generated autoloads from emacs-lisp/bytecomp.el
2685(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2719(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2686(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2720(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
@@ -2800,8 +2834,8 @@ and corresponding effects.
2800 2834
2801;;;*** 2835;;;***
2802 2836
2803;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20709 2837;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21023
2804;;;;;; 26818 907104 0)) 2838;;;;;; 8104 618865 0))
2805;;; Generated autoloads from calendar/cal-china.el 2839;;; Generated autoloads from calendar/cal-china.el
2806 2840
2807(put 'calendar-chinese-time-zone 'risky-local-variable t) 2841(put 'calendar-chinese-time-zone 'risky-local-variable t)
@@ -2837,7 +2871,7 @@ from the cursor position.
2837 2871
2838;;;*** 2872;;;***
2839 2873
2840;;;### (autoloads nil "calc" "calc/calc.el" (20932 10282 564846 0)) 2874;;;### (autoloads nil "calc" "calc/calc.el" (20998 4934 952905 0))
2841;;; Generated autoloads from calc/calc.el 2875;;; Generated autoloads from calc/calc.el
2842 (define-key ctl-x-map "*" 'calc-dispatch) 2876 (define-key ctl-x-map "*" 'calc-dispatch)
2843 2877
@@ -2932,7 +2966,7 @@ See Info node `(calc)Defining Functions'.
2932 2966
2933;;;*** 2967;;;***
2934 2968
2935;;;### (autoloads nil "calculator" "calculator.el" (20891 18859 893295 2969;;;### (autoloads nil "calculator" "calculator.el" (21024 28968 738399
2936;;;;;; 0)) 2970;;;;;; 0))
2937;;; Generated autoloads from calculator.el 2971;;; Generated autoloads from calculator.el
2938 2972
@@ -2944,8 +2978,8 @@ See the documentation for `calculator-mode' for more information.
2944 2978
2945;;;*** 2979;;;***
2946 2980
2947;;;### (autoloads nil "calendar" "calendar/calendar.el" (20762 9398 2981;;;### (autoloads nil "calendar" "calendar/calendar.el" (20993 36675
2948;;;;;; 526093 0)) 2982;;;;;; 840108 928000))
2949;;; Generated autoloads from calendar/calendar.el 2983;;; Generated autoloads from calendar/calendar.el
2950 2984
2951(autoload 'calendar "calendar" "\ 2985(autoload 'calendar "calendar" "\
@@ -3053,8 +3087,8 @@ Obsoletes `c-forward-into-nomenclature'.
3053 3087
3054;;;*** 3088;;;***
3055 3089
3056;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (20911 3090;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21023
3057;;;;;; 4138 279475 0)) 3091;;;;;; 33771 640838 743000))
3058;;; Generated autoloads from progmodes/cc-engine.el 3092;;; Generated autoloads from progmodes/cc-engine.el
3059 3093
3060(autoload 'c-guess-basic-syntax "cc-engine" "\ 3094(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -3163,8 +3197,8 @@ the absolute file name of the file if STYLE-NAME is nil.
3163 3197
3164;;;*** 3198;;;***
3165 3199
3166;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (20907 7082 3200;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21022 34805
3167;;;;;; 901087 0)) 3201;;;;;; 23711 194000))
3168;;; Generated autoloads from progmodes/cc-mode.el 3202;;; Generated autoloads from progmodes/cc-mode.el
3169 3203
3170(autoload 'c-initialize-cc-mode "cc-mode" "\ 3204(autoload 'c-initialize-cc-mode "cc-mode" "\
@@ -3176,9 +3210,6 @@ only some basic setup is done, and a call to `c-init-language-vars' or
3176control). See \"cc-mode.el\" for more info. 3210control). See \"cc-mode.el\" for more info.
3177 3211
3178\(fn &optional NEW-STYLE-INIT)" nil nil) 3212\(fn &optional NEW-STYLE-INIT)" nil nil)
3179
3180(defvar c-mode-syntax-table nil "\
3181Syntax table used in c-mode buffers.")
3182 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode)) 3213 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3183 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode)) 3214 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3184 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode)) 3215 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
@@ -3205,9 +3236,6 @@ Key bindings:
3205 3236
3206\(fn)" t nil) 3237\(fn)" t nil)
3207 3238
3208(defvar c++-mode-syntax-table nil "\
3209Syntax table used in c++-mode buffers.")
3210
3211(autoload 'c++-mode "cc-mode" "\ 3239(autoload 'c++-mode "cc-mode" "\
3212Major mode for editing C++ code. 3240Major mode for editing C++ code.
3213To submit a problem report, enter `\\[c-submit-bug-report]' from a 3241To submit a problem report, enter `\\[c-submit-bug-report]' from a
@@ -3225,9 +3253,6 @@ Key bindings:
3225\\{c++-mode-map} 3253\\{c++-mode-map}
3226 3254
3227\(fn)" t nil) 3255\(fn)" t nil)
3228
3229(defvar objc-mode-syntax-table nil "\
3230Syntax table used in objc-mode buffers.")
3231 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode)) 3256 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3232 3257
3233(autoload 'objc-mode "cc-mode" "\ 3258(autoload 'objc-mode "cc-mode" "\
@@ -3247,9 +3272,6 @@ Key bindings:
3247\\{objc-mode-map} 3272\\{objc-mode-map}
3248 3273
3249\(fn)" t nil) 3274\(fn)" t nil)
3250
3251(defvar java-mode-syntax-table nil "\
3252Syntax table used in java-mode buffers.")
3253 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode)) 3275 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3254 3276
3255(autoload 'java-mode "cc-mode" "\ 3277(autoload 'java-mode "cc-mode" "\
@@ -3269,9 +3291,6 @@ Key bindings:
3269\\{java-mode-map} 3291\\{java-mode-map}
3270 3292
3271\(fn)" t nil) 3293\(fn)" t nil)
3272
3273(defvar idl-mode-syntax-table nil "\
3274Syntax table used in idl-mode buffers.")
3275 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode)) 3294 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3276 3295
3277(autoload 'idl-mode "cc-mode" "\ 3296(autoload 'idl-mode "cc-mode" "\
@@ -3291,9 +3310,6 @@ Key bindings:
3291\\{idl-mode-map} 3310\\{idl-mode-map}
3292 3311
3293\(fn)" t nil) 3312\(fn)" t nil)
3294
3295(defvar pike-mode-syntax-table nil "\
3296Syntax table used in pike-mode buffers.")
3297 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode)) 3313 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode))
3298 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode)) 3314 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3299 3315
@@ -3662,8 +3678,8 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3662 3678
3663;;;*** 3679;;;***
3664 3680
3665;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (20922 60838 3681;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21021 52778
3666;;;;;; 997229 0)) 3682;;;;;; 175609 0))
3667;;; Generated autoloads from emacs-lisp/cconv.el 3683;;; Generated autoloads from emacs-lisp/cconv.el
3668 3684
3669(autoload 'cconv-closure-convert "cconv" "\ 3685(autoload 'cconv-closure-convert "cconv" "\
@@ -3682,16 +3698,16 @@ Add the warnings that closure conversion would encounter.
3682 3698
3683;;;*** 3699;;;***
3684 3700
3685;;;### (autoloads nil "cedet" "cedet/cedet.el" (20748 62911 684442 3701;;;### (autoloads nil "cedet" "cedet/cedet.el" (20983 37555 279226
3686;;;;;; 0)) 3702;;;;;; 0))
3687;;; Generated autoloads from cedet/cedet.el 3703;;; Generated autoloads from cedet/cedet.el
3688(push (purecopy (quote (cedet 2 0))) package--builtin-versions) 3704(push (purecopy '(cedet 2 0)) package--builtin-versions)
3689;;;*** 3705;;;***
3690 3706
3691;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (20929 34089 3707;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (20958 34345
3692;;;;;; 117790 0)) 3708;;;;;; 952538 0))
3693;;; Generated autoloads from progmodes/cfengine.el 3709;;; Generated autoloads from progmodes/cfengine.el
3694(push (purecopy (quote (cfengine 1 2))) package--builtin-versions) 3710(push (purecopy '(cfengine 1 2)) package--builtin-versions)
3695(autoload 'cfengine3-mode "cfengine" "\ 3711(autoload 'cfengine3-mode "cfengine" "\
3696Major mode for editing CFEngine3 input. 3712Major mode for editing CFEngine3 input.
3697There are no special keybindings by default. 3713There are no special keybindings by default.
@@ -3721,7 +3737,7 @@ on the buffer contents
3721;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (20895 15912 3737;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (20895 15912
3722;;;;;; 444844 0)) 3738;;;;;; 444844 0))
3723;;; Generated autoloads from emacs-lisp/chart.el 3739;;; Generated autoloads from emacs-lisp/chart.el
3724(push (purecopy (quote (chart 0 2))) package--builtin-versions) 3740(push (purecopy '(chart 0 2)) package--builtin-versions)
3725;;;*** 3741;;;***
3726 3742
3727;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" 3743;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
@@ -3742,19 +3758,24 @@ Returns non-nil if any false statements are found.
3742 3758
3743;;;*** 3759;;;***
3744 3760
3745;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (20893 3761;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (20996
3746;;;;;; 60586 188550 0)) 3762;;;;;; 49577 892030 0))
3747;;; Generated autoloads from emacs-lisp/checkdoc.el 3763;;; Generated autoloads from emacs-lisp/checkdoc.el
3748(push (purecopy (quote (checkdoc 0 6 2))) package--builtin-versions)(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) 3764(push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)(put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
3749(put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) 3765(put 'checkdoc-force-history-flag 'safe-local-variable #'booleanp)
3750(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) 3766(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable #'booleanp)
3751(put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp) 3767(put 'checkdoc-spellcheck-documentation-flag 'safe-local-variable #'booleanp)
3752(put 'checkdoc-symbol-words 'safe-local-variable 'checkdoc-list-of-strings-p) 3768(put 'checkdoc-ispell-list-words 'safe-local-variable #'checkdoc-list-of-strings-p)
3769(put 'checkdoc-arguments-in-order-flag 'safe-local-variable #'booleanp)
3770(put 'checkdoc-verb-check-experimental-flag 'safe-local-variable #'booleanp)
3771(put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)
3753 3772
3754(autoload 'checkdoc-list-of-strings-p "checkdoc" "\ 3773(autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3755 3774
3756 3775
3757\(fn OBJ)" nil nil) 3776\(fn OBJ)" nil nil)
3777(put 'checkdoc-proper-noun-regexp 'safe-local-variable 'stringp)
3778(put 'checkdoc-common-verbs-regexp 'safe-local-variable 'stringp)
3758 3779
3759(autoload 'checkdoc "checkdoc" "\ 3780(autoload 'checkdoc "checkdoc" "\
3760Interactively check the entire buffer for style errors. 3781Interactively check the entire buffer for style errors.
@@ -3861,65 +3882,65 @@ space at the end of each line.
3861(autoload 'checkdoc-ispell "checkdoc" "\ 3882(autoload 'checkdoc-ispell "checkdoc" "\
3862Check the style and spelling of everything interactively. 3883Check the style and spelling of everything interactively.
3863Calls `checkdoc' with spell-checking turned on. 3884Calls `checkdoc' with spell-checking turned on.
3864Prefix argument TAKE-NOTES is the same as for `checkdoc' 3885Prefix argument is the same as for `checkdoc'
3865 3886
3866\(fn &optional TAKE-NOTES)" t nil) 3887\(fn)" t nil)
3867 3888
3868(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\ 3889(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
3869Check the style and spelling of the current buffer. 3890Check the style and spelling of the current buffer.
3870Calls `checkdoc-current-buffer' with spell-checking turned on. 3891Calls `checkdoc-current-buffer' with spell-checking turned on.
3871Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer' 3892Prefix argument is the same as for `checkdoc-current-buffer'
3872 3893
3873\(fn &optional TAKE-NOTES)" t nil) 3894\(fn)" t nil)
3874 3895
3875(autoload 'checkdoc-ispell-interactive "checkdoc" "\ 3896(autoload 'checkdoc-ispell-interactive "checkdoc" "\
3876Check the style and spelling of the current buffer interactively. 3897Check the style and spelling of the current buffer interactively.
3877Calls `checkdoc-interactive' with spell-checking turned on. 3898Calls `checkdoc-interactive' with spell-checking turned on.
3878Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive' 3899Prefix argument is the same as for `checkdoc-interactive'
3879 3900
3880\(fn &optional TAKE-NOTES)" t nil) 3901\(fn)" t nil)
3881 3902
3882(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\ 3903(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
3883Check the style and spelling of message text interactively. 3904Check the style and spelling of message text interactively.
3884Calls `checkdoc-message-interactive' with spell-checking turned on. 3905Calls `checkdoc-message-interactive' with spell-checking turned on.
3885Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive' 3906Prefix argument is the same as for `checkdoc-message-interactive'
3886 3907
3887\(fn &optional TAKE-NOTES)" t nil) 3908\(fn)" t nil)
3888 3909
3889(autoload 'checkdoc-ispell-message-text "checkdoc" "\ 3910(autoload 'checkdoc-ispell-message-text "checkdoc" "\
3890Check the style and spelling of message text interactively. 3911Check the style and spelling of message text interactively.
3891Calls `checkdoc-message-text' with spell-checking turned on. 3912Calls `checkdoc-message-text' with spell-checking turned on.
3892Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text' 3913Prefix argument is the same as for `checkdoc-message-text'
3893 3914
3894\(fn &optional TAKE-NOTES)" t nil) 3915\(fn)" t nil)
3895 3916
3896(autoload 'checkdoc-ispell-start "checkdoc" "\ 3917(autoload 'checkdoc-ispell-start "checkdoc" "\
3897Check the style and spelling of the current buffer. 3918Check the style and spelling of the current buffer.
3898Calls `checkdoc-start' with spell-checking turned on. 3919Calls `checkdoc-start' with spell-checking turned on.
3899Prefix argument TAKE-NOTES is the same as for `checkdoc-start' 3920Prefix argument is the same as for `checkdoc-start'
3900 3921
3901\(fn &optional TAKE-NOTES)" t nil) 3922\(fn)" t nil)
3902 3923
3903(autoload 'checkdoc-ispell-continue "checkdoc" "\ 3924(autoload 'checkdoc-ispell-continue "checkdoc" "\
3904Check the style and spelling of the current buffer after point. 3925Check the style and spelling of the current buffer after point.
3905Calls `checkdoc-continue' with spell-checking turned on. 3926Calls `checkdoc-continue' with spell-checking turned on.
3906Prefix argument TAKE-NOTES is the same as for `checkdoc-continue' 3927Prefix argument is the same as for `checkdoc-continue'
3907 3928
3908\(fn &optional TAKE-NOTES)" t nil) 3929\(fn)" t nil)
3909 3930
3910(autoload 'checkdoc-ispell-comments "checkdoc" "\ 3931(autoload 'checkdoc-ispell-comments "checkdoc" "\
3911Check the style and spelling of the current buffer's comments. 3932Check the style and spelling of the current buffer's comments.
3912Calls `checkdoc-comments' with spell-checking turned on. 3933Calls `checkdoc-comments' with spell-checking turned on.
3913Prefix argument TAKE-NOTES is the same as for `checkdoc-comments' 3934Prefix argument is the same as for `checkdoc-comments'
3914 3935
3915\(fn &optional TAKE-NOTES)" t nil) 3936\(fn)" t nil)
3916 3937
3917(autoload 'checkdoc-ispell-defun "checkdoc" "\ 3938(autoload 'checkdoc-ispell-defun "checkdoc" "\
3918Check the style and spelling of the current defun with Ispell. 3939Check the style and spelling of the current defun with Ispell.
3919Calls `checkdoc-defun' with spell-checking turned on. 3940Calls `checkdoc-defun' with spell-checking turned on.
3920Prefix argument TAKE-NOTES is the same as for `checkdoc-defun' 3941Prefix argument is the same as for `checkdoc-defun'
3921 3942
3922\(fn &optional TAKE-NOTES)" t nil) 3943\(fn)" t nil)
3923 3944
3924(autoload 'checkdoc-minor-mode "checkdoc" "\ 3945(autoload 'checkdoc-minor-mode "checkdoc" "\
3925Toggle automatic docstring checking (Checkdoc minor mode). 3946Toggle automatic docstring checking (Checkdoc minor mode).
@@ -4094,10 +4115,10 @@ For example, the function `case' has an indent property
4094 4115
4095;;;*** 4116;;;***
4096 4117
4097;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20932 10282 4118;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20998 4934
4098;;;;;; 564846 0)) 4119;;;;;; 952905 0))
4099;;; Generated autoloads from emacs-lisp/cl-lib.el 4120;;; Generated autoloads from emacs-lisp/cl-lib.el
4100(push (purecopy (quote (cl-lib 1 0))) package--builtin-versions) 4121(push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4101(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") 4122(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
4102 4123
4103(defvar cl-custom-print-functions nil "\ 4124(defvar cl-custom-print-functions nil "\
@@ -4110,6 +4131,8 @@ printer proceeds to the next function on the list.
4110This variable is not used at present, but it is defined in hopes that 4131This variable is not used at present, but it is defined in hopes that
4111a future Emacs interpreter will be able to use it.") 4132a future Emacs interpreter will be able to use it.")
4112 4133
4134(define-error 'cl-assertion-failed (purecopy "Assertion failed"))
4135
4113(autoload 'cl--defsubst-expand "cl-macs") 4136(autoload 'cl--defsubst-expand "cl-macs")
4114 4137
4115(put 'cl-defun 'doc-string-elt 3) 4138(put 'cl-defun 'doc-string-elt 3)
@@ -4183,7 +4206,7 @@ If FRAME cannot display COLOR, return nil.
4183 4206
4184;;;*** 4207;;;***
4185 4208
4186;;;### (autoloads nil "comint" "comint.el" (20932 10282 564846 0)) 4209;;;### (autoloads nil "comint" "comint.el" (21024 28968 738399 0))
4187;;; Generated autoloads from comint.el 4210;;; Generated autoloads from comint.el
4188 4211
4189(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ 4212(defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
@@ -4282,8 +4305,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use.
4282 4305
4283;;;*** 4306;;;***
4284 4307
4285;;;### (autoloads nil "compare-w" "vc/compare-w.el" (20871 33574 4308;;;### (autoloads nil "compare-w" "vc/compare-w.el" (20992 52525
4286;;;;;; 214287 0)) 4309;;;;;; 458637 0))
4287;;; Generated autoloads from vc/compare-w.el 4310;;; Generated autoloads from vc/compare-w.el
4288 4311
4289(autoload 'compare-windows "compare-w" "\ 4312(autoload 'compare-windows "compare-w" "\
@@ -4316,8 +4339,8 @@ on third call it again advances points to the next difference and so on.
4316 4339
4317;;;*** 4340;;;***
4318 4341
4319;;;### (autoloads nil "compile" "progmodes/compile.el" (20911 4138 4342;;;### (autoloads nil "compile" "progmodes/compile.el" (21002 1963
4320;;;;;; 279475 0)) 4343;;;;;; 769129 0))
4321;;; Generated autoloads from progmodes/compile.el 4344;;; Generated autoloads from progmodes/compile.el
4322 4345
4323(defvar compilation-mode-hook nil "\ 4346(defvar compilation-mode-hook nil "\
@@ -4385,7 +4408,9 @@ You might also use mode hooks to specify it in certain modes, like this:
4385 (file-exists-p \"Makefile\")) 4408 (file-exists-p \"Makefile\"))
4386 (set (make-local-variable 'compile-command) 4409 (set (make-local-variable 'compile-command)
4387 (concat \"make -k \" 4410 (concat \"make -k \"
4388 (file-name-sans-extension buffer-file-name))))))") 4411 (if buffer-file-name
4412 (shell-quote-argument
4413 (file-name-sans-extension buffer-file-name))))))))")
4389 4414
4390(custom-autoload 'compile-command "compile" t) 4415(custom-autoload 'compile-command "compile" t)
4391(put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command)))) 4416(put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
@@ -4496,8 +4521,8 @@ This is the value of `next-error-function' in Compilation buffers.
4496 4521
4497;;;*** 4522;;;***
4498 4523
4499;;;### (autoloads nil "completion" "completion.el" (20884 7264 412929 4524;;;### (autoloads nil "completion" "completion.el" (20999 25770 522517
4500;;;;;; 442000)) 4525;;;;;; 0))
4501;;; Generated autoloads from completion.el 4526;;; Generated autoloads from completion.el
4502 4527
4503(defvar dynamic-completion-mode nil "\ 4528(defvar dynamic-completion-mode nil "\
@@ -5024,8 +5049,8 @@ INHERIT-INPUT-METHOD.
5024 5049
5025;;;*** 5050;;;***
5026 5051
5027;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (20709 26818 5052;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21024 28968
5028;;;;;; 907104 0)) 5053;;;;;; 738399 0))
5029;;; Generated autoloads from textmodes/css-mode.el 5054;;; Generated autoloads from textmodes/css-mode.el
5030 5055
5031(autoload 'css-mode "css-mode" "\ 5056(autoload 'css-mode "css-mode" "\
@@ -5035,8 +5060,8 @@ Major mode to edit Cascading Style Sheets.
5035 5060
5036;;;*** 5061;;;***
5037 5062
5038;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (20709 26818 5063;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (20992 52525
5039;;;;;; 907104 0)) 5064;;;;;; 458637 0))
5040;;; Generated autoloads from emulation/cua-base.el 5065;;; Generated autoloads from emulation/cua-base.el
5041 5066
5042(defvar cua-mode nil "\ 5067(defvar cua-mode nil "\
@@ -5086,7 +5111,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5086 5111
5087;;;*** 5112;;;***
5088 5113
5089;;;### (autoloads nil "cus-edit" "cus-edit.el" (20932 10282 564846 5114;;;### (autoloads nil "cus-edit" "cus-edit.el" (21024 28968 738399
5090;;;;;; 0)) 5115;;;;;; 0))
5091;;; Generated autoloads from cus-edit.el 5116;;; Generated autoloads from cus-edit.el
5092 5117
@@ -5446,7 +5471,7 @@ Mode used for cvs status output.
5446;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (20709 26818 907104 5471;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (20709 26818 907104
5447;;;;;; 0)) 5472;;;;;; 0))
5448;;; Generated autoloads from progmodes/cwarn.el 5473;;; Generated autoloads from progmodes/cwarn.el
5449(push (purecopy (quote (cwarn 1 3 1))) package--builtin-versions) 5474(push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5450(autoload 'cwarn-mode "cwarn" "\ 5475(autoload 'cwarn-mode "cwarn" "\
5451Minor mode that highlights suspicious C and C++ constructions. 5476Minor mode that highlights suspicious C and C++ constructions.
5452 5477
@@ -5516,7 +5541,7 @@ If the argument is nil, we return the display table to its standard state.
5516 5541
5517;;;*** 5542;;;***
5518 5543
5519;;;### (autoloads nil "dabbrev" "dabbrev.el" (20709 26818 907104 5544;;;### (autoloads nil "dabbrev" "dabbrev.el" (20992 52525 458637
5520;;;;;; 0)) 5545;;;;;; 0))
5521;;; Generated autoloads from dabbrev.el 5546;;; Generated autoloads from dabbrev.el
5522(put 'dabbrev-case-fold-search 'risky-local-variable t) 5547(put 'dabbrev-case-fold-search 'risky-local-variable t)
@@ -5714,8 +5739,8 @@ There is some minimal font-lock support (see vars
5714 5739
5715;;;*** 5740;;;***
5716 5741
5717;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (20709 26818 5742;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21005 64551
5718;;;;;; 907104 0)) 5743;;;;;; 555603 0))
5719;;; Generated autoloads from emacs-lisp/debug.el 5744;;; Generated autoloads from emacs-lisp/debug.el
5720 5745
5721(setq debugger 'debug) 5746(setq debugger 'debug)
@@ -5790,7 +5815,7 @@ The most useful commands are:
5790;;;### (autoloads nil "delim-col" "delim-col.el" (20709 26818 907104 5815;;;### (autoloads nil "delim-col" "delim-col.el" (20709 26818 907104
5791;;;;;; 0)) 5816;;;;;; 0))
5792;;; Generated autoloads from delim-col.el 5817;;; Generated autoloads from delim-col.el
5793(push (purecopy (quote (delim-col 2 1))) package--builtin-versions) 5818(push (purecopy '(delim-col 2 1)) package--builtin-versions)
5794(autoload 'delimit-columns-customize "delim-col" "\ 5819(autoload 'delimit-columns-customize "delim-col" "\
5795Customization of `columns' group. 5820Customization of `columns' group.
5796 5821
@@ -5908,7 +5933,7 @@ the first time the mode is used.
5908 5933
5909;;;*** 5934;;;***
5910 5935
5911;;;### (autoloads nil "descr-text" "descr-text.el" (20875 30633 412173 5936;;;### (autoloads nil "descr-text" "descr-text.el" (21024 28968 738399
5912;;;;;; 0)) 5937;;;;;; 0))
5913;;; Generated autoloads from descr-text.el 5938;;; Generated autoloads from descr-text.el
5914 5939
@@ -5943,7 +5968,8 @@ relevant to POS.
5943 5968
5944;;;*** 5969;;;***
5945 5970
5946;;;### (autoloads nil "desktop" "desktop.el" (20945 22315 8369 0)) 5971;;;### (autoloads nil "desktop" "desktop.el" (21005 64551 555603
5972;;;;;; 0))
5947;;; Generated autoloads from desktop.el 5973;;; Generated autoloads from desktop.el
5948 5974
5949(defvar desktop-save-mode nil "\ 5975(defvar desktop-save-mode nil "\
@@ -5971,9 +5997,8 @@ modes are restored automatically; they should not be listed here.")
5971 5997
5972(custom-autoload 'desktop-locals-to-save "desktop" t) 5998(custom-autoload 'desktop-locals-to-save "desktop" t)
5973 5999
5974(defvar desktop-save-buffer nil "\ 6000(defvar-local desktop-save-buffer nil "\
5975When non-nil, save buffer status in desktop file. 6001When non-nil, save buffer status in desktop file.
5976This variable becomes buffer local when set.
5977 6002
5978If the value is a function, it is called by `desktop-save' with argument 6003If the value is a function, it is called by `desktop-save' with argument
5979DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop 6004DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
@@ -6074,6 +6099,9 @@ Empty the Desktop.
6074This kills all buffers except for internal ones and those with names matched by 6099This kills all buffers except for internal ones and those with names matched by
6075a regular expression in the list `desktop-clear-preserve-buffers'. 6100a regular expression in the list `desktop-clear-preserve-buffers'.
6076Furthermore, it clears the variables listed in `desktop-globals-to-clear'. 6101Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6102When called interactively and `desktop-restore-frames' is non-nil, it also
6103deletes all frames except the selected one (and its minibuffer frame,
6104if different).
6077 6105
6078\(fn)" t nil) 6106\(fn)" t nil)
6079 6107
@@ -6164,8 +6192,8 @@ Deuglify broken Outlook (Express) articles and redisplay.
6164 6192
6165;;;*** 6193;;;***
6166 6194
6167;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (20932 6195;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (20992
6168;;;;;; 61699 522706 0)) 6196;;;;;; 52525 458637 0))
6169;;; Generated autoloads from calendar/diary-lib.el 6197;;; Generated autoloads from calendar/diary-lib.el
6170 6198
6171(autoload 'diary "diary-lib" "\ 6199(autoload 'diary "diary-lib" "\
@@ -6299,7 +6327,7 @@ Optional arguments are passed to `dig-invoke'.
6299 6327
6300;;;*** 6328;;;***
6301 6329
6302;;;### (autoloads nil "dired" "dired.el" (20932 61699 522706 0)) 6330;;;### (autoloads nil "dired" "dired.el" (20999 25770 522517 0))
6303;;; Generated autoloads from dired.el 6331;;; Generated autoloads from dired.el
6304 6332
6305(defvar dired-listing-switches (purecopy "-al") "\ 6333(defvar dired-listing-switches (purecopy "-al") "\
@@ -6470,7 +6498,7 @@ redefine OBJECT if it is a symbol.
6470 6498
6471;;;*** 6499;;;***
6472 6500
6473;;;### (autoloads nil "disp-table" "disp-table.el" (20709 26818 907104 6501;;;### (autoloads nil "disp-table" "disp-table.el" (20992 52525 458637
6474;;;;;; 0)) 6502;;;;;; 0))
6475;;; Generated autoloads from disp-table.el 6503;;; Generated autoloads from disp-table.el
6476 6504
@@ -6653,7 +6681,7 @@ Locate SOA record and increment the serial field.
6653 6681
6654;;;*** 6682;;;***
6655 6683
6656;;;### (autoloads nil "doc-view" "doc-view.el" (20899 12965 791908 6684;;;### (autoloads nil "doc-view" "doc-view.el" (20992 52525 458637
6657;;;;;; 0)) 6685;;;;;; 0))
6658;;; Generated autoloads from doc-view.el 6686;;; Generated autoloads from doc-view.el
6659 6687
@@ -6730,7 +6758,7 @@ strings when pressed twice. See `double-map' for details.
6730;;;### (autoloads nil "dunnet" "play/dunnet.el" (20900 33838 319219 6758;;;### (autoloads nil "dunnet" "play/dunnet.el" (20900 33838 319219
6731;;;;;; 0)) 6759;;;;;; 0))
6732;;; Generated autoloads from play/dunnet.el 6760;;; Generated autoloads from play/dunnet.el
6733(push (purecopy (quote (dunnet 2 1))) package--builtin-versions) 6761(push (purecopy '(dunnet 2 1)) package--builtin-versions)
6734(autoload 'dunnet "dunnet" "\ 6762(autoload 'dunnet "dunnet" "\
6735Switch to *dungeon* buffer and start game. 6763Switch to *dungeon* buffer and start game.
6736 6764
@@ -6738,8 +6766,8 @@ Switch to *dungeon* buffer and start game.
6738 6766
6739;;;*** 6767;;;***
6740 6768
6741;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (20900 6769;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (20992
6742;;;;;; 33838 319219 0)) 6770;;;;;; 52525 458637 0))
6743;;; Generated autoloads from emacs-lisp/easy-mmode.el 6771;;; Generated autoloads from emacs-lisp/easy-mmode.el
6744 6772
6745(defalias 'easy-mmode-define-minor-mode 'define-minor-mode) 6773(defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
@@ -7020,7 +7048,7 @@ To implement dynamic menus, either call this from
7020;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (20709 26818 7048;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (20709 26818
7021;;;;;; 907104 0)) 7049;;;;;; 907104 0))
7022;;; Generated autoloads from progmodes/ebnf2ps.el 7050;;; Generated autoloads from progmodes/ebnf2ps.el
7023(push (purecopy (quote (ebnf2ps 4 4))) package--builtin-versions) 7051(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7024(autoload 'ebnf-customize "ebnf2ps" "\ 7052(autoload 'ebnf-customize "ebnf2ps" "\
7025Customization for ebnf group. 7053Customization for ebnf group.
7026 7054
@@ -7282,8 +7310,8 @@ See `ebnf-style-database' documentation.
7282 7310
7283;;;*** 7311;;;***
7284 7312
7285;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (20709 26818 7313;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (20992 52525
7286;;;;;; 907104 0)) 7314;;;;;; 458637 0))
7287;;; Generated autoloads from progmodes/ebrowse.el 7315;;; Generated autoloads from progmodes/ebrowse.el
7288 7316
7289(autoload 'ebrowse-tree-mode "ebrowse" "\ 7317(autoload 'ebrowse-tree-mode "ebrowse" "\
@@ -7431,7 +7459,7 @@ Display statistics for a class tree.
7431 7459
7432;;;*** 7460;;;***
7433 7461
7434;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (20709 26818 907104 7462;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (20992 52525 458637
7435;;;;;; 0)) 7463;;;;;; 0))
7436;;; Generated autoloads from ebuff-menu.el 7464;;; Generated autoloads from ebuff-menu.el
7437 7465
@@ -7489,7 +7517,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7489 7517
7490;;;### (autoloads nil "ede" "cedet/ede.el" (20908 27948 216644 0)) 7518;;;### (autoloads nil "ede" "cedet/ede.el" (20908 27948 216644 0))
7491;;; Generated autoloads from cedet/ede.el 7519;;; Generated autoloads from cedet/ede.el
7492(push (purecopy (quote (ede 1 2))) package--builtin-versions) 7520(push (purecopy '(ede 1 2)) package--builtin-versions)
7493(defvar global-ede-mode nil "\ 7521(defvar global-ede-mode nil "\
7494Non-nil if Global-Ede mode is enabled. 7522Non-nil if Global-Ede mode is enabled.
7495See the command `global-ede-mode' for a description of this minor mode. 7523See the command `global-ede-mode' for a description of this minor mode.
@@ -7515,17 +7543,17 @@ an EDE controlled project.
7515;;;### (autoloads nil "ede/dired" "cedet/ede/dired.el" (20709 26818 7543;;;### (autoloads nil "ede/dired" "cedet/ede/dired.el" (20709 26818
7516;;;;;; 907104 0)) 7544;;;;;; 907104 0))
7517;;; Generated autoloads from cedet/ede/dired.el 7545;;; Generated autoloads from cedet/ede/dired.el
7518(push (purecopy (quote (dired 0 4))) package--builtin-versions) 7546(push (purecopy '(dired 0 4)) package--builtin-versions)
7519;;;*** 7547;;;***
7520 7548
7521;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el" 7549;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el"
7522;;;;;; (20881 10343 547564 552000)) 7550;;;;;; (20881 10343 547564 552000))
7523;;; Generated autoloads from cedet/ede/project-am.el 7551;;; Generated autoloads from cedet/ede/project-am.el
7524(push (purecopy (quote (project-am 0 0 3))) package--builtin-versions) 7552(push (purecopy '(project-am 0 0 3)) package--builtin-versions)
7525;;;*** 7553;;;***
7526 7554
7527;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (20912 25000 7555;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (20996 49577
7528;;;;;; 802412 0)) 7556;;;;;; 892030 0))
7529;;; Generated autoloads from emacs-lisp/edebug.el 7557;;; Generated autoloads from emacs-lisp/edebug.el
7530 7558
7531(defvar edebug-all-defs nil "\ 7559(defvar edebug-all-defs nil "\
@@ -7589,9 +7617,9 @@ Toggle edebugging of all forms.
7589 7617
7590;;;*** 7618;;;***
7591 7619
7592;;;### (autoloads nil "ediff" "vc/ediff.el" (20893 60586 188550 0)) 7620;;;### (autoloads nil "ediff" "vc/ediff.el" (20992 52525 458637 0))
7593;;; Generated autoloads from vc/ediff.el 7621;;; Generated autoloads from vc/ediff.el
7594(push (purecopy (quote (ediff 2 81 4))) package--builtin-versions) 7622(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7595(autoload 'ediff-files "ediff" "\ 7623(autoload 'ediff-files "ediff" "\
7596Run Ediff on a pair of files, FILE-A and FILE-B. 7624Run Ediff on a pair of files, FILE-A and FILE-B.
7597 7625
@@ -7818,10 +7846,50 @@ With optional NODE, goes to that node.
7818 7846
7819\(fn &optional NODE)" t nil) 7847\(fn &optional NODE)" t nil)
7820 7848
7849(autoload 'ediff-files-command "ediff" "\
7850
7851
7852\(fn)" nil nil)
7853
7854(autoload 'ediff3-files-command "ediff" "\
7855
7856
7857\(fn)" nil nil)
7858
7859(autoload 'ediff-merge-command "ediff" "\
7860
7861
7862\(fn)" nil nil)
7863
7864(autoload 'ediff-merge-with-ancestor-command "ediff" "\
7865
7866
7867\(fn)" nil nil)
7868
7869(autoload 'ediff-directories-command "ediff" "\
7870
7871
7872\(fn)" nil nil)
7873
7874(autoload 'ediff-directories3-command "ediff" "\
7875
7876
7877\(fn)" nil nil)
7878
7879(autoload 'ediff-merge-directories-command "ediff" "\
7880
7881
7882\(fn)" nil nil)
7883
7884(autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\
7885
7886
7887\(fn)" nil nil)
7888
7821;;;*** 7889;;;***
7822 7890
7823;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (20709 26818 7891;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (20992 52525
7824;;;;;; 907104 0)) 7892;;;;;; 458637 0))
7825;;; Generated autoloads from vc/ediff-help.el 7893;;; Generated autoloads from vc/ediff-help.el
7826 7894
7827(autoload 'ediff-customize "ediff-help" "\ 7895(autoload 'ediff-customize "ediff-help" "\
@@ -7844,8 +7912,8 @@ Display Ediff's registry.
7844 7912
7845;;;*** 7913;;;***
7846 7914
7847;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (20893 60586 7915;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (20992 52525
7848;;;;;; 188550 0)) 7916;;;;;; 458637 0))
7849;;; Generated autoloads from vc/ediff-util.el 7917;;; Generated autoloads from vc/ediff-util.el
7850 7918
7851(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7919(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7864,10 +7932,10 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7864 7932
7865;;;*** 7933;;;***
7866 7934
7867;;;### (autoloads nil "edmacro" "edmacro.el" (20709 26818 907104 7935;;;### (autoloads nil "edmacro" "edmacro.el" (20964 20753 310858
7868;;;;;; 0)) 7936;;;;;; 446000))
7869;;; Generated autoloads from edmacro.el 7937;;; Generated autoloads from edmacro.el
7870(push (purecopy (quote (edmacro 2 1))) package--builtin-versions) 7938(push (purecopy '(edmacro 2 1)) package--builtin-versions)
7871(autoload 'edit-kbd-macro "edmacro" "\ 7939(autoload 'edit-kbd-macro "edmacro" "\
7872Edit a keyboard macro. 7940Edit a keyboard macro.
7873At the prompt, type any key sequence which is bound to a keyboard macro. 7941At the prompt, type any key sequence which is bound to a keyboard macro.
@@ -7931,7 +7999,7 @@ Turn on EDT Emulation.
7931 7999
7932;;;*** 8000;;;***
7933 8001
7934;;;### (autoloads nil "ehelp" "ehelp.el" (20762 9398 526093 0)) 8002;;;### (autoloads nil "ehelp" "ehelp.el" (20992 52525 458637 0))
7935;;; Generated autoloads from ehelp.el 8003;;; Generated autoloads from ehelp.el
7936 8004
7937(autoload 'with-electric-help "ehelp" "\ 8005(autoload 'with-electric-help "ehelp" "\
@@ -7970,13 +8038,13 @@ BUFFER is put back into its original major mode.
7970;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (20930 5097 423575 8038;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (20930 5097 423575
7971;;;;;; 701000)) 8039;;;;;; 701000))
7972;;; Generated autoloads from emacs-lisp/eieio.el 8040;;; Generated autoloads from emacs-lisp/eieio.el
7973(push (purecopy (quote (eieio 1 4))) package--builtin-versions) 8041(push (purecopy '(eieio 1 4)) package--builtin-versions)
7974;;;*** 8042;;;***
7975 8043
7976;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (20908 8044;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (20908
7977;;;;;; 27948 216644 0)) 8045;;;;;; 27948 216644 0))
7978;;; Generated autoloads from emacs-lisp/eieio-core.el 8046;;; Generated autoloads from emacs-lisp/eieio-core.el
7979(push (purecopy (quote (eieio-core 1 4))) package--builtin-versions) 8047(push (purecopy '(eieio-core 1 4)) package--builtin-versions)
7980(autoload 'eieio-defclass-autoload "eieio-core" "\ 8048(autoload 'eieio-defclass-autoload "eieio-core" "\
7981Create autoload symbols for the EIEIO class CNAME. 8049Create autoload symbols for the EIEIO class CNAME.
7982SUPERCLASSES are the superclasses that CNAME inherits from. 8050SUPERCLASSES are the superclasses that CNAME inherits from.
@@ -8035,8 +8103,8 @@ Also extracts information about all methods specific to this generic.
8035 8103
8036;;;*** 8104;;;***
8037 8105
8038;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (20806 59818 8106;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21024 28968
8039;;;;;; 347907 0)) 8107;;;;;; 738399 0))
8040;;; Generated autoloads from emacs-lisp/eldoc.el 8108;;; Generated autoloads from emacs-lisp/eldoc.el
8041 8109
8042(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ 8110(defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
@@ -8289,7 +8357,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
8289 8357
8290;;;*** 8358;;;***
8291 8359
8292;;;### (autoloads nil "emerge" "vc/emerge.el" (20576 42138 697312 8360;;;### (autoloads nil "emerge" "vc/emerge.el" (20992 52525 458637
8293;;;;;; 0)) 8361;;;;;; 0))
8294;;; Generated autoloads from vc/emerge.el 8362;;; Generated autoloads from vc/emerge.el
8295 8363
@@ -8386,7 +8454,7 @@ Commands:
8386 8454
8387;;;*** 8455;;;***
8388 8456
8389;;;### (autoloads nil "epa" "epa.el" (20917 42917 611340 0)) 8457;;;### (autoloads nil "epa" "epa.el" (20978 19624 657047 0))
8390;;; Generated autoloads from epa.el 8458;;; Generated autoloads from epa.el
8391 8459
8392(autoload 'epa-list-keys "epa" "\ 8460(autoload 'epa-list-keys "epa" "\
@@ -8611,7 +8679,7 @@ Encrypt marked files.
8611 8679
8612;;;*** 8680;;;***
8613 8681
8614;;;### (autoloads nil "epa-mail" "epa-mail.el" (20709 26818 907104 8682;;;### (autoloads nil "epa-mail" "epa-mail.el" (20978 19624 657047
8615;;;;;; 0)) 8683;;;;;; 0))
8616;;; Generated autoloads from epa-mail.el 8684;;; Generated autoloads from epa-mail.el
8617 8685
@@ -8648,12 +8716,19 @@ Don't use this command in Lisp programs!
8648\(fn START END SIGNERS MODE)" t nil) 8716\(fn START END SIGNERS MODE)" t nil)
8649 8717
8650(autoload 'epa-mail-encrypt "epa-mail" "\ 8718(autoload 'epa-mail-encrypt "epa-mail" "\
8651Encrypt the current buffer. 8719Encrypt the outgoing mail message in the current buffer.
8652The buffer is expected to contain a mail message. 8720Takes the recipients from the text in the header in the buffer
8721and translates them through `epa-mail-aliases'.
8722With prefix argument, asks you to select among them interactively
8723and also whether and how to sign.
8653 8724
8654Don't use this command in Lisp programs! 8725Called from Lisp, the optional argument RECIPIENTS is a list
8726of recipient addresses, t to perform symmetric encryption,
8727or nil meaning use the defaults.
8655 8728
8656\(fn START END RECIPIENTS SIGN SIGNERS)" t nil) 8729SIGNERS is a list of keys to sign the message with.
8730
8731\(fn &optional RECIPIENTS SIGNERS)" t nil)
8657 8732
8658(autoload 'epa-mail-import-keys "epa-mail" "\ 8733(autoload 'epa-mail-import-keys "epa-mail" "\
8659Import keys in the OpenPGP armor format in the current buffer. 8734Import keys in the OpenPGP armor format in the current buffer.
@@ -8682,9 +8757,9 @@ if ARG is omitted or nil.
8682 8757
8683;;;*** 8758;;;***
8684 8759
8685;;;### (autoloads nil "epg" "epg.el" (20936 7342 261759 0)) 8760;;;### (autoloads nil "epg" "epg.el" (21022 27213 317995 0))
8686;;; Generated autoloads from epg.el 8761;;; Generated autoloads from epg.el
8687(push (purecopy (quote (epg 1 0 0))) package--builtin-versions) 8762(push (purecopy '(epg 1 0 0)) package--builtin-versions)
8688(autoload 'epg-make-context "epg" "\ 8763(autoload 'epg-make-context "epg" "\
8689Return a context object. 8764Return a context object.
8690 8765
@@ -8713,9 +8788,9 @@ Look at CONFIG and try to expand GROUP.
8713 8788
8714;;;*** 8789;;;***
8715 8790
8716;;;### (autoloads nil "erc" "erc/erc.el" (20891 18859 893295 0)) 8791;;;### (autoloads nil "erc" "erc/erc.el" (21013 58662 278539 0))
8717;;; Generated autoloads from erc/erc.el 8792;;; Generated autoloads from erc/erc.el
8718(push (purecopy (quote (erc 5 3))) package--builtin-versions) 8793(push (purecopy '(erc 5 3)) package--builtin-versions)
8719(autoload 'erc-select-read-args "erc" "\ 8794(autoload 'erc-select-read-args "erc" "\
8720Prompt the user for values of nick, server, port, and password. 8795Prompt the user for values of nick, server, port, and password.
8721 8796
@@ -8768,8 +8843,8 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8768 8843
8769;;;*** 8844;;;***
8770 8845
8771;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20709 26818 8846;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21013 58662
8772;;;;;; 907104 0)) 8847;;;;;; 278539 0))
8773;;; Generated autoloads from erc/erc-button.el 8848;;; Generated autoloads from erc/erc-button.el
8774 (autoload 'erc-button-mode "erc-button" nil t) 8849 (autoload 'erc-button-mode "erc-button" nil t)
8775 8850
@@ -8945,13 +9020,13 @@ system.
8945;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (20709 26818 907104 9020;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (20709 26818 907104
8946;;;;;; 0)) 9021;;;;;; 0))
8947;;; Generated autoloads from erc/erc-lang.el 9022;;; Generated autoloads from erc/erc-lang.el
8948(push (purecopy (quote (erc-lang 1 0 0))) package--builtin-versions) 9023(push (purecopy '(erc-lang 1 0 0)) package--builtin-versions)
8949;;;*** 9024;;;***
8950 9025
8951;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20884 7264 412929 9026;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21013 58662 278539
8952;;;;;; 442000)) 9027;;;;;; 0))
8953;;; Generated autoloads from erc/erc-list.el 9028;;; Generated autoloads from erc/erc-list.el
8954(push (purecopy (quote (erc-list 0 1))) package--builtin-versions) (autoload 'erc-list-mode "erc-list") 9029(push (purecopy '(erc-list 0 1)) package--builtin-versions) (autoload 'erc-list-mode "erc-list")
8955 9030
8956;;;*** 9031;;;***
8957 9032
@@ -9069,8 +9144,8 @@ Interactively select a server to connect to using `erc-server-alist'.
9069 9144
9070;;;*** 9145;;;***
9071 9146
9072;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (20891 18859 9147;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21013 58662
9073;;;;;; 893295 0)) 9148;;;;;; 278539 0))
9074;;; Generated autoloads from erc/erc-notify.el 9149;;; Generated autoloads from erc/erc-notify.el
9075 (autoload 'erc-notify-mode "erc-notify" nil t) 9150 (autoload 'erc-notify-mode "erc-notify" nil t)
9076 9151
@@ -9167,8 +9242,8 @@ This will add a speedbar major display mode.
9167 9242
9168;;;*** 9243;;;***
9169 9244
9170;;;### (autoloads nil "erc-track" "erc/erc-track.el" (20709 26818 9245;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21013 58662
9171;;;;;; 907104 0)) 9246;;;;;; 278539 0))
9172;;; Generated autoloads from erc/erc-track.el 9247;;; Generated autoloads from erc/erc-track.el
9173 9248
9174(defvar erc-track-minor-mode nil "\ 9249(defvar erc-track-minor-mode nil "\
@@ -9225,7 +9300,7 @@ Add a file to `erc-xdcc-files'.
9225 9300
9226;;;*** 9301;;;***
9227 9302
9228;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (20834 39208 838628 9303;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (20998 4934 952905
9229;;;;;; 0)) 9304;;;;;; 0))
9230;;; Generated autoloads from emacs-lisp/ert.el 9305;;; Generated autoloads from emacs-lisp/ert.el
9231 9306
@@ -9304,8 +9379,8 @@ Kill all test buffers that are still live.
9304 9379
9305;;;*** 9380;;;***
9306 9381
9307;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (20911 4138 9382;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (20992 52525
9308;;;;;; 279475 0)) 9383;;;;;; 458637 0))
9309;;; Generated autoloads from eshell/esh-mode.el 9384;;; Generated autoloads from eshell/esh-mode.el
9310 9385
9311(autoload 'eshell-mode "esh-mode" "\ 9386(autoload 'eshell-mode "esh-mode" "\
@@ -9320,7 +9395,7 @@ Emacs shell interactive mode.
9320;;;### (autoloads nil "eshell" "eshell/eshell.el" (20893 60586 188550 9395;;;### (autoloads nil "eshell" "eshell/eshell.el" (20893 60586 188550
9321;;;;;; 0)) 9396;;;;;; 0))
9322;;; Generated autoloads from eshell/eshell.el 9397;;; Generated autoloads from eshell/eshell.el
9323(push (purecopy (quote (eshell 2 4 2))) package--builtin-versions) 9398(push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9324(autoload 'eshell "eshell" "\ 9399(autoload 'eshell "eshell" "\
9325Create an interactive Eshell buffer. 9400Create an interactive Eshell buffer.
9326The buffer used for Eshell sessions is determined by the value of 9401The buffer used for Eshell sessions is determined by the value of
@@ -9352,7 +9427,7 @@ corresponding to a successful execution.
9352 9427
9353;;;*** 9428;;;***
9354 9429
9355;;;### (autoloads nil "etags" "progmodes/etags.el" (20731 53823 676680 9430;;;### (autoloads nil "etags" "progmodes/etags.el" (20992 52525 458637
9356;;;;;; 0)) 9431;;;;;; 0))
9357;;; Generated autoloads from progmodes/etags.el 9432;;; Generated autoloads from progmodes/etags.el
9358 9433
@@ -9975,7 +10050,7 @@ fourth arg NOSEP non-nil inhibits this.
9975 10050
9976;;;*** 10051;;;***
9977 10052
9978;;;### (autoloads nil "eww" "net/eww.el" (20941 25255 50698 0)) 10053;;;### (autoloads nil "eww" "net/eww.el" (21022 41153 91581 355000))
9979;;; Generated autoloads from net/eww.el 10054;;; Generated autoloads from net/eww.el
9980 10055
9981(autoload 'eww "eww" "\ 10056(autoload 'eww "eww" "\
@@ -10088,7 +10163,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10088 10163
10089;;;*** 10164;;;***
10090 10165
10091;;;### (autoloads nil "f90" "progmodes/f90.el" (20886 939 575794 10166;;;### (autoloads nil "f90" "progmodes/f90.el" (20992 52525 458637
10092;;;;;; 0)) 10167;;;;;; 0))
10093;;; Generated autoloads from progmodes/f90.el 10168;;; Generated autoloads from progmodes/f90.el
10094 10169
@@ -10318,10 +10393,10 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
10318 10393
10319;;;*** 10394;;;***
10320 10395
10321;;;### (autoloads nil "feedmail" "mail/feedmail.el" (20891 18859 10396;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21002 1963 769129
10322;;;;;; 893295 0)) 10397;;;;;; 0))
10323;;; Generated autoloads from mail/feedmail.el 10398;;; Generated autoloads from mail/feedmail.el
10324(push (purecopy (quote (feedmail 11))) package--builtin-versions) 10399(push (purecopy '(feedmail 11)) package--builtin-versions)
10325(autoload 'feedmail-send-it "feedmail" "\ 10400(autoload 'feedmail-send-it "feedmail" "\
10326Send the current mail buffer using the Feedmail package. 10401Send the current mail buffer using the Feedmail package.
10327This is a suitable value for `send-mail-function'. It can be used 10402This is a suitable value for `send-mail-function'. It can be used
@@ -10372,7 +10447,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10372 10447
10373;;;*** 10448;;;***
10374 10449
10375;;;### (autoloads nil "ffap" "ffap.el" (20752 26669 524456 0)) 10450;;;### (autoloads nil "ffap" "ffap.el" (20998 4934 952905 0))
10376;;; Generated autoloads from ffap.el 10451;;; Generated autoloads from ffap.el
10377 10452
10378(autoload 'ffap-next "ffap" "\ 10453(autoload 'ffap-next "ffap" "\
@@ -10435,7 +10510,7 @@ Evaluate the forms in variable `ffap-bindings'.
10435 10510
10436;;;*** 10511;;;***
10437 10512
10438;;;### (autoloads nil "filecache" "filecache.el" (20709 26818 907104 10513;;;### (autoloads nil "filecache" "filecache.el" (20998 4934 952905
10439;;;;;; 0)) 10514;;;;;; 0))
10440;;; Generated autoloads from filecache.el 10515;;; Generated autoloads from filecache.el
10441 10516
@@ -10493,6 +10568,19 @@ the name is considered already unique; only the second substitution
10493 10568
10494;;;*** 10569;;;***
10495 10570
10571;;;### (autoloads nil "filenotify" "filenotify.el" (20999 25770 522517
10572;;;;;; 0))
10573;;; Generated autoloads from filenotify.el
10574
10575(autoload 'file-notify-handle-event "filenotify" "\
10576Handle file system monitoring event.
10577If EVENT is a filewatch event, call its callback.
10578Otherwise, signal a `file-notify-error'.
10579
10580\(fn EVENT)" t nil)
10581
10582;;;***
10583
10496;;;### (autoloads nil "files-x" "files-x.el" (20938 49065 383398 10584;;;### (autoloads nil "files-x" "files-x.el" (20938 49065 383398
10497;;;;;; 0)) 10585;;;;;; 0))
10498;;; Generated autoloads from files-x.el 10586;;; Generated autoloads from files-x.el
@@ -10559,7 +10647,7 @@ Copy directory-local variables to the -*- line.
10559 10647
10560;;;*** 10648;;;***
10561 10649
10562;;;### (autoloads nil "filesets" "filesets.el" (20791 9657 561026 10650;;;### (autoloads nil "filesets" "filesets.el" (20999 25770 522517
10563;;;;;; 0)) 10651;;;;;; 0))
10564;;; Generated autoloads from filesets.el 10652;;; Generated autoloads from filesets.el
10565 10653
@@ -10574,7 +10662,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu.
10574;;;### (autoloads nil "find-cmd" "find-cmd.el" (20709 26818 907104 10662;;;### (autoloads nil "find-cmd" "find-cmd.el" (20709 26818 907104
10575;;;;;; 0)) 10663;;;;;; 0))
10576;;; Generated autoloads from find-cmd.el 10664;;; Generated autoloads from find-cmd.el
10577(push (purecopy (quote (find-cmd 0 6))) package--builtin-versions) 10665(push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10578(autoload 'find-cmd "find-cmd" "\ 10666(autoload 'find-cmd "find-cmd" "\
10579Initiate the building of a find command. 10667Initiate the building of a find command.
10580For example: 10668For example:
@@ -10630,7 +10718,7 @@ use in place of \"-ls\" as the final argument.
10630 10718
10631;;;*** 10719;;;***
10632 10720
10633;;;### (autoloads nil "find-file" "find-file.el" (20872 54440 171355 10721;;;### (autoloads nil "find-file" "find-file.el" (20999 25770 522517
10634;;;;;; 0)) 10722;;;;;; 0))
10635;;; Generated autoloads from find-file.el 10723;;; Generated autoloads from find-file.el
10636 10724
@@ -10880,7 +10968,7 @@ Define some key bindings for the find-function family of functions.
10880 10968
10881;;;*** 10969;;;***
10882 10970
10883;;;### (autoloads nil "find-lisp" "find-lisp.el" (20709 26818 907104 10971;;;### (autoloads nil "find-lisp" "find-lisp.el" (20993 35788 926781
10884;;;;;; 0)) 10972;;;;;; 0))
10885;;; Generated autoloads from find-lisp.el 10973;;; Generated autoloads from find-lisp.el
10886 10974
@@ -10895,7 +10983,7 @@ Find all subdirectories of DIR.
10895\(fn DIR)" t nil) 10983\(fn DIR)" t nil)
10896 10984
10897(autoload 'find-lisp-find-dired-filter "find-lisp" "\ 10985(autoload 'find-lisp-find-dired-filter "find-lisp" "\
10898Change the filter on a find-lisp-find-dired buffer to REGEXP. 10986Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
10899 10987
10900\(fn REGEXP)" t nil) 10988\(fn REGEXP)" t nil)
10901 10989
@@ -10903,7 +10991,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
10903 10991
10904;;;### (autoloads nil "finder" "finder.el" (20925 37032 237257 0)) 10992;;;### (autoloads nil "finder" "finder.el" (20925 37032 237257 0))
10905;;; Generated autoloads from finder.el 10993;;; Generated autoloads from finder.el
10906(push (purecopy (quote (finder 1 0))) package--builtin-versions) 10994(push (purecopy '(finder 1 0)) package--builtin-versions)
10907(autoload 'finder-list-keywords "finder" "\ 10995(autoload 'finder-list-keywords "finder" "\
10908Display descriptions of the keywords in the Finder buffer. 10996Display descriptions of the keywords in the Finder buffer.
10909 10997
@@ -10960,10 +11048,10 @@ to get the effect of a C-q.
10960 11048
10961;;;*** 11049;;;***
10962 11050
10963;;;### (autoloads nil "flymake" "progmodes/flymake.el" (20932 61699 11051;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21019 11047
10964;;;;;; 522706 0)) 11052;;;;;; 84796 0))
10965;;; Generated autoloads from progmodes/flymake.el 11053;;; Generated autoloads from progmodes/flymake.el
10966(push (purecopy (quote (flymake 0 3))) package--builtin-versions) 11054(push (purecopy '(flymake 0 3)) package--builtin-versions)
10967(autoload 'flymake-mode "flymake" "\ 11055(autoload 'flymake-mode "flymake" "\
10968Toggle on-the-fly syntax checking. 11056Toggle on-the-fly syntax checking.
10969With a prefix argument ARG, enable the mode if ARG is positive, 11057With a prefix argument ARG, enable the mode if ARG is positive,
@@ -11063,10 +11151,10 @@ Flyspell whole buffer.
11063;;;### (autoloads nil "foldout" "foldout.el" (20709 26818 907104 11151;;;### (autoloads nil "foldout" "foldout.el" (20709 26818 907104
11064;;;;;; 0)) 11152;;;;;; 0))
11065;;; Generated autoloads from foldout.el 11153;;; Generated autoloads from foldout.el
11066(push (purecopy (quote (foldout 1 10))) package--builtin-versions) 11154(push (purecopy '(foldout 1 10)) package--builtin-versions)
11067;;;*** 11155;;;***
11068 11156
11069;;;### (autoloads nil "follow" "follow.el" (20709 26818 907104 0)) 11157;;;### (autoloads nil "follow" "follow.el" (21005 64551 555603 0))
11070;;; Generated autoloads from follow.el 11158;;; Generated autoloads from follow.el
11071 11159
11072(autoload 'turn-on-follow-mode "follow" "\ 11160(autoload 'turn-on-follow-mode "follow" "\
@@ -11137,7 +11225,7 @@ selected if the original window is the first one in the frame.
11137;;;### (autoloads nil "footnote" "mail/footnote.el" (20709 26818 11225;;;### (autoloads nil "footnote" "mail/footnote.el" (20709 26818
11138;;;;;; 907104 0)) 11226;;;;;; 907104 0))
11139;;; Generated autoloads from mail/footnote.el 11227;;; Generated autoloads from mail/footnote.el
11140(push (purecopy (quote (footnote 0 19))) package--builtin-versions) 11228(push (purecopy '(footnote 0 19)) package--builtin-versions)
11141(autoload 'footnote-mode "footnote" "\ 11229(autoload 'footnote-mode "footnote" "\
11142Toggle Footnote mode. 11230Toggle Footnote mode.
11143With a prefix argument ARG, enable Footnote mode if ARG is 11231With a prefix argument ARG, enable Footnote mode if ARG is
@@ -11153,7 +11241,7 @@ play around with the following keys:
11153 11241
11154;;;*** 11242;;;***
11155 11243
11156;;;### (autoloads nil "forms" "forms.el" (20709 26818 907104 0)) 11244;;;### (autoloads nil "forms" "forms.el" (20999 25770 522517 0))
11157;;; Generated autoloads from forms.el 11245;;; Generated autoloads from forms.el
11158 11246
11159(autoload 'forms-mode "forms" "\ 11247(autoload 'forms-mode "forms" "\
@@ -11189,8 +11277,8 @@ Visit a file in Forms mode in other window.
11189 11277
11190;;;*** 11278;;;***
11191 11279
11192;;;### (autoloads nil "fortran" "progmodes/fortran.el" (20709 26818 11280;;;### (autoloads nil "fortran" "progmodes/fortran.el" (20992 52525
11193;;;;;; 907104 0)) 11281;;;;;; 458637 0))
11194;;; Generated autoloads from progmodes/fortran.el 11282;;; Generated autoloads from progmodes/fortran.el
11195 11283
11196(autoload 'fortran-mode "fortran" "\ 11284(autoload 'fortran-mode "fortran" "\
@@ -11316,14 +11404,175 @@ and choose the directory as the fortune-file.
11316 11404
11317;;;*** 11405;;;***
11318 11406
11407;;;### (autoloads nil "frameset" "frameset.el" (21005 64551 555603
11408;;;;;; 0))
11409;;; Generated autoloads from frameset.el
11410
11411(defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
11412Minimum set of parameters to filter for live (on-session) framesets.
11413DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
11414
11415(defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (font . frameset-filter-shelve-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-id . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\
11416Parameters to filter for persistent framesets.
11417DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
11418
11419(defvar frameset-filter-alist frameset-persistent-filter-alist "\
11420Alist of frame parameters and filtering functions.
11421
11422This alist is the default value of the FILTERS argument of
11423`frameset-save' and `frameset-restore' (which see).
11424
11425Initially, `frameset-filter-alist' is set to, and shares the value of,
11426`frameset-persistent-filter-alist'. You can override any item in
11427this alist by `push'ing a new item onto it. If, for some reason, you
11428intend to modify existing values, do
11429
11430 (setq frameset-filter-alist (copy-tree frameset-filter-alist))
11431
11432before changing anything.
11433
11434On saving, PARAMETERS is the parameter alist of each frame processed,
11435and FILTERED is the parameter alist that gets saved to the frameset.
11436
11437On restoring, PARAMETERS is the parameter alist extracted from the
11438frameset, and FILTERED is the resulting frame parameter alist used
11439to restore the frame.
11440
11441Elements of `frameset-filter-alist' are conses (PARAM . ACTION),
11442where PARAM is a parameter name (a symbol identifying a frame
11443parameter), and ACTION can be:
11444
11445 nil The parameter is copied to FILTERED.
11446 :never The parameter is never copied to FILTERED.
11447 :save The parameter is copied only when saving the frame.
11448 :restore The parameter is copied only when restoring the frame.
11449 FILTER A filter function.
11450
11451FILTER can be a symbol FILTER-FUN, or a list (FILTER-FUN ARGS...).
11452FILTER-FUN is invoked with
11453
11454 (apply FILTER-FUN CURRENT FILTERED PARAMETERS SAVING ARGS)
11455
11456where
11457
11458 CURRENT A cons (PARAM . VALUE), where PARAM is the one being
11459 filtered and VALUE is its current value.
11460 FILTERED The resulting alist (so far).
11461 PARAMETERS The complete alist of parameters being filtered,
11462 SAVING Non-nil if filtering before saving state, nil if filtering
11463 before restoring it.
11464 ARGS Any additional arguments specified in the ACTION.
11465
11466FILTER-FUN is allowed to modify items in FILTERED, but no other arguments.
11467It must return:
11468 nil Skip CURRENT (do not add it to FILTERED).
11469 t Add CURRENT to FILTERED as is.
11470 (NEW-PARAM . NEW-VALUE) Add this to FILTERED instead of CURRENT.
11471
11472Frame parameters not on this alist are passed intact, as if they were
11473defined with ACTION = nil.")
11474
11475(autoload 'frameset-frame-id "frameset" "\
11476Return the frame id of FRAME, if it has one; else, return nil.
11477A frame id is a string that uniquely identifies a frame.
11478It is persistent across `frameset-save' / `frameset-restore'
11479invocations, and once assigned is never changed unless the same
11480frame is duplicated (via `frameset-restore'), in which case the
11481newest frame keeps the id and the old frame's is set to nil.
11482
11483\(fn FRAME)" nil nil)
11484
11485(autoload 'frameset-frame-id-equal-p "frameset" "\
11486Return non-nil if FRAME's id matches ID.
11487
11488\(fn FRAME ID)" nil nil)
11489
11490(autoload 'frameset-frame-with-id "frameset" "\
11491Return the live frame with id ID, if exists; else nil.
11492If FRAME-LIST is a list of frames, check these frames only.
11493If nil, check all live frames.
11494
11495\(fn ID &optional FRAME-LIST)" nil nil)
11496
11497(autoload 'frameset-save "frameset" "\
11498Return a frameset for FRAME-LIST, a list of frames.
11499Dead frames and non-frame objects are silently removed from the list.
11500If nil, FRAME-LIST defaults to the output of `frame-list' (all live frames).
11501APP, NAME and DESCRIPTION are optional data; see the docstring of the
11502`frameset' defstruct for details.
11503FILTERS is an alist of parameter filters; if nil, the value of the variable
11504`frameset-filter-alist' is used instead.
11505PREDICATE is a predicate function, which must return non-nil for frames that
11506should be saved; if PREDICATE is nil, all frames from FRAME-LIST are saved.
11507PROPERTIES is a user-defined property list to add to the frameset.
11508
11509\(fn FRAME-LIST &key APP NAME DESCRIPTION FILTERS PREDICATE PROPERTIES)" nil nil)
11510
11511(autoload 'frameset-restore "frameset" "\
11512Restore a FRAMESET into the current display(s).
11513
11514PREDICATE is a function called with two arguments, the parameter alist
11515and the window-state of the frame being restored, in that order (see
11516the docstring of the `frameset' defstruct for additional details).
11517If PREDICATE returns nil, the frame described by that parameter alist
11518and window-state is not restored.
11519
11520FILTERS is an alist of parameter filters; if nil, the value of
11521`frameset-filter-alist' is used instead.
11522
11523REUSE-FRAMES selects the policy to use to reuse frames when restoring:
11524 t Reuse existing frames if possible, and delete those not reused.
11525 nil Restore frameset in new frames and delete existing frames.
11526 :keep Restore frameset in new frames and keep the existing ones.
11527 LIST A list of frames to reuse; only these are reused (if possible).
11528 Remaining frames in this list are deleted; other frames not
11529 included on the list are left untouched.
11530
11531FORCE-DISPLAY can be:
11532 t Frames are restored in the current display.
11533 nil Frames are restored, if possible, in their original displays.
11534 :delete Frames in other displays are deleted instead of restored.
11535 PRED A function called with two arguments, the parameter alist and
11536 the window state (in that order). It must return t, nil or
11537 `:delete', as above but affecting only the frame that will
11538 be created from that parameter alist.
11539
11540FORCE-ONSCREEN can be:
11541 t Force onscreen only those frames that are fully offscreen.
11542 nil Do not force any frame back onscreen.
11543 :all Force onscreen any frame fully or partially offscreen.
11544 PRED A function called with three arguments,
11545 - the live frame just restored,
11546 - a list (LEFT TOP WIDTH HEIGHT), describing the frame,
11547 - a list (LEFT TOP WIDTH HEIGHT), describing the workarea.
11548 It must return non-nil to force the frame onscreen, nil otherwise.
11549
11550Note the timing and scope of the operations described above: REUSE-FRAMES
11551affects existing frames; PREDICATE, FILTERS and FORCE-DISPLAY affect the frame
11552being restored before that happens; and FORCE-ONSCREEN affects the frame once
11553it has been restored.
11554
11555All keyword parameters default to nil.
11556
11557\(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN)" nil nil)
11558
11559(autoload 'frameset-to-register "frameset" "\
11560Store the current frameset in register REGISTER.
11561Use \\[jump-to-register] to restore the frameset.
11562Argument is a character, naming the register.
11563
11564\(fn REGISTER &optional ARG)" t nil)
11565
11566;;;***
11567
11319;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (20752 26925 11568;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (20752 26925
11320;;;;;; 124734 677000)) 11569;;;;;; 124734 677000))
11321;;; Generated autoloads from play/gamegrid.el 11570;;; Generated autoloads from play/gamegrid.el
11322(push (purecopy (quote (gamegrid 1 2))) package--builtin-versions) 11571(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11323;;;*** 11572;;;***
11324 11573
11325;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (20932 61687 11574;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (20992 52525
11326;;;;;; 205708 148000)) 11575;;;;;; 458637 0))
11327;;; Generated autoloads from progmodes/gdb-mi.el 11576;;; Generated autoloads from progmodes/gdb-mi.el
11328 11577
11329(defvar gdb-enable-debug nil "\ 11578(defvar gdb-enable-debug nil "\
@@ -11551,9 +11800,9 @@ DEFAULT-MAP specifies the default key map for ICON-LIST.
11551 11800
11552;;;*** 11801;;;***
11553 11802
11554;;;### (autoloads nil "gnus" "gnus/gnus.el" (20901 54695 989166 0)) 11803;;;### (autoloads nil "gnus" "gnus/gnus.el" (21002 1963 769129 0))
11555;;; Generated autoloads from gnus/gnus.el 11804;;; Generated autoloads from gnus/gnus.el
11556(push (purecopy (quote (gnus 5 13))) package--builtin-versions)(when (fboundp 'custom-autoload) 11805(push (purecopy '(gnus 5 13)) package--builtin-versions)(when (fboundp 'custom-autoload)
11557 (custom-autoload 'gnus-select-method "gnus")) 11806 (custom-autoload 'gnus-select-method "gnus"))
11558 11807
11559(autoload 'gnus-slave-no-server "gnus" "\ 11808(autoload 'gnus-slave-no-server "gnus" "\
@@ -11691,8 +11940,8 @@ If CLEAN, obsolete (ignore).
11691 11940
11692;;;*** 11941;;;***
11693 11942
11694;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (20941 25255 11943;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (20977 54298
11695;;;;;; 50698 0)) 11944;;;;;; 858063 0))
11696;;; Generated autoloads from gnus/gnus-art.el 11945;;; Generated autoloads from gnus/gnus-art.el
11697 11946
11698(autoload 'gnus-article-prepare-display "gnus-art" "\ 11947(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -11768,8 +12017,8 @@ supported.
11768 12017
11769;;;*** 12018;;;***
11770 12019
11771;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (20791 9657 12020;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (20988 22031
11772;;;;;; 561026 0)) 12021;;;;;; 837044 0))
11773;;; Generated autoloads from gnus/gnus-delay.el 12022;;; Generated autoloads from gnus/gnus-delay.el
11774 12023
11775(autoload 'gnus-delay-article "gnus-delay" "\ 12024(autoload 'gnus-delay-article "gnus-delay" "\
@@ -11905,8 +12154,8 @@ If gravatars are already displayed, remove them.
11905 12154
11906;;;*** 12155;;;***
11907 12156
11908;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (20929 34089 12157;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (20988 22031
11909;;;;;; 117790 0)) 12158;;;;;; 837044 0))
11910;;; Generated autoloads from gnus/gnus-group.el 12159;;; Generated autoloads from gnus/gnus-group.el
11911 12160
11912(autoload 'gnus-fetch-group "gnus-group" "\ 12161(autoload 'gnus-fetch-group "gnus-group" "\
@@ -12078,8 +12327,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12078 12327
12079;;;*** 12328;;;***
12080 12329
12081;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (20858 21542 12330;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (20974 22577
12082;;;;;; 723007 0)) 12331;;;;;; 548213 0))
12083;;; Generated autoloads from gnus/gnus-msg.el 12332;;; Generated autoloads from gnus/gnus-msg.el
12084 12333
12085(autoload 'gnus-msg-mail "gnus-msg" "\ 12334(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12214,8 +12463,8 @@ Add NUM into sorted LIST by side effect.
12214 12463
12215;;;*** 12464;;;***
12216 12465
12217;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (20779 12466;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (20955
12218;;;;;; 18487 859617 0)) 12467;;;;;; 58152 201869 0))
12219;;; Generated autoloads from gnus/gnus-registry.el 12468;;; Generated autoloads from gnus/gnus-registry.el
12220 12469
12221(autoload 'gnus-registry-initialize "gnus-registry" "\ 12470(autoload 'gnus-registry-initialize "gnus-registry" "\
@@ -12269,8 +12518,8 @@ Update the format specification near point.
12269 12518
12270;;;*** 12519;;;***
12271 12520
12272;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (20763 30266 12521;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (20986 60038
12273;;;;;; 231060 0)) 12522;;;;;; 720063 0))
12274;;; Generated autoloads from gnus/gnus-start.el 12523;;; Generated autoloads from gnus/gnus-start.el
12275 12524
12276(autoload 'gnus-declare-backend "gnus-start" "\ 12525(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12280,8 +12529,8 @@ Declare back end NAME with ABILITIES as a Gnus back end.
12280 12529
12281;;;*** 12530;;;***
12282 12531
12283;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (20901 54695 12532;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (20984 58408
12284;;;;;; 989166 0)) 12533;;;;;; 354075 0))
12285;;; Generated autoloads from gnus/gnus-sum.el 12534;;; Generated autoloads from gnus/gnus-sum.el
12286 12535
12287(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ 12536(autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
@@ -12319,7 +12568,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12319 12568
12320;;;*** 12569;;;***
12321 12570
12322;;;### (autoloads nil "gnutls" "net/gnutls.el" (20709 26818 907104 12571;;;### (autoloads nil "gnutls" "net/gnutls.el" (20998 4934 952905
12323;;;;;; 0)) 12572;;;;;; 0))
12324;;; Generated autoloads from net/gnutls.el 12573;;; Generated autoloads from net/gnutls.el
12325 12574
@@ -12336,7 +12585,7 @@ A value of nil says to use the default GnuTLS value.")
12336 12585
12337;;;*** 12586;;;***
12338 12587
12339;;;### (autoloads nil "gomoku" "play/gomoku.el" (20709 26818 907104 12588;;;### (autoloads nil "gomoku" "play/gomoku.el" (20992 52525 458637
12340;;;;;; 0)) 12589;;;;;; 0))
12341;;; Generated autoloads from play/gomoku.el 12590;;; Generated autoloads from play/gomoku.el
12342 12591
@@ -12688,7 +12937,7 @@ it if ARG is omitted or nil.
12688 12937
12689;;;*** 12938;;;***
12690 12939
12691;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (20709 26818 907104 12940;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21002 1963 769129
12692;;;;;; 0)) 12941;;;;;; 0))
12693;;; Generated autoloads from emacs-lisp/gv.el 12942;;; Generated autoloads from emacs-lisp/gv.el
12694 12943
@@ -13085,7 +13334,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file.
13085 13334
13086;;;*** 13335;;;***
13087 13336
13088;;;### (autoloads nil "help-macro" "help-macro.el" (20709 26818 907104 13337;;;### (autoloads nil "help-macro" "help-macro.el" (20992 52525 458637
13089;;;;;; 0)) 13338;;;;;; 0))
13090;;; Generated autoloads from help-macro.el 13339;;; Generated autoloads from help-macro.el
13091 13340
@@ -13100,7 +13349,7 @@ gives the window that lists the options.")
13100 13349
13101;;;*** 13350;;;***
13102 13351
13103;;;### (autoloads nil "help-mode" "help-mode.el" (20920 19111 869400 13352;;;### (autoloads nil "help-mode" "help-mode.el" (20999 25770 522517
13104;;;;;; 0)) 13353;;;;;; 0))
13105;;; Generated autoloads from help-mode.el 13354;;; Generated autoloads from help-mode.el
13106 13355
@@ -13200,8 +13449,8 @@ BOOKMARK is a bookmark name or a bookmark record.
13200 13449
13201;;;*** 13450;;;***
13202 13451
13203;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (20709 26818 13452;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (20992 52525
13204;;;;;; 907104 0)) 13453;;;;;; 458637 0))
13205;;; Generated autoloads from emacs-lisp/helper.el 13454;;; Generated autoloads from emacs-lisp/helper.el
13206 13455
13207(autoload 'Helper-describe-bindings "helper" "\ 13456(autoload 'Helper-describe-bindings "helper" "\
@@ -13588,7 +13837,7 @@ Unconditionally turn off `hs-minor-mode'.
13588 13837
13589;;;*** 13838;;;***
13590 13839
13591;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (20709 26818 907104 13840;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (20992 52525 458637
13592;;;;;; 0)) 13841;;;;;; 0))
13593;;; Generated autoloads from hilit-chg.el 13842;;; Generated autoloads from hilit-chg.el
13594 13843
@@ -13720,10 +13969,10 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode.
13720 13969
13721;;;*** 13970;;;***
13722 13971
13723;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (20709 26818 907104 13972;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (20992 52525 458637
13724;;;;;; 0)) 13973;;;;;; 0))
13725;;; Generated autoloads from hippie-exp.el 13974;;; Generated autoloads from hippie-exp.el
13726(push (purecopy (quote (hippie-exp 1 6))) package--builtin-versions) 13975(push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
13727(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ 13976(defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
13728The list of expansion functions tried in order by `hippie-expand'. 13977The list of expansion functions tried in order by `hippie-expand'.
13729To change the behavior of `hippie-expand', remove, change the order of, 13978To change the behavior of `hippie-expand', remove, change the order of,
@@ -13752,7 +14001,7 @@ argument VERBOSE non-nil makes the function verbose.
13752 14001
13753;;;*** 14002;;;***
13754 14003
13755;;;### (autoloads nil "hl-line" "hl-line.el" (20709 26818 907104 14004;;;### (autoloads nil "hl-line" "hl-line.el" (20992 52525 458637
13756;;;;;; 0)) 14005;;;;;; 0))
13757;;; Generated autoloads from hl-line.el 14006;;; Generated autoloads from hl-line.el
13758 14007
@@ -13965,7 +14214,7 @@ Convert HTML to plain text in the current buffer.
13965;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (20938 49065 14214;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (20938 49065
13966;;;;;; 383398 0)) 14215;;;;;; 383398 0))
13967;;; Generated autoloads from htmlfontify.el 14216;;; Generated autoloads from htmlfontify.el
13968(push (purecopy (quote (htmlfontify 0 21))) package--builtin-versions) 14217(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
13969(autoload 'htmlfontify-buffer "htmlfontify" "\ 14218(autoload 'htmlfontify-buffer "htmlfontify" "\
13970Create a new buffer, named for the current buffer + a .html extension, 14219Create a new buffer, named for the current buffer + a .html extension,
13971containing an inline CSS-stylesheet and formatted CSS-markup HTML 14220containing an inline CSS-stylesheet and formatted CSS-markup HTML
@@ -14084,8 +14333,8 @@ bound to the current value of the filter.
14084 14333
14085;;;*** 14334;;;***
14086 14335
14087;;;### (autoloads nil "ibuffer" "ibuffer.el" (20921 40206 193565 14336;;;### (autoloads nil "ibuffer" "ibuffer.el" (20999 25770 522517
14088;;;;;; 167000)) 14337;;;;;; 0))
14089;;; Generated autoloads from ibuffer.el 14338;;; Generated autoloads from ibuffer.el
14090 14339
14091(autoload 'ibuffer-list-buffers "ibuffer" "\ 14340(autoload 'ibuffer-list-buffers "ibuffer" "\
@@ -14127,7 +14376,7 @@ FORMATS is the value to use for `ibuffer-formats'.
14127;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (20709 14376;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (20709
14128;;;;;; 26818 907104 0)) 14377;;;;;; 26818 907104 0))
14129;;; Generated autoloads from calendar/icalendar.el 14378;;; Generated autoloads from calendar/icalendar.el
14130(push (purecopy (quote (icalendar 0 19))) package--builtin-versions) 14379(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14131(autoload 'icalendar-export-file "icalendar" "\ 14380(autoload 'icalendar-export-file "icalendar" "\
14132Export diary file to iCalendar format. 14381Export diary file to iCalendar format.
14133All diary entries in the file DIARY-FILENAME are converted to iCalendar 14382All diary entries in the file DIARY-FILENAME are converted to iCalendar
@@ -14177,7 +14426,7 @@ buffer `*icalendar-errors*'.
14177 14426
14178;;;*** 14427;;;***
14179 14428
14180;;;### (autoloads nil "icomplete" "icomplete.el" (20766 59066 666084 14429;;;### (autoloads nil "icomplete" "icomplete.el" (20992 52525 458637
14181;;;;;; 0)) 14430;;;;;; 0))
14182;;; Generated autoloads from icomplete.el 14431;;; Generated autoloads from icomplete.el
14183 14432
@@ -14270,7 +14519,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
14270;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (20929 34089 14519;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (20929 34089
14271;;;;;; 117790 0)) 14520;;;;;; 117790 0))
14272;;; Generated autoloads from progmodes/idlwave.el 14521;;; Generated autoloads from progmodes/idlwave.el
14273(push (purecopy (quote (idlwave 6 1 22))) package--builtin-versions) 14522(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14274(autoload 'idlwave-mode "idlwave" "\ 14523(autoload 'idlwave-mode "idlwave" "\
14275Major mode for editing IDL source files (version 6.1_em22). 14524Major mode for editing IDL source files (version 6.1_em22).
14276 14525
@@ -14395,17 +14644,17 @@ The main features of this mode are
14395 14644
14396;;;*** 14645;;;***
14397 14646
14398;;;### (autoloads nil "ido" "ido.el" (20937 28198 475168 0)) 14647;;;### (autoloads nil "ido" "ido.el" (20996 49577 892030 0))
14399;;; Generated autoloads from ido.el 14648;;; Generated autoloads from ido.el
14400 14649
14401(defvar ido-mode nil "\ 14650(defvar ido-mode nil "\
14402Determines for which functional group (buffer and files) ido behavior 14651Determines for which buffer/file Ido should be enabled.
14403should be enabled. The following values are possible: 14652The following values are possible:
14404- `buffer': Turn only on ido buffer behavior (switching, killing, 14653- `buffer': Turn only on ido buffer behavior (switching, killing,
14405 displaying...) 14654 displaying...)
14406- `file': Turn only on ido file behavior (finding, writing, inserting...) 14655- `file': Turn only on ido file behavior (finding, writing, inserting...)
14407- `both': Turn on ido buffer and file behavior. 14656- `both': Turn on ido buffer and file behavior.
14408- `nil': Turn off any ido switching. 14657- nil: Turn off any ido switching.
14409 14658
14410Setting this variable directly does not take effect; 14659Setting this variable directly does not take effect;
14411use either \\[customize] or the function `ido-mode'.") 14660use either \\[customize] or the function `ido-mode'.")
@@ -14681,7 +14930,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14681 14930
14682;;;*** 14931;;;***
14683 14932
14684;;;### (autoloads nil "image" "image.el" (20903 10024 645978 0)) 14933;;;### (autoloads nil "image" "image.el" (21005 64551 555603 0))
14685;;; Generated autoloads from image.el 14934;;; Generated autoloads from image.el
14686 14935
14687(autoload 'image-type-from-data "image" "\ 14936(autoload 'image-type-from-data "image" "\
@@ -14874,10 +15123,10 @@ If Emacs is compiled without ImageMagick support, this does nothing.
14874 15123
14875;;;*** 15124;;;***
14876 15125
14877;;;### (autoloads nil "image-dired" "image-dired.el" (20921 39978 15126;;;### (autoloads nil "image-dired" "image-dired.el" (20971 46377
14878;;;;;; 248467 0)) 15127;;;;;; 737658 0))
14879;;; Generated autoloads from image-dired.el 15128;;; Generated autoloads from image-dired.el
14880(push (purecopy (quote (image-dired 0 4 11))) package--builtin-versions) 15129(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
14881(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ 15130(autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
14882Toggle thumbnails in front of file names in the dired buffer. 15131Toggle thumbnails in front of file names in the dired buffer.
14883If no marked file could be found, insert or hide thumbnails on the 15132If no marked file could be found, insert or hide thumbnails on the
@@ -15074,7 +15323,7 @@ An image file is one whose name has an extension in
15074 15323
15075;;;*** 15324;;;***
15076 15325
15077;;;### (autoloads nil "image-mode" "image-mode.el" (20899 12965 791908 15326;;;### (autoloads nil "image-mode" "image-mode.el" (21005 64551 555603
15078;;;;;; 0)) 15327;;;;;; 0))
15079;;; Generated autoloads from image-mode.el 15328;;; Generated autoloads from image-mode.el
15080 15329
@@ -15083,6 +15332,9 @@ Major mode for image files.
15083You can use \\<image-mode-map>\\[image-toggle-display] 15332You can use \\<image-mode-map>\\[image-toggle-display]
15084to toggle between display as an image and display as text. 15333to toggle between display as an image and display as text.
15085 15334
15335Key bindings:
15336\\{image-mode-map}
15337
15086\(fn)" t nil) 15338\(fn)" t nil)
15087 15339
15088(autoload 'image-minor-mode "image-mode" "\ 15340(autoload 'image-minor-mode "image-mode" "\
@@ -15307,7 +15559,7 @@ of `inferior-lisp-program'). Runs the hooks from
15307 15559
15308;;;*** 15560;;;***
15309 15561
15310;;;### (autoloads nil "info" "info.el" (20940 4391 641153 0)) 15562;;;### (autoloads nil "info" "info.el" (20992 52525 458637 0))
15311;;; Generated autoloads from info.el 15563;;; Generated autoloads from info.el
15312 15564
15313(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ 15565(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
@@ -15566,10 +15818,10 @@ Perform completion on file preceding point.
15566 15818
15567;;;*** 15819;;;***
15568 15820
15569;;;### (autoloads nil "info-xref" "info-xref.el" (20938 49065 383398 15821;;;### (autoloads nil "info-xref" "info-xref.el" (20947 64044 876888
15570;;;;;; 0)) 15822;;;;;; 0))
15571;;; Generated autoloads from info-xref.el 15823;;; Generated autoloads from info-xref.el
15572(push (purecopy (quote (info-xref 3))) package--builtin-versions) 15824(push (purecopy '(info-xref 3)) package--builtin-versions)
15573(autoload 'info-xref-check "info-xref" "\ 15825(autoload 'info-xref-check "info-xref" "\
15574Check external references in FILENAME, an info document. 15826Check external references in FILENAME, an info document.
15575Interactively from an `Info-mode' or `texinfo-mode' buffer the 15827Interactively from an `Info-mode' or `texinfo-mode' buffer the
@@ -15698,7 +15950,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15698;;;### (autoloads nil "inversion" "cedet/inversion.el" (20745 310 15950;;;### (autoloads nil "inversion" "cedet/inversion.el" (20745 310
15699;;;;;; 425822 0)) 15951;;;;;; 425822 0))
15700;;; Generated autoloads from cedet/inversion.el 15952;;; Generated autoloads from cedet/inversion.el
15701(push (purecopy (quote (inversion 1 3))) package--builtin-versions) 15953(push (purecopy '(inversion 1 3)) package--builtin-versions)
15702(autoload 'inversion-require-emacs "inversion" "\ 15954(autoload 'inversion-require-emacs "inversion" "\
15703Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver. 15955Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
15704Only checks one based on which kind of Emacs is being run. 15956Only checks one based on which kind of Emacs is being run.
@@ -15731,7 +15983,7 @@ Toggle input method in interactive search.
15731;;;### (autoloads nil "isearchb" "isearchb.el" (20709 26818 907104 15983;;;### (autoloads nil "isearchb" "isearchb.el" (20709 26818 907104
15732;;;;;; 0)) 15984;;;;;; 0))
15733;;; Generated autoloads from isearchb.el 15985;;; Generated autoloads from isearchb.el
15734(push (purecopy (quote (isearchb 1 5))) package--builtin-versions) 15986(push (purecopy '(isearchb 1 5)) package--builtin-versions)
15735(autoload 'isearchb-activate "isearchb" "\ 15987(autoload 'isearchb-activate "isearchb" "\
15736Active isearchb mode for subsequent alphanumeric keystrokes. 15988Active isearchb mode for subsequent alphanumeric keystrokes.
15737Executing this command again will terminate the search; or, if 15989Executing this command again will terminate the search; or, if
@@ -15841,8 +16093,8 @@ Add submenus to the File menu, to convert to and from various formats.
15841 16093
15842;;;*** 16094;;;***
15843 16095
15844;;;### (autoloads nil "ispell" "textmodes/ispell.el" (20847 51240 16096;;;### (autoloads nil "ispell" "textmodes/ispell.el" (20992 52525
15845;;;;;; 240216 0)) 16097;;;;;; 458637 0))
15846;;; Generated autoloads from textmodes/ispell.el 16098;;; Generated autoloads from textmodes/ispell.el
15847 16099
15848(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 16100(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
@@ -16179,7 +16431,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16179 16431
16180;;;*** 16432;;;***
16181 16433
16182;;;### (autoloads nil "jka-compr" "jka-compr.el" (20759 33211 414988 16434;;;### (autoloads nil "jka-compr" "jka-compr.el" (20998 4934 952905
16183;;;;;; 0)) 16435;;;;;; 0))
16184;;; Generated autoloads from jka-compr.el 16436;;; Generated autoloads from jka-compr.el
16185 16437
@@ -16203,10 +16455,9 @@ by `jka-compr-installed'.
16203 16455
16204;;;*** 16456;;;***
16205 16457
16206;;;### (autoloads nil "js" "progmodes/js.el" (20895 15912 444844 16458;;;### (autoloads nil "js" "progmodes/js.el" (20998 4934 952905 0))
16207;;;;;; 0))
16208;;; Generated autoloads from progmodes/js.el 16459;;; Generated autoloads from progmodes/js.el
16209(push (purecopy (quote (js 9))) package--builtin-versions) 16460(push (purecopy '(js 9)) package--builtin-versions)
16210(autoload 'js-mode "js" "\ 16461(autoload 'js-mode "js" "\
16211Major mode for editing JavaScript. 16462Major mode for editing JavaScript.
16212 16463
@@ -16215,9 +16466,9 @@ Major mode for editing JavaScript.
16215 16466
16216;;;*** 16467;;;***
16217 16468
16218;;;### (autoloads nil "json" "json.el" (20709 26818 907104 0)) 16469;;;### (autoloads nil "json" "json.el" (20998 4934 952905 0))
16219;;; Generated autoloads from json.el 16470;;; Generated autoloads from json.el
16220(push (purecopy (quote (json 1 4))) package--builtin-versions) 16471(push (purecopy '(json 1 4)) package--builtin-versions)
16221;;;*** 16472;;;***
16222 16473
16223;;;### (autoloads nil "keypad" "emulation/keypad.el" (20709 26818 16474;;;### (autoloads nil "keypad" "emulation/keypad.el" (20709 26818
@@ -16298,7 +16549,7 @@ the context of text formatting.
16298 16549
16299;;;*** 16550;;;***
16300 16551
16301;;;### (autoloads nil "kkc" "international/kkc.el" (20799 169 640767 16552;;;### (autoloads nil "kkc" "international/kkc.el" (20998 4934 952905
16302;;;;;; 0)) 16553;;;;;; 0))
16303;;; Generated autoloads from international/kkc.el 16554;;; Generated autoloads from international/kkc.el
16304 16555
@@ -16447,8 +16698,8 @@ The kind of Korean keyboard for Korean input method.
16447 16698
16448;;;*** 16699;;;***
16449 16700
16450;;;### (autoloads nil "landmark" "play/landmark.el" (20709 26818 16701;;;### (autoloads nil "landmark" "play/landmark.el" (20992 52525
16451;;;;;; 907104 0)) 16702;;;;;; 458637 0))
16452;;; Generated autoloads from play/landmark.el 16703;;; Generated autoloads from play/landmark.el
16453 16704
16454(defalias 'landmark-repeat 'landmark-test-run) 16705(defalias 'landmark-repeat 'landmark-test-run)
@@ -16601,7 +16852,7 @@ A major mode to edit GNU ld script files
16601 16852
16602;;;*** 16853;;;***
16603 16854
16604;;;### (autoloads nil "life" "play/life.el" (20709 26818 907104 0)) 16855;;;### (autoloads nil "life" "play/life.el" (20998 4934 952905 0))
16605;;; Generated autoloads from play/life.el 16856;;; Generated autoloads from play/life.el
16606 16857
16607(autoload 'life "life" "\ 16858(autoload 'life "life" "\
@@ -16616,7 +16867,7 @@ generations (this defaults to 1).
16616 16867
16617;;;### (autoloads nil "linum" "linum.el" (20709 26818 907104 0)) 16868;;;### (autoloads nil "linum" "linum.el" (20709 26818 907104 0))
16618;;; Generated autoloads from linum.el 16869;;; Generated autoloads from linum.el
16619(push (purecopy (quote (linum 0 9 24))) package--builtin-versions) 16870(push (purecopy '(linum 0 9 24)) package--builtin-versions)
16620(autoload 'linum-mode "linum" "\ 16871(autoload 'linum-mode "linum" "\
16621Toggle display of line numbers in the left margin (Linum mode). 16872Toggle display of line numbers in the left margin (Linum mode).
16622With a prefix argument ARG, enable Linum mode if ARG is positive, 16873With a prefix argument ARG, enable Linum mode if ARG is positive,
@@ -16766,7 +17017,7 @@ done. Otherwise, it uses the current buffer.
16766 17017
16767;;;*** 17018;;;***
16768 17019
16769;;;### (autoloads nil "log-view" "vc/log-view.el" (20918 63784 852859 17020;;;### (autoloads nil "log-view" "vc/log-view.el" (20986 13739 89657
16770;;;;;; 0)) 17021;;;;;; 0))
16771;;; Generated autoloads from vc/log-view.el 17022;;; Generated autoloads from vc/log-view.el
16772 17023
@@ -16777,7 +17028,7 @@ Major mode for browsing CVS log output.
16777 17028
16778;;;*** 17029;;;***
16779 17030
16780;;;### (autoloads nil "lpr" "lpr.el" (20878 6823 881439 0)) 17031;;;### (autoloads nil "lpr" "lpr.el" (20975 43430 521692 0))
16781;;; Generated autoloads from lpr.el 17032;;; Generated autoloads from lpr.el
16782 17033
16783(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ 17034(defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
@@ -17184,8 +17435,8 @@ double-quotes.
17184 17435
17185;;;*** 17436;;;***
17186 17437
17187;;;### (autoloads nil "mailalias" "mail/mailalias.el" (20709 26818 17438;;;### (autoloads nil "mailalias" "mail/mailalias.el" (20970 25513
17188;;;;;; 907104 0)) 17439;;;;;; 362767 0))
17189;;; Generated autoloads from mail/mailalias.el 17440;;; Generated autoloads from mail/mailalias.el
17190 17441
17191(defvar mail-complete-style 'angles "\ 17442(defvar mail-complete-style 'angles "\
@@ -17437,7 +17688,7 @@ Default bookmark handler for Man buffers.
17437 17688
17438;;;### (autoloads nil "master" "master.el" (20884 7264 912957 506000)) 17689;;;### (autoloads nil "master" "master.el" (20884 7264 912957 506000))
17439;;; Generated autoloads from master.el 17690;;; Generated autoloads from master.el
17440(push (purecopy (quote (master 1 0 2))) package--builtin-versions) 17691(push (purecopy '(master 1 0 2)) package--builtin-versions)
17441(autoload 'master-mode "master" "\ 17692(autoload 'master-mode "master" "\
17442Toggle Master mode. 17693Toggle Master mode.
17443With a prefix argument ARG, enable Master mode if ARG is 17694With a prefix argument ARG, enable Master mode if ARG is
@@ -17487,10 +17738,10 @@ recursion depth in the minibuffer prompt. This is only useful if
17487 17738
17488;;;### (autoloads nil "md4" "md4.el" (20709 26818 907104 0)) 17739;;;### (autoloads nil "md4" "md4.el" (20709 26818 907104 0))
17489;;; Generated autoloads from md4.el 17740;;; Generated autoloads from md4.el
17490(push (purecopy (quote (md4 1 0))) package--builtin-versions) 17741(push (purecopy '(md4 1 0)) package--builtin-versions)
17491;;;*** 17742;;;***
17492 17743
17493;;;### (autoloads nil "message" "gnus/message.el" (20889 63525 775294 17744;;;### (autoloads nil "message" "gnus/message.el" (20986 60038 720063
17494;;;;;; 0)) 17745;;;;;; 0))
17495;;; Generated autoloads from gnus/message.el 17746;;; Generated autoloads from gnus/message.el
17496 17747
@@ -17659,7 +17910,7 @@ which specify the range to operate on.
17659;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (20874 17910;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (20874
17660;;;;;; 62962 290468 0)) 17911;;;;;; 62962 290468 0))
17661;;; Generated autoloads from progmodes/meta-mode.el 17912;;; Generated autoloads from progmodes/meta-mode.el
17662(push (purecopy (quote (meta-mode 1 0))) package--builtin-versions) 17913(push (purecopy '(meta-mode 1 0)) package--builtin-versions)
17663(autoload 'metafont-mode "meta-mode" "\ 17914(autoload 'metafont-mode "meta-mode" "\
17664Major mode for editing Metafont sources. 17915Major mode for editing Metafont sources.
17665 17916
@@ -17807,9 +18058,9 @@ delete the draft message.
17807 18058
17808;;;*** 18059;;;***
17809 18060
17810;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (20874 65006 672942 217000)) 18061;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (20987 34598 970563 0))
17811;;; Generated autoloads from mh-e/mh-e.el 18062;;; Generated autoloads from mh-e/mh-e.el
17812(push (purecopy (quote (mh-e 8 5))) package--builtin-versions) 18063(push (purecopy '(mh-e 8 5)) package--builtin-versions)
17813(put 'mh-progs 'risky-local-variable t) 18064(put 'mh-progs 'risky-local-variable t)
17814 18065
17815(put 'mh-lib 'risky-local-variable t) 18066(put 'mh-lib 'risky-local-variable t)
@@ -18072,10 +18323,10 @@ whose file names match the specified wildcard.
18072 18323
18073;;;*** 18324;;;***
18074 18325
18075;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (20709 18326;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (21002
18076;;;;;; 26818 907104 0)) 18327;;;;;; 1963 769129 0))
18077;;; Generated autoloads from progmodes/mixal-mode.el 18328;;; Generated autoloads from progmodes/mixal-mode.el
18078(push (purecopy (quote (mixal-mode 0 1))) package--builtin-versions) 18329(push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18079(autoload 'mixal-mode "mixal-mode" "\ 18330(autoload 'mixal-mode "mixal-mode" "\
18080Major mode for the mixal asm language. 18331Major mode for the mixal asm language.
18081 18332
@@ -18205,7 +18456,7 @@ body) or \"attachment\" (separate from the body).
18205 18456
18206;;;*** 18457;;;***
18207 18458
18208;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (20922 60838 997229 18459;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (20986 60038 720063
18209;;;;;; 0)) 18460;;;;;; 0))
18210;;; Generated autoloads from gnus/mml2015.el 18461;;; Generated autoloads from gnus/mml2015.el
18211 18462
@@ -18314,7 +18565,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text.
18314 18565
18315;;;*** 18566;;;***
18316 18567
18317;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (20709 26818 907104 18568;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (20992 52525 458637
18318;;;;;; 0)) 18569;;;;;; 0))
18319;;; Generated autoloads from mouse-drag.el 18570;;; Generated autoloads from mouse-drag.el
18320 18571
@@ -18362,7 +18613,7 @@ To test this function, evaluate:
18362 18613
18363;;;*** 18614;;;***
18364 18615
18365;;;### (autoloads nil "mpc" "mpc.el" (20838 36262 626321 0)) 18616;;;### (autoloads nil "mpc" "mpc.el" (20998 4934 952905 0))
18366;;; Generated autoloads from mpc.el 18617;;; Generated autoloads from mpc.el
18367 18618
18368(autoload 'mpc "mpc" "\ 18619(autoload 'mpc "mpc" "\
@@ -18382,7 +18633,7 @@ Multiplication puzzle with GNU Emacs.
18382 18633
18383;;;*** 18634;;;***
18384 18635
18385;;;### (autoloads nil "msb" "msb.el" (20709 26818 907104 0)) 18636;;;### (autoloads nil "msb" "msb.el" (20999 25770 522517 0))
18386;;; Generated autoloads from msb.el 18637;;; Generated autoloads from msb.el
18387 18638
18388(defvar msb-mode nil "\ 18639(defvar msb-mode nil "\
@@ -18540,8 +18791,8 @@ The default is 20. If LIMIT is negative, do not limit the listing.
18540 18791
18541;;;*** 18792;;;***
18542 18793
18543;;;### (autoloads nil "mule-util" "international/mule-util.el" (20826 18794;;;### (autoloads nil "mule-util" "international/mule-util.el" (20991
18544;;;;;; 45095 436233 0)) 18795;;;;;; 31656 363459 0))
18545;;; Generated autoloads from international/mule-util.el 18796;;; Generated autoloads from international/mule-util.el
18546 18797
18547(defsubst string-to-list (string) "\ 18798(defsubst string-to-list (string) "\
@@ -18672,92 +18923,6 @@ per-character basis, this may not be accurate.
18672 18923
18673;;;*** 18924;;;***
18674 18925
18675;;;### (autoloads nil "nadvice" "emacs-lisp/nadvice.el" (20940 4391
18676;;;;;; 641153 0))
18677;;; Generated autoloads from emacs-lisp/nadvice.el
18678
18679(autoload 'advice--remove-function "nadvice" "\
18680
18681
18682\(fn FLIST FUNCTION)" nil nil)
18683
18684(autoload 'advice--buffer-local "nadvice" "\
18685Buffer-local value of VAR, presumed to contain a function.
18686
18687\(fn VAR)" nil nil)
18688
18689(autoload 'add-function "nadvice" "\
18690Add a piece of advice on the function stored at PLACE.
18691FUNCTION describes the code to add. WHERE describes where to add it.
18692WHERE can be explained by showing the resulting new function, as the
18693result of combining FUNCTION and the previous value of PLACE, which we
18694call OLDFUN here:
18695`:before' (lambda (&rest r) (apply FUNCTION r) (apply OLDFUN r))
18696`:after' (lambda (&rest r) (prog1 (apply OLDFUN r) (apply FUNCTION r)))
18697`:around' (lambda (&rest r) (apply FUNCTION OLDFUN r))
18698`:override' (lambda (&rest r) (apply FUNCTION r))
18699`:before-while' (lambda (&rest r) (and (apply FUNCTION r) (apply OLDFUN r)))
18700`:before-until' (lambda (&rest r) (or (apply FUNCTION r) (apply OLDFUN r)))
18701`:after-while' (lambda (&rest r) (and (apply OLDFUN r) (apply FUNCTION r)))
18702`:after-until' (lambda (&rest r) (or (apply OLDFUN r) (apply FUNCTION r)))
18703`:filter-args' (lambda (&rest r) (apply OLDFUN (funcall FUNCTION r)))
18704`:filter-return'(lambda (&rest r) (funcall FUNCTION (apply OLDFUN r)))
18705If FUNCTION was already added, do nothing.
18706PROPS is an alist of additional properties, among which the following have
18707a special meaning:
18708- `name': a string or symbol. It can be used to refer to this piece of advice.
18709
18710If PLACE is a simple variable, only its global value will be affected.
18711Use (local 'VAR) if you want to apply FUNCTION to VAR buffer-locally.
18712
18713If one of FUNCTION or OLDFUN is interactive, then the resulting function
18714is also interactive. There are 3 cases:
18715- FUNCTION is not interactive: the interactive spec of OLDFUN is used.
18716- The interactive spec of FUNCTION is itself a function: it should take one
18717 argument (the interactive spec of OLDFUN, which it can pass to
18718 `advice-eval-interactive-spec') and return the list of arguments to use.
18719- Else, use the interactive spec of FUNCTION and ignore the one of OLDFUN.
18720
18721\(fn WHERE PLACE FUNCTION &optional PROPS)" nil t)
18722
18723(autoload 'advice--add-function "nadvice" "\
18724
18725
18726\(fn WHERE REF FUNCTION PROPS)" nil nil)
18727
18728(autoload 'remove-function "nadvice" "\
18729Remove the FUNCTION piece of advice from PLACE.
18730If FUNCTION was not added to PLACE, do nothing.
18731Instead of FUNCTION being the actual function, it can also be the `name'
18732of the piece of advice.
18733
18734\(fn PLACE FUNCTION)" nil t)
18735
18736(autoload 'advice-add "nadvice" "\
18737Like `add-function' but for the function named SYMBOL.
18738Contrary to `add-function', this will properly handle the cases where SYMBOL
18739is defined as a macro, alias, command, ...
18740
18741\(fn SYMBOL WHERE FUNCTION &optional PROPS)" nil nil)
18742
18743(autoload 'advice-remove "nadvice" "\
18744Like `remove-function' but for the function named SYMBOL.
18745Contrary to `remove-function', this also works when SYMBOL is a macro
18746or an autoload and it preserves `fboundp'.
18747Instead of the actual function to remove, FUNCTION can also be the `name'
18748of the piece of advice.
18749
18750\(fn SYMBOL FUNCTION)" nil nil)
18751
18752(autoload 'advice-member-p "nadvice" "\
18753Return non-nil if ADVICE has been added to FUNCTION-NAME.
18754Instead of ADVICE being the actual function, it can also be the `name'
18755of the piece of advice.
18756
18757\(fn ADVICE FUNCTION-NAME)" nil nil)
18758
18759;;;***
18760
18761;;;### (autoloads nil "net-utils" "net/net-utils.el" (20903 10024 18926;;;### (autoloads nil "net-utils" "net/net-utils.el" (20903 10024
18762;;;;;; 645978 0)) 18927;;;;;; 645978 0))
18763;;; Generated autoloads from net/net-utils.el 18928;;; Generated autoloads from net/net-utils.el
@@ -18866,8 +19031,8 @@ listed in the PORTS list.
18866 19031
18867;;;*** 19032;;;***
18868 19033
18869;;;### (autoloads nil "network-stream" "net/network-stream.el" (20770 19034;;;### (autoloads nil "network-stream" "net/network-stream.el" (20984
18870;;;;;; 3512 176098 0)) 19035;;;;;; 58408 354075 0))
18871;;; Generated autoloads from net/network-stream.el 19036;;; Generated autoloads from net/network-stream.el
18872 19037
18873(autoload 'open-network-stream "network-stream" "\ 19038(autoload 'open-network-stream "network-stream" "\
@@ -18948,6 +19113,9 @@ values:
18948:use-starttls-if-possible is a boolean that says to do opportunistic 19113:use-starttls-if-possible is a boolean that says to do opportunistic
18949STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality. 19114STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
18950 19115
19116:nogreeting is a boolean that can be used to inhibit waiting for
19117a greeting from the server.
19118
18951:nowait is a boolean that says the connection should be made 19119:nowait is a boolean that says the connection should be made
18952 asynchronously, if possible. 19120 asynchronously, if possible.
18953 19121
@@ -18980,7 +19148,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
18980;;;*** 19148;;;***
18981 19149
18982;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" 19150;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
18983;;;;;; (20762 9398 526093 0)) 19151;;;;;; (20992 52525 458637 0))
18984;;; Generated autoloads from net/newst-plainview.el 19152;;; Generated autoloads from net/newst-plainview.el
18985 19153
18986(autoload 'newsticker-plainview "newst-plainview" "\ 19154(autoload 'newsticker-plainview "newst-plainview" "\
@@ -19036,7 +19204,7 @@ Start newsticker treeview.
19036;;;### (autoloads nil "newsticker" "net/newsticker.el" (20709 26818 19204;;;### (autoloads nil "newsticker" "net/newsticker.el" (20709 26818
19037;;;;;; 907104 0)) 19205;;;;;; 907104 0))
19038;;; Generated autoloads from net/newsticker.el 19206;;; Generated autoloads from net/newsticker.el
19039(push (purecopy (quote (newsticker 1 99))) package--builtin-versions) 19207(push (purecopy '(newsticker 1 99)) package--builtin-versions)
19040;;;*** 19208;;;***
19041 19209
19042;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (20709 26818 907104 19210;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (20709 26818 907104
@@ -19080,10 +19248,10 @@ This command does not work if you use short group names.
19080;;;### (autoloads nil "nnmairix" "gnus/nnmairix.el" (20709 26818 19248;;;### (autoloads nil "nnmairix" "gnus/nnmairix.el" (20709 26818
19081;;;;;; 907104 0)) 19249;;;;;; 907104 0))
19082;;; Generated autoloads from gnus/nnmairix.el 19250;;; Generated autoloads from gnus/nnmairix.el
19083(push (purecopy (quote (nnmairix 0 6))) package--builtin-versions) 19251(push (purecopy '(nnmairix 0 6)) package--builtin-versions)
19084;;;*** 19252;;;***
19085 19253
19086;;;### (autoloads nil "nnml" "gnus/nnml.el" (20709 26818 907104 0)) 19254;;;### (autoloads nil "nnml" "gnus/nnml.el" (20955 58152 201869 0))
19087;;; Generated autoloads from gnus/nnml.el 19255;;; Generated autoloads from gnus/nnml.el
19088 19256
19089(autoload 'nnml-generate-nov-databases "nnml" "\ 19257(autoload 'nnml-generate-nov-databases "nnml" "\
@@ -19142,7 +19310,7 @@ closing requests for requests that are used in matched pairs.
19142 19310
19143;;;### (autoloads nil "ntlm" "net/ntlm.el" (20709 26818 907104 0)) 19311;;;### (autoloads nil "ntlm" "net/ntlm.el" (20709 26818 907104 0))
19144;;; Generated autoloads from net/ntlm.el 19312;;; Generated autoloads from net/ntlm.el
19145(push (purecopy (quote (ntlm 1 0))) package--builtin-versions) 19313(push (purecopy '(ntlm 1 0)) package--builtin-versions)
19146;;;*** 19314;;;***
19147 19315
19148;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (20709 26818 19316;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (20709 26818
@@ -19987,10 +20155,10 @@ See the command `outline-mode' for more information on this mode.
19987 20155
19988;;;*** 20156;;;***
19989 20157
19990;;;### (autoloads nil "package" "emacs-lisp/package.el" (20938 49065 20158;;;### (autoloads nil "package" "emacs-lisp/package.el" (21022 27213
19991;;;;;; 383398 0)) 20159;;;;;; 317995 0))
19992;;; Generated autoloads from emacs-lisp/package.el 20160;;; Generated autoloads from emacs-lisp/package.el
19993(push (purecopy (quote (package 1 0 1))) package--builtin-versions) 20161(push (purecopy '(package 1 0 1)) package--builtin-versions)
19994(defvar package-enable-at-startup t "\ 20162(defvar package-enable-at-startup t "\
19995Whether to activate installed packages when Emacs starts. 20163Whether to activate installed packages when Emacs starts.
19996If non-nil, packages are activated after reading the init file 20164If non-nil, packages are activated after reading the init file
@@ -20169,8 +20337,8 @@ Check if KEY is in the cache.
20169 20337
20170;;;*** 20338;;;***
20171 20339
20172;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (20717 20920 20340;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (20991 31656
20173;;;;;; 410005 0)) 20341;;;;;; 363459 0))
20174;;; Generated autoloads from emacs-lisp/pcase.el 20342;;; Generated autoloads from emacs-lisp/pcase.el
20175 20343
20176(autoload 'pcase "pcase" "\ 20344(autoload 'pcase "pcase" "\
@@ -20436,7 +20604,7 @@ Setup `shell-mode' to use pcomplete.
20436 20604
20437;;;*** 20605;;;***
20438 20606
20439;;;### (autoloads nil "pcvs" "vc/pcvs.el" (20717 20920 410005 0)) 20607;;;### (autoloads nil "pcvs" "vc/pcvs.el" (20983 37555 279226 0))
20440;;; Generated autoloads from vc/pcvs.el 20608;;; Generated autoloads from vc/pcvs.el
20441 20609
20442(autoload 'cvs-checkout "pcvs" "\ 20610(autoload 'cvs-checkout "pcvs" "\
@@ -20717,7 +20885,7 @@ Use streaming commands.
20717 20885
20718;;;*** 20886;;;***
20719 20887
20720;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (20709 26818 907104 20888;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21013 58662 278539
20721;;;;;; 0)) 20889;;;;;; 0))
20722;;; Generated autoloads from emacs-lisp/pp.el 20890;;; Generated autoloads from emacs-lisp/pp.el
20723 20891
@@ -20768,10 +20936,10 @@ Ignores leading comment characters.
20768 20936
20769;;;*** 20937;;;***
20770 20938
20771;;;### (autoloads nil "printing" "printing.el" (20891 44219 680764 20939;;;### (autoloads nil "printing" "printing.el" (20975 43430 521692
20772;;;;;; 0)) 20940;;;;;; 0))
20773;;; Generated autoloads from printing.el 20941;;; Generated autoloads from printing.el
20774(push (purecopy (quote (printing 6 9 3))) package--builtin-versions) 20942(push (purecopy '(printing 6 9 3)) package--builtin-versions)
20775(autoload 'pr-interface "printing" "\ 20943(autoload 'pr-interface "printing" "\
20776Activate the printing interface buffer. 20944Activate the printing interface buffer.
20777 20945
@@ -21453,7 +21621,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21453;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (20777 63161 21621;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (20777 63161
21454;;;;;; 848428 0)) 21622;;;;;; 848428 0))
21455;;; Generated autoloads from progmodes/ps-mode.el 21623;;; Generated autoloads from progmodes/ps-mode.el
21456(push (purecopy (quote (ps-mode 1 1 9))) package--builtin-versions) 21624(push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
21457(autoload 'ps-mode "ps-mode" "\ 21625(autoload 'ps-mode "ps-mode" "\
21458Major mode for editing PostScript with GNU Emacs. 21626Major mode for editing PostScript with GNU Emacs.
21459 21627
@@ -21497,10 +21665,10 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
21497 21665
21498;;;*** 21666;;;***
21499 21667
21500;;;### (autoloads nil "ps-print" "ps-print.el" (20874 65006 672942 21668;;;### (autoloads nil "ps-print" "ps-print.el" (20975 43430 521692
21501;;;;;; 217000)) 21669;;;;;; 0))
21502;;; Generated autoloads from ps-print.el 21670;;; Generated autoloads from ps-print.el
21503(push (purecopy (quote (ps-print 7 3 5))) package--builtin-versions) 21671(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
21504(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"))) "\ 21672(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"))) "\
21505List associating a symbolic paper type to its width, height and doc media. 21673List associating a symbolic paper type to its width, height and doc media.
21506See `ps-paper-type'.") 21674See `ps-paper-type'.")
@@ -21697,13 +21865,13 @@ If EXTENSION is any other symbol, it is ignored.
21697;;;### (autoloads nil "pulse" "cedet/pulse.el" (20709 26818 907104 21865;;;### (autoloads nil "pulse" "cedet/pulse.el" (20709 26818 907104
21698;;;;;; 0)) 21866;;;;;; 0))
21699;;; Generated autoloads from cedet/pulse.el 21867;;; Generated autoloads from cedet/pulse.el
21700(push (purecopy (quote (pulse 1 0))) package--builtin-versions) 21868(push (purecopy '(pulse 1 0)) package--builtin-versions)
21701;;;*** 21869;;;***
21702 21870
21703;;;### (autoloads nil "python" "progmodes/python.el" (20928 13222 21871;;;### (autoloads nil "python" "progmodes/python.el" (21020 31917
21704;;;;;; 500272 0)) 21872;;;;;; 145164 0))
21705;;; Generated autoloads from progmodes/python.el 21873;;; Generated autoloads from progmodes/python.el
21706(push (purecopy (quote (python 0 24 2))) package--builtin-versions) 21874(push (purecopy '(python 0 24 2)) package--builtin-versions)
21707(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 21875(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
21708 21876
21709(add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode)) 21877(add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode))
@@ -21755,8 +21923,8 @@ them into characters should be done separately.
21755 21923
21756;;;*** 21924;;;***
21757 21925
21758;;;### (autoloads nil "quail" "international/quail.el" (20709 26818 21926;;;### (autoloads nil "quail" "international/quail.el" (20998 4934
21759;;;;;; 907104 0)) 21927;;;;;; 952905 0))
21760;;; Generated autoloads from international/quail.el 21928;;; Generated autoloads from international/quail.el
21761 21929
21762(autoload 'quail-title "quail" "\ 21930(autoload 'quail-title "quail" "\
@@ -22057,7 +22225,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22057 22225
22058;;;*** 22226;;;***
22059 22227
22060;;;### (autoloads nil "rcirc" "net/rcirc.el" (20770 3512 176098 0)) 22228;;;### (autoloads nil "rcirc" "net/rcirc.el" (20992 52525 458637
22229;;;;;; 0))
22061;;; Generated autoloads from net/rcirc.el 22230;;; Generated autoloads from net/rcirc.el
22062 22231
22063(autoload 'rcirc "rcirc" "\ 22232(autoload 'rcirc "rcirc" "\
@@ -22107,8 +22276,8 @@ See \\[compile].
22107 22276
22108;;;*** 22277;;;***
22109 22278
22110;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (20709 22279;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (20984
22111;;;;;; 26818 907104 0)) 22280;;;;;; 58408 354075 0))
22112;;; Generated autoloads from emacs-lisp/re-builder.el 22281;;; Generated autoloads from emacs-lisp/re-builder.el
22113 22282
22114(defalias 'regexp-builder 're-builder) 22283(defalias 'regexp-builder 're-builder)
@@ -22494,13 +22663,13 @@ This means the number of non-shy regexp grouping constructs
22494;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (20709 26818 907104 22663;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (20709 26818 907104
22495;;;;;; 0)) 22664;;;;;; 0))
22496;;; Generated autoloads from emacs-lisp/regi.el 22665;;; Generated autoloads from emacs-lisp/regi.el
22497(push (purecopy (quote (regi 1 8))) package--builtin-versions) 22666(push (purecopy '(regi 1 8)) package--builtin-versions)
22498;;;*** 22667;;;***
22499 22668
22500;;;### (autoloads nil "remember" "textmodes/remember.el" (20945 22315 22669;;;### (autoloads nil "remember" "textmodes/remember.el" (20945 22315
22501;;;;;; 8369 0)) 22670;;;;;; 8369 0))
22502;;; Generated autoloads from textmodes/remember.el 22671;;; Generated autoloads from textmodes/remember.el
22503(push (purecopy (quote (remember 2 0))) package--builtin-versions) 22672(push (purecopy '(remember 2 0)) package--builtin-versions)
22504(autoload 'remember "remember" "\ 22673(autoload 'remember "remember" "\
22505Remember an arbitrary piece of data. 22674Remember an arbitrary piece of data.
22506INITIAL is the text to initially place in the *Remember* buffer, 22675INITIAL is the text to initially place in the *Remember* buffer,
@@ -22557,7 +22726,7 @@ preserve across Emacs restarts. The notes will be stored in the
22557 22726
22558;;;### (autoloads nil "repeat" "repeat.el" (20709 26818 907104 0)) 22727;;;### (autoloads nil "repeat" "repeat.el" (20709 26818 907104 0))
22559;;; Generated autoloads from repeat.el 22728;;; Generated autoloads from repeat.el
22560(push (purecopy (quote (repeat 0 51))) package--builtin-versions) 22729(push (purecopy '(repeat 0 51)) package--builtin-versions)
22561(autoload 'repeat "repeat" "\ 22730(autoload 'repeat "repeat" "\
22562Repeat most recently executed command. 22731Repeat most recently executed command.
22563If REPEAT-ARG is non-nil (interactively, with a prefix argument), 22732If REPEAT-ARG is non-nil (interactively, with a prefix argument),
@@ -22609,7 +22778,7 @@ mail-sending package is used for editing and sending the message.
22609 22778
22610;;;*** 22779;;;***
22611 22780
22612;;;### (autoloads nil "reposition" "reposition.el" (20709 26818 907104 22781;;;### (autoloads nil "reposition" "reposition.el" (20992 52525 458637
22613;;;;;; 0)) 22782;;;;;; 0))
22614;;; Generated autoloads from reposition.el 22783;;; Generated autoloads from reposition.el
22615 22784
@@ -22732,7 +22901,7 @@ variable.
22732 22901
22733;;;*** 22902;;;***
22734 22903
22735;;;### (autoloads nil "rmail" "mail/rmail.el" (20892 39729 858825 22904;;;### (autoloads nil "rmail" "mail/rmail.el" (20992 52525 458637
22736;;;;;; 0)) 22905;;;;;; 0))
22737;;; Generated autoloads from mail/rmail.el 22906;;; Generated autoloads from mail/rmail.el
22738 22907
@@ -22995,8 +23164,8 @@ than appending to it. Deletes the message after writing if
22995 23164
22996;;;*** 23165;;;***
22997 23166
22998;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (20709 26818 23167;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (20998 4934
22999;;;;;; 907104 0)) 23168;;;;;; 952905 0))
23000;;; Generated autoloads from nxml/rng-cmpct.el 23169;;; Generated autoloads from nxml/rng-cmpct.el
23001 23170
23002(autoload 'rng-c-load-schema "rng-cmpct" "\ 23171(autoload 'rng-c-load-schema "rng-cmpct" "\
@@ -23112,7 +23281,7 @@ Start using robin package NAME, which is a string.
23112 23281
23113;;;*** 23282;;;***
23114 23283
23115;;;### (autoloads nil "rot13" "rot13.el" (20709 26818 907104 0)) 23284;;;### (autoloads nil "rot13" "rot13.el" (20992 52525 458637 0))
23116;;; Generated autoloads from rot13.el 23285;;; Generated autoloads from rot13.el
23117 23286
23118(autoload 'rot13 "rot13" "\ 23287(autoload 'rot13 "rot13" "\
@@ -23180,10 +23349,10 @@ for modes derived from Text mode, like Mail mode.
23180 23349
23181;;;*** 23350;;;***
23182 23351
23183;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (20944 23352;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21024
23184;;;;;; 1446 914400 0)) 23353;;;;;; 28968 738399 0))
23185;;; Generated autoloads from progmodes/ruby-mode.el 23354;;; Generated autoloads from progmodes/ruby-mode.el
23186(push (purecopy (quote (ruby-mode 1 2))) package--builtin-versions) 23355(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23187(autoload 'ruby-mode "ruby-mode" "\ 23356(autoload 'ruby-mode "ruby-mode" "\
23188Major mode for editing Ruby scripts. 23357Major mode for editing Ruby scripts.
23189\\[ruby-indent-line] properly indents subexpressions of multi-line 23358\\[ruby-indent-line] properly indents subexpressions of multi-line
@@ -23205,7 +23374,7 @@ The variable `ruby-indent-level' controls the amount of indentation.
23205;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (20791 9657 561026 23374;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (20791 9657 561026
23206;;;;;; 0)) 23375;;;;;; 0))
23207;;; Generated autoloads from ruler-mode.el 23376;;; Generated autoloads from ruler-mode.el
23208(push (purecopy (quote (ruler-mode 1 6))) package--builtin-versions) 23377(push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23209(defvar ruler-mode nil "\ 23378(defvar ruler-mode nil "\
23210Non-nil if Ruler mode is enabled. 23379Non-nil if Ruler mode is enabled.
23211Use the command `ruler-mode' to change this variable.") 23380Use the command `ruler-mode' to change this variable.")
@@ -23535,13 +23704,13 @@ enclosed in `(and ...)'.
23535;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (20709 26818 23704;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (20709 26818
23536;;;;;; 907104 0)) 23705;;;;;; 907104 0))
23537;;; Generated autoloads from net/sasl-ntlm.el 23706;;; Generated autoloads from net/sasl-ntlm.el
23538(push (purecopy (quote (sasl 1 0))) package--builtin-versions) 23707(push (purecopy '(sasl 1 0)) package--builtin-versions)
23539;;;*** 23708;;;***
23540 23709
23541;;;### (autoloads nil "savehist" "savehist.el" (20709 26818 907104 23710;;;### (autoloads nil "savehist" "savehist.el" (20709 26818 907104
23542;;;;;; 0)) 23711;;;;;; 0))
23543;;; Generated autoloads from savehist.el 23712;;; Generated autoloads from savehist.el
23544(push (purecopy (quote (savehist 24))) package--builtin-versions) 23713(push (purecopy '(savehist 24)) package--builtin-versions)
23545(defvar savehist-mode nil "\ 23714(defvar savehist-mode nil "\
23546Non-nil if Savehist mode is enabled. 23715Non-nil if Savehist mode is enabled.
23547See the command `savehist-mode' for a description of this minor mode. 23716See the command `savehist-mode' for a description of this minor mode.
@@ -23680,7 +23849,7 @@ vertically fixed relative to window boundaries during scrolling.
23680;;;### (autoloads nil "semantic" "cedet/semantic.el" (20908 27948 23849;;;### (autoloads nil "semantic" "cedet/semantic.el" (20908 27948
23681;;;;;; 216644 0)) 23850;;;;;; 216644 0))
23682;;; Generated autoloads from cedet/semantic.el 23851;;; Generated autoloads from cedet/semantic.el
23683(push (purecopy (quote (semantic 2 2))) package--builtin-versions) 23852(push (purecopy '(semantic 2 2)) package--builtin-versions)
23684(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ 23853(defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
23685List of auxiliary Semantic minor modes enabled by `semantic-mode'. 23854List of auxiliary Semantic minor modes enabled by `semantic-mode'.
23686The possible elements of this list include the following: 23855The possible elements of this list include the following:
@@ -23756,8 +23925,8 @@ Major mode for editing Wisent grammars.
23756 23925
23757;;;*** 23926;;;***
23758 23927
23759;;;### (autoloads nil "sendmail" "mail/sendmail.el" (20723 59703 23928;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21002 1963 769129
23760;;;;;; 12265 0)) 23929;;;;;; 0))
23761;;; Generated autoloads from mail/sendmail.el 23930;;; Generated autoloads from mail/sendmail.el
23762 23931
23763(defvar mail-from-style 'default "\ 23932(defvar mail-from-style 'default "\
@@ -24038,7 +24207,7 @@ Like `mail' command, but display mail buffer in another frame.
24038 24207
24039;;;*** 24208;;;***
24040 24209
24041;;;### (autoloads nil "server" "server.el" (20763 30266 231060 0)) 24210;;;### (autoloads nil "server" "server.el" (20992 52525 458637 0))
24042;;; Generated autoloads from server.el 24211;;; Generated autoloads from server.el
24043 24212
24044(put 'server-host 'risky-local-variable t) 24213(put 'server-host 'risky-local-variable t)
@@ -24105,7 +24274,7 @@ only these files will be asked to be saved.
24105 24274
24106;;;*** 24275;;;***
24107 24276
24108;;;### (autoloads nil "ses" "ses.el" (20709 26818 907104 0)) 24277;;;### (autoloads nil "ses" "ses.el" (20999 25770 522517 0))
24109;;; Generated autoloads from ses.el 24278;;; Generated autoloads from ses.el
24110 24279
24111(autoload 'ses-mode "ses" "\ 24280(autoload 'ses-mode "ses" "\
@@ -24189,10 +24358,10 @@ To work around that, do:
24189 24358
24190;;;*** 24359;;;***
24191 24360
24192;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (20850 24361;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21022
24193;;;;;; 27430 515630 0)) 24362;;;;;; 40320 762131 34000))
24194;;; Generated autoloads from progmodes/sh-script.el 24363;;; Generated autoloads from progmodes/sh-script.el
24195(push (purecopy (quote (sh-script 2 0 6))) package--builtin-versions)(put 'sh-shell 'safe-local-variable 'symbolp) 24364(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)(put 'sh-shell 'safe-local-variable 'symbolp)
24196 24365
24197(autoload 'sh-mode "sh-script" "\ 24366(autoload 'sh-mode "sh-script" "\
24198Major mode for editing shell scripts. 24367Major mode for editing shell scripts.
@@ -24303,7 +24472,7 @@ function, `load-path-shadows-find'.
24303 24472
24304;;;*** 24473;;;***
24305 24474
24306;;;### (autoloads nil "shadowfile" "shadowfile.el" (20799 169 640767 24475;;;### (autoloads nil "shadowfile" "shadowfile.el" (20959 55207 940876
24307;;;;;; 0)) 24476;;;;;; 0))
24308;;; Generated autoloads from shadowfile.el 24477;;; Generated autoloads from shadowfile.el
24309 24478
@@ -24342,7 +24511,7 @@ Set up file shadowing.
24342 24511
24343;;;*** 24512;;;***
24344 24513
24345;;;### (autoloads nil "shell" "shell.el" (20884 7264 912957 506000)) 24514;;;### (autoloads nil "shell" "shell.el" (20992 52525 458637 0))
24346;;; Generated autoloads from shell.el 24515;;; Generated autoloads from shell.el
24347 24516
24348(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ 24517(defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
@@ -24390,7 +24559,7 @@ Otherwise, one argument `-i' is passed to the shell.
24390 24559
24391;;;*** 24560;;;***
24392 24561
24393;;;### (autoloads nil "shr" "net/shr.el" (20944 31824 211965 0)) 24562;;;### (autoloads nil "shr" "net/shr.el" (21007 19880 17663 0))
24394;;; Generated autoloads from net/shr.el 24563;;; Generated autoloads from net/shr.el
24395 24564
24396(autoload 'shr-insert-document "shr" "\ 24565(autoload 'shr-insert-document "shr" "\
@@ -24605,8 +24774,8 @@ symmetrical ones, and the same character twice for the others.
24605 24774
24606;;;*** 24775;;;***
24607 24776
24608;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (20709 26818 24777;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21022 27213
24609;;;;;; 907104 0)) 24778;;;;;; 317995 0))
24610;;; Generated autoloads from vc/smerge-mode.el 24779;;; Generated autoloads from vc/smerge-mode.el
24611 24780
24612(autoload 'smerge-ediff "smerge-mode" "\ 24781(autoload 'smerge-ediff "smerge-mode" "\
@@ -25047,7 +25216,7 @@ Spam reports will be queued with the method used when
25047 25216
25048;;;*** 25217;;;***
25049 25218
25050;;;### (autoloads nil "speedbar" "speedbar.el" (20892 39729 858825 25219;;;### (autoloads nil "speedbar" "speedbar.el" (21024 28968 738399
25051;;;;;; 0)) 25220;;;;;; 0))
25052;;; Generated autoloads from speedbar.el 25221;;; Generated autoloads from speedbar.el
25053 25222
@@ -25088,10 +25257,10 @@ Return a vector containing the lines from `spook-phrases-file'.
25088 25257
25089;;;*** 25258;;;***
25090 25259
25091;;;### (autoloads nil "sql" "progmodes/sql.el" (20878 6823 881439 25260;;;### (autoloads nil "sql" "progmodes/sql.el" (20975 10147 44538
25092;;;;;; 0)) 25261;;;;;; 0))
25093;;; Generated autoloads from progmodes/sql.el 25262;;; Generated autoloads from progmodes/sql.el
25094(push (purecopy (quote (sql 3 2))) package--builtin-versions) 25263(push (purecopy '(sql 3 3)) package--builtin-versions)
25095(autoload 'sql-add-product-keywords "sql" "\ 25264(autoload 'sql-add-product-keywords "sql" "\
25096Add highlighting KEYWORDS for SQL PRODUCT. 25265Add highlighting KEYWORDS for SQL PRODUCT.
25097 25266
@@ -25554,7 +25723,7 @@ buffer.
25554;;;### (autoloads nil "srecode" "cedet/srecode.el" (20748 62911 684442 25723;;;### (autoloads nil "srecode" "cedet/srecode.el" (20748 62911 684442
25555;;;;;; 0)) 25724;;;;;; 0))
25556;;; Generated autoloads from cedet/srecode.el 25725;;; Generated autoloads from cedet/srecode.el
25557(push (purecopy (quote (srecode 1 2))) package--builtin-versions) 25726(push (purecopy '(srecode 1 2)) package--builtin-versions)
25558;;;*** 25727;;;***
25559 25728
25560;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 25729;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
@@ -25728,8 +25897,8 @@ Studlify-case the current buffer.
25728 25897
25729;;;*** 25898;;;***
25730 25899
25731;;;### (autoloads nil "subword" "progmodes/subword.el" (20886 47777 25900;;;### (autoloads nil "subword" "progmodes/subword.el" (20974 22577
25732;;;;;; 83668 440000)) 25901;;;;;; 548213 0))
25733;;; Generated autoloads from progmodes/subword.el 25902;;; Generated autoloads from progmodes/subword.el
25734 25903
25735(autoload 'subword-mode "subword" "\ 25904(autoload 'subword-mode "subword" "\
@@ -25885,7 +26054,7 @@ It relies on the `gpm' daemon being activated.
25885 26054
25886;;;*** 26055;;;***
25887 26056
25888;;;### (autoloads nil "tabify" "tabify.el" (20928 13222 500272 0)) 26057;;;### (autoloads nil "tabify" "tabify.el" (20999 25770 522517 0))
25889;;; Generated autoloads from tabify.el 26058;;; Generated autoloads from tabify.el
25890 26059
25891(autoload 'untabify "tabify" "\ 26060(autoload 'untabify "tabify" "\
@@ -26507,7 +26676,7 @@ converts a table into plain text without frames. It is a companion to
26507 26676
26508;;;*** 26677;;;***
26509 26678
26510;;;### (autoloads nil "talk" "talk.el" (20709 26818 907104 0)) 26679;;;### (autoloads nil "talk" "talk.el" (20992 52525 458637 0))
26511;;; Generated autoloads from talk.el 26680;;; Generated autoloads from talk.el
26512 26681
26513(autoload 'talk-connect "talk" "\ 26682(autoload 'talk-connect "talk" "\
@@ -26677,7 +26846,7 @@ Start coverage on function under point.
26677;;;### (autoloads nil "tetris" "play/tetris.el" (20874 65006 672942 26846;;;### (autoloads nil "tetris" "play/tetris.el" (20874 65006 672942
26678;;;;;; 217000)) 26847;;;;;; 217000))
26679;;; Generated autoloads from play/tetris.el 26848;;; Generated autoloads from play/tetris.el
26680(push (purecopy (quote (tetris 2 1))) package--builtin-versions) 26849(push (purecopy '(tetris 2 1)) package--builtin-versions)
26681(autoload 'tetris "tetris" "\ 26850(autoload 'tetris "tetris" "\
26682Play the Tetris game. 26851Play the Tetris game.
26683Shapes drop from the top of the screen, and the user has to move and 26852Shapes drop from the top of the screen, and the user has to move and
@@ -27154,7 +27323,7 @@ Compose Thai characters in the current buffer.
27154 27323
27155;;;*** 27324;;;***
27156 27325
27157;;;### (autoloads nil "thingatpt" "thingatpt.el" (20874 62962 290468 27326;;;### (autoloads nil "thingatpt" "thingatpt.el" (20999 25770 522517
27158;;;;;; 0)) 27327;;;;;; 0))
27159;;; Generated autoloads from thingatpt.el 27328;;; Generated autoloads from thingatpt.el
27160 27329
@@ -27219,7 +27388,7 @@ Return the Lisp list at point, or nil if none is found.
27219 27388
27220;;;*** 27389;;;***
27221 27390
27222;;;### (autoloads nil "thumbs" "thumbs.el" (20709 26818 907104 0)) 27391;;;### (autoloads nil "thumbs" "thumbs.el" (20958 59019 473587 89000))
27223;;; Generated autoloads from thumbs.el 27392;;; Generated autoloads from thumbs.el
27224 27393
27225(autoload 'thumbs-find-thumb "thumbs" "\ 27394(autoload 'thumbs-find-thumb "thumbs" "\
@@ -27330,7 +27499,7 @@ See also docstring of the function tibetan-compose-region.
27330;;;### (autoloads nil "tildify" "textmodes/tildify.el" (20791 9657 27499;;;### (autoloads nil "tildify" "textmodes/tildify.el" (20791 9657
27331;;;;;; 561026 0)) 27500;;;;;; 561026 0))
27332;;; Generated autoloads from textmodes/tildify.el 27501;;; Generated autoloads from textmodes/tildify.el
27333(push (purecopy (quote (tildify 4 5))) package--builtin-versions) 27502(push (purecopy '(tildify 4 5)) package--builtin-versions)
27334(autoload 'tildify-region "tildify" "\ 27503(autoload 'tildify-region "tildify" "\
27335Add hard spaces in the region between BEG and END. 27504Add hard spaces in the region between BEG and END.
27336See variables `tildify-pattern-alist', `tildify-string-alist', and 27505See variables `tildify-pattern-alist', `tildify-string-alist', and
@@ -27351,7 +27520,7 @@ This function performs no refilling of the changed text.
27351 27520
27352;;;*** 27521;;;***
27353 27522
27354;;;### (autoloads nil "time" "time.el" (20709 26818 907104 0)) 27523;;;### (autoloads nil "time" "time.el" (20998 4934 952905 0))
27355;;; Generated autoloads from time.el 27524;;; Generated autoloads from time.el
27356 27525
27357(defvar display-time-day-and-date nil "\ 27526(defvar display-time-day-and-date nil "\
@@ -27566,10 +27735,19 @@ With ARG, turn time stamping on if and only if arg is positive.
27566 27735
27567;;;*** 27736;;;***
27568 27737
27569;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (20799 27738;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21013
27570;;;;;; 169 640767 0)) 27739;;;;;; 58662 278539 0))
27571;;; Generated autoloads from calendar/timeclock.el 27740;;; Generated autoloads from calendar/timeclock.el
27572(push (purecopy (quote (timeclock 2 6 1))) package--builtin-versions) 27741(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
27742(defvar timeclock-mode-line-display nil "\
27743Non-nil if Timeclock-Mode-Line-Display mode is enabled.
27744See the command `timeclock-mode-line-display' for a description of this minor mode.
27745Setting this variable directly does not take effect;
27746either customize it (see the info node `Easy Customization')
27747or call the function `timeclock-mode-line-display'.")
27748
27749(custom-autoload 'timeclock-mode-line-display "timeclock" nil)
27750
27573(autoload 'timeclock-mode-line-display "timeclock" "\ 27751(autoload 'timeclock-mode-line-display "timeclock" "\
27574Toggle display of the amount of time left today in the mode line. 27752Toggle display of the amount of time left today in the mode line.
27575If `timeclock-use-display-time' is non-nil (the default), then 27753If `timeclock-use-display-time' is non-nil (the default), then
@@ -27727,8 +27905,8 @@ Its value should be an event that has a binding in MENU.
27727 27905
27728;;;*** 27906;;;***
27729 27907
27730;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (20944 27908;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (20982
27731;;;;;; 31824 211965 0)) 27909;;;;;; 16679 447285 0))
27732;;; Generated autoloads from calendar/todo-mode.el 27910;;; Generated autoloads from calendar/todo-mode.el
27733 27911
27734(autoload 'todo-show "todo-mode" "\ 27912(autoload 'todo-show "todo-mode" "\
@@ -27770,7 +27948,7 @@ and done items are always shown on visiting a category.
27770Invoking this command in Todo Archive mode visits the 27948Invoking this command in Todo Archive mode visits the
27771corresponding todo file, displaying the corresponding category. 27949corresponding todo file, displaying the corresponding category.
27772 27950
27773\(fn &optional SOLICIT-FILE)" t nil) 27951\(fn &optional SOLICIT-FILE INTERACTIVE)" t nil)
27774 27952
27775;;;*** 27953;;;***
27776 27954
@@ -27848,7 +28026,7 @@ holds a keymap.
27848;;;### (autoloads nil "tpu-edt" "emulation/tpu-edt.el" (20884 7264 28026;;;### (autoloads nil "tpu-edt" "emulation/tpu-edt.el" (20884 7264
27849;;;;;; 412929 442000)) 28027;;;;;; 412929 442000))
27850;;; Generated autoloads from emulation/tpu-edt.el 28028;;; Generated autoloads from emulation/tpu-edt.el
27851(push (purecopy (quote (tpu-edt 4 5))) package--builtin-versions) 28029(push (purecopy '(tpu-edt 4 5)) package--builtin-versions)
27852(defvar tpu-edt-mode nil "\ 28030(defvar tpu-edt-mode nil "\
27853Non-nil if Tpu-Edt mode is enabled. 28031Non-nil if Tpu-Edt mode is enabled.
27854See the command `tpu-edt-mode' for a description of this minor mode. 28032See the command `tpu-edt-mode' for a description of this minor mode.
@@ -27963,7 +28141,7 @@ changing the window configuration.
27963 28141
27964;;;*** 28142;;;***
27965 28143
27966;;;### (autoloads nil "tramp" "net/tramp.el" (20854 24486 190633 28144;;;### (autoloads nil "tramp" "net/tramp.el" (21024 28968 738399
27967;;;;;; 0)) 28145;;;;;; 0))
27968;;; Generated autoloads from net/tramp.el 28146;;; Generated autoloads from net/tramp.el
27969 28147
@@ -28096,8 +28274,8 @@ Discard Tramp from loading remote files.
28096 28274
28097;;;*** 28275;;;***
28098 28276
28099;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (20709 26818 28277;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21008 40741
28100;;;;;; 907104 0)) 28278;;;;;; 120196 0))
28101;;; Generated autoloads from net/tramp-ftp.el 28279;;; Generated autoloads from net/tramp-ftp.el
28102 28280
28103(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ 28281(autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
@@ -28107,7 +28285,7 @@ Discard Tramp from loading remote files.
28107 28285
28108;;;*** 28286;;;***
28109 28287
28110;;;### (autoloads nil "tutorial" "tutorial.el" (20760 54070 584283 28288;;;### (autoloads nil "tutorial" "tutorial.el" (20999 25770 522517
28111;;;;;; 0)) 28289;;;;;; 0))
28112;;; Generated autoloads from tutorial.el 28290;;; Generated autoloads from tutorial.el
28113 28291
@@ -28645,8 +28823,8 @@ Might do a non-blocking connection; use `process-status' to check.
28645 28823
28646;;;*** 28824;;;***
28647 28825
28648;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (20892 28826;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (20984
28649;;;;;; 39729 858825 0)) 28827;;;;;; 58408 354075 0))
28650;;; Generated autoloads from url/url-handlers.el 28828;;; Generated autoloads from url/url-handlers.el
28651 28829
28652(defvar url-handler-mode nil "\ 28830(defvar url-handler-mode nil "\
@@ -28700,8 +28878,8 @@ accessible.
28700 28878
28701;;;*** 28879;;;***
28702 28880
28703;;;### (autoloads nil "url-http" "url/url-http.el" (20766 59628 334727 28881;;;### (autoloads nil "url-http" "url/url-http.el" (21004 43695 993272
28704;;;;;; 618000)) 28882;;;;;; 0))
28705;;; Generated autoloads from url/url-http.el 28883;;; Generated autoloads from url/url-http.el
28706 (autoload 'url-default-expander "url-expand") 28884 (autoload 'url-default-expander "url-expand")
28707 28885
@@ -29095,7 +29273,7 @@ This uses `url-current-object', set locally to the buffer.
29095 29273
29096;;;*** 29274;;;***
29097 29275
29098;;;### (autoloads nil "userlock" "userlock.el" (20709 26818 907104 29276;;;### (autoloads nil "userlock" "userlock.el" (20998 4934 952905
29099;;;;;; 0)) 29277;;;;;; 0))
29100;;; Generated autoloads from userlock.el 29278;;; Generated autoloads from userlock.el
29101 29279
@@ -29185,7 +29363,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29185 29363
29186;;;*** 29364;;;***
29187 29365
29188;;;### (autoloads nil "vc" "vc/vc.el" (20919 46844 767888 0)) 29366;;;### (autoloads nil "vc" "vc/vc.el" (20992 52525 458637 0))
29189;;; Generated autoloads from vc/vc.el 29367;;; Generated autoloads from vc/vc.el
29190 29368
29191(defvar vc-checkout-hook nil "\ 29369(defvar vc-checkout-hook nil "\
@@ -29515,7 +29693,7 @@ mode-specific menu. `vc-annotate-color-map' and
29515 29693
29516;;;*** 29694;;;***
29517 29695
29518;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20900 33838 319219 29696;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20990 10793 424093
29519;;;;;; 0)) 29697;;;;;; 0))
29520;;; Generated autoloads from vc/vc-bzr.el 29698;;; Generated autoloads from vc/vc-bzr.el
29521 29699
@@ -29532,7 +29710,7 @@ Name of the format file in a .bzr directory.")
29532 29710
29533;;;*** 29711;;;***
29534 29712
29535;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20921 39978 248467 29713;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20983 37555 279226
29536;;;;;; 0)) 29714;;;;;; 0))
29537;;; Generated autoloads from vc/vc-cvs.el 29715;;; Generated autoloads from vc/vc-cvs.el
29538(defun vc-cvs-registered (f) 29716(defun vc-cvs-registered (f)
@@ -29544,7 +29722,7 @@ Name of the format file in a .bzr directory.")
29544 29722
29545;;;*** 29723;;;***
29546 29724
29547;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (20900 33838 319219 29725;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (20990 10793 424093
29548;;;;;; 0)) 29726;;;;;; 0))
29549;;; Generated autoloads from vc/vc-dir.el 29727;;; Generated autoloads from vc/vc-dir.el
29550 29728
@@ -29593,7 +29771,7 @@ case, and the process object in the asynchronous case.
29593 29771
29594;;;*** 29772;;;***
29595 29773
29596;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20900 33838 319219 29774;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20990 10793 424093
29597;;;;;; 0)) 29775;;;;;; 0))
29598;;; Generated autoloads from vc/vc-git.el 29776;;; Generated autoloads from vc/vc-git.el
29599 (defun vc-git-registered (file) 29777 (defun vc-git-registered (file)
@@ -29605,7 +29783,7 @@ case, and the process object in the asynchronous case.
29605 29783
29606;;;*** 29784;;;***
29607 29785
29608;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20900 33838 319219 0)) 29786;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20990 10793 424093 0))
29609;;; Generated autoloads from vc/vc-hg.el 29787;;; Generated autoloads from vc/vc-hg.el
29610 (defun vc-hg-registered (file) 29788 (defun vc-hg-registered (file)
29611 "Return non-nil if FILE is registered with hg." 29789 "Return non-nil if FILE is registered with hg."
@@ -29666,7 +29844,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29666 29844
29667;;;*** 29845;;;***
29668 29846
29669;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20900 33838 319219 29847;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20990 10793 424093
29670;;;;;; 0)) 29848;;;;;; 0))
29671;;; Generated autoloads from vc/vc-svn.el 29849;;; Generated autoloads from vc/vc-svn.el
29672 (defun vc-svn-registered (f) 29850 (defun vc-svn-registered (f)
@@ -29683,7 +29861,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
29683;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (20893 29861;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (20893
29684;;;;;; 60586 188550 0)) 29862;;;;;; 60586 188550 0))
29685;;; Generated autoloads from progmodes/vera-mode.el 29863;;; Generated autoloads from progmodes/vera-mode.el
29686(push (purecopy (quote (vera-mode 2 28))) package--builtin-versions) (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) 29864(push (purecopy '(vera-mode 2 28)) package--builtin-versions) (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29687 29865
29688(autoload 'vera-mode "vera-mode" "\ 29866(autoload 'vera-mode "vera-mode" "\
29689Major mode for editing Vera code. 29867Major mode for editing Vera code.
@@ -29739,7 +29917,7 @@ Key bindings:
29739;;;*** 29917;;;***
29740 29918
29741;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 29919;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
29742;;;;;; (20885 2819 449152 0)) 29920;;;;;; (20992 52525 458637 0))
29743;;; Generated autoloads from progmodes/verilog-mode.el 29921;;; Generated autoloads from progmodes/verilog-mode.el
29744 29922
29745(autoload 'verilog-mode "verilog-mode" "\ 29923(autoload 'verilog-mode "verilog-mode" "\
@@ -30530,7 +30708,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
30530 30708
30531;;;*** 30709;;;***
30532 30710
30533;;;### (autoloads nil "view" "view.el" (20762 9398 526093 0)) 30711;;;### (autoloads nil "view" "view.el" (20999 25770 522517 0))
30534;;; Generated autoloads from view.el 30712;;; Generated autoloads from view.el
30535 30713
30536(defvar view-remove-frame-by-deleting t "\ 30714(defvar view-remove-frame-by-deleting t "\
@@ -30802,10 +30980,10 @@ Turn on VIP emulation of VI.
30802 30980
30803;;;*** 30981;;;***
30804 30982
30805;;;### (autoloads nil "viper" "emulation/viper.el" (20799 169 640767 30983;;;### (autoloads nil "viper" "emulation/viper.el" (20954 37295 781599
30806;;;;;; 0)) 30984;;;;;; 0))
30807;;; Generated autoloads from emulation/viper.el 30985;;; Generated autoloads from emulation/viper.el
30808(push (purecopy (quote (viper 3 14 1))) package--builtin-versions) 30986(push (purecopy '(viper 3 14 1)) package--builtin-versions)
30809(autoload 'toggle-viper-mode "viper" "\ 30987(autoload 'toggle-viper-mode "viper" "\
30810Toggle Viper on/off. 30988Toggle Viper on/off.
30811If Viper is enabled, turn it off. Otherwise, turn it on. 30989If Viper is enabled, turn it off. Otherwise, turn it on.
@@ -30909,9 +31087,9 @@ this is equivalent to `display-warning', using
30909 31087
30910;;;*** 31088;;;***
30911 31089
30912;;;### (autoloads nil "wdired" "wdired.el" (20900 33838 319219 0)) 31090;;;### (autoloads nil "wdired" "wdired.el" (20992 52525 458637 0))
30913;;; Generated autoloads from wdired.el 31091;;; Generated autoloads from wdired.el
30914(push (purecopy (quote (wdired 2 0))) package--builtin-versions) 31092(push (purecopy '(wdired 2 0)) package--builtin-versions)
30915(autoload 'wdired-change-to-wdired-mode "wdired" "\ 31093(autoload 'wdired-change-to-wdired-mode "wdired" "\
30916Put a Dired buffer in Writable Dired (WDired) mode. 31094Put a Dired buffer in Writable Dired (WDired) mode.
30917\\<wdired-mode-map> 31095\\<wdired-mode-map>
@@ -30974,10 +31152,10 @@ in certain major modes.
30974 31152
30975;;;*** 31153;;;***
30976 31154
30977;;;### (autoloads nil "whitespace" "whitespace.el" (20874 65007 172950 31155;;;### (autoloads nil "whitespace" "whitespace.el" (20986 60038 720063
30978;;;;;; 7000)) 31156;;;;;; 0))
30979;;; Generated autoloads from whitespace.el 31157;;; Generated autoloads from whitespace.el
30980(push (purecopy (quote (whitespace 13 2 2))) package--builtin-versions) 31158(push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
30981(autoload 'whitespace-mode "whitespace" "\ 31159(autoload 'whitespace-mode "whitespace" "\
30982Toggle whitespace visualization (Whitespace mode). 31160Toggle whitespace visualization (Whitespace mode).
30983With a prefix argument ARG, enable Whitespace mode if ARG is 31161With a prefix argument ARG, enable Whitespace mode if ARG is
@@ -31402,7 +31580,7 @@ if ARG is omitted or nil.
31402 31580
31403;;;*** 31581;;;***
31404 31582
31405;;;### (autoloads nil "wid-edit" "wid-edit.el" (20945 22315 8369 31583;;;### (autoloads nil "wid-edit" "wid-edit.el" (20959 55207 940876
31406;;;;;; 0)) 31584;;;;;; 0))
31407;;; Generated autoloads from wid-edit.el 31585;;; Generated autoloads from wid-edit.el
31408 31586
@@ -31498,7 +31676,7 @@ Default MODIFIER is 'shift.
31498 31676
31499;;;*** 31677;;;***
31500 31678
31501;;;### (autoloads nil "winner" "winner.el" (20849 6570 598687 0)) 31679;;;### (autoloads nil "winner" "winner.el" (20992 52525 458637 0))
31502;;; Generated autoloads from winner.el 31680;;; Generated autoloads from winner.el
31503 31681
31504(defvar winner-mode nil "\ 31682(defvar winner-mode nil "\
@@ -31521,9 +31699,9 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
31521 31699
31522;;;*** 31700;;;***
31523 31701
31524;;;### (autoloads nil "woman" "woman.el" (20709 26818 907104 0)) 31702;;;### (autoloads nil "woman" "woman.el" (20999 25770 522517 0))
31525;;; Generated autoloads from woman.el 31703;;; Generated autoloads from woman.el
31526(push (purecopy (quote (woman 0 551))) package--builtin-versions) 31704(push (purecopy '(woman 0 551)) package--builtin-versions)
31527(defvar woman-locale nil "\ 31705(defvar woman-locale nil "\
31528String specifying a manual page locale, or nil. 31706String specifying a manual page locale, or nil.
31529If a manual page is available in the specified locale 31707If a manual page is available in the specified locale
@@ -31572,7 +31750,7 @@ Default bookmark handler for Woman buffers.
31572;;;### (autoloads nil "ws-mode" "emulation/ws-mode.el" (20709 26818 31750;;;### (autoloads nil "ws-mode" "emulation/ws-mode.el" (20709 26818
31573;;;;;; 907104 0)) 31751;;;;;; 907104 0))
31574;;; Generated autoloads from emulation/ws-mode.el 31752;;; Generated autoloads from emulation/ws-mode.el
31575(push (purecopy (quote (ws-mode 0 7))) package--builtin-versions) 31753(push (purecopy '(ws-mode 0 7)) package--builtin-versions)
31576(autoload 'wordstar-mode "ws-mode" "\ 31754(autoload 'wordstar-mode "ws-mode" "\
31577Major mode with WordStar-like key bindings. 31755Major mode with WordStar-like key bindings.
31578 31756
@@ -31682,7 +31860,7 @@ The key bindings are:
31682 31860
31683;;;*** 31861;;;***
31684 31862
31685;;;### (autoloads nil "xml" "xml.el" (20766 6456 368550 0)) 31863;;;### (autoloads nil "xml" "xml.el" (21002 1963 769129 0))
31686;;; Generated autoloads from xml.el 31864;;; Generated autoloads from xml.el
31687 31865
31688(autoload 'xml-parse-file "xml" "\ 31866(autoload 'xml-parse-file "xml" "\
@@ -31738,7 +31916,7 @@ Both features can be combined by providing a cons cell
31738 31916
31739;;;*** 31917;;;***
31740 31918
31741;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (20884 6711 386198 31919;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (20998 4934 952905
31742;;;;;; 0)) 31920;;;;;; 0))
31743;;; Generated autoloads from nxml/xmltok.el 31921;;; Generated autoloads from nxml/xmltok.el
31744 31922
@@ -31802,7 +31980,7 @@ Extract file name from an yenc header.
31802 31980
31803;;;*** 31981;;;***
31804 31982
31805;;;### (autoloads nil "zone" "play/zone.el" (20709 26818 907104 0)) 31983;;;### (autoloads nil "zone" "play/zone.el" (20992 52525 458637 0))
31806;;; Generated autoloads from play/zone.el 31984;;; Generated autoloads from play/zone.el
31807 31985
31808(autoload 'zone "zone" "\ 31986(autoload 'zone "zone" "\
@@ -31818,45 +31996,44 @@ Zone out, completely.
31818;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" 31996;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
31819;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 31997;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
31820;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 31998;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
31821;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" 31999;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
31822;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" 32000;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
31823;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" 32001;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
31824;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" 32002;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
31825;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" 32003;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
31826;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" 32004;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
31827;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 32005;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
31828;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 32006;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
31829;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" 32007;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
31830;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" 32008;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
31831;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" 32009;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
31832;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" 32010;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
31833;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" 32011;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
31834;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" 32012;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el"
31835;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" 32013;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
31836;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" 32014;;;;;; "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" "cedet/ede/base.el"
31837;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" 32015;;;;;; "cedet/ede/cpp-root.el" "cedet/ede/custom.el" "cedet/ede/emacs.el"
31838;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el" 32016;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
31839;;;;;; "cedet/ede/linux.el" "cedet/ede/loaddefs.el" "cedet/ede/locate.el" 32017;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el"
31840;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" 32018;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el"
31841;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" 32019;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el"
31842;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" 32020;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el"
31843;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" 32021;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el"
31844;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el" 32022;;;;;; "cedet/ede/proj.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
31845;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" 32023;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
31846;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" 32024;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el"
31847;;;;;; "cedet/ede/util.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" 32025;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
31848;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" 32026;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
31849;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" 32027;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
31850;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" 32028;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
31851;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el" 32029;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
31852;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" 32030;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
31853;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" 32031;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
31854;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el" 32032;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
31855;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el" 32033;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
31856;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el" 32034;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
31857;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el" 32035;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
31858;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el" 32036;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31859;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
31860;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el" 32037;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
31861;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" 32038;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
31862;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el" 32039;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
@@ -31864,13 +32041,13 @@ Zone out, completely.
31864;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 32041;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31865;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 32042;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31866;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 32043;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
31867;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" 32044;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31868;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" 32045;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31869;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" 32046;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31870;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" 32047;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
31871;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" 32048;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
31872;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" 32049;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
31873;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 32050;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
31874;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 32051;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
31875;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 32052;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
31876;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 32053;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -31882,52 +32059,51 @@ Zone out, completely.
31882;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" 32059;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
31883;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" 32060;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
31884;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el" 32061;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
31885;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" 32062;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
31886;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" 32063;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
31887;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" 32064;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
31888;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" 32065;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
31889;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" 32066;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
31890;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 32067;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
31891;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" 32068;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
31892;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" 32069;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el"
31893;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-speedbar.el" 32070;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el"
31894;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" 32071;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el"
31895;;;;;; "emacs-lisp/package-x.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" 32072;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
31896;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 32073;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el"
31897;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 32074;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
31898;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" 32075;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
31899;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 32076;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
31900;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 32077;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el"
31901;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" 32078;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "eshell/em-alias.el"
31902;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 32079;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
31903;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 32080;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
31904;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 32081;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
31905;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 32082;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
31906;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-tramp.el" 32083;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
31907;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 32084;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
31908;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 32085;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-module.el"
31909;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" 32086;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
31910;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 32087;;;;;; "eshell/esh-var.el" "ezimage.el" "format-spec.el" "fringe.el"
31911;;;;;; "ezimage.el" "format-spec.el" "fringe.el" "generic-x.el" 32088;;;;;; "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
31912;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
31913;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 32089;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
31914;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 32090;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
31915;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 32091;;;;;; "gnus/gnus-icalendar.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
31916;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 32092;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el"
31917;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" 32093;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el"
31918;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" 32094;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
31919;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" 32095;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el"
31920;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 32096;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
31921;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el" 32097;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el"
31922;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" 32098;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el"
31923;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" 32099;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el"
31924;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" 32100;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el"
31925;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" 32101;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el"
31926;;;;;; "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el" 32102;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el"
31927;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el" 32103;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
31928;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el" 32104;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
31929;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" 32105;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
31930;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el" 32106;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el"
31931;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" 32107;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
31932;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" 32108;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el"
31933;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" 32109;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
@@ -32018,7 +32194,7 @@ Zone out, completely.
32018;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32194;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32019;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" 32195;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
32020;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el" 32196;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el"
32021;;;;;; "x-dnd.el") (20945 22525 596830 318000)) 32197;;;;;; "x-dnd.el") (21027 5557 48411 587000))
32022 32198
32023;;;*** 32199;;;***
32024 32200