comparison lisp/ldefs-boot.el @ 90743:f83d17e1ace6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
author Miles Bader <miles@gnu.org>
date Tue, 30 Jan 2007 22:22:43 +0000
parents 95d0cdf160ea 54b610a94a62
children dd7c098af727
comparison
equal deleted inserted replaced
90742:d12279146267 90743:f83d17e1ace6
2 ;; 2 ;;
3 ;;; Code: 3 ;;; Code:
4 4
5 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7 ;;;;;; "play/5x5.el" (17843 45625)) 7 ;;;;;; "play/5x5.el" (17851 10865))
8 ;;; Generated autoloads from play/5x5.el 8 ;;; Generated autoloads from play/5x5.el
9 9
10 (autoload (quote 5x5) "5x5" "\ 10 (autoload (quote 5x5) "5x5" "\
11 Play 5x5. 11 Play 5x5.
12 12
61 61
62 \(fn BREEDER)" t nil) 62 \(fn BREEDER)" t nil)
63 63
64 ;;;*** 64 ;;;***
65 65
66 ;;;### (autoloads nil "abbrev" "abbrev.el" (17843 45609)) 66 ;;;### (autoloads nil "abbrev" "abbrev.el" (17851 10813))
67 ;;; Generated autoloads from abbrev.el 67 ;;; Generated autoloads from abbrev.el
68 (put 'abbrev-mode 'safe-local-variable 'booleanp) 68 (put 'abbrev-mode 'safe-local-variable 'booleanp)
69 69
70 ;;;*** 70 ;;;***
71 71
72 ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 72 ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
73 ;;;;;; (17843 45609)) 73 ;;;;;; (17851 10813))
74 ;;; Generated autoloads from abbrevlist.el 74 ;;; Generated autoloads from abbrevlist.el
75 75
76 (autoload (quote list-one-abbrev-table) "abbrevlist" "\ 76 (autoload (quote list-one-abbrev-table) "abbrevlist" "\
77 Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. 77 Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
78 78
79 \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil) 79 \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil)
80 80
81 ;;;*** 81 ;;;***
82 82
83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
84 ;;;;;; (17843 45626)) 84 ;;;;;; (17851 10866))
85 ;;; Generated autoloads from progmodes/ada-mode.el 85 ;;; Generated autoloads from progmodes/ada-mode.el
86 86
87 (autoload (quote ada-add-extensions) "ada-mode" "\ 87 (autoload (quote ada-add-extensions) "ada-mode" "\
88 Define SPEC and BODY as being valid extensions for Ada files. 88 Define SPEC and BODY as being valid extensions for Ada files.
89 Going from body to spec with `ff-find-other-file' used these 89 Going from body to spec with `ff-find-other-file' used these
140 \(fn)" t nil) 140 \(fn)" t nil)
141 141
142 ;;;*** 142 ;;;***
143 143
144 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 144 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
145 ;;;;;; (17843 45626)) 145 ;;;;;; (17851 10866))
146 ;;; Generated autoloads from progmodes/ada-stmt.el 146 ;;; Generated autoloads from progmodes/ada-stmt.el
147 147
148 (autoload (quote ada-header) "ada-stmt" "\ 148 (autoload (quote ada-header) "ada-stmt" "\
149 Insert a descriptive header at the top of the file. 149 Insert a descriptive header at the top of the file.
150 150
151 \(fn)" t nil) 151 \(fn)" t nil)
152 152
153 ;;;*** 153 ;;;***
154 154
155 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 155 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
156 ;;;;;; (17843 45626)) 156 ;;;;;; (17851 10866))
157 ;;; Generated autoloads from progmodes/ada-xref.el 157 ;;; Generated autoloads from progmodes/ada-xref.el
158 158
159 (autoload (quote ada-find-file) "ada-xref" "\ 159 (autoload (quote ada-find-file) "ada-xref" "\
160 Open FILENAME, from anywhere in the source path. 160 Open FILENAME, from anywhere in the source path.
161 Completion is available. 161 Completion is available.
166 166
167 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 167 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
168 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 168 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
169 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 169 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
170 ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 170 ;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
171 ;;;;;; "add-log.el" (17844 62922)) 171 ;;;;;; "add-log.el" (17851 10813))
172 ;;; Generated autoloads from add-log.el 172 ;;; Generated autoloads from add-log.el
173 173
174 (defvar add-log-current-defun-function nil "\ 174 (defvar add-log-current-defun-function nil "\
175 *If non-nil, function to guess name of surrounding function. 175 *If non-nil, function to guess name of surrounding function.
176 It is used by `add-log-current-defun' in preference to built-in rules. 176 It is used by `add-log-current-defun' in preference to built-in rules.
304 304
305 ;;;*** 305 ;;;***
306 306
307 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 307 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
308 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 308 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
309 ;;;;;; "advice" "emacs-lisp/advice.el" (17843 45615)) 309 ;;;;;; "advice" "emacs-lisp/advice.el" (17851 10852))
310 ;;; Generated autoloads from emacs-lisp/advice.el 310 ;;; Generated autoloads from emacs-lisp/advice.el
311 311
312 (defvar ad-redefinition-action (quote warn) "\ 312 (defvar ad-redefinition-action (quote warn) "\
313 *Defines what to do with redefinitions during Advice de/activation. 313 *Defines what to do with redefinitions during Advice de/activation.
314 Redefinition occurs if a previously activated function that already has an 314 Redefinition occurs if a previously activated function that already has an
432 432
433 ;;;*** 433 ;;;***
434 434
435 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 435 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
436 ;;;;;; align-highlight-rule align-current align-entire align-regexp 436 ;;;;;; align-highlight-rule align-current align-entire align-regexp
437 ;;;;;; align) "align" "align.el" (17843 45609)) 437 ;;;;;; align) "align" "align.el" (17851 10813))
438 ;;; Generated autoloads from align.el 438 ;;; Generated autoloads from align.el
439 439
440 (autoload (quote align) "align" "\ 440 (autoload (quote align) "align" "\
441 Attempt to align a region based on a set of alignment rules. 441 Attempt to align a region based on a set of alignment rules.
442 BEG and END mark the region. If BEG and END are specifically set to 442 BEG and END mark the region. If BEG and END are specifically set to
522 \(fn)" t nil) 522 \(fn)" t nil)
523 523
524 ;;;*** 524 ;;;***
525 525
526 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 526 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
527 ;;;;;; (17843 45609)) 527 ;;;;;; (17851 10813))
528 ;;; Generated autoloads from allout.el 528 ;;; Generated autoloads from allout.el
529 529
530 (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 530 (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
531 531
532 (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp)) 532 (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp))
825 \(fn &optional ARG)" t nil) 825 \(fn &optional ARG)" t nil)
826 826
827 ;;;*** 827 ;;;***
828 828
829 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 829 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
830 ;;;;;; "net/ange-ftp.el" (17843 45624)) 830 ;;;;;; "net/ange-ftp.el" (17851 10863))
831 ;;; Generated autoloads from net/ange-ftp.el 831 ;;; Generated autoloads from net/ange-ftp.el
832 832
833 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 833 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
834 834
835 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 835 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
847 \(fn OPERATION &rest ARGS)" nil nil) 847 \(fn OPERATION &rest ARGS)" nil nil)
848 848
849 ;;;*** 849 ;;;***
850 850
851 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 851 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
852 ;;;;;; "animate" "play/animate.el" (17843 45625)) 852 ;;;;;; "animate" "play/animate.el" (17851 10865))
853 ;;; Generated autoloads from play/animate.el 853 ;;; Generated autoloads from play/animate.el
854 854
855 (autoload (quote animate-string) "animate" "\ 855 (autoload (quote animate-string) "animate" "\
856 Display STRING starting at position VPOS, HPOS, using animation. 856 Display STRING starting at position VPOS, HPOS, using animation.
857 The characters start at randomly chosen places, 857 The characters start at randomly chosen places,
875 \(fn &optional NAME)" t nil) 875 \(fn &optional NAME)" t nil)
876 876
877 ;;;*** 877 ;;;***
878 878
879 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 879 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
880 ;;;;;; "ansi-color" "ansi-color.el" (17843 45609)) 880 ;;;;;; "ansi-color" "ansi-color.el" (17851 10813))
881 ;;; Generated autoloads from ansi-color.el 881 ;;; Generated autoloads from ansi-color.el
882 882
883 (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 883 (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
884 Set `ansi-color-for-comint-mode' to t. 884 Set `ansi-color-for-comint-mode' to t.
885 885
901 \(fn STRING)" nil nil) 901 \(fn STRING)" nil nil)
902 902
903 ;;;*** 903 ;;;***
904 904
905 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 905 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
906 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17838 18033)) 906 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17851 10866))
907 ;;; Generated autoloads from progmodes/antlr-mode.el 907 ;;; Generated autoloads from progmodes/antlr-mode.el
908 908
909 (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 909 (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
910 Show Makefile rules for all grammar files in the current directory. 910 Show Makefile rules for all grammar files in the current directory.
911 If the `major-mode' of the current buffer has the value `makefile-mode', 911 If the `major-mode' of the current buffer has the value `makefile-mode',
940 ;;;*** 940 ;;;***
941 941
942 ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 942 ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
943 ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 943 ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
944 ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 944 ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
945 ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17843 45615)) 945 ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17851 10850))
946 ;;; Generated autoloads from calendar/appt.el 946 ;;; Generated autoloads from calendar/appt.el
947 947
948 (defvar appt-issue-message t "\ 948 (defvar appt-issue-message t "\
949 *Non-nil means check for appointments in the diary buffer. 949 *Non-nil means check for appointments in the diary buffer.
950 To be detected, the diary entry must have the format described in the 950 To be detected, the diary entry must have the format described in the
1028 1028
1029 ;;;*** 1029 ;;;***
1030 1030
1031 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 1031 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
1032 ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 1032 ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
1033 ;;;;;; "apropos.el" (17843 45609)) 1033 ;;;;;; "apropos.el" (17851 10813))
1034 ;;; Generated autoloads from apropos.el 1034 ;;; Generated autoloads from apropos.el
1035 1035
1036 (autoload (quote apropos-read-pattern) "apropos" "\ 1036 (autoload (quote apropos-read-pattern) "apropos" "\
1037 Read an apropos pattern, either a word list or a regexp. 1037 Read an apropos pattern, either a word list or a regexp.
1038 Returns the user pattern, either a list of words which are matched 1038 Returns the user pattern, either a list of words which are matched
1124 1124
1125 \(fn PATTERN &optional DO-ALL)" t nil) 1125 \(fn PATTERN &optional DO-ALL)" t nil)
1126 1126
1127 ;;;*** 1127 ;;;***
1128 1128
1129 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17843 1129 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17851
1130 ;;;;;; 45609)) 1130 ;;;;;; 10814))
1131 ;;; Generated autoloads from arc-mode.el 1131 ;;; Generated autoloads from arc-mode.el
1132 1132
1133 (autoload (quote archive-mode) "arc-mode" "\ 1133 (autoload (quote archive-mode) "arc-mode" "\
1134 Major mode for viewing an archive file in a dired-like way. 1134 Major mode for viewing an archive file in a dired-like way.
1135 You can move around using the usual cursor motion commands. 1135 You can move around using the usual cursor motion commands.
1145 1145
1146 \(fn &optional FORCE)" nil nil) 1146 \(fn &optional FORCE)" nil nil)
1147 1147
1148 ;;;*** 1148 ;;;***
1149 1149
1150 ;;;### (autoloads (array-mode) "array" "array.el" (17843 45609)) 1150 ;;;### (autoloads (array-mode) "array" "array.el" (17851 10814))
1151 ;;; Generated autoloads from array.el 1151 ;;; Generated autoloads from array.el
1152 1152
1153 (autoload (quote array-mode) "array" "\ 1153 (autoload (quote array-mode) "array" "\
1154 Major mode for editing arrays. 1154 Major mode for editing arrays.
1155 1155
1216 1216
1217 \(fn)" t nil) 1217 \(fn)" t nil)
1218 1218
1219 ;;;*** 1219 ;;;***
1220 1220
1221 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17843 1221 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17851
1222 ;;;;;; 45629)) 1222 ;;;;;; 10872))
1223 ;;; Generated autoloads from textmodes/artist.el 1223 ;;; Generated autoloads from textmodes/artist.el
1224 1224
1225 (autoload (quote artist-mode) "artist" "\ 1225 (autoload (quote artist-mode) "artist" "\
1226 Toggle artist mode. With arg, turn artist mode on if arg is positive. 1226 Toggle artist mode. With arg, turn artist mode on if arg is positive.
1227 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses 1227 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses
1422 1422
1423 \(fn &optional STATE)" t nil) 1423 \(fn &optional STATE)" t nil)
1424 1424
1425 ;;;*** 1425 ;;;***
1426 1426
1427 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17843 1427 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17851
1428 ;;;;;; 45626)) 1428 ;;;;;; 10866))
1429 ;;; Generated autoloads from progmodes/asm-mode.el 1429 ;;; Generated autoloads from progmodes/asm-mode.el
1430 1430
1431 (autoload (quote asm-mode) "asm-mode" "\ 1431 (autoload (quote asm-mode) "asm-mode" "\
1432 Major mode for editing typical assembler code. 1432 Major mode for editing typical assembler code.
1433 Features a private abbrev table and the following bindings: 1433 Features a private abbrev table and the following bindings:
1450 1450
1451 \(fn)" t nil) 1451 \(fn)" t nil)
1452 1452
1453 ;;;*** 1453 ;;;***
1454 1454
1455 ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1456 ;;;;;; (17075 55468))
1457 ;;; Generated autoloads from obsolete/auto-show.el
1458
1459 (defvar auto-show-mode nil "\
1460 Obsolete.")
1461
1462 (custom-autoload (quote auto-show-mode) "auto-show")
1463
1464 (autoload (quote auto-show-mode) "auto-show" "\
1465 This command is obsolete.
1466
1467 \(fn ARG)" t nil)
1468
1469 ;;;***
1470
1471 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1455 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1472 ;;;;;; (17843 45609)) 1456 ;;;;;; (17851 10814))
1473 ;;; Generated autoloads from autoarg.el 1457 ;;; Generated autoloads from autoarg.el
1474 1458
1475 (defvar autoarg-mode nil "\ 1459 (defvar autoarg-mode nil "\
1476 Non-nil if Autoarg mode is enabled. 1460 Non-nil if Autoarg mode is enabled.
1477 See the command `autoarg-mode' for a description of this minor-mode.") 1461 See the command `autoarg-mode' for a description of this minor-mode.")
1521 \(fn &optional ARG)" t nil) 1505 \(fn &optional ARG)" t nil)
1522 1506
1523 ;;;*** 1507 ;;;***
1524 1508
1525 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1509 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1526 ;;;;;; (17843 45626)) 1510 ;;;;;; (17851 10866))
1527 ;;; Generated autoloads from progmodes/autoconf.el 1511 ;;; Generated autoloads from progmodes/autoconf.el
1528 1512
1529 (autoload (quote autoconf-mode) "autoconf" "\ 1513 (autoload (quote autoconf-mode) "autoconf" "\
1530 Major mode for editing Autoconf configure.in files. 1514 Major mode for editing Autoconf configure.in files.
1531 1515
1532 \(fn)" t nil) 1516 \(fn)" t nil)
1533 1517
1534 ;;;*** 1518 ;;;***
1535 1519
1536 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1520 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1537 ;;;;;; "autoinsert" "autoinsert.el" (17843 45609)) 1521 ;;;;;; "autoinsert" "autoinsert.el" (17851 10814))
1538 ;;; Generated autoloads from autoinsert.el 1522 ;;; Generated autoloads from autoinsert.el
1539 1523
1540 (autoload (quote auto-insert) "autoinsert" "\ 1524 (autoload (quote auto-insert) "autoinsert" "\
1541 Insert default contents into new files if variable `auto-insert' is non-nil. 1525 Insert default contents into new files if variable `auto-insert' is non-nil.
1542 Matches the visited file name against the elements of `auto-insert-alist'. 1526 Matches the visited file name against the elements of `auto-insert-alist'.
1571 1555
1572 ;;;*** 1556 ;;;***
1573 1557
1574 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1558 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1575 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1559 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1576 ;;;;;; (17843 45615)) 1560 ;;;;;; (17851 10852))
1577 ;;; Generated autoloads from emacs-lisp/autoload.el 1561 ;;; Generated autoloads from emacs-lisp/autoload.el
1578 1562
1579 (autoload (quote update-file-autoloads) "autoload" "\ 1563 (autoload (quote update-file-autoloads) "autoload" "\
1580 Update the autoloads for FILE in `generated-autoload-file' 1564 Update the autoloads for FILE in `generated-autoload-file'
1581 \(which FILE might bind in its local variables). 1565 \(which FILE might bind in its local variables).
1606 1590
1607 ;;;*** 1591 ;;;***
1608 1592
1609 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1593 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1610 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1594 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1611 ;;;;;; "autorevert" "autorevert.el" (17843 45609)) 1595 ;;;;;; "autorevert" "autorevert.el" (17851 10814))
1612 ;;; Generated autoloads from autorevert.el 1596 ;;; Generated autoloads from autorevert.el
1613 1597
1614 (autoload (quote auto-revert-mode) "autorevert" "\ 1598 (autoload (quote auto-revert-mode) "autorevert" "\
1615 Toggle reverting buffer when file on disk changes. 1599 Toggle reverting buffer when file on disk changes.
1616 1600
1675 \(fn &optional ARG)" t nil) 1659 \(fn &optional ARG)" t nil)
1676 1660
1677 ;;;*** 1661 ;;;***
1678 1662
1679 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1663 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1680 ;;;;;; "avoid.el" (17843 45609)) 1664 ;;;;;; "avoid.el" (17851 10814))
1681 ;;; Generated autoloads from avoid.el 1665 ;;; Generated autoloads from avoid.el
1682 1666
1683 (defvar mouse-avoidance-mode nil "\ 1667 (defvar mouse-avoidance-mode nil "\
1684 Activate mouse avoidance mode. 1668 Activate mouse avoidance mode.
1685 See function `mouse-avoidance-mode' for possible values. 1669 See function `mouse-avoidance-mode' for possible values.
1716 \(fn &optional MODE)" t nil) 1700 \(fn &optional MODE)" t nil)
1717 1701
1718 ;;;*** 1702 ;;;***
1719 1703
1720 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1704 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1721 ;;;;;; (17843 45615)) 1705 ;;;;;; (17851 10852))
1722 ;;; Generated autoloads from emacs-lisp/backquote.el 1706 ;;; Generated autoloads from emacs-lisp/backquote.el
1723 1707
1724 (autoload (quote backquote) "backquote" "\ 1708 (autoload (quote backquote) "backquote" "\
1725 Argument STRUCTURE describes a template to build. 1709 Argument STRUCTURE describes a template to build.
1726 1710
1741 (defalias (quote \`) (symbol-function (quote backquote))) 1725 (defalias (quote \`) (symbol-function (quote backquote)))
1742 1726
1743 ;;;*** 1727 ;;;***
1744 1728
1745 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1729 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1746 ;;;;;; (17843 45609)) 1730 ;;;;;; (17851 10815))
1747 ;;; Generated autoloads from battery.el 1731 ;;; Generated autoloads from battery.el
1748 (put 'battery-mode-line-string 'risky-local-variable t) 1732 (put 'battery-mode-line-string 'risky-local-variable t)
1749 1733
1750 (autoload (quote battery) "battery" "\ 1734 (autoload (quote battery) "battery" "\
1751 Display battery status information in the echo area. 1735 Display battery status information in the echo area.
1773 \(fn &optional ARG)" t nil) 1757 \(fn &optional ARG)" t nil)
1774 1758
1775 ;;;*** 1759 ;;;***
1776 1760
1777 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1761 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1778 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17843 45615)) 1762 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17851 10852))
1779 ;;; Generated autoloads from emacs-lisp/benchmark.el 1763 ;;; Generated autoloads from emacs-lisp/benchmark.el
1780 1764
1781 (autoload (quote benchmark-run) "benchmark" "\ 1765 (autoload (quote benchmark-run) "benchmark" "\
1782 Time execution of FORMS. 1766 Time execution of FORMS.
1783 If REPETITIONS is supplied as a number, run forms that many times, 1767 If REPETITIONS is supplied as a number, run forms that many times,
1805 1789
1806 \(fn REPETITIONS FORM)" t nil) 1790 \(fn REPETITIONS FORM)" t nil)
1807 1791
1808 ;;;*** 1792 ;;;***
1809 1793
1810 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17843 1794 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17851
1811 ;;;;;; 45630)) 1795 ;;;;;; 10872))
1812 ;;; Generated autoloads from textmodes/bibtex.el 1796 ;;; Generated autoloads from textmodes/bibtex.el
1813 1797
1814 (autoload (quote bibtex-mode) "bibtex" "\ 1798 (autoload (quote bibtex-mode) "bibtex" "\
1815 Major mode for editing BibTeX files. 1799 Major mode for editing BibTeX files.
1816 1800
1868 1852
1869 ;;;*** 1853 ;;;***
1870 1854
1871 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1855 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1872 ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1856 ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1873 ;;;;;; (17843 45616)) 1857 ;;;;;; (17851 10856))
1874 ;;; Generated autoloads from gnus/binhex.el 1858 ;;; Generated autoloads from gnus/binhex.el
1875 1859
1876 (defconst binhex-begin-line "^:...............................................................$") 1860 (defconst binhex-begin-line "^:...............................................................$")
1877 1861
1878 (autoload (quote binhex-decode-region-internal) "binhex" "\ 1862 (autoload (quote binhex-decode-region-internal) "binhex" "\
1891 1875
1892 \(fn START END)" t nil) 1876 \(fn START END)" t nil)
1893 1877
1894 ;;;*** 1878 ;;;***
1895 1879
1896 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17843 1880 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17851
1897 ;;;;;; 45625)) 1881 ;;;;;; 10865))
1898 ;;; Generated autoloads from play/blackbox.el 1882 ;;; Generated autoloads from play/blackbox.el
1899 1883
1900 (autoload (quote blackbox) "blackbox" "\ 1884 (autoload (quote blackbox) "blackbox" "\
1901 Play blackbox. 1885 Play blackbox.
1902 Optional prefix argument is the number of balls; the default is 4. 1886 Optional prefix argument is the number of balls; the default is 4.
2014 ;;;*** 1998 ;;;***
2015 1999
2016 ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 2000 ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
2017 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 2001 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2018 ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 2002 ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
2019 ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17843 45609)) 2003 ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17851 10815))
2020 ;;; Generated autoloads from bookmark.el 2004 ;;; Generated autoloads from bookmark.el
2021 (define-key ctl-x-map "rb" 'bookmark-jump) 2005 (define-key ctl-x-map "rb" 'bookmark-jump)
2022 (define-key ctl-x-map "rm" 'bookmark-set) 2006 (define-key ctl-x-map "rm" 'bookmark-set)
2023 (define-key ctl-x-map "rl" 'bookmark-bmenu-list) 2007 (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
2024 2008
2204 ;;;;;; browse-url-galeon browse-url-firefox browse-url-mozilla browse-url-netscape 2188 ;;;;;; browse-url-galeon browse-url-firefox browse-url-mozilla browse-url-netscape
2205 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 2189 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
2206 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 2190 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2207 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2191 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2208 ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2192 ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2209 ;;;;;; "browse-url" "net/browse-url.el" (17843 45624)) 2193 ;;;;;; "browse-url" "net/browse-url.el" (17851 10863))
2210 ;;; Generated autoloads from net/browse-url.el 2194 ;;; Generated autoloads from net/browse-url.el
2211 2195
2212 (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ 2196 (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
2213 *Function to display the current buffer in a WWW browser. 2197 *Function to display the current buffer in a WWW browser.
2214 This is used by the `browse-url-at-point', `browse-url-at-mouse', and 2198 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2535 2519
2536 \(fn URL &optional NEW-WINDOW)" t nil) 2520 \(fn URL &optional NEW-WINDOW)" t nil)
2537 2521
2538 ;;;*** 2522 ;;;***
2539 2523
2540 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17843 2524 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17851
2541 ;;;;;; 45625)) 2525 ;;;;;; 10865))
2542 ;;; Generated autoloads from play/bruce.el 2526 ;;; Generated autoloads from play/bruce.el
2543 2527
2544 (autoload (quote bruce) "bruce" "\ 2528 (autoload (quote bruce) "bruce" "\
2545 Adds that special touch of class to your outgoing mail. 2529 Adds that special touch of class to your outgoing mail.
2546 2530
2552 \(fn)" nil nil) 2536 \(fn)" nil nil)
2553 2537
2554 ;;;*** 2538 ;;;***
2555 2539
2556 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2540 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2557 ;;;;;; "bs" "bs.el" (17843 45609)) 2541 ;;;;;; "bs" "bs.el" (17851 10816))
2558 ;;; Generated autoloads from bs.el 2542 ;;; Generated autoloads from bs.el
2559 2543
2560 (autoload (quote bs-cycle-next) "bs" "\ 2544 (autoload (quote bs-cycle-next) "bs" "\
2561 Select next buffer defined by buffer cycling. 2545 Select next buffer defined by buffer cycling.
2562 The buffers taking part in buffer cycling are defined 2546 The buffers taking part in buffer cycling are defined
2593 \(fn ARG)" t nil) 2577 \(fn ARG)" t nil)
2594 2578
2595 ;;;*** 2579 ;;;***
2596 2580
2597 ;;;### (autoloads (insert-text-button make-text-button insert-button 2581 ;;;### (autoloads (insert-text-button make-text-button insert-button
2598 ;;;;;; make-button define-button-type) "button" "button.el" (17843 2582 ;;;;;; make-button define-button-type) "button" "button.el" (17851
2599 ;;;;;; 45609)) 2583 ;;;;;; 10816))
2600 ;;; Generated autoloads from button.el 2584 ;;; Generated autoloads from button.el
2601 2585
2602 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " 2586 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "
2603 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2587 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
2604 Keymap used by buttons.") 2588 Keymap used by buttons.")
2683 2667
2684 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2668 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2685 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2669 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2686 ;;;;;; compile-defun byte-compile-file byte-recompile-directory 2670 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2687 ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" 2671 ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp"
2688 ;;;;;; "emacs-lisp/bytecomp.el" (17843 45615)) 2672 ;;;;;; "emacs-lisp/bytecomp.el" (17851 10852))
2689 ;;; Generated autoloads from emacs-lisp/bytecomp.el 2673 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2690 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2674 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2691 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) 2675 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2692 2676
2693 (autoload (quote byte-compile-warnings-safe-p) "bytecomp" "\ 2677 (autoload (quote byte-compile-warnings-safe-p) "bytecomp" "\
2787 2771
2788 \(fn &optional ARG)" nil nil) 2772 \(fn &optional ARG)" nil nil)
2789 2773
2790 ;;;*** 2774 ;;;***
2791 2775
2792 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17843 45615)) 2776 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17851 10850))
2793 ;;; Generated autoloads from calendar/cal-dst.el 2777 ;;; Generated autoloads from calendar/cal-dst.el
2794 2778
2795 (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2779 (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
2796 2780
2797 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t) 2781 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t)
2798 2782
2799 ;;;*** 2783 ;;;***
2800 2784
2801 ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2785 ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2802 ;;;;;; (17843 45615)) 2786 ;;;;;; (17851 10850))
2803 ;;; Generated autoloads from calendar/cal-hebrew.el 2787 ;;; Generated autoloads from calendar/cal-hebrew.el
2804 2788
2805 (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2789 (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
2806 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. 2790 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2807 When called interactively from the calendar window, the date of death is taken 2791 When called interactively from the calendar window, the date of death is taken
2812 ;;;*** 2796 ;;;***
2813 2797
2814 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2798 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2815 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2799 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2816 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2800 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2817 ;;;;;; (17843 45615)) 2801 ;;;;;; (17851 10850))
2818 ;;; Generated autoloads from calc/calc.el 2802 ;;; Generated autoloads from calc/calc.el
2819 2803
2820 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2804 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2821 *File in which to record permanent settings.") 2805 *File in which to record permanent settings.")
2822 2806
2890 2874
2891 \(fn FUNC ARGS &rest BODY)" nil (quote macro)) 2875 \(fn FUNC ARGS &rest BODY)" nil (quote macro))
2892 2876
2893 ;;;*** 2877 ;;;***
2894 2878
2895 ;;;### (autoloads (calculator) "calculator" "calculator.el" (17843 2879 ;;;### (autoloads (calculator) "calculator" "calculator.el" (17851
2896 ;;;;;; 45609)) 2880 ;;;;;; 10816))
2897 ;;; Generated autoloads from calculator.el 2881 ;;; Generated autoloads from calculator.el
2898 2882
2899 (autoload (quote calculator) "calculator" "\ 2883 (autoload (quote calculator) "calculator" "\
2900 Run the Emacs calculator. 2884 Run the Emacs calculator.
2901 See the documentation for `calculator-mode' for more information. 2885 See the documentation for `calculator-mode' for more information.
2919 ;;;;;; calendar-load-hook all-bahai-calendar-holidays all-islamic-calendar-holidays 2903 ;;;;;; calendar-load-hook all-bahai-calendar-holidays all-islamic-calendar-holidays
2920 ;;;;;; all-christian-calendar-holidays all-hebrew-calendar-holidays 2904 ;;;;;; all-christian-calendar-holidays all-hebrew-calendar-holidays
2921 ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2905 ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2922 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2906 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2923 ;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2907 ;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2924 ;;;;;; "calendar/calendar.el" (17843 45615)) 2908 ;;;;;; "calendar/calendar.el" (17851 10851))
2925 ;;; Generated autoloads from calendar/calendar.el 2909 ;;; Generated autoloads from calendar/calendar.el
2926 2910
2927 (defvar calendar-offset 0 "\ 2911 (defvar calendar-offset 0 "\
2928 The offset of the principal month from the center of the calendar window. 2912 The offset of the principal month from the center of the calendar window.
2929 0 means the principal month is in the center (default), -1 means on the left, 2913 0 means the principal month is in the center (default), -1 means on the left,
3492 (custom-autoload (quote calendar-week-start-day) "calendar" nil) 3476 (custom-autoload (quote calendar-week-start-day) "calendar" nil)
3493 3477
3494 ;;;*** 3478 ;;;***
3495 3479
3496 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3480 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3497 ;;;;;; "gnus/canlock.el" (17843 45616)) 3481 ;;;;;; "gnus/canlock.el" (17851 10856))
3498 ;;; Generated autoloads from gnus/canlock.el 3482 ;;; Generated autoloads from gnus/canlock.el
3499 3483
3500 (autoload (quote canlock-insert-header) "canlock" "\ 3484 (autoload (quote canlock-insert-header) "canlock" "\
3501 Insert a Cancel-Key and/or a Cancel-Lock header if possible. 3485 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
3502 3486
3509 3493
3510 \(fn &optional BUFFER)" t nil) 3494 \(fn &optional BUFFER)" t nil)
3511 3495
3512 ;;;*** 3496 ;;;***
3513 3497
3514 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17843 3498 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17851
3515 ;;;;;; 45626)) 3499 ;;;;;; 10866))
3516 ;;; Generated autoloads from progmodes/cc-compat.el 3500 ;;; Generated autoloads from progmodes/cc-compat.el
3517 (put 'c-indent-level 'safe-local-variable 'integerp) 3501 (put 'c-indent-level 'safe-local-variable 'integerp)
3518 3502
3519 ;;;*** 3503 ;;;***
3520 3504
3521 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3505 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3522 ;;;;;; (17843 45626)) 3506 ;;;;;; (17851 10867))
3523 ;;; Generated autoloads from progmodes/cc-engine.el 3507 ;;; Generated autoloads from progmodes/cc-engine.el
3524 3508
3525 (autoload (quote c-guess-basic-syntax) "cc-engine" "\ 3509 (autoload (quote c-guess-basic-syntax) "cc-engine" "\
3526 Return the syntactic context of the current line. 3510 Return the syntactic context of the current line.
3527 3511
3529 3513
3530 ;;;*** 3514 ;;;***
3531 3515
3532 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3516 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3533 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3517 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3534 ;;;;;; (17843 45627)) 3518 ;;;;;; (17851 10867))
3535 ;;; Generated autoloads from progmodes/cc-mode.el 3519 ;;; Generated autoloads from progmodes/cc-mode.el
3536 3520
3537 (autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3521 (autoload (quote c-initialize-cc-mode) "cc-mode" "\
3538 Initialize CC Mode for use in the current buffer. 3522 Initialize CC Mode for use in the current buffer.
3539 If the optional NEW-STYLE-INIT is nil or left out then all necessary 3523 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3687 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t) 3671 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
3688 3672
3689 ;;;*** 3673 ;;;***
3690 3674
3691 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3675 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3692 ;;;;;; "progmodes/cc-styles.el" (17843 45627)) 3676 ;;;;;; "progmodes/cc-styles.el" (17851 10867))
3693 ;;; Generated autoloads from progmodes/cc-styles.el 3677 ;;; Generated autoloads from progmodes/cc-styles.el
3694 3678
3695 (autoload (quote c-set-style) "cc-styles" "\ 3679 (autoload (quote c-set-style) "cc-styles" "\
3696 Set the current buffer to use the style STYLENAME. 3680 Set the current buffer to use the style STYLENAME.
3697 STYLENAME, a string, must be an existing CC Mode style - These are contained 3681 STYLENAME, a string, must be an existing CC Mode style - These are contained
3738 3722
3739 \(fn SYMBOL OFFSET &optional IGNORED)" t nil) 3723 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3740 3724
3741 ;;;*** 3725 ;;;***
3742 3726
3743 ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17843 3727 ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17851
3744 ;;;;;; 45627)) 3728 ;;;;;; 10867))
3745 ;;; Generated autoloads from progmodes/cc-subword.el 3729 ;;; Generated autoloads from progmodes/cc-subword.el
3746 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3730 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
3747 3731
3748 ;;;*** 3732 ;;;***
3749 3733
3750 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17843 45627)) 3734 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17851 10867))
3751 ;;; Generated autoloads from progmodes/cc-vars.el 3735 ;;; Generated autoloads from progmodes/cc-vars.el
3752 (put 'c-basic-offset 'safe-local-variable 'integerp) 3736 (put 'c-basic-offset 'safe-local-variable 'integerp)
3753 (put 'c-backslash-column 'safe-local-variable 'integerp) 3737 (put 'c-backslash-column 'safe-local-variable 'integerp)
3754 (put 'c-file-style 'safe-local-variable 'string-or-null-p) 3738 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3755 3739
3756 ;;;*** 3740 ;;;***
3757 3741
3758 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3742 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3759 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3743 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3760 ;;;;;; (17843 45618)) 3744 ;;;;;; (17851 10860))
3761 ;;; Generated autoloads from international/ccl.el 3745 ;;; Generated autoloads from international/ccl.el
3762 3746
3763 (autoload (quote ccl-compile) "ccl" "\ 3747 (autoload (quote ccl-compile) "ccl" "\
3764 Return the compiled code of CCL-PROGRAM as a vector of integers. 3748 Return the compiled code of CCL-PROGRAM as a vector of integers.
3765 3749
4014 \(fn CCL-PROG &rest ARGS)" nil nil) 3998 \(fn CCL-PROG &rest ARGS)" nil nil)
4015 3999
4016 ;;;*** 4000 ;;;***
4017 4001
4018 ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 4002 ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
4019 ;;;;;; (17843 45627)) 4003 ;;;;;; (17851 10867))
4020 ;;; Generated autoloads from progmodes/cfengine.el 4004 ;;; Generated autoloads from progmodes/cfengine.el
4021 4005
4022 (autoload (quote cfengine-mode) "cfengine" "\ 4006 (autoload (quote cfengine-mode) "cfengine" "\
4023 Major mode for editing cfengine input. 4007 Major mode for editing cfengine input.
4024 There are no special keybindings by default. 4008 There are no special keybindings by default.
4036 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun 4020 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
4037 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces 4021 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
4038 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 4022 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
4039 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 4023 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
4040 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 4024 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
4041 ;;;;;; (17843 45615)) 4025 ;;;;;; (17851 10852))
4042 ;;; Generated autoloads from emacs-lisp/checkdoc.el 4026 ;;; Generated autoloads from emacs-lisp/checkdoc.el
4043 4027
4044 (autoload (quote checkdoc) "checkdoc" "\ 4028 (autoload (quote checkdoc) "checkdoc" "\
4045 Interactively check the entire buffer for style errors. 4029 Interactively check the entire buffer for style errors.
4046 The current status of the check will be displayed in a buffer which 4030 The current status of the check will be displayed in a buffer which
4219 \(fn &optional ARG)" t nil) 4203 \(fn &optional ARG)" t nil)
4220 4204
4221 ;;;*** 4205 ;;;***
4222 4206
4223 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 4207 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
4224 ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17843 4208 ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17851
4225 ;;;;;; 45620)) 4209 ;;;;;; 10861))
4226 ;;; Generated autoloads from language/china-util.el 4210 ;;; Generated autoloads from language/china-util.el
4227 4211
4228 (autoload (quote decode-hz-region) "china-util" "\ 4212 (autoload (quote decode-hz-region) "china-util" "\
4229 Decode HZ/ZW encoded text in the current region. 4213 Decode HZ/ZW encoded text in the current region.
4230 Return the length of resulting text. 4214 Return the length of resulting text.
4248 \(fn)" t nil) 4232 \(fn)" t nil)
4249 4233
4250 ;;;*** 4234 ;;;***
4251 4235
4252 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4236 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4253 ;;;;;; "chistory" "chistory.el" (17843 45609)) 4237 ;;;;;; "chistory" "chistory.el" (17851 10817))
4254 ;;; Generated autoloads from chistory.el 4238 ;;; Generated autoloads from chistory.el
4255 4239
4256 (autoload (quote repeat-matching-complex-command) "chistory" "\ 4240 (autoload (quote repeat-matching-complex-command) "chistory" "\
4257 Edit and re-evaluate complex command with name matching PATTERN. 4241 Edit and re-evaluate complex command with name matching PATTERN.
4258 Matching occurrences are displayed, most recent first, until you select 4242 Matching occurrences are displayed, most recent first, until you select
4287 4271
4288 \(fn)" t nil) 4272 \(fn)" t nil)
4289 4273
4290 ;;;*** 4274 ;;;***
4291 4275
4292 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17843 45615)) 4276 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17851 10852))
4293 ;;; Generated autoloads from emacs-lisp/cl.el 4277 ;;; Generated autoloads from emacs-lisp/cl.el
4294 4278
4295 (defvar custom-print-functions nil "\ 4279 (defvar custom-print-functions nil "\
4296 This is a list of functions that format user objects for printing. 4280 This is a list of functions that format user objects for printing.
4297 Each function is called in turn with three arguments: the object, the 4281 Each function is called in turn with three arguments: the object, the
4303 a future Emacs interpreter will be able to use it.") 4287 a future Emacs interpreter will be able to use it.")
4304 4288
4305 ;;;*** 4289 ;;;***
4306 4290
4307 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4291 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4308 ;;;;;; (17843 45615)) 4292 ;;;;;; (17851 10852))
4309 ;;; Generated autoloads from emacs-lisp/cl-indent.el 4293 ;;; Generated autoloads from emacs-lisp/cl-indent.el
4310 4294
4311 (autoload (quote common-lisp-indent-function) "cl-indent" "\ 4295 (autoload (quote common-lisp-indent-function) "cl-indent" "\
4312 Not documented 4296 Not documented
4313 4297
4314 \(fn INDENT-POINT STATE)" nil nil) 4298 \(fn INDENT-POINT STATE)" nil nil)
4315 4299
4316 ;;;*** 4300 ;;;***
4317 4301
4318 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4302 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4319 ;;;;;; (17843 45627)) 4303 ;;;;;; (17851 10867))
4320 ;;; Generated autoloads from progmodes/cmacexp.el 4304 ;;; Generated autoloads from progmodes/cmacexp.el
4321 4305
4322 (autoload (quote c-macro-expand) "cmacexp" "\ 4306 (autoload (quote c-macro-expand) "cmacexp" "\
4323 Expand C macros in the region, using the C preprocessor. 4307 Expand C macros in the region, using the C preprocessor.
4324 Normally display output in temp buffer, but 4308 Normally display output in temp buffer, but
4334 4318
4335 \(fn START END SUBST)" t nil) 4319 \(fn START END SUBST)" t nil)
4336 4320
4337 ;;;*** 4321 ;;;***
4338 4322
4339 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17843 4323 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17851
4340 ;;;;;; 45609)) 4324 ;;;;;; 10817))
4341 ;;; Generated autoloads from cmuscheme.el 4325 ;;; Generated autoloads from cmuscheme.el
4342 4326
4343 (autoload (quote run-scheme) "cmuscheme" "\ 4327 (autoload (quote run-scheme) "cmuscheme" "\
4344 Run an inferior Scheme process, input and output via buffer `*scheme*'. 4328 Run an inferior Scheme process, input and output via buffer `*scheme*'.
4345 If there is a process already running in `*scheme*', switch to that buffer. 4329 If there is a process already running in `*scheme*', switch to that buffer.
4358 4342
4359 ;;;*** 4343 ;;;***
4360 4344
4361 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4345 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4362 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4346 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4363 ;;;;;; "codepage" "international/codepage.el" (17843 45618)) 4347 ;;;;;; "codepage" "international/codepage.el" (17851 10860))
4364 ;;; Generated autoloads from international/codepage.el 4348 ;;; Generated autoloads from international/codepage.el
4365 4349
4366 (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 4350 (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
4367 Create a coding system to convert IBM CODEPAGE into charset ISO-NAME 4351 Create a coding system to convert IBM CODEPAGE into charset ISO-NAME
4368 whose first character is at offset OFFSET from the beginning of 8-bit 4352 whose first character is at offset OFFSET from the beginning of 8-bit
4417 ;;;*** 4401 ;;;***
4418 4402
4419 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4403 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4420 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4404 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4421 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4405 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4422 ;;;;;; (17843 45609)) 4406 ;;;;;; (17851 10817))
4423 ;;; Generated autoloads from comint.el 4407 ;;; Generated autoloads from comint.el
4424 4408
4425 (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ 4409 (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\
4426 Functions to call after output is inserted into the buffer. 4410 Functions to call after output is inserted into the buffer.
4427 One possible function is `comint-postoutput-scroll-to-bottom'. 4411 One possible function is `comint-postoutput-scroll-to-bottom'.
4507 4491
4508 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil) 4492 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4509 4493
4510 ;;;*** 4494 ;;;***
4511 4495
4512 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17843 4496 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17851
4513 ;;;;;; 45609)) 4497 ;;;;;; 10817))
4514 ;;; Generated autoloads from compare-w.el 4498 ;;; Generated autoloads from compare-w.el
4515 4499
4516 (autoload (quote compare-windows) "compare-w" "\ 4500 (autoload (quote compare-windows) "compare-w" "\
4517 Compare text in current window with text in next window. 4501 Compare text in current window with text in next window.
4518 Compares the text starting at point in each window, 4502 Compares the text starting at point in each window,
4545 4529
4546 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode 4530 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4547 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4531 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4548 ;;;;;; compile compilation-disable-input compile-command compilation-search-path 4532 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4549 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4533 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4550 ;;;;;; "compile" "progmodes/compile.el" (17843 45627)) 4534 ;;;;;; "compile" "progmodes/compile.el" (17851 10867))
4551 ;;; Generated autoloads from progmodes/compile.el 4535 ;;; Generated autoloads from progmodes/compile.el
4552 4536
4553 (defvar compilation-mode-hook nil "\ 4537 (defvar compilation-mode-hook nil "\
4554 *List of hook functions run by `compilation-mode' (see `run-mode-hooks').") 4538 *List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4555 4539
4707 (add-to-list (quote auto-mode-alist) (quote ("\\.gcov\\'" . compilation-mode))) 4691 (add-to-list (quote auto-mode-alist) (quote ("\\.gcov\\'" . compilation-mode)))
4708 4692
4709 ;;;*** 4693 ;;;***
4710 4694
4711 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4695 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4712 ;;;;;; (17843 45609)) 4696 ;;;;;; (17851 10818))
4713 ;;; Generated autoloads from complete.el 4697 ;;; Generated autoloads from complete.el
4714 4698
4715 (defvar partial-completion-mode nil "\ 4699 (defvar partial-completion-mode nil "\
4716 Non-nil if Partial-Completion mode is enabled. 4700 Non-nil if Partial-Completion mode is enabled.
4717 See the command `partial-completion-mode' for a description of this minor-mode. 4701 See the command `partial-completion-mode' for a description of this minor-mode.
4749 \(fn &optional ARG)" t nil) 4733 \(fn &optional ARG)" t nil)
4750 4734
4751 ;;;*** 4735 ;;;***
4752 4736
4753 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4737 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4754 ;;;;;; (17843 45609)) 4738 ;;;;;; (17851 10818))
4755 ;;; Generated autoloads from completion.el 4739 ;;; Generated autoloads from completion.el
4756 4740
4757 (defvar dynamic-completion-mode nil "\ 4741 (defvar dynamic-completion-mode nil "\
4758 Non-nil if Dynamic-Completion mode is enabled. 4742 Non-nil if Dynamic-Completion mode is enabled.
4759 See the command `dynamic-completion-mode' for a description of this minor-mode. 4743 See the command `dynamic-completion-mode' for a description of this minor-mode.
4771 ;;;*** 4755 ;;;***
4772 4756
4773 ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 4757 ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4774 ;;;;;; find-composition compose-chars decompose-string compose-string 4758 ;;;;;; find-composition compose-chars decompose-string compose-string
4775 ;;;;;; decompose-region compose-region encode-composition-rule) 4759 ;;;;;; decompose-region compose-region encode-composition-rule)
4776 ;;;;;; "composite" "composite.el" (17843 45609)) 4760 ;;;;;; "composite" "composite.el" (17851 10818))
4777 ;;; Generated autoloads from composite.el 4761 ;;; Generated autoloads from composite.el
4778 4762
4779 (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 4763 (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
4780 Alist of symbols vs integer codes of glyph reference points. 4764 Alist of symbols vs integer codes of glyph reference points.
4781 A glyph reference point symbol is to be used to specify a composition 4765 A glyph reference point symbol is to be used to specify a composition
4993 ;;;*** 4977 ;;;***
4994 4978
4995 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4979 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4996 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode 4980 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4997 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" 4981 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4998 ;;;;;; (17843 45630)) 4982 ;;;;;; (17851 10872))
4999 ;;; Generated autoloads from textmodes/conf-mode.el 4983 ;;; Generated autoloads from textmodes/conf-mode.el
5000 4984
5001 (autoload (quote conf-mode) "conf-mode" "\ 4985 (autoload (quote conf-mode) "conf-mode" "\
5002 Mode for Unix and Windows Conf files and Java properties. 4986 Mode for Unix and Windows Conf files and Java properties.
5003 Most conf files know only three kinds of constructs: parameter 4987 Most conf files know only three kinds of constructs: parameter
5149 \(fn)" t nil) 5133 \(fn)" t nil)
5150 5134
5151 ;;;*** 5135 ;;;***
5152 5136
5153 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5137 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5154 ;;;;;; "cookie1" "play/cookie1.el" (17843 45625)) 5138 ;;;;;; "cookie1" "play/cookie1.el" (17851 10865))
5155 ;;; Generated autoloads from play/cookie1.el 5139 ;;; Generated autoloads from play/cookie1.el
5156 5140
5157 (autoload (quote cookie) "cookie1" "\ 5141 (autoload (quote cookie) "cookie1" "\
5158 Return a random phrase from PHRASE-FILE. 5142 Return a random phrase from PHRASE-FILE.
5159 When the phrase file is read in, display STARTMSG at the beginning 5143 When the phrase file is read in, display STARTMSG at the beginning
5181 \(fn VECTOR)" nil nil) 5165 \(fn VECTOR)" nil nil)
5182 5166
5183 ;;;*** 5167 ;;;***
5184 5168
5185 ;;;### (autoloads (copyright copyright-fix-years copyright-update) 5169 ;;;### (autoloads (copyright copyright-fix-years copyright-update)
5186 ;;;;;; "copyright" "emacs-lisp/copyright.el" (17843 45615)) 5170 ;;;;;; "copyright" "emacs-lisp/copyright.el" (17851 10852))
5187 ;;; Generated autoloads from emacs-lisp/copyright.el 5171 ;;; Generated autoloads from emacs-lisp/copyright.el
5188 5172
5189 (autoload (quote copyright-update) "copyright" "\ 5173 (autoload (quote copyright-update) "copyright" "\
5190 Update copyright notice at beginning of buffer to indicate the current year. 5174 Update copyright notice at beginning of buffer to indicate the current year.
5191 With prefix ARG, replace the years in the notice rather than adding 5175 With prefix ARG, replace the years in the notice rather than adding
5209 \(fn &optional STR ARG)" t nil) 5193 \(fn &optional STR ARG)" t nil)
5210 5194
5211 ;;;*** 5195 ;;;***
5212 5196
5213 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) 5197 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5214 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17843 45627)) 5198 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (17851 10867))
5215 ;;; Generated autoloads from progmodes/cperl-mode.el 5199 ;;; Generated autoloads from progmodes/cperl-mode.el
5216 5200
5217 (autoload (quote cperl-mode) "cperl-mode" "\ 5201 (autoload (quote cperl-mode) "cperl-mode" "\
5218 Major mode for editing Perl code. 5202 Major mode for editing Perl code.
5219 Expression and list commands understand all C brackets. 5203 Expression and list commands understand all C brackets.
5400 \(fn)" t nil) 5384 \(fn)" t nil)
5401 5385
5402 ;;;*** 5386 ;;;***
5403 5387
5404 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5388 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5405 ;;;;;; (17843 45627)) 5389 ;;;;;; (17851 10867))
5406 ;;; Generated autoloads from progmodes/cpp.el 5390 ;;; Generated autoloads from progmodes/cpp.el
5407 5391
5408 (autoload (quote cpp-highlight-buffer) "cpp" "\ 5392 (autoload (quote cpp-highlight-buffer) "cpp" "\
5409 Highlight C code according to preprocessor conditionals. 5393 Highlight C code according to preprocessor conditionals.
5410 This command pops up a buffer which you should edit to specify 5394 This command pops up a buffer which you should edit to specify
5419 \(fn)" t nil) 5403 \(fn)" t nil)
5420 5404
5421 ;;;*** 5405 ;;;***
5422 5406
5423 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5407 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5424 ;;;;;; (17843 45615)) 5408 ;;;;;; (17851 10853))
5425 ;;; Generated autoloads from emulation/crisp.el 5409 ;;; Generated autoloads from emulation/crisp.el
5426 5410
5427 (defvar crisp-mode nil "\ 5411 (defvar crisp-mode nil "\
5428 Track status of CRiSP emulation mode. 5412 Track status of CRiSP emulation mode.
5429 A value of nil means CRiSP mode is not enabled. A value of t 5413 A value of nil means CRiSP mode is not enabled. A value of t
5443 (defalias (quote brief-mode) (quote crisp-mode)) 5427 (defalias (quote brief-mode) (quote crisp-mode))
5444 5428
5445 ;;;*** 5429 ;;;***
5446 5430
5447 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5431 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5448 ;;;;;; (17843 45615)) 5432 ;;;;;; (17851 10852))
5449 ;;; Generated autoloads from emacs-lisp/crm.el 5433 ;;; Generated autoloads from emacs-lisp/crm.el
5450 5434
5451 (autoload (quote completing-read-multiple) "crm" "\ 5435 (autoload (quote completing-read-multiple) "crm" "\
5452 Read multiple strings in the minibuffer, with completion. 5436 Read multiple strings in the minibuffer, with completion.
5453 By using this functionality, a user may specify multiple strings at a 5437 By using this functionality, a user may specify multiple strings at a
5479 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil) 5463 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5480 5464
5481 ;;;*** 5465 ;;;***
5482 5466
5483 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5467 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5484 ;;;;;; (17843 45615)) 5468 ;;;;;; (17851 10853))
5485 ;;; Generated autoloads from emulation/cua-base.el 5469 ;;; Generated autoloads from emulation/cua-base.el
5486 5470
5487 (defvar cua-mode nil "\ 5471 (defvar cua-mode nil "\
5488 Non-nil if Cua mode is enabled. 5472 Non-nil if Cua mode is enabled.
5489 See the command `cua-mode' for a description of this minor-mode. 5473 See the command `cua-mode' for a description of this minor-mode.
5547 ;;;;;; customize-face customize-changed-options customize-option-other-window 5531 ;;;;;; customize-face customize-changed-options customize-option-other-window
5548 ;;;;;; customize-option customize-group-other-window customize-group 5532 ;;;;;; customize-option customize-group-other-window customize-group
5549 ;;;;;; customize-mode customize customize-save-variable customize-set-variable 5533 ;;;;;; customize-mode customize customize-save-variable customize-set-variable
5550 ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 5534 ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
5551 ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 5535 ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
5552 ;;;;;; (17843 45609)) 5536 ;;;;;; (17851 10819))
5553 ;;; Generated autoloads from cus-edit.el 5537 ;;; Generated autoloads from cus-edit.el
5554 5538
5555 (defvar custom-browse-sort-alphabetically nil "\ 5539 (defvar custom-browse-sort-alphabetically nil "\
5556 If non-nil, sort customization group alphabetically in `custom-browse'.") 5540 If non-nil, sort customization group alphabetically in `custom-browse'.")
5557 5541
5851 \(fn SYMBOL &optional NAME)" nil nil) 5835 \(fn SYMBOL &optional NAME)" nil nil)
5852 5836
5853 ;;;*** 5837 ;;;***
5854 5838
5855 ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5839 ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5856 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17843 45609)) 5840 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17851 10821))
5857 ;;; Generated autoloads from cus-face.el 5841 ;;; Generated autoloads from cus-face.el
5858 5842
5859 (autoload (quote custom-declare-face) "cus-face" "\ 5843 (autoload (quote custom-declare-face) "cus-face" "\
5860 Like `defface', but FACE is evaluated as a normal argument. 5844 Like `defface', but FACE is evaluated as a normal argument.
5861 5845
5921 \(fn &rest ARGS)" nil nil) 5905 \(fn &rest ARGS)" nil nil)
5922 5906
5923 ;;;*** 5907 ;;;***
5924 5908
5925 ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5909 ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5926 ;;;;;; (17843 45609)) 5910 ;;;;;; (17851 10821))
5927 ;;; Generated autoloads from cus-theme.el 5911 ;;; Generated autoloads from cus-theme.el
5928 5912
5929 (autoload (quote customize-create-theme) "cus-theme" "\ 5913 (autoload (quote customize-create-theme) "cus-theme" "\
5930 Create a custom theme. 5914 Create a custom theme.
5931 5915
5932 \(fn)" t nil) 5916 \(fn)" t nil)
5933 5917
5934 ;;;*** 5918 ;;;***
5935 5919
5936 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5920 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5937 ;;;;;; (17843 45609)) 5921 ;;;;;; (17851 10822))
5938 ;;; Generated autoloads from cvs-status.el 5922 ;;; Generated autoloads from cvs-status.el
5939 5923
5940 (autoload (quote cvs-status-mode) "cvs-status" "\ 5924 (autoload (quote cvs-status-mode) "cvs-status" "\
5941 Mode used for cvs status output. 5925 Mode used for cvs status output.
5942 5926
5943 \(fn)" t nil) 5927 \(fn)" t nil)
5944 5928
5945 ;;;*** 5929 ;;;***
5946 5930
5947 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5931 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5948 ;;;;;; "cwarn" "progmodes/cwarn.el" (17843 45627)) 5932 ;;;;;; "cwarn" "progmodes/cwarn.el" (17851 10867))
5949 ;;; Generated autoloads from progmodes/cwarn.el 5933 ;;; Generated autoloads from progmodes/cwarn.el
5950 5934
5951 (autoload (quote cwarn-mode) "cwarn" "\ 5935 (autoload (quote cwarn-mode) "cwarn" "\
5952 Minor mode that highlights suspicious C and C++ constructions. 5936 Minor mode that highlights suspicious C and C++ constructions.
5953 5937
5986 5970
5987 ;;;*** 5971 ;;;***
5988 5972
5989 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5973 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5990 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5974 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5991 ;;;;;; (17843 45620)) 5975 ;;;;;; (17851 10861))
5992 ;;; Generated autoloads from language/cyril-util.el 5976 ;;; Generated autoloads from language/cyril-util.el
5993 5977
5994 (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5978 (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
5995 Return KOI8-R external character code of CHAR if appropriate. 5979 Return KOI8-R external character code of CHAR if appropriate.
5996 5980
6015 \(fn &optional CYRILLIC-LANGUAGE)" t nil) 5999 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
6016 6000
6017 ;;;*** 6001 ;;;***
6018 6002
6019 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 6003 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
6020 ;;;;;; (17843 45609)) 6004 ;;;;;; (17851 10822))
6021 ;;; Generated autoloads from dabbrev.el 6005 ;;; Generated autoloads from dabbrev.el
6022 (define-key esc-map "/" 'dabbrev-expand) 6006 (define-key esc-map "/" 'dabbrev-expand)
6023 (define-key esc-map [?\C-/] 'dabbrev-completion) 6007 (define-key esc-map [?\C-/] 'dabbrev-completion)
6024 6008
6025 (autoload (quote dabbrev-completion) "dabbrev" "\ 6009 (autoload (quote dabbrev-completion) "dabbrev" "\
6059 6043
6060 \(fn ARG)" t nil) 6044 \(fn ARG)" t nil)
6061 6045
6062 ;;;*** 6046 ;;;***
6063 6047
6064 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17843 6048 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17851
6065 ;;;;;; 45627)) 6049 ;;;;;; 10867))
6066 ;;; Generated autoloads from progmodes/dcl-mode.el 6050 ;;; Generated autoloads from progmodes/dcl-mode.el
6067 6051
6068 (autoload (quote dcl-mode) "dcl-mode" "\ 6052 (autoload (quote dcl-mode) "dcl-mode" "\
6069 Major mode for editing DCL-files. 6053 Major mode for editing DCL-files.
6070 6054
6187 \(fn)" t nil) 6171 \(fn)" t nil)
6188 6172
6189 ;;;*** 6173 ;;;***
6190 6174
6191 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6175 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6192 ;;;;;; "emacs-lisp/debug.el" (17843 45615)) 6176 ;;;;;; "emacs-lisp/debug.el" (17851 10852))
6193 ;;; Generated autoloads from emacs-lisp/debug.el 6177 ;;; Generated autoloads from emacs-lisp/debug.el
6194 6178
6195 (setq debugger (quote debug)) 6179 (setq debugger (quote debug))
6196 6180
6197 (autoload (quote debug) "debug" "\ 6181 (autoload (quote debug) "debug" "\
6231 \(fn &optional FUNCTION)" t nil) 6215 \(fn &optional FUNCTION)" t nil)
6232 6216
6233 ;;;*** 6217 ;;;***
6234 6218
6235 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6219 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6236 ;;;;;; (17843 45625)) 6220 ;;;;;; (17851 10865))
6237 ;;; Generated autoloads from play/decipher.el 6221 ;;; Generated autoloads from play/decipher.el
6238 6222
6239 (autoload (quote decipher) "decipher" "\ 6223 (autoload (quote decipher) "decipher" "\
6240 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode. 6224 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
6241 6225
6260 \(fn)" t nil) 6244 \(fn)" t nil)
6261 6245
6262 ;;;*** 6246 ;;;***
6263 6247
6264 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6248 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6265 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17843 6249 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17851
6266 ;;;;;; 45609)) 6250 ;;;;;; 10822))
6267 ;;; Generated autoloads from delim-col.el 6251 ;;; Generated autoloads from delim-col.el
6268 6252
6269 (autoload (quote delimit-columns-customize) "delim-col" "\ 6253 (autoload (quote delimit-columns-customize) "delim-col" "\
6270 Customization of `columns' group. 6254 Customization of `columns' group.
6271 6255
6285 6269
6286 \(fn START END)" t nil) 6270 \(fn START END)" t nil)
6287 6271
6288 ;;;*** 6272 ;;;***
6289 6273
6290 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17843 6274 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17851
6291 ;;;;;; 45627)) 6275 ;;;;;; 10867))
6292 ;;; Generated autoloads from progmodes/delphi.el 6276 ;;; Generated autoloads from progmodes/delphi.el
6293 6277
6294 (autoload (quote delphi-mode) "delphi" "\ 6278 (autoload (quote delphi-mode) "delphi" "\
6295 Major mode for editing Delphi code. \\<delphi-mode-map> 6279 Major mode for editing Delphi code. \\<delphi-mode-map>
6296 \\[delphi-tab] - Indents the current line for Delphi code. 6280 \\[delphi-tab] - Indents the current line for Delphi code.
6336 6320
6337 \(fn &optional SKIP-INITIAL-PARSING)" t nil) 6321 \(fn &optional SKIP-INITIAL-PARSING)" t nil)
6338 6322
6339 ;;;*** 6323 ;;;***
6340 6324
6341 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17843 6325 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17851
6342 ;;;;;; 45609)) 6326 ;;;;;; 10822))
6343 ;;; Generated autoloads from delsel.el 6327 ;;; Generated autoloads from delsel.el
6344 6328
6345 (defalias (quote pending-delete-mode) (quote delete-selection-mode)) 6329 (defalias (quote pending-delete-mode) (quote delete-selection-mode))
6346 6330
6347 (defvar delete-selection-mode nil "\ 6331 (defvar delete-selection-mode nil "\
6366 \(fn &optional ARG)" t nil) 6350 \(fn &optional ARG)" t nil)
6367 6351
6368 ;;;*** 6352 ;;;***
6369 6353
6370 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6354 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6371 ;;;;;; "derived" "emacs-lisp/derived.el" (17843 45615)) 6355 ;;;;;; "derived" "emacs-lisp/derived.el" (17851 10852))
6372 ;;; Generated autoloads from emacs-lisp/derived.el 6356 ;;; Generated autoloads from emacs-lisp/derived.el
6373 6357
6374 (autoload (quote define-derived-mode) "derived" "\ 6358 (autoload (quote define-derived-mode) "derived" "\
6375 Create a new mode as a variant of an existing mode. 6359 Create a new mode as a variant of an existing mode.
6376 6360
6431 \(fn MODE)" nil nil) 6415 \(fn MODE)" nil nil)
6432 6416
6433 ;;;*** 6417 ;;;***
6434 6418
6435 ;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6419 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6436 ;;;;;; "descr-text.el" (17843 45609)) 6420 ;;;;;; "descr-text.el" (17851 10822))
6437 ;;; Generated autoloads from descr-text.el 6421 ;;; Generated autoloads from descr-text.el
6438 6422
6439 (autoload (quote describe-text-properties) "descr-text" "\ 6423 (autoload (quote describe-text-properties) "descr-text" "\
6440 Describe widgets, buttons, overlays and text properties at POS. 6424 Describe widgets, buttons, overlays and text properties at POS.
6441 Interactively, describe them for the character after point. 6425 Interactively, describe them for the character after point.
6457 ;;;*** 6441 ;;;***
6458 6442
6459 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6443 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6460 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6444 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6461 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6445 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6462 ;;;;;; "desktop.el" (17843 45609)) 6446 ;;;;;; "desktop.el" (17851 10822))
6463 ;;; Generated autoloads from desktop.el 6447 ;;; Generated autoloads from desktop.el
6464 6448
6465 (defvar desktop-save-mode nil "\ 6449 (defvar desktop-save-mode nil "\
6466 Non-nil if Desktop-Save mode is enabled. 6450 Non-nil if Desktop-Save mode is enabled.
6467 See the command `desktop-save-mode' for a description of this minor-mode.") 6451 See the command `desktop-save-mode' for a description of this minor-mode.")
6640 6624
6641 ;;;*** 6625 ;;;***
6642 6626
6643 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6627 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6644 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6628 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6645 ;;;;;; "deuglify" "gnus/deuglify.el" (17843 45616)) 6629 ;;;;;; "deuglify" "gnus/deuglify.el" (17851 10856))
6646 ;;; Generated autoloads from gnus/deuglify.el 6630 ;;; Generated autoloads from gnus/deuglify.el
6647 6631
6648 (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ 6632 (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\
6649 Unwrap lines that appear to be wrapped citation lines. 6633 Unwrap lines that appear to be wrapped citation lines.
6650 You can control what lines will be unwrapped by frobbing 6634 You can control what lines will be unwrapped by frobbing
6673 \(fn)" t nil) 6657 \(fn)" t nil)
6674 6658
6675 ;;;*** 6659 ;;;***
6676 6660
6677 ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6661 ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region)
6678 ;;;;;; "devan-util" "language/devan-util.el" (17843 45620)) 6662 ;;;;;; "devan-util" "language/devan-util.el" (17851 10861))
6679 ;;; Generated autoloads from language/devan-util.el 6663 ;;; Generated autoloads from language/devan-util.el
6680 6664
6681 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 6665 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
6682 6666
6683 (autoload (quote devanagari-compose-region) "devan-util" "\ 6667 (autoload (quote devanagari-compose-region) "devan-util" "\
6691 \(fn LEN)" nil nil) 6675 \(fn LEN)" nil nil)
6692 6676
6693 ;;;*** 6677 ;;;***
6694 6678
6695 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6679 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6696 ;;;;;; "calendar/diary-lib.el" (17843 45615)) 6680 ;;;;;; "calendar/diary-lib.el" (17851 10852))
6697 ;;; Generated autoloads from calendar/diary-lib.el 6681 ;;; Generated autoloads from calendar/diary-lib.el
6698 6682
6699 (autoload (quote diary) "diary-lib" "\ 6683 (autoload (quote diary) "diary-lib" "\
6700 Generate the diary window for ARG days starting with the current date. 6684 Generate the diary window for ARG days starting with the current date.
6701 If no argument is provided, the number of days of diary entries is governed 6685 If no argument is provided, the number of days of diary entries is governed
6737 \(fn)" t nil) 6721 \(fn)" t nil)
6738 6722
6739 ;;;*** 6723 ;;;***
6740 6724
6741 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6725 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6742 ;;;;;; "diff.el" (17843 45609)) 6726 ;;;;;; "diff.el" (17851 10822))
6743 ;;; Generated autoloads from diff.el 6727 ;;; Generated autoloads from diff.el
6744 6728
6745 (defvar diff-switches "-c" "\ 6729 (defvar diff-switches "-c" "\
6746 *A string or list of strings specifying switches to be passed to diff.") 6730 *A string or list of strings specifying switches to be passed to diff.")
6747 6731
6771 \(fn FILE &optional SWITCHES)" t nil) 6755 \(fn FILE &optional SWITCHES)" t nil)
6772 6756
6773 ;;;*** 6757 ;;;***
6774 6758
6775 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6759 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6776 ;;;;;; (17838 18032)) 6760 ;;;;;; (17851 10822))
6777 ;;; Generated autoloads from diff-mode.el 6761 ;;; Generated autoloads from diff-mode.el
6778 6762
6779 (autoload (quote diff-mode) "diff-mode" "\ 6763 (autoload (quote diff-mode) "diff-mode" "\
6780 Major mode for viewing/editing context diffs. 6764 Major mode for viewing/editing context diffs.
6781 Supports unified and context diffs as well as (to a lesser extent) 6765 Supports unified and context diffs as well as (to a lesser extent)
6801 6785
6802 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6786 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6803 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6787 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6804 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6788 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6805 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6789 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6806 ;;;;;; "dired" "dired.el" (17843 45609)) 6790 ;;;;;; "dired" "dired.el" (17851 10823))
6807 ;;; Generated autoloads from dired.el 6791 ;;; Generated autoloads from dired.el
6808 6792
6809 (defvar dired-listing-switches "-al" "\ 6793 (defvar dired-listing-switches "-al" "\
6810 *Switches passed to `ls' for Dired. MUST contain the `l' option. 6794 *Switches passed to `ls' for Dired. MUST contain the `l' option.
6811 May contain all other options that don't contradict `-l'; 6795 May contain all other options that don't contradict `-l';
7006 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 6990 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
7007 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines 6991 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
7008 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6992 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
7009 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6993 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
7010 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6994 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
7011 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17843 45609)) 6995 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17851 10822))
7012 ;;; Generated autoloads from dired-aux.el 6996 ;;; Generated autoloads from dired-aux.el
7013 6997
7014 (autoload (quote dired-diff) "dired-aux" "\ 6998 (autoload (quote dired-diff) "dired-aux" "\
7015 Compare file at point with file FILE using `diff'. 6999 Compare file at point with file FILE using `diff'.
7016 FILE defaults to the file at the mark. (That's the mark set by 7000 FILE defaults to the file at the mark. (That's the mark set by
7418 7402
7419 \(fn FILE &optional DEREF-SYMLINKS)" t nil) 7403 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
7420 7404
7421 ;;;*** 7405 ;;;***
7422 7406
7423 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17843 45609)) 7407 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17851 10823))
7424 ;;; Generated autoloads from dired-x.el 7408 ;;; Generated autoloads from dired-x.el
7425 7409
7426 (autoload (quote dired-jump) "dired-x" "\ 7410 (autoload (quote dired-jump) "dired-x" "\
7427 Jump to dired buffer corresponding to current buffer. 7411 Jump to dired buffer corresponding to current buffer.
7428 If in a file, dired the current directory and move to file's line. 7412 If in a file, dired the current directory and move to file's line.
7432 7416
7433 \(fn &optional OTHER-WINDOW)" t nil) 7417 \(fn &optional OTHER-WINDOW)" t nil)
7434 7418
7435 ;;;*** 7419 ;;;***
7436 7420
7437 ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17843 45609)) 7421 ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17851 10823))
7438 ;;; Generated autoloads from dirtrack.el 7422 ;;; Generated autoloads from dirtrack.el
7439 7423
7440 (autoload (quote dirtrack) "dirtrack" "\ 7424 (autoload (quote dirtrack) "dirtrack" "\
7441 Determine the current directory by scanning the process output for a prompt. 7425 Determine the current directory by scanning the process output for a prompt.
7442 The prompt to look for is the first item in `dirtrack-list'. 7426 The prompt to look for is the first item in `dirtrack-list'.
7451 7435
7452 \(fn INPUT)" nil nil) 7436 \(fn INPUT)" nil nil)
7453 7437
7454 ;;;*** 7438 ;;;***
7455 7439
7456 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17843 7440 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17851
7457 ;;;;;; 45615)) 7441 ;;;;;; 10852))
7458 ;;; Generated autoloads from emacs-lisp/disass.el 7442 ;;; Generated autoloads from emacs-lisp/disass.el
7459 7443
7460 (autoload (quote disassemble) "disass" "\ 7444 (autoload (quote disassemble) "disass" "\
7461 Print disassembled code for OBJECT in (optional) BUFFER. 7445 Print disassembled code for OBJECT in (optional) BUFFER.
7462 OBJECT can be a symbol defined as a function, or a function itself 7446 OBJECT can be a symbol defined as a function, or a function itself
7470 7454
7471 ;;;### (autoloads (standard-display-european create-glyph standard-display-underline 7455 ;;;### (autoloads (standard-display-european create-glyph standard-display-underline
7472 ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii 7456 ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
7473 ;;;;;; standard-display-default standard-display-8bit describe-current-display-table 7457 ;;;;;; standard-display-default standard-display-8bit describe-current-display-table
7474 ;;;;;; describe-display-table set-display-table-slot display-table-slot 7458 ;;;;;; describe-display-table set-display-table-slot display-table-slot
7475 ;;;;;; make-display-table) "disp-table" "disp-table.el" (17843 45609)) 7459 ;;;;;; make-display-table) "disp-table" "disp-table.el" (17851 10823))
7476 ;;; Generated autoloads from disp-table.el 7460 ;;; Generated autoloads from disp-table.el
7477 7461
7478 (autoload (quote make-display-table) "disp-table" "\ 7462 (autoload (quote make-display-table) "disp-table" "\
7479 Return a new, empty display table. 7463 Return a new, empty display table.
7480 7464
7571 \(fn ARG)" nil nil) 7555 \(fn ARG)" nil nil)
7572 7556
7573 ;;;*** 7557 ;;;***
7574 7558
7575 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 7559 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7576 ;;;;;; (17843 45625)) 7560 ;;;;;; (17851 10865))
7577 ;;; Generated autoloads from play/dissociate.el 7561 ;;; Generated autoloads from play/dissociate.el
7578 7562
7579 (autoload (quote dissociated-press) "dissociate" "\ 7563 (autoload (quote dissociated-press) "dissociate" "\
7580 Dissociate the text of the current buffer. 7564 Dissociate the text of the current buffer.
7581 Output goes in buffer named *Dissociation*, 7565 Output goes in buffer named *Dissociation*,
7587 7571
7588 \(fn &optional ARG)" t nil) 7572 \(fn &optional ARG)" t nil)
7589 7573
7590 ;;;*** 7574 ;;;***
7591 7575
7592 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17843 45609)) 7576 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17851 10823))
7593 ;;; Generated autoloads from dnd.el 7577 ;;; Generated autoloads from dnd.el
7594 7578
7595 (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ 7579 (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\
7596 The functions to call for different protocols when a drop is made. 7580 The functions to call for different protocols when a drop is made.
7597 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'. 7581 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
7608 (custom-autoload (quote dnd-protocol-alist) "dnd" t) 7592 (custom-autoload (quote dnd-protocol-alist) "dnd" t)
7609 7593
7610 ;;;*** 7594 ;;;***
7611 7595
7612 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" 7596 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7613 ;;;;;; "textmodes/dns-mode.el" (17843 45630)) 7597 ;;;;;; "textmodes/dns-mode.el" (17851 10872))
7614 ;;; Generated autoloads from textmodes/dns-mode.el 7598 ;;; Generated autoloads from textmodes/dns-mode.el
7615 7599
7616 (autoload (quote dns-mode) "dns-mode" "\ 7600 (autoload (quote dns-mode) "dns-mode" "\
7617 Major mode for viewing and editing DNS master files. 7601 Major mode for viewing and editing DNS master files.
7618 This mode is inherited from text mode. It add syntax 7602 This mode is inherited from text mode. It add syntax
7632 \(fn)" t nil) 7616 \(fn)" t nil)
7633 (add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode)) 7617 (add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode))
7634 7618
7635 ;;;*** 7619 ;;;***
7636 7620
7637 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17843 45625)) 7621 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17851 10865))
7638 ;;; Generated autoloads from play/doctor.el 7622 ;;; Generated autoloads from play/doctor.el
7639 7623
7640 (autoload (quote doctor) "doctor" "\ 7624 (autoload (quote doctor) "doctor" "\
7641 Switch to *doctor* buffer and start giving psychotherapy. 7625 Switch to *doctor* buffer and start giving psychotherapy.
7642 7626
7643 \(fn)" t nil) 7627 \(fn)" t nil)
7644 7628
7645 ;;;*** 7629 ;;;***
7646 7630
7647 ;;;### (autoloads (double-mode double-mode) "double" "double.el" 7631 ;;;### (autoloads (double-mode double-mode) "double" "double.el"
7648 ;;;;;; (17843 45610)) 7632 ;;;;;; (17851 10823))
7649 ;;; Generated autoloads from double.el 7633 ;;; Generated autoloads from double.el
7650 7634
7651 (defvar double-mode nil "\ 7635 (defvar double-mode nil "\
7652 Toggle Double mode. 7636 Toggle Double mode.
7653 Setting this variable directly does not take effect; 7637 Setting this variable directly does not take effect;
7664 7648
7665 \(fn ARG)" t nil) 7649 \(fn ARG)" t nil)
7666 7650
7667 ;;;*** 7651 ;;;***
7668 7652
7669 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17843 45625)) 7653 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17851 10865))
7670 ;;; Generated autoloads from play/dunnet.el 7654 ;;; Generated autoloads from play/dunnet.el
7671 7655
7672 (autoload (quote dunnet) "dunnet" "\ 7656 (autoload (quote dunnet) "dunnet" "\
7673 Switch to *dungeon* buffer and start game. 7657 Switch to *dungeon* buffer and start game.
7674 7658
7675 \(fn)" t nil) 7659 \(fn)" t nil)
7676 7660
7677 ;;;*** 7661 ;;;***
7678 7662
7679 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 7663 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7680 ;;;;;; (17843 45616)) 7664 ;;;;;; (17851 10856))
7681 ;;; Generated autoloads from gnus/earcon.el 7665 ;;; Generated autoloads from gnus/earcon.el
7682 7666
7683 (autoload (quote gnus-earcon-display) "earcon" "\ 7667 (autoload (quote gnus-earcon-display) "earcon" "\
7684 Play sounds in message buffers. 7668 Play sounds in message buffers.
7685 7669
7687 7671
7688 ;;;*** 7672 ;;;***
7689 7673
7690 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 7674 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7691 ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" 7675 ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode"
7692 ;;;;;; "emacs-lisp/easy-mmode.el" (17843 45615)) 7676 ;;;;;; "emacs-lisp/easy-mmode.el" (17851 10852))
7693 ;;; Generated autoloads from emacs-lisp/easy-mmode.el 7677 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
7694 7678
7695 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 7679 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
7696 7680
7697 (autoload (quote define-minor-mode) "easy-mmode" "\ 7681 (autoload (quote define-minor-mode) "easy-mmode" "\
7779 \(fn ST CSS DOC &rest ARGS)" nil (quote macro)) 7763 \(fn ST CSS DOC &rest ARGS)" nil (quote macro))
7780 7764
7781 ;;;*** 7765 ;;;***
7782 7766
7783 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 7767 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7784 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17843 7768 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17851
7785 ;;;;;; 45615)) 7769 ;;;;;; 10852))
7786 ;;; Generated autoloads from emacs-lisp/easymenu.el 7770 ;;; Generated autoloads from emacs-lisp/easymenu.el
7787 7771
7788 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 7772 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
7789 7773
7790 (autoload (quote easy-menu-define) "easymenu" "\ 7774 (autoload (quote easy-menu-define) "easymenu" "\
7929 ;;;;;; ebnf-setup ebnf-syntax-region ebnf-syntax-buffer ebnf-syntax-file 7913 ;;;;;; ebnf-setup ebnf-syntax-region ebnf-syntax-buffer ebnf-syntax-file
7930 ;;;;;; ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer ebnf-eps-file 7914 ;;;;;; ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer ebnf-eps-file
7931 ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file 7915 ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
7932 ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer 7916 ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7933 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" 7917 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7934 ;;;;;; "progmodes/ebnf2ps.el" (17843 45627)) 7918 ;;;;;; "progmodes/ebnf2ps.el" (17851 10867))
7935 ;;; Generated autoloads from progmodes/ebnf2ps.el 7919 ;;; Generated autoloads from progmodes/ebnf2ps.el
7936 7920
7937 (autoload (quote ebnf-customize) "ebnf2ps" "\ 7921 (autoload (quote ebnf-customize) "ebnf2ps" "\
7938 Customization for ebnf group. 7922 Customization for ebnf group.
7939 7923
8188 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame 8172 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
8189 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window 8173 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
8190 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 8174 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8191 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 8175 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8192 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 8176 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8193 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17827 8177 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17822
8194 ;;;;;; 37447)) 8178 ;;;;;; 38987))
8195 ;;; Generated autoloads from progmodes/ebrowse.el 8179 ;;; Generated autoloads from progmodes/ebrowse.el
8196 8180
8197 (autoload (quote ebrowse-tree-mode) "ebrowse" "\ 8181 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
8198 Major mode for Ebrowse class tree buffers. 8182 Major mode for Ebrowse class tree buffers.
8199 Each line corresponds to a class in a class tree. 8183 Each line corresponds to a class in a class tree.
8340 \(fn)" t nil) 8324 \(fn)" t nil)
8341 8325
8342 ;;;*** 8326 ;;;***
8343 8327
8344 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 8328 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8345 ;;;;;; (17843 45610)) 8329 ;;;;;; (17851 10823))
8346 ;;; Generated autoloads from ebuff-menu.el 8330 ;;; Generated autoloads from ebuff-menu.el
8347 8331
8348 (autoload (quote electric-buffer-list) "ebuff-menu" "\ 8332 (autoload (quote electric-buffer-list) "ebuff-menu" "\
8349 Pop up a buffer describing the set of Emacs buffers. 8333 Pop up a buffer describing the set of Emacs buffers.
8350 Vaguely like ITS lunar select buffer; combining typeoutoid buffer 8334 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
8365 \(fn ARG)" t nil) 8349 \(fn ARG)" t nil)
8366 8350
8367 ;;;*** 8351 ;;;***
8368 8352
8369 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 8353 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8370 ;;;;;; "echistory.el" (17843 45610)) 8354 ;;;;;; "echistory.el" (17851 10823))
8371 ;;; Generated autoloads from echistory.el 8355 ;;; Generated autoloads from echistory.el
8372 8356
8373 (autoload (quote Electric-command-history-redo-expression) "echistory" "\ 8357 (autoload (quote Electric-command-history-redo-expression) "echistory" "\
8374 Edit current history line in minibuffer and execute result. 8358 Edit current history line in minibuffer and execute result.
8375 With prefix arg NOCONFIRM, execute current line as-is without editing. 8359 With prefix arg NOCONFIRM, execute current line as-is without editing.
8378 8362
8379 ;;;*** 8363 ;;;***
8380 8364
8381 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form 8365 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8382 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" 8366 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8383 ;;;;;; "emacs-lisp/edebug.el" (17843 45615)) 8367 ;;;;;; "emacs-lisp/edebug.el" (17851 10852))
8384 ;;; Generated autoloads from emacs-lisp/edebug.el 8368 ;;; Generated autoloads from emacs-lisp/edebug.el
8385 8369
8386 (defvar edebug-all-defs nil "\ 8370 (defvar edebug-all-defs nil "\
8387 *If non-nil, evaluating defining forms instruments for Edebug. 8371 *If non-nil, evaluating defining forms instruments for Edebug.
8388 This applies to `eval-defun', `eval-region', `eval-buffer', and 8372 This applies to `eval-defun', `eval-region', `eval-buffer', and
8451 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise 8435 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise
8452 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor 8436 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
8453 ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 8437 ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
8454 ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 8438 ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
8455 ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 8439 ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
8456 ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17843 45610)) 8440 ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17851 10823))
8457 ;;; Generated autoloads from ediff.el 8441 ;;; Generated autoloads from ediff.el
8458 8442
8459 (autoload (quote ediff-files) "ediff" "\ 8443 (autoload (quote ediff-files) "ediff" "\
8460 Run Ediff on a pair of files, FILE-A and FILE-B. 8444 Run Ediff on a pair of files, FILE-A and FILE-B.
8461 8445
8574 8558
8575 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) 8559 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
8576 8560
8577 (autoload (quote ediff-regions-wordwise) "ediff" "\ 8561 (autoload (quote ediff-regions-wordwise) "ediff" "\
8578 Run Ediff on a pair of regions in specified buffers. 8562 Run Ediff on a pair of regions in specified buffers.
8579 Regions (i.e., point and mark) are assumed to be set in advance except 8563 Regions (i.e., point and mark) can be set in advance or marked interactively.
8580 for the second region in the case both regions are from the same buffer.
8581 In such a case the user is asked to interactively establish the second
8582 region.
8583 This function is effective only for relatively small regions, up to 200 8564 This function is effective only for relatively small regions, up to 200
8584 lines. For large regions, use `ediff-regions-linewise'. 8565 lines. For large regions, use `ediff-regions-linewise'.
8585 8566
8586 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) 8567 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
8587 8568
8588 (autoload (quote ediff-regions-linewise) "ediff" "\ 8569 (autoload (quote ediff-regions-linewise) "ediff" "\
8589 Run Ediff on a pair of regions in specified buffers. 8570 Run Ediff on a pair of regions in specified buffers.
8590 Regions (i.e., point and mark) are assumed to be set in advance except 8571 Regions (i.e., point and mark) can be set in advance or marked interactively.
8591 for the second region in the case both regions are from the same buffer.
8592 In such a case the user is asked to interactively establish the second
8593 region.
8594 Each region is enlarged to contain full lines. 8572 Each region is enlarged to contain full lines.
8595 This function is effective for large regions, over 100-200 8573 This function is effective for large regions, over 100-200
8596 lines. For small regions, use `ediff-regions-wordwise'. 8574 lines. For small regions, use `ediff-regions-wordwise'.
8597 8575
8598 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) 8576 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
8689 \(fn &optional NODE)" t nil) 8667 \(fn &optional NODE)" t nil)
8690 8668
8691 ;;;*** 8669 ;;;***
8692 8670
8693 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 8671 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8694 ;;;;;; (17843 45610)) 8672 ;;;;;; (17851 10823))
8695 ;;; Generated autoloads from ediff-help.el 8673 ;;; Generated autoloads from ediff-help.el
8696 8674
8697 (autoload (quote ediff-customize) "ediff-help" "\ 8675 (autoload (quote ediff-customize) "ediff-help" "\
8698 Not documented 8676 Not documented
8699 8677
8700 \(fn)" t nil) 8678 \(fn)" t nil)
8701 8679
8702 ;;;*** 8680 ;;;***
8703 8681
8704 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17843 45610)) 8682 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17851 10823))
8705 ;;; Generated autoloads from ediff-hook.el 8683 ;;; Generated autoloads from ediff-hook.el
8706 8684
8707 (defvar ediff-window-setup-function) 8685 (defvar ediff-window-setup-function)
8708 (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) 8686 (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form))
8709 8687
8712 (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame" . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions" . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff" . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual" . ediff-documentation)))))) 8690 (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame" . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions" . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff" . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual" . ediff-documentation))))))
8713 8691
8714 ;;;*** 8692 ;;;***
8715 8693
8716 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 8694 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8717 ;;;;;; (17843 45610)) 8695 ;;;;;; (17851 10823))
8718 ;;; Generated autoloads from ediff-mult.el 8696 ;;; Generated autoloads from ediff-mult.el
8719 8697
8720 (autoload (quote ediff-show-registry) "ediff-mult" "\ 8698 (autoload (quote ediff-show-registry) "ediff-mult" "\
8721 Display Ediff's registry. 8699 Display Ediff's registry.
8722 8700
8725 (defalias (quote eregistry) (quote ediff-show-registry)) 8703 (defalias (quote eregistry) (quote ediff-show-registry))
8726 8704
8727 ;;;*** 8705 ;;;***
8728 8706
8729 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 8707 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8730 ;;;;;; "ediff-util" "ediff-util.el" (17843 45610)) 8708 ;;;;;; "ediff-util" "ediff-util.el" (17851 10823))
8731 ;;; Generated autoloads from ediff-util.el 8709 ;;; Generated autoloads from ediff-util.el
8732 8710
8733 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 8711 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
8734 Switch from multiframe display to single-frame display and back. 8712 Switch from multiframe display to single-frame display and back.
8735 To change the default, set the variable `ediff-window-setup-function', 8713 To change the default, set the variable `ediff-window-setup-function',
8746 8724
8747 ;;;*** 8725 ;;;***
8748 8726
8749 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 8727 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8750 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 8728 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8751 ;;;;;; (17843 45610)) 8729 ;;;;;; (17851 10823))
8752 ;;; Generated autoloads from edmacro.el 8730 ;;; Generated autoloads from edmacro.el
8753 8731
8754 (defvar edmacro-eight-bits nil "\ 8732 (defvar edmacro-eight-bits nil "\
8755 *Non-nil if edit-kbd-macro should leave 8-bit characters intact. 8733 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
8756 Default nil means to write characters above \\177 in octal notation.") 8734 Default nil means to write characters above \\177 in octal notation.")
8799 \(fn &optional MACRO VERBOSE)" nil nil) 8777 \(fn &optional MACRO VERBOSE)" nil nil)
8800 8778
8801 ;;;*** 8779 ;;;***
8802 8780
8803 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 8781 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8804 ;;;;;; "emulation/edt.el" (17843 45615)) 8782 ;;;;;; "emulation/edt.el" (17851 10853))
8805 ;;; Generated autoloads from emulation/edt.el 8783 ;;; Generated autoloads from emulation/edt.el
8806 8784
8807 (autoload (quote edt-set-scroll-margins) "edt" "\ 8785 (autoload (quote edt-set-scroll-margins) "edt" "\
8808 Set scroll margins. 8786 Set scroll margins.
8809 Argument TOP is the top margin in number of lines or percent of window. 8787 Argument TOP is the top margin in number of lines or percent of window.
8817 \(fn)" t nil) 8795 \(fn)" t nil)
8818 8796
8819 ;;;*** 8797 ;;;***
8820 8798
8821 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 8799 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8822 ;;;;;; (17843 45610)) 8800 ;;;;;; (17851 10823))
8823 ;;; Generated autoloads from ehelp.el 8801 ;;; Generated autoloads from ehelp.el
8824 8802
8825 (autoload (quote with-electric-help) "ehelp" "\ 8803 (autoload (quote with-electric-help) "ehelp" "\
8826 Pop up an \"electric\" help buffer. 8804 Pop up an \"electric\" help buffer.
8827 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. 8805 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
8855 \(fn FUN &optional NAME)" nil nil) 8833 \(fn FUN &optional NAME)" nil nil)
8856 8834
8857 ;;;*** 8835 ;;;***
8858 8836
8859 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 8837 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8860 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17843 45615)) 8838 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17851 10853))
8861 ;;; Generated autoloads from emacs-lisp/eldoc.el 8839 ;;; Generated autoloads from emacs-lisp/eldoc.el
8862 8840
8863 (defvar eldoc-minor-mode-string " ElDoc" "\ 8841 (defvar eldoc-minor-mode-string " ElDoc" "\
8864 *String to display in mode line when Eldoc Mode is enabled; nil for none.") 8842 *String to display in mode line when Eldoc Mode is enabled; nil for none.")
8865 8843
8893 This variable is expected to be made buffer-local by modes (other than 8871 This variable is expected to be made buffer-local by modes (other than
8894 Emacs Lisp mode) that support Eldoc.") 8872 Emacs Lisp mode) that support Eldoc.")
8895 8873
8896 ;;;*** 8874 ;;;***
8897 8875
8898 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17843 8876 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17851
8899 ;;;;;; 45610)) 8877 ;;;;;; 10826))
8900 ;;; Generated autoloads from elide-head.el 8878 ;;; Generated autoloads from elide-head.el
8901 8879
8902 (autoload (quote elide-head) "elide-head" "\ 8880 (autoload (quote elide-head) "elide-head" "\
8903 Hide header material in buffer according to `elide-head-headers-to-hide'. 8881 Hide header material in buffer according to `elide-head-headers-to-hide'.
8904 8882
8910 \(fn &optional ARG)" t nil) 8888 \(fn &optional ARG)" t nil)
8911 8889
8912 ;;;*** 8890 ;;;***
8913 8891
8914 ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8892 ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8915 ;;;;;; (17843 45615)) 8893 ;;;;;; (17851 10853))
8916 ;;; Generated autoloads from emacs-lisp/elint.el 8894 ;;; Generated autoloads from emacs-lisp/elint.el
8917 8895
8918 (autoload (quote elint-initialize) "elint" "\ 8896 (autoload (quote elint-initialize) "elint" "\
8919 Initialize elint. 8897 Initialize elint.
8920 8898
8921 \(fn)" t nil) 8899 \(fn)" t nil)
8922 8900
8923 ;;;*** 8901 ;;;***
8924 8902
8925 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 8903 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8926 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17843 8904 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17851
8927 ;;;;;; 45615)) 8905 ;;;;;; 10853))
8928 ;;; Generated autoloads from emacs-lisp/elp.el 8906 ;;; Generated autoloads from emacs-lisp/elp.el
8929 8907
8930 (autoload (quote elp-instrument-function) "elp" "\ 8908 (autoload (quote elp-instrument-function) "elp" "\
8931 Instrument FUNSYM for profiling. 8909 Instrument FUNSYM for profiling.
8932 FUNSYM must be a symbol of a defined function. 8910 FUNSYM must be a symbol of a defined function.
8956 \(fn)" t nil) 8934 \(fn)" t nil)
8957 8935
8958 ;;;*** 8936 ;;;***
8959 8937
8960 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 8938 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8961 ;;;;;; (17843 45621)) 8939 ;;;;;; (17851 10861))
8962 ;;; Generated autoloads from mail/emacsbug.el 8940 ;;; Generated autoloads from mail/emacsbug.el
8963 8941
8964 (autoload (quote report-emacs-bug) "emacsbug" "\ 8942 (autoload (quote report-emacs-bug) "emacsbug" "\
8965 Report a bug in GNU Emacs. 8943 Report a bug in GNU Emacs.
8966 Prompts for bug subject. Leaves you in a mail buffer. 8944 Prompts for bug subject. Leaves you in a mail buffer.
8971 8949
8972 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor 8950 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
8973 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 8951 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8974 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 8952 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8975 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 8953 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8976 ;;;;;; "emerge.el" (17167 2962)) 8954 ;;;;;; "emerge.el" (17197 14700))
8977 ;;; Generated autoloads from emerge.el 8955 ;;; Generated autoloads from emerge.el
8978 8956
8979 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 8957 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
8980 (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu)) 8958 (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu))
8981 (define-key menu-bar-emerge-menu [emerge-merge-directories] 8959 (define-key menu-bar-emerge-menu [emerge-merge-directories]
9049 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil) 9027 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
9050 9028
9051 ;;;*** 9029 ;;;***
9052 9030
9053 ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 9031 ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
9054 ;;;;;; (17843 45618)) 9032 ;;;;;; (17851 10860))
9055 ;;; Generated autoloads from international/encoded-kb.el 9033 ;;; Generated autoloads from international/encoded-kb.el
9056 9034
9057 (defvar encoded-kbd-mode nil "\ 9035 (defvar encoded-kbd-mode nil "\
9058 Non-nil if Encoded-Kbd mode is enabled. 9036 Non-nil if Encoded-Kbd mode is enabled.
9059 See the command `encoded-kbd-mode' for a description of this minor-mode. 9037 See the command `encoded-kbd-mode' for a description of this minor-mode.
9078 \(fn &optional ARG)" t nil) 9056 \(fn &optional ARG)" t nil)
9079 9057
9080 ;;;*** 9058 ;;;***
9081 9059
9082 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 9060 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
9083 ;;;;;; "enriched" "textmodes/enriched.el" (17843 45630)) 9061 ;;;;;; "enriched" "textmodes/enriched.el" (17851 10872))
9084 ;;; Generated autoloads from textmodes/enriched.el 9062 ;;; Generated autoloads from textmodes/enriched.el
9085 9063
9086 (autoload (quote enriched-mode) "enriched" "\ 9064 (autoload (quote enriched-mode) "enriched" "\
9087 Minor mode for editing text/enriched files. 9065 Minor mode for editing text/enriched files.
9088 These are files with embedded formatting information in the MIME standard 9066 These are files with embedded formatting information in the MIME standard
9109 \(fn FROM TO)" nil nil) 9087 \(fn FROM TO)" nil nil)
9110 9088
9111 ;;;*** 9089 ;;;***
9112 9090
9113 ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 9091 ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9114 ;;;;;; "erc/erc.el" (17839 38671)) 9092 ;;;;;; "erc/erc.el" (17851 10855))
9115 ;;; Generated autoloads from erc/erc.el 9093 ;;; Generated autoloads from erc/erc.el
9116 9094
9117 (autoload (quote erc-select-read-args) "erc" "\ 9095 (autoload (quote erc-select-read-args) "erc" "\
9118 Prompt the user for values of nick, server, port, and password. 9096 Prompt the user for values of nick, server, port, and password.
9119 9097
9145 9123
9146 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil) 9124 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
9147 9125
9148 ;;;*** 9126 ;;;***
9149 9127
9150 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17843 9128 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17851
9151 ;;;;;; 45616)) 9129 ;;;;;; 10855))
9152 ;;; Generated autoloads from erc/erc-autoaway.el 9130 ;;; Generated autoloads from erc/erc-autoaway.el
9153 (autoload 'erc-autoaway-mode "erc-autoaway") 9131 (autoload 'erc-autoaway-mode "erc-autoaway")
9154 9132
9155 ;;;*** 9133 ;;;***
9156 9134
9157 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17843 45616)) 9135 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17851 10855))
9158 ;;; Generated autoloads from erc/erc-button.el 9136 ;;; Generated autoloads from erc/erc-button.el
9159 (autoload 'erc-button-mode "erc-button" nil t) 9137 (autoload 'erc-button-mode "erc-button" nil t)
9160 9138
9161 ;;;*** 9139 ;;;***
9162 9140
9163 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17843 45616)) 9141 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (17842 54344))
9164 ;;; Generated autoloads from erc/erc-capab.el 9142 ;;; Generated autoloads from erc/erc-capab.el
9165 (autoload 'erc-capab-identify-mode "erc-capab" nil t) 9143 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
9166 9144
9167 ;;;*** 9145 ;;;***
9168 9146
9169 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17843 45616)) 9147 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17851 10855))
9170 ;;; Generated autoloads from erc/erc-compat.el 9148 ;;; Generated autoloads from erc/erc-compat.el
9171 (autoload 'erc-define-minor-mode "erc-compat") 9149 (autoload 'erc-define-minor-mode "erc-compat")
9172 9150
9173 ;;;*** 9151 ;;;***
9174 9152
9175 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) 9153 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9176 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17843 45616)) 9154 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17851 10855))
9177 ;;; Generated autoloads from erc/erc-dcc.el 9155 ;;; Generated autoloads from erc/erc-dcc.el
9178 9156
9179 (autoload (quote erc-cmd-DCC) "erc-dcc" "\ 9157 (autoload (quote erc-cmd-DCC) "erc-dcc" "\
9180 Parser for /dcc command. 9158 Parser for /dcc command.
9181 This figures out the dcc subcommand and calls the appropriate routine to 9159 This figures out the dcc subcommand and calls the appropriate routine to
9203 9181
9204 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select 9182 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
9205 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list 9183 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9206 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action 9184 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9207 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" 9185 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9208 ;;;;;; (17843 45616)) 9186 ;;;;;; (17851 10855))
9209 ;;; Generated autoloads from erc/erc-ezbounce.el 9187 ;;; Generated autoloads from erc/erc-ezbounce.el
9210 9188
9211 (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ 9189 (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\
9212 Send EZB commands to the EZBouncer verbatim. 9190 Send EZB commands to the EZBouncer verbatim.
9213 9191
9265 9243
9266 \(fn)" nil nil) 9244 \(fn)" nil nil)
9267 9245
9268 ;;;*** 9246 ;;;***
9269 9247
9270 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17843 9248 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17851
9271 ;;;;;; 45616)) 9249 ;;;;;; 10855))
9272 ;;; Generated autoloads from erc/erc-fill.el 9250 ;;; Generated autoloads from erc/erc-fill.el
9273 (autoload 'erc-fill-mode "erc-fill" nil t) 9251 (autoload 'erc-fill-mode "erc-fill" nil t)
9274 9252
9275 (autoload (quote erc-fill) "erc-fill" "\ 9253 (autoload (quote erc-fill) "erc-fill" "\
9276 Fill a region using the function referenced in `erc-fill-function'. 9254 Fill a region using the function referenced in `erc-fill-function'.
9278 9256
9279 \(fn)" nil nil) 9257 \(fn)" nil nil)
9280 9258
9281 ;;;*** 9259 ;;;***
9282 9260
9283 ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17843 9261 ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (17851
9284 ;;;;;; 45616)) 9262 ;;;;;; 10855))
9285 ;;; Generated autoloads from erc/erc-hecomplete.el 9263 ;;; Generated autoloads from erc/erc-hecomplete.el
9286 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) 9264 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9287 9265
9288 ;;;*** 9266 ;;;***
9289 9267
9290 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" 9268 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9291 ;;;;;; "erc/erc-identd.el" (17843 45616)) 9269 ;;;;;; "erc/erc-identd.el" (17851 10855))
9292 ;;; Generated autoloads from erc/erc-identd.el 9270 ;;; Generated autoloads from erc/erc-identd.el
9293 (autoload 'erc-identd-mode "erc-identd") 9271 (autoload 'erc-identd-mode "erc-identd")
9294 9272
9295 (autoload (quote erc-identd-start) "erc-identd" "\ 9273 (autoload (quote erc-identd-start) "erc-identd" "\
9296 Start an identd server listening to port 8113. 9274 Start an identd server listening to port 8113.
9308 \(fn &rest IGNORE)" t nil) 9286 \(fn &rest IGNORE)" t nil)
9309 9287
9310 ;;;*** 9288 ;;;***
9311 9289
9312 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" 9290 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9313 ;;;;;; (17843 45616)) 9291 ;;;;;; (17851 10855))
9314 ;;; Generated autoloads from erc/erc-imenu.el 9292 ;;; Generated autoloads from erc/erc-imenu.el
9315 9293
9316 (autoload (quote erc-create-imenu-index) "erc-imenu" "\ 9294 (autoload (quote erc-create-imenu-index) "erc-imenu" "\
9317 Not documented 9295 Not documented
9318 9296
9319 \(fn)" nil nil) 9297 \(fn)" nil nil)
9320 9298
9321 ;;;*** 9299 ;;;***
9322 9300
9323 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17843 45616)) 9301 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (17851 10855))
9324 ;;; Generated autoloads from erc/erc-join.el 9302 ;;; Generated autoloads from erc/erc-join.el
9325 (autoload 'erc-autojoin-mode "erc-join" nil t) 9303 (autoload 'erc-autojoin-mode "erc-join" nil t)
9326 9304
9327 ;;;*** 9305 ;;;***
9328 9306
9329 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" 9307 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9330 ;;;;;; "erc/erc-log.el" (17843 45616)) 9308 ;;;;;; "erc/erc-log.el" (17851 10855))
9331 ;;; Generated autoloads from erc/erc-log.el 9309 ;;; Generated autoloads from erc/erc-log.el
9332 (autoload 'erc-log-mode "erc-log" nil t) 9310 (autoload 'erc-log-mode "erc-log" nil t)
9333 9311
9334 (autoload (quote erc-logging-enabled) "erc-log" "\ 9312 (autoload (quote erc-logging-enabled) "erc-log" "\
9335 Return non-nil if logging is enabled for BUFFER. 9313 Return non-nil if logging is enabled for BUFFER.
9357 ;;;*** 9335 ;;;***
9358 9336
9359 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host 9337 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9360 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool 9338 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9361 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" 9339 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9362 ;;;;;; (17843 45616)) 9340 ;;;;;; (17851 10855))
9363 ;;; Generated autoloads from erc/erc-match.el 9341 ;;; Generated autoloads from erc/erc-match.el
9364 (autoload 'erc-match-mode "erc-match") 9342 (autoload 'erc-match-mode "erc-match")
9365 9343
9366 (autoload (quote erc-add-pal) "erc-match" "\ 9344 (autoload (quote erc-add-pal) "erc-match" "\
9367 Add pal interactively to `erc-pals'. 9345 Add pal interactively to `erc-pals'.
9403 9381
9404 \(fn)" t nil) 9382 \(fn)" t nil)
9405 9383
9406 ;;;*** 9384 ;;;***
9407 9385
9408 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17843 45616)) 9386 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (17851 10855))
9409 ;;; Generated autoloads from erc/erc-menu.el 9387 ;;; Generated autoloads from erc/erc-menu.el
9410 (autoload 'erc-menu-mode "erc-menu" nil t) 9388 (autoload 'erc-menu-mode "erc-menu" nil t)
9411 9389
9412 ;;;*** 9390 ;;;***
9413 9391
9414 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" 9392 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9415 ;;;;;; (17843 45616)) 9393 ;;;;;; (17851 10855))
9416 ;;; Generated autoloads from erc/erc-netsplit.el 9394 ;;; Generated autoloads from erc/erc-netsplit.el
9417 (autoload 'erc-netsplit-mode "erc-netsplit") 9395 (autoload 'erc-netsplit-mode "erc-netsplit")
9418 9396
9419 (autoload (quote erc-cmd-WHOLEFT) "erc-netsplit" "\ 9397 (autoload (quote erc-cmd-WHOLEFT) "erc-netsplit" "\
9420 Show who's gone. 9398 Show who's gone.
9422 \(fn)" nil nil) 9400 \(fn)" nil nil)
9423 9401
9424 ;;;*** 9402 ;;;***
9425 9403
9426 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" 9404 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9427 ;;;;;; "erc/erc-networks.el" (17843 45616)) 9405 ;;;;;; "erc/erc-networks.el" (17851 10855))
9428 ;;; Generated autoloads from erc/erc-networks.el 9406 ;;; Generated autoloads from erc/erc-networks.el
9429 9407
9430 (autoload (quote erc-determine-network) "erc-networks" "\ 9408 (autoload (quote erc-determine-network) "erc-networks" "\
9431 Return the name of the network or \"Unknown\" as a symbol. Use the 9409 Return the name of the network or \"Unknown\" as a symbol. Use the
9432 server parameter NETWORK if provided, otherwise parse the server name and 9410 server parameter NETWORK if provided, otherwise parse the server name and
9440 \(fn)" t nil) 9418 \(fn)" t nil)
9441 9419
9442 ;;;*** 9420 ;;;***
9443 9421
9444 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" 9422 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9445 ;;;;;; "erc/erc-notify.el" (17843 45616)) 9423 ;;;;;; "erc/erc-notify.el" (17851 10855))
9446 ;;; Generated autoloads from erc/erc-notify.el 9424 ;;; Generated autoloads from erc/erc-notify.el
9447 (autoload 'erc-notify-mode "erc-notify" nil t) 9425 (autoload 'erc-notify-mode "erc-notify" nil t)
9448 9426
9449 (autoload (quote erc-cmd-NOTIFY) "erc-notify" "\ 9427 (autoload (quote erc-cmd-NOTIFY) "erc-notify" "\
9450 Change `erc-notify-list' or list current notify-list members online. 9428 Change `erc-notify-list' or list current notify-list members online.
9458 9436
9459 \(fn)" nil nil) 9437 \(fn)" nil nil)
9460 9438
9461 ;;;*** 9439 ;;;***
9462 9440
9463 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17843 45616)) 9441 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17851 10855))
9464 ;;; Generated autoloads from erc/erc-page.el 9442 ;;; Generated autoloads from erc/erc-page.el
9465 (autoload 'erc-page-mode "erc-page") 9443 (autoload 'erc-page-mode "erc-page")
9466 9444
9467 ;;;*** 9445 ;;;***
9468 9446
9469 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17843 9447 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17851
9470 ;;;;;; 45616)) 9448 ;;;;;; 10855))
9471 ;;; Generated autoloads from erc/erc-pcomplete.el 9449 ;;; Generated autoloads from erc/erc-pcomplete.el
9472 (autoload 'erc-completion-mode "erc-pcomplete" nil t) 9450 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9473 9451
9474 ;;;*** 9452 ;;;***
9475 9453
9476 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17843 45616)) 9454 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17851 10855))
9477 ;;; Generated autoloads from erc/erc-replace.el 9455 ;;; Generated autoloads from erc/erc-replace.el
9478 (autoload 'erc-replace-mode "erc-replace") 9456 (autoload 'erc-replace-mode "erc-replace")
9479 9457
9480 ;;;*** 9458 ;;;***
9481 9459
9482 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17843 45616)) 9460 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17851 10855))
9483 ;;; Generated autoloads from erc/erc-ring.el 9461 ;;; Generated autoloads from erc/erc-ring.el
9484 (autoload 'erc-ring-mode "erc-ring" nil t) 9462 (autoload 'erc-ring-mode "erc-ring" nil t)
9485 9463
9486 ;;;*** 9464 ;;;***
9487 9465
9488 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) 9466 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9489 ;;;;;; "erc-services" "erc/erc-services.el" (17843 45616)) 9467 ;;;;;; "erc-services" "erc/erc-services.el" (17851 10855))
9490 ;;; Generated autoloads from erc/erc-services.el 9468 ;;; Generated autoloads from erc/erc-services.el
9491 (autoload 'erc-services-mode "erc-services" nil t) 9469 (autoload 'erc-services-mode "erc-services" nil t)
9492 9470
9493 (autoload (quote erc-nickserv-identify-mode) "erc-services" "\ 9471 (autoload (quote erc-nickserv-identify-mode) "erc-services" "\
9494 Set up hooks according to which MODE the user has chosen. 9472 Set up hooks according to which MODE the user has chosen.
9501 9479
9502 \(fn PASSWORD)" t nil) 9480 \(fn PASSWORD)" t nil)
9503 9481
9504 ;;;*** 9482 ;;;***
9505 9483
9506 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17843 45616)) 9484 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17851 10855))
9507 ;;; Generated autoloads from erc/erc-sound.el 9485 ;;; Generated autoloads from erc/erc-sound.el
9508 (autoload 'erc-sound-mode "erc-sound") 9486 (autoload 'erc-sound-mode "erc-sound")
9509 9487
9510 ;;;*** 9488 ;;;***
9511 9489
9512 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" 9490 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9513 ;;;;;; (17843 45616)) 9491 ;;;;;; (17851 10855))
9514 ;;; Generated autoloads from erc/erc-speedbar.el 9492 ;;; Generated autoloads from erc/erc-speedbar.el
9515 9493
9516 (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ 9494 (autoload (quote erc-speedbar-browser) "erc-speedbar" "\
9517 Initialize speedbar to display an ERC browser. 9495 Initialize speedbar to display an ERC browser.
9518 This will add a speedbar major display mode. 9496 This will add a speedbar major display mode.
9519 9497
9520 \(fn)" t nil) 9498 \(fn)" t nil)
9521 9499
9522 ;;;*** 9500 ;;;***
9523 9501
9524 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17843 9502 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17851
9525 ;;;;;; 45616)) 9503 ;;;;;; 10855))
9526 ;;; Generated autoloads from erc/erc-spelling.el 9504 ;;; Generated autoloads from erc/erc-spelling.el
9527 (autoload 'erc-spelling-mode "erc-spelling" nil t) 9505 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9528 9506
9529 ;;;*** 9507 ;;;***
9530 9508
9531 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17843 45616)) 9509 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17851 10855))
9532 ;;; Generated autoloads from erc/erc-stamp.el 9510 ;;; Generated autoloads from erc/erc-stamp.el
9533 (autoload 'erc-timestamp-mode "erc-stamp" nil t) 9511 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9534 9512
9535 ;;;*** 9513 ;;;***
9536 9514
9537 ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17843 45616)) 9515 ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17851 10855))
9538 ;;; Generated autoloads from erc/erc-track.el 9516 ;;; Generated autoloads from erc/erc-track.el
9539 (autoload 'erc-track-mode "erc-track" nil t) 9517 (autoload 'erc-track-mode "erc-track" nil t)
9540 (autoload 'erc-track-when-inactive-mode "erc-track" nil t) 9518 (autoload 'erc-track-when-inactive-mode "erc-track" nil t)
9541 9519
9542 ;;;*** 9520 ;;;***
9543 9521
9544 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) 9522 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9545 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17843 45616)) 9523 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17851 10855))
9546 ;;; Generated autoloads from erc/erc-truncate.el 9524 ;;; Generated autoloads from erc/erc-truncate.el
9547 (autoload 'erc-truncate-mode "erc-truncate" nil t) 9525 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9548 9526
9549 (autoload (quote erc-truncate-buffer-to-size) "erc-truncate" "\ 9527 (autoload (quote erc-truncate-buffer-to-size) "erc-truncate" "\
9550 Truncates the buffer to the size SIZE. 9528 Truncates the buffer to the size SIZE.
9560 \(fn)" t nil) 9538 \(fn)" t nil)
9561 9539
9562 ;;;*** 9540 ;;;***
9563 9541
9564 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" 9542 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9565 ;;;;;; (17843 45616)) 9543 ;;;;;; (17851 10855))
9566 ;;; Generated autoloads from erc/erc-xdcc.el 9544 ;;; Generated autoloads from erc/erc-xdcc.el
9567 9545
9568 (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ 9546 (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
9569 Add a file to `erc-xdcc-files'. 9547 Add a file to `erc-xdcc-files'.
9570 9548
9571 \(fn FILE)" t nil) 9549 \(fn FILE)" t nil)
9572 9550
9573 ;;;*** 9551 ;;;***
9574 9552
9575 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17843 9553 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17851
9576 ;;;;;; 45616)) 9554 ;;;;;; 10856))
9577 ;;; Generated autoloads from eshell/esh-mode.el 9555 ;;; Generated autoloads from eshell/esh-mode.el
9578 9556
9579 (autoload (quote eshell-mode) "esh-mode" "\ 9557 (autoload (quote eshell-mode) "esh-mode" "\
9580 Emacs shell interactive mode. 9558 Emacs shell interactive mode.
9581 9559
9583 9561
9584 \(fn)" nil nil) 9562 \(fn)" nil nil)
9585 9563
9586 ;;;*** 9564 ;;;***
9587 9565
9588 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17843 9566 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17851
9589 ;;;;;; 45616)) 9567 ;;;;;; 10856))
9590 ;;; Generated autoloads from eshell/esh-test.el 9568 ;;; Generated autoloads from eshell/esh-test.el
9591 9569
9592 (autoload (quote eshell-test) "esh-test" "\ 9570 (autoload (quote eshell-test) "esh-test" "\
9593 Test Eshell to verify that it works as expected. 9571 Test Eshell to verify that it works as expected.
9594 9572
9595 \(fn &optional ARG)" t nil) 9573 \(fn &optional ARG)" t nil)
9596 9574
9597 ;;;*** 9575 ;;;***
9598 9576
9599 ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 9577 ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
9600 ;;;;;; eshell) "eshell" "eshell/eshell.el" (17843 45616)) 9578 ;;;;;; eshell) "eshell" "eshell/eshell.el" (17851 10856))
9601 ;;; Generated autoloads from eshell/eshell.el 9579 ;;; Generated autoloads from eshell/eshell.el
9602 9580
9603 (autoload (quote eshell) "eshell" "\ 9581 (autoload (quote eshell) "eshell" "\
9604 Create an interactive Eshell buffer. 9582 Create an interactive Eshell buffer.
9605 The buffer used for Eshell sessions is determined by the value of 9583 The buffer used for Eshell sessions is determined by the value of
9641 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 9619 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9642 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer 9620 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9643 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function 9621 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9644 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list 9622 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9645 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 9623 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9646 ;;;;;; (17843 45627)) 9624 ;;;;;; (17851 10867))
9647 ;;; Generated autoloads from progmodes/etags.el 9625 ;;; Generated autoloads from progmodes/etags.el
9648 9626
9649 (defvar tags-file-name nil "\ 9627 (defvar tags-file-name nil "\
9650 *File name of tags table. 9628 *File name of tags table.
9651 To switch to a new tags table, setting this variable is sufficient. 9629 To switch to a new tags table, setting this variable is sufficient.
9943 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel 9921 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
9944 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker 9922 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker
9945 ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 9923 ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
9946 ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 9924 ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
9947 ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 9925 ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
9948 ;;;;;; "ethio-util" "language/ethio-util.el" (17843 45620)) 9926 ;;;;;; "ethio-util" "language/ethio-util.el" (17851 10861))
9949 ;;; Generated autoloads from language/ethio-util.el 9927 ;;; Generated autoloads from language/ethio-util.el
9950 9928
9951 (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 9929 (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
9952 Not documented 9930 Not documented
9953 9931
10138 10116
10139 ;;;*** 10117 ;;;***
10140 10118
10141 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 10119 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10142 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 10120 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10143 ;;;;;; (17843 45624)) 10121 ;;;;;; (17851 10863))
10144 ;;; Generated autoloads from net/eudc.el 10122 ;;; Generated autoloads from net/eudc.el
10145 10123
10146 (autoload (quote eudc-set-server) "eudc" "\ 10124 (autoload (quote eudc-set-server) "eudc" "\
10147 Set the directory server to SERVER using PROTOCOL. 10125 Set the directory server to SERVER using PROTOCOL.
10148 Unless NO-SAVE is non-nil, the server is saved as the default 10126 Unless NO-SAVE is non-nil, the server is saved as the default
10194 10172
10195 ;;;*** 10173 ;;;***
10196 10174
10197 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 10175 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10198 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) 10176 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10199 ;;;;;; "eudc-bob" "net/eudc-bob.el" (17843 45624)) 10177 ;;;;;; "eudc-bob" "net/eudc-bob.el" (17851 10863))
10200 ;;; Generated autoloads from net/eudc-bob.el 10178 ;;; Generated autoloads from net/eudc-bob.el
10201 10179
10202 (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 10180 (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
10203 Display a button for unidentified binary DATA. 10181 Display a button for unidentified binary DATA.
10204 10182
10230 \(fn DATA)" nil nil) 10208 \(fn DATA)" nil nil)
10231 10209
10232 ;;;*** 10210 ;;;***
10233 10211
10234 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 10212 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10235 ;;;;;; "eudc-export" "net/eudc-export.el" (17843 45624)) 10213 ;;;;;; "eudc-export" "net/eudc-export.el" (17851 10863))
10236 ;;; Generated autoloads from net/eudc-export.el 10214 ;;; Generated autoloads from net/eudc-export.el
10237 10215
10238 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 10216 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
10239 Insert record at point into the BBDB database. 10217 Insert record at point into the BBDB database.
10240 This function can only be called from a directory query result buffer. 10218 This function can only be called from a directory query result buffer.
10247 \(fn)" t nil) 10225 \(fn)" t nil)
10248 10226
10249 ;;;*** 10227 ;;;***
10250 10228
10251 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 10229 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10252 ;;;;;; (17843 45624)) 10230 ;;;;;; (17851 10863))
10253 ;;; Generated autoloads from net/eudc-hotlist.el 10231 ;;; Generated autoloads from net/eudc-hotlist.el
10254 10232
10255 (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 10233 (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
10256 Edit the hotlist of directory servers in a specialized buffer. 10234 Edit the hotlist of directory servers in a specialized buffer.
10257 10235
10258 \(fn)" t nil) 10236 \(fn)" t nil)
10259 10237
10260 ;;;*** 10238 ;;;***
10261 10239
10262 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17843 10240 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (17851
10263 ;;;;;; 45615)) 10241 ;;;;;; 10853))
10264 ;;; Generated autoloads from emacs-lisp/ewoc.el 10242 ;;; Generated autoloads from emacs-lisp/ewoc.el
10265 10243
10266 (autoload (quote ewoc-create) "ewoc" "\ 10244 (autoload (quote ewoc-create) "ewoc" "\
10267 Create an empty ewoc. 10245 Create an empty ewoc.
10268 10246
10287 ;;;*** 10265 ;;;***
10288 10266
10289 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 10267 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10290 ;;;;;; executable-self-display executable-set-magic executable-interpret 10268 ;;;;;; executable-self-display executable-set-magic executable-interpret
10291 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 10269 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10292 ;;;;;; (17843 45627)) 10270 ;;;;;; (17851 10867))
10293 ;;; Generated autoloads from progmodes/executable.el 10271 ;;; Generated autoloads from progmodes/executable.el
10294 10272
10295 (autoload (quote executable-command-find-posix-p) "executable" "\ 10273 (autoload (quote executable-command-find-posix-p) "executable" "\
10296 Check if PROGRAM handles arguments Posix-style. 10274 Check if PROGRAM handles arguments Posix-style.
10297 If PROGRAM is non-nil, use that instead of \"find\". 10275 If PROGRAM is non-nil, use that instead of \"find\".
10329 \(fn)" nil nil) 10307 \(fn)" nil nil)
10330 10308
10331 ;;;*** 10309 ;;;***
10332 10310
10333 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 10311 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10334 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17843 45610)) 10312 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17851 10827))
10335 ;;; Generated autoloads from expand.el 10313 ;;; Generated autoloads from expand.el
10336 10314
10337 (autoload (quote expand-add-abbrevs) "expand" "\ 10315 (autoload (quote expand-add-abbrevs) "expand" "\
10338 Add a list of abbrev to abbrev table TABLE. 10316 Add a list of abbrev to abbrev table TABLE.
10339 ABBREVS is a list of abbrev definitions; each abbrev description entry 10317 ABBREVS is a list of abbrev definitions; each abbrev description entry
10372 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 10350 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
10373 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 10351 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
10374 10352
10375 ;;;*** 10353 ;;;***
10376 10354
10377 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17843 45627)) 10355 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17851 10867))
10378 ;;; Generated autoloads from progmodes/f90.el 10356 ;;; Generated autoloads from progmodes/f90.el
10379 10357
10380 (autoload (quote f90-mode) "f90" "\ 10358 (autoload (quote f90-mode) "f90" "\
10381 Major mode for editing Fortran 90,95 code in free format. 10359 Major mode for editing Fortran 90,95 code in free format.
10382 For fixed format code, use `fortran-mode'. 10360 For fixed format code, use `fortran-mode'.
10439 10417
10440 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special 10418 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special
10441 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 10419 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
10442 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 10420 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
10443 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 10421 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
10444 ;;;;;; "facemenu" "facemenu.el" (17843 45610)) 10422 ;;;;;; "facemenu" "facemenu.el" (17851 10827))
10445 ;;; Generated autoloads from facemenu.el 10423 ;;; Generated autoloads from facemenu.el
10446 (define-key global-map "\M-o" 'facemenu-keymap) 10424 (define-key global-map "\M-o" 'facemenu-keymap)
10447 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 10425 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
10448 10426
10449 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 10427 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
10606 10584
10607 \(fn &optional LIST BUFFER-NAME)" t nil) 10585 \(fn &optional LIST BUFFER-NAME)" t nil)
10608 10586
10609 ;;;*** 10587 ;;;***
10610 10588
10611 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
10612 ;;;;;; "obsolete/fast-lock.el" (17843 45625))
10613 ;;; Generated autoloads from obsolete/fast-lock.el
10614
10615 (autoload (quote fast-lock-mode) "fast-lock" "\
10616 Toggle Fast Lock mode.
10617 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
10618 is associated with a file. Enable it automatically in your `~/.emacs' by:
10619
10620 (setq font-lock-support-mode 'fast-lock-mode)
10621
10622 If Fast Lock mode is enabled, and the current buffer does not contain any text
10623 properties, any associated Font Lock cache is used if its timestamp matches the
10624 buffer's file, and its `font-lock-keywords' match those that you are using.
10625
10626 Font Lock caches may be saved:
10627 - When you save the file's buffer.
10628 - When you kill an unmodified file's buffer.
10629 - When you exit Emacs, for all unmodified or saved buffers.
10630 Depending on the value of `fast-lock-save-events'.
10631 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
10632
10633 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
10634
10635 Various methods of control are provided for the Font Lock cache. In general,
10636 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
10637 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
10638 `fast-lock-save-others' and `fast-lock-save-faces'.
10639
10640 \(fn &optional ARG)" t nil)
10641
10642 (autoload (quote turn-on-fast-lock) "fast-lock" "\
10643 Unconditionally turn on Fast Lock mode.
10644
10645 \(fn)" nil nil)
10646
10647 (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil))
10648
10649 ;;;***
10650
10651 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 10589 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10652 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 10590 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10653 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17743 18143)) 10591 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17753 42784))
10654 ;;; Generated autoloads from mail/feedmail.el 10592 ;;; Generated autoloads from mail/feedmail.el
10655 10593
10656 (autoload (quote feedmail-send-it) "feedmail" "\ 10594 (autoload (quote feedmail-send-it) "feedmail" "\
10657 Send the current mail buffer using the Feedmail package. 10595 Send the current mail buffer using the Feedmail package.
10658 This is a suitable value for `send-mail-function'. It can be used 10596 This is a suitable value for `send-mail-function'. It can be used
10702 \(fn &optional WHAT-EVENT)" t nil) 10640 \(fn &optional WHAT-EVENT)" t nil)
10703 10641
10704 ;;;*** 10642 ;;;***
10705 10643
10706 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 10644 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10707 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17838 18033)) 10645 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17851 10827))
10708 ;;; Generated autoloads from ffap.el 10646 ;;; Generated autoloads from ffap.el
10709 10647
10710 (autoload (quote ffap-next) "ffap" "\ 10648 (autoload (quote ffap-next) "ffap" "\
10711 Search buffer for next file or URL, and run ffap. 10649 Search buffer for next file or URL, and run ffap.
10712 Optional argument BACK says to search backwards. 10650 Optional argument BACK says to search backwards.
10761 ;;;*** 10699 ;;;***
10762 10700
10763 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively 10701 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10764 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find 10702 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10765 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) 10703 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10766 ;;;;;; "filecache" "filecache.el" (17843 45610)) 10704 ;;;;;; "filecache" "filecache.el" (17851 10827))
10767 ;;; Generated autoloads from filecache.el 10705 ;;; Generated autoloads from filecache.el
10768 10706
10769 (autoload (quote file-cache-add-directory) "filecache" "\ 10707 (autoload (quote file-cache-add-directory) "filecache" "\
10770 Add DIRECTORY to the file cache. 10708 Add DIRECTORY to the file cache.
10771 If the optional REGEXP argument is non-nil, only files which match it will 10709 If the optional REGEXP argument is non-nil, only files which match it will
10820 (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete) 10758 (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)
10821 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete) 10759 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
10822 10760
10823 ;;;*** 10761 ;;;***
10824 10762
10825 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17843 10763 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17851
10826 ;;;;;; 45610)) 10764 ;;;;;; 10827))
10827 ;;; Generated autoloads from filesets.el 10765 ;;; Generated autoloads from filesets.el
10828 10766
10829 (autoload (quote filesets-init) "filesets" "\ 10767 (autoload (quote filesets-init) "filesets" "\
10830 Filesets initialization. 10768 Filesets initialization.
10831 Set up hooks, load the cache file -- if existing -- and build the menu. 10769 Set up hooks, load the cache file -- if existing -- and build the menu.
10832 10770
10833 \(fn)" nil nil) 10771 \(fn)" nil nil)
10834 10772
10835 ;;;*** 10773 ;;;***
10836 10774
10837 ;;;### (autoloads nil "fill" "textmodes/fill.el" (17843 45630)) 10775 ;;;### (autoloads nil "fill" "textmodes/fill.el" (17851 10872))
10838 ;;; Generated autoloads from textmodes/fill.el 10776 ;;; Generated autoloads from textmodes/fill.el
10839 (put 'colon-double-space 'safe-local-variable 'booleanp) 10777 (put 'colon-double-space 'safe-local-variable 'booleanp)
10840 10778
10841 ;;;*** 10779 ;;;***
10842 10780
10843 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 10781 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
10844 ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 10782 ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
10845 ;;;;;; (17843 45610)) 10783 ;;;;;; (17851 10827))
10846 ;;; Generated autoloads from find-dired.el 10784 ;;; Generated autoloads from find-dired.el
10847 10785
10848 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 10786 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
10849 *Description of the option to `find' to produce an `ls -l'-type listing. 10787 *Description of the option to `find' to produce an `ls -l'-type listing.
10850 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION 10788 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
10901 10839
10902 ;;;*** 10840 ;;;***
10903 10841
10904 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10842 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10905 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10843 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10906 ;;;;;; (17843 45610)) 10844 ;;;;;; (17851 10828))
10907 ;;; Generated autoloads from find-file.el 10845 ;;; Generated autoloads from find-file.el
10908 10846
10909 (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ 10847 (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\
10910 *List of special constructs for `ff-treat-as-special' to recognize. 10848 *List of special constructs for `ff-treat-as-special' to recognize.
10911 Each element, tried in order, has the form (REGEXP . EXTRACT). 10849 Each element, tried in order, has the form (REGEXP . EXTRACT).
10995 ;;;;;; find-function-at-point find-function-on-key find-face-definition 10933 ;;;;;; find-function-at-point find-function-on-key find-face-definition
10996 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window 10934 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10997 ;;;;;; find-variable find-variable-noselect find-function-other-frame 10935 ;;;;;; find-variable find-variable-noselect find-function-other-frame
10998 ;;;;;; find-function-other-window find-function find-function-noselect 10936 ;;;;;; find-function-other-window find-function find-function-noselect
10999 ;;;;;; find-function-search-for-symbol find-library) "find-func" 10937 ;;;;;; find-function-search-for-symbol find-library) "find-func"
11000 ;;;;;; "emacs-lisp/find-func.el" (17843 45615)) 10938 ;;;;;; "emacs-lisp/find-func.el" (17851 10853))
11001 ;;; Generated autoloads from emacs-lisp/find-func.el 10939 ;;; Generated autoloads from emacs-lisp/find-func.el
11002 10940
11003 (autoload (quote find-library) "find-func" "\ 10941 (autoload (quote find-library) "find-func" "\
11004 Find the elisp source of LIBRARY. 10942 Find the elisp source of LIBRARY.
11005 10943
11149 \(fn)" nil nil) 11087 \(fn)" nil nil)
11150 11088
11151 ;;;*** 11089 ;;;***
11152 11090
11153 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 11091 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11154 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17843 45610)) 11092 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17851 10828))
11155 ;;; Generated autoloads from find-lisp.el 11093 ;;; Generated autoloads from find-lisp.el
11156 11094
11157 (autoload (quote find-lisp-find-dired) "find-lisp" "\ 11095 (autoload (quote find-lisp-find-dired) "find-lisp" "\
11158 Find files in DIR, matching REGEXP. 11096 Find files in DIR, matching REGEXP.
11159 11097
11170 \(fn REGEXP)" t nil) 11108 \(fn REGEXP)" t nil)
11171 11109
11172 ;;;*** 11110 ;;;***
11173 11111
11174 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 11112 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11175 ;;;;;; "finder" "finder.el" (17843 45610)) 11113 ;;;;;; "finder" "finder.el" (17851 10828))
11176 ;;; Generated autoloads from finder.el 11114 ;;; Generated autoloads from finder.el
11177 11115
11178 (autoload (quote finder-list-keywords) "finder" "\ 11116 (autoload (quote finder-list-keywords) "finder" "\
11179 Display descriptions of the keywords in the Finder buffer. 11117 Display descriptions of the keywords in the Finder buffer.
11180 11118
11192 \(fn)" t nil) 11130 \(fn)" t nil)
11193 11131
11194 ;;;*** 11132 ;;;***
11195 11133
11196 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" 11134 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11197 ;;;;;; "flow-ctrl.el" (17843 45610)) 11135 ;;;;;; "flow-ctrl.el" (17851 10828))
11198 ;;; Generated autoloads from flow-ctrl.el 11136 ;;; Generated autoloads from flow-ctrl.el
11199 11137
11200 (autoload (quote enable-flow-control) "flow-ctrl" "\ 11138 (autoload (quote enable-flow-control) "flow-ctrl" "\
11201 Toggle flow control handling. 11139 Toggle flow control handling.
11202 When handling is enabled, user can type C-s as C-\\, and C-q as C-^. 11140 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
11214 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil) 11152 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
11215 11153
11216 ;;;*** 11154 ;;;***
11217 11155
11218 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 11156 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11219 ;;;;;; (17843 45616)) 11157 ;;;;;; (17851 10856))
11220 ;;; Generated autoloads from gnus/flow-fill.el 11158 ;;; Generated autoloads from gnus/flow-fill.el
11221 11159
11222 (autoload (quote fill-flowed-encode) "flow-fill" "\ 11160 (autoload (quote fill-flowed-encode) "flow-fill" "\
11223 Not documented 11161 Not documented
11224 11162
11230 \(fn &optional BUFFER)" nil nil) 11168 \(fn &optional BUFFER)" nil nil)
11231 11169
11232 ;;;*** 11170 ;;;***
11233 11171
11234 ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) 11172 ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11235 ;;;;;; "flymake" "progmodes/flymake.el" (17843 45627)) 11173 ;;;;;; "flymake" "progmodes/flymake.el" (17851 10867))
11236 ;;; Generated autoloads from progmodes/flymake.el 11174 ;;; Generated autoloads from progmodes/flymake.el
11237 11175
11238 (autoload (quote flymake-mode) "flymake" "\ 11176 (autoload (quote flymake-mode) "flymake" "\
11239 Minor mode to do on-the-fly syntax checking. 11177 Minor mode to do on-the-fly syntax checking.
11240 When called interactively, toggles the minor mode. 11178 When called interactively, toggles the minor mode.
11254 11192
11255 ;;;*** 11193 ;;;***
11256 11194
11257 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 11195 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11258 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 11196 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11259 ;;;;;; "flyspell" "textmodes/flyspell.el" (17843 45630)) 11197 ;;;;;; "flyspell" "textmodes/flyspell.el" (17851 10872))
11260 ;;; Generated autoloads from textmodes/flyspell.el 11198 ;;; Generated autoloads from textmodes/flyspell.el
11261 11199
11262 (autoload (quote flyspell-prog-mode) "flyspell" "\ 11200 (autoload (quote flyspell-prog-mode) "flyspell" "\
11263 Turn on `flyspell-mode' for comments and strings. 11201 Turn on `flyspell-mode' for comments and strings.
11264 11202
11323 11261
11324 ;;;*** 11262 ;;;***
11325 11263
11326 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 11264 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11327 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 11265 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11328 ;;;;;; (17843 45610)) 11266 ;;;;;; (17851 10828))
11329 ;;; Generated autoloads from follow.el 11267 ;;; Generated autoloads from follow.el
11330 11268
11331 (autoload (quote turn-on-follow-mode) "follow" "\ 11269 (autoload (quote turn-on-follow-mode) "follow" "\
11332 Turn on Follow mode. Please see the function `follow-mode'. 11270 Turn on Follow mode. Please see the function `follow-mode'.
11333 11271
11397 11335
11398 \(fn &optional ARG)" t nil) 11336 \(fn &optional ARG)" t nil)
11399 11337
11400 ;;;*** 11338 ;;;***
11401 11339
11402 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17843 11340 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17851
11403 ;;;;;; 45621)) 11341 ;;;;;; 10861))
11404 ;;; Generated autoloads from mail/footnote.el 11342 ;;; Generated autoloads from mail/footnote.el
11405 11343
11406 (autoload (quote footnote-mode) "footnote" "\ 11344 (autoload (quote footnote-mode) "footnote" "\
11407 Toggle footnote minor mode. 11345 Toggle footnote minor mode.
11408 \\<message-mode-map> 11346 \\<message-mode-map>
11419 \(fn &optional ARG)" t nil) 11357 \(fn &optional ARG)" t nil)
11420 11358
11421 ;;;*** 11359 ;;;***
11422 11360
11423 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) 11361 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11424 ;;;;;; "forms" "forms.el" (17843 45610)) 11362 ;;;;;; "forms" "forms.el" (17851 10829))
11425 ;;; Generated autoloads from forms.el 11363 ;;; Generated autoloads from forms.el
11426 11364
11427 (autoload (quote forms-mode) "forms" "\ 11365 (autoload (quote forms-mode) "forms" "\
11428 Major mode to visit files in a field-structured manner using a form. 11366 Major mode to visit files in a field-structured manner using a form.
11429 11367
11456 \(fn FN)" t nil) 11394 \(fn FN)" t nil)
11457 11395
11458 ;;;*** 11396 ;;;***
11459 11397
11460 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 11398 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
11461 ;;;;;; "progmodes/fortran.el" (17843 45628)) 11399 ;;;;;; "progmodes/fortran.el" (17851 10868))
11462 ;;; Generated autoloads from progmodes/fortran.el 11400 ;;; Generated autoloads from progmodes/fortran.el
11463 11401
11464 (defvar fortran-tab-mode-default nil "\ 11402 (defvar fortran-tab-mode-default nil "\
11465 *Default tabbing/carriage control style for empty files in Fortran mode. 11403 *Default tabbing/carriage control style for empty files in Fortran mode.
11466 A non-nil value specifies tab-digit style of continuation control. 11404 A non-nil value specifies tab-digit style of continuation control.
11542 \(fn)" t nil) 11480 \(fn)" t nil)
11543 11481
11544 ;;;*** 11482 ;;;***
11545 11483
11546 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 11484 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11547 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17843 45625)) 11485 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17851 10865))
11548 ;;; Generated autoloads from play/fortune.el 11486 ;;; Generated autoloads from play/fortune.el
11549 11487
11550 (autoload (quote fortune-add-fortune) "fortune" "\ 11488 (autoload (quote fortune-add-fortune) "fortune" "\
11551 Add STRING to a fortune file FILE. 11489 Add STRING to a fortune file FILE.
11552 11490
11592 \(fn &optional FILE)" t nil) 11530 \(fn &optional FILE)" t nil)
11593 11531
11594 ;;;*** 11532 ;;;***
11595 11533
11596 ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" 11534 ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11597 ;;;;;; (17844 62923)) 11535 ;;;;;; (17851 10868))
11598 ;;; Generated autoloads from progmodes/gdb-ui.el 11536 ;;; Generated autoloads from progmodes/gdb-ui.el
11599 11537
11600 (autoload (quote gdba) "gdb-ui" "\ 11538 (autoload (quote gdba) "gdb-ui" "\
11601 Run gdb on program FILE in buffer *gud-FILE*. 11539 Run gdb on program FILE in buffer *gud-FILE*.
11602 The directory containing FILE becomes the initial working directory 11540 The directory containing FILE becomes the initial working directory
11655 (custom-autoload (quote gdb-enable-debug) "gdb-ui" t) 11593 (custom-autoload (quote gdb-enable-debug) "gdb-ui" t)
11656 11594
11657 ;;;*** 11595 ;;;***
11658 11596
11659 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11597 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11660 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17843 11598 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17851
11661 ;;;;;; 45615)) 11599 ;;;;;; 10853))
11662 ;;; Generated autoloads from emacs-lisp/generic.el 11600 ;;; Generated autoloads from emacs-lisp/generic.el
11663 11601
11664 (defvar generic-mode-list nil "\ 11602 (defvar generic-mode-list nil "\
11665 A list of mode names for `generic-mode'. 11603 A list of mode names for `generic-mode'.
11666 Do not add entries to this list directly; use `define-generic-mode' 11604 Do not add entries to this list directly; use `define-generic-mode'
11731 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil) 11669 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11732 11670
11733 ;;;*** 11671 ;;;***
11734 11672
11735 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 11673 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11736 ;;;;;; (17843 45628)) 11674 ;;;;;; (17851 10868))
11737 ;;; Generated autoloads from progmodes/glasses.el 11675 ;;; Generated autoloads from progmodes/glasses.el
11738 11676
11739 (autoload (quote glasses-mode) "glasses" "\ 11677 (autoload (quote glasses-mode) "glasses" "\
11740 Minor mode for making identifiers likeThis readable. 11678 Minor mode for making identifiers likeThis readable.
11741 When this mode is active, it tries to add virtual separators (like underscores) 11679 When this mode is active, it tries to add virtual separators (like underscores)
11744 \(fn &optional ARG)" t nil) 11682 \(fn &optional ARG)" t nil)
11745 11683
11746 ;;;*** 11684 ;;;***
11747 11685
11748 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error 11686 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11749 ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17843 45616)) 11687 ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (17851 10856))
11750 ;;; Generated autoloads from gnus/gmm-utils.el 11688 ;;; Generated autoloads from gnus/gmm-utils.el
11751 11689
11752 (autoload (quote gmm-message) "gmm-utils" "\ 11690 (autoload (quote gmm-message) "gmm-utils" "\
11753 If LEVEL is lower than `gmm-verbose' print ARGS using `message'. 11691 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11754 11692
11791 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil) 11729 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11792 11730
11793 ;;;*** 11731 ;;;***
11794 11732
11795 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 11733 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11796 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17843 45617)) 11734 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17851 10857))
11797 ;;; Generated autoloads from gnus/gnus.el 11735 ;;; Generated autoloads from gnus/gnus.el
11798 (when (fboundp 'custom-autoload) 11736 (when (fboundp 'custom-autoload)
11799 (custom-autoload 'gnus-select-method "gnus")) 11737 (custom-autoload 'gnus-select-method "gnus"))
11800 11738
11801 (autoload (quote gnus-slave-no-server) "gnus" "\ 11739 (autoload (quote gnus-slave-no-server) "gnus" "\
11844 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch 11782 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch
11845 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active 11783 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active
11846 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 11784 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11847 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 11785 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11848 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 11786 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11849 ;;;;;; "gnus/gnus-agent.el" (17843 45616)) 11787 ;;;;;; "gnus/gnus-agent.el" (17851 10856))
11850 ;;; Generated autoloads from gnus/gnus-agent.el 11788 ;;; Generated autoloads from gnus/gnus-agent.el
11851 11789
11852 (autoload (quote gnus-unplugged) "gnus-agent" "\ 11790 (autoload (quote gnus-unplugged) "gnus-agent" "\
11853 Start Gnus unplugged. 11791 Start Gnus unplugged.
11854 11792
11935 \(fn &optional CLEAN REREAD)" t nil) 11873 \(fn &optional CLEAN REREAD)" t nil)
11936 11874
11937 ;;;*** 11875 ;;;***
11938 11876
11939 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 11877 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11940 ;;;;;; (17843 45616)) 11878 ;;;;;; (17851 10856))
11941 ;;; Generated autoloads from gnus/gnus-art.el 11879 ;;; Generated autoloads from gnus/gnus-art.el
11942 11880
11943 (autoload (quote gnus-article-prepare-display) "gnus-art" "\ 11881 (autoload (quote gnus-article-prepare-display) "gnus-art" "\
11944 Make the current buffer look like a nice article. 11882 Make the current buffer look like a nice article.
11945 11883
11946 \(fn)" nil nil) 11884 \(fn)" nil nil)
11947 11885
11948 ;;;*** 11886 ;;;***
11949 11887
11950 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 11888 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
11951 ;;;;;; (17843 45616)) 11889 ;;;;;; (17851 10857))
11952 ;;; Generated autoloads from gnus/gnus-audio.el 11890 ;;; Generated autoloads from gnus/gnus-audio.el
11953 11891
11954 (autoload (quote gnus-audio-play) "gnus-audio" "\ 11892 (autoload (quote gnus-audio-play) "gnus-audio" "\
11955 Play a sound FILE through the speaker. 11893 Play a sound FILE through the speaker.
11956 11894
11958 11896
11959 ;;;*** 11897 ;;;***
11960 11898
11961 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 11899 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11962 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 11900 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11963 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17843 11901 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17851
11964 ;;;;;; 45616)) 11902 ;;;;;; 10857))
11965 ;;; Generated autoloads from gnus/gnus-cache.el 11903 ;;; Generated autoloads from gnus/gnus-cache.el
11966 11904
11967 (autoload (quote gnus-jog-cache) "gnus-cache" "\ 11905 (autoload (quote gnus-jog-cache) "gnus-cache" "\
11968 Go through all groups and put the articles into the cache. 11906 Go through all groups and put the articles into the cache.
11969 11907
12001 \(fn GROUP)" nil nil) 11939 \(fn GROUP)" nil nil)
12002 11940
12003 ;;;*** 11941 ;;;***
12004 11942
12005 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 11943 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
12006 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17843 45616)) 11944 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17851 10857))
12007 ;;; Generated autoloads from gnus/gnus-delay.el 11945 ;;; Generated autoloads from gnus/gnus-delay.el
12008 11946
12009 (autoload (quote gnus-delay-article) "gnus-delay" "\ 11947 (autoload (quote gnus-delay-article) "gnus-delay" "\
12010 Delay this article by some time. 11948 Delay this article by some time.
12011 DELAY is a string, giving the length of the time. Possible values are: 11949 DELAY is a string, giving the length of the time. Possible values are:
12037 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil) 11975 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
12038 11976
12039 ;;;*** 11977 ;;;***
12040 11978
12041 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) 11979 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
12042 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17843 45616)) 11980 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (17851 10857))
12043 ;;; Generated autoloads from gnus/gnus-diary.el 11981 ;;; Generated autoloads from gnus/gnus-diary.el
12044 11982
12045 (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ 11983 (autoload (quote gnus-user-format-function-d) "gnus-diary" "\
12046 Not documented 11984 Not documented
12047 11985
12053 \(fn HEADER)" nil nil) 11991 \(fn HEADER)" nil nil)
12054 11992
12055 ;;;*** 11993 ;;;***
12056 11994
12057 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" 11995 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12058 ;;;;;; (17843 45616)) 11996 ;;;;;; (17851 10857))
12059 ;;; Generated autoloads from gnus/gnus-dired.el 11997 ;;; Generated autoloads from gnus/gnus-dired.el
12060 11998
12061 (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ 11999 (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
12062 Convenience method to turn on gnus-dired-mode. 12000 Convenience method to turn on gnus-dired-mode.
12063 12001
12064 \(fn)" nil nil) 12002 \(fn)" nil nil)
12065 12003
12066 ;;;*** 12004 ;;;***
12067 12005
12068 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" 12006 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
12069 ;;;;;; (17843 45616)) 12007 ;;;;;; (17851 10857))
12070 ;;; Generated autoloads from gnus/gnus-draft.el 12008 ;;; Generated autoloads from gnus/gnus-draft.el
12071 12009
12072 (autoload (quote gnus-draft-reminder) "gnus-draft" "\ 12010 (autoload (quote gnus-draft-reminder) "gnus-draft" "\
12073 Reminder user if there are unsent drafts. 12011 Reminder user if there are unsent drafts.
12074 12012
12076 12014
12077 ;;;*** 12015 ;;;***
12078 12016
12079 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 12017 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12080 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 12018 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12081 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17843 12019 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17851
12082 ;;;;;; 45616)) 12020 ;;;;;; 10857))
12083 ;;; Generated autoloads from gnus/gnus-fun.el 12021 ;;; Generated autoloads from gnus/gnus-fun.el
12084 12022
12085 (autoload (quote gnus-random-x-face) "gnus-fun" "\ 12023 (autoload (quote gnus-random-x-face) "gnus-fun" "\
12086 Return X-Face header data chosen randomly from `gnus-x-face-directory'. 12024 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12087 12025
12116 \(fn FILE)" nil nil) 12054 \(fn FILE)" nil nil)
12117 12055
12118 ;;;*** 12056 ;;;***
12119 12057
12120 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 12058 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12121 ;;;;;; "gnus-group" "gnus/gnus-group.el" (17843 45617)) 12059 ;;;;;; "gnus-group" "gnus/gnus-group.el" (17851 10857))
12122 ;;; Generated autoloads from gnus/gnus-group.el 12060 ;;; Generated autoloads from gnus/gnus-group.el
12123 12061
12124 (autoload (quote gnus-fetch-group) "gnus-group" "\ 12062 (autoload (quote gnus-fetch-group) "gnus-group" "\
12125 Start Gnus if necessary and enter GROUP. 12063 Start Gnus if necessary and enter GROUP.
12126 Returns whether the fetching was successful or not. 12064 Returns whether the fetching was successful or not.
12133 \(fn GROUP)" t nil) 12071 \(fn GROUP)" t nil)
12134 12072
12135 ;;;*** 12073 ;;;***
12136 12074
12137 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 12075 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12138 ;;;;;; (17843 45617)) 12076 ;;;;;; (17851 10857))
12139 ;;; Generated autoloads from gnus/gnus-kill.el 12077 ;;; Generated autoloads from gnus/gnus-kill.el
12140 12078
12141 (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 12079 (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
12142 12080
12143 (autoload (quote gnus-batch-score) "gnus-kill" "\ 12081 (autoload (quote gnus-batch-score) "gnus-kill" "\
12148 12086
12149 ;;;*** 12087 ;;;***
12150 12088
12151 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate 12089 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12152 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" 12090 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12153 ;;;;;; (17843 45617)) 12091 ;;;;;; (17851 10857))
12154 ;;; Generated autoloads from gnus/gnus-ml.el 12092 ;;; Generated autoloads from gnus/gnus-ml.el
12155 12093
12156 (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ 12094 (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
12157 Not documented 12095 Not documented
12158 12096
12173 12111
12174 ;;;*** 12112 ;;;***
12175 12113
12176 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 12114 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12177 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 12115 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12178 ;;;;;; (17843 45617)) 12116 ;;;;;; (17851 10857))
12179 ;;; Generated autoloads from gnus/gnus-mlspl.el 12117 ;;; Generated autoloads from gnus/gnus-mlspl.el
12180 12118
12181 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 12119 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
12182 Set up the split for nnmail-split-fancy. 12120 Set up the split for nnmail-split-fancy.
12183 Sets things up so that nnmail-split-fancy is used for mail 12121 Sets things up so that nnmail-split-fancy is used for mail
12274 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil) 12212 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
12275 12213
12276 ;;;*** 12214 ;;;***
12277 12215
12278 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 12216 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12279 ;;;;;; (17843 45617)) 12217 ;;;;;; (17851 10857))
12280 ;;; Generated autoloads from gnus/gnus-move.el 12218 ;;; Generated autoloads from gnus/gnus-move.el
12281 12219
12282 (autoload (quote gnus-change-server) "gnus-move" "\ 12220 (autoload (quote gnus-change-server) "gnus-move" "\
12283 Move from FROM-SERVER to TO-SERVER. 12221 Move from FROM-SERVER to TO-SERVER.
12284 Update the .newsrc.eld file to reflect the change of nntp server. 12222 Update the .newsrc.eld file to reflect the change of nntp server.
12286 \(fn FROM-SERVER TO-SERVER)" t nil) 12224 \(fn FROM-SERVER TO-SERVER)" t nil)
12287 12225
12288 ;;;*** 12226 ;;;***
12289 12227
12290 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 12228 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12291 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17843 45617)) 12229 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17851 10857))
12292 ;;; Generated autoloads from gnus/gnus-msg.el 12230 ;;; Generated autoloads from gnus/gnus-msg.el
12293 12231
12294 (autoload (quote gnus-msg-mail) "gnus-msg" "\ 12232 (autoload (quote gnus-msg-mail) "gnus-msg" "\
12295 Start editing a mail message to be sent. 12233 Start editing a mail message to be sent.
12296 Like `message-mail', but with Gnus paraphernalia, particularly the 12234 Like `message-mail', but with Gnus paraphernalia, particularly the
12311 (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) 12249 (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
12312 12250
12313 ;;;*** 12251 ;;;***
12314 12252
12315 ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) 12253 ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12316 ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17843 45617)) 12254 ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (17851 10857))
12317 ;;; Generated autoloads from gnus/gnus-nocem.el 12255 ;;; Generated autoloads from gnus/gnus-nocem.el
12318 12256
12319 (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ 12257 (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\
12320 Scan all NoCeM groups for new NoCeM messages. 12258 Scan all NoCeM groups for new NoCeM messages.
12321 12259
12328 12266
12329 ;;;*** 12267 ;;;***
12330 12268
12331 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon 12269 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12332 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" 12270 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12333 ;;;;;; (17843 45617)) 12271 ;;;;;; (17851 10857))
12334 ;;; Generated autoloads from gnus/gnus-picon.el 12272 ;;; Generated autoloads from gnus/gnus-picon.el
12335 12273
12336 (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ 12274 (autoload (quote gnus-treat-from-picon) "gnus-picon" "\
12337 Display picons in the From header. 12275 Display picons in the From header.
12338 If picons are already displayed, remove them. 12276 If picons are already displayed, remove them.
12355 12293
12356 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union 12294 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union
12357 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection 12295 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12358 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement 12296 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12359 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" 12297 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12360 ;;;;;; "gnus/gnus-range.el" (17843 45617)) 12298 ;;;;;; "gnus/gnus-range.el" (17851 10857))
12361 ;;; Generated autoloads from gnus/gnus-range.el 12299 ;;; Generated autoloads from gnus/gnus-range.el
12362 12300
12363 (autoload (quote gnus-sorted-difference) "gnus-range" "\ 12301 (autoload (quote gnus-sorted-difference) "gnus-range" "\
12364 Return a list of elements of LIST1 that do not appear in LIST2. 12302 Return a list of elements of LIST1 that do not appear in LIST2.
12365 Both lists have to be sorted over <. 12303 Both lists have to be sorted over <.
12423 \(fn LIST NUM)" nil nil) 12361 \(fn LIST NUM)" nil nil)
12424 12362
12425 ;;;*** 12363 ;;;***
12426 12364
12427 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 12365 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12428 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17843 45617)) 12366 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17851 10857))
12429 ;;; Generated autoloads from gnus/gnus-registry.el 12367 ;;; Generated autoloads from gnus/gnus-registry.el
12430 12368
12431 (autoload (quote gnus-registry-initialize) "gnus-registry" "\ 12369 (autoload (quote gnus-registry-initialize) "gnus-registry" "\
12432 Not documented 12370 Not documented
12433 12371
12439 \(fn)" t nil) 12377 \(fn)" t nil)
12440 12378
12441 ;;;*** 12379 ;;;***
12442 12380
12443 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate 12381 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12444 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17843 12382 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17851
12445 ;;;;;; 45617)) 12383 ;;;;;; 10857))
12446 ;;; Generated autoloads from gnus/gnus-sieve.el 12384 ;;; Generated autoloads from gnus/gnus-sieve.el
12447 12385
12448 (autoload (quote gnus-sieve-update) "gnus-sieve" "\ 12386 (autoload (quote gnus-sieve-update) "gnus-sieve" "\
12449 Update the Sieve script in gnus-sieve-file, by replacing the region 12387 Update the Sieve script in gnus-sieve-file, by replacing the region
12450 between gnus-sieve-region-start and gnus-sieve-region-end with 12388 between gnus-sieve-region-start and gnus-sieve-region-end with
12468 \(fn)" t nil) 12406 \(fn)" t nil)
12469 12407
12470 ;;;*** 12408 ;;;***
12471 12409
12472 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 12410 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
12473 ;;;;;; (17843 45617)) 12411 ;;;;;; (17851 10857))
12474 ;;; Generated autoloads from gnus/gnus-soup.el 12412 ;;; Generated autoloads from gnus/gnus-soup.el
12475 12413
12476 (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 12414 (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
12477 Brew a SOUP packet from groups mention on the command line. 12415 Brew a SOUP packet from groups mention on the command line.
12478 Will use the remaining command line arguments as regular expressions 12416 Will use the remaining command line arguments as regular expressions
12488 \(fn)" t nil) 12426 \(fn)" t nil)
12489 12427
12490 ;;;*** 12428 ;;;***
12491 12429
12492 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 12430 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12493 ;;;;;; (17843 45617)) 12431 ;;;;;; (17851 10857))
12494 ;;; Generated autoloads from gnus/gnus-spec.el 12432 ;;; Generated autoloads from gnus/gnus-spec.el
12495 12433
12496 (autoload (quote gnus-update-format) "gnus-spec" "\ 12434 (autoload (quote gnus-update-format) "gnus-spec" "\
12497 Update the format specification near point. 12435 Update the format specification near point.
12498 12436
12499 \(fn VAR)" t nil) 12437 \(fn VAR)" t nil)
12500 12438
12501 ;;;*** 12439 ;;;***
12502 12440
12503 ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 12441 ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
12504 ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17843 12442 ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17851
12505 ;;;;;; 45617)) 12443 ;;;;;; 10857))
12506 ;;; Generated autoloads from gnus/gnus-start.el 12444 ;;; Generated autoloads from gnus/gnus-start.el
12507 12445
12508 (autoload (quote gnus-declare-backend) "gnus-start" "\ 12446 (autoload (quote gnus-declare-backend) "gnus-start" "\
12509 Declare back end NAME with ABILITIES as a Gnus back end. 12447 Declare back end NAME with ABILITIES as a Gnus back end.
12510 12448
12516 \(fn)" nil nil) 12454 \(fn)" nil nil)
12517 12455
12518 ;;;*** 12456 ;;;***
12519 12457
12520 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 12458 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12521 ;;;;;; (17843 45617)) 12459 ;;;;;; (17851 10857))
12522 ;;; Generated autoloads from gnus/gnus-win.el 12460 ;;; Generated autoloads from gnus/gnus-win.el
12523 12461
12524 (autoload (quote gnus-add-configuration) "gnus-win" "\ 12462 (autoload (quote gnus-add-configuration) "gnus-win" "\
12525 Add the window configuration CONF to `gnus-buffer-configuration'. 12463 Add the window configuration CONF to `gnus-buffer-configuration'.
12526 12464
12527 \(fn CONF)" nil nil) 12465 \(fn CONF)" nil nil)
12528 12466
12529 ;;;*** 12467 ;;;***
12530 12468
12531 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17843 45626)) 12469 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17851 10865))
12532 ;;; Generated autoloads from play/gomoku.el 12470 ;;; Generated autoloads from play/gomoku.el
12533 12471
12534 (autoload (quote gomoku) "gomoku" "\ 12472 (autoload (quote gomoku) "gomoku" "\
12535 Start a Gomoku game between you and Emacs. 12473 Start a Gomoku game between you and Emacs.
12536 12474
12553 \(fn &optional N M)" t nil) 12491 \(fn &optional N M)" t nil)
12554 12492
12555 ;;;*** 12493 ;;;***
12556 12494
12557 ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" 12495 ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12558 ;;;;;; "net/goto-addr.el" (17843 45624)) 12496 ;;;;;; "net/goto-addr.el" (17851 10863))
12559 ;;; Generated autoloads from net/goto-addr.el 12497 ;;; Generated autoloads from net/goto-addr.el
12560 12498
12561 (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") 12499 (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
12562 12500
12563 (autoload (quote goto-address-at-point) "goto-addr" "\ 12501 (autoload (quote goto-address-at-point) "goto-addr" "\
12583 12521
12584 ;;;*** 12522 ;;;***
12585 12523
12586 ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12524 ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12587 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12525 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12588 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17843 45628)) 12526 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17851 10868))
12589 ;;; Generated autoloads from progmodes/grep.el 12527 ;;; Generated autoloads from progmodes/grep.el
12590 12528
12591 (defvar grep-window-height nil "\ 12529 (defvar grep-window-height nil "\
12592 *Number of lines in a grep window. If nil, use `compilation-window-height'.") 12530 *Number of lines in a grep window. If nil, use `compilation-window-height'.")
12593 12531
12720 12658
12721 \(fn REGEXP &optional FILES DIR)" t nil) 12659 \(fn REGEXP &optional FILES DIR)" t nil)
12722 12660
12723 ;;;*** 12661 ;;;***
12724 12662
12725 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17843 45610)) 12663 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17851 10830))
12726 ;;; Generated autoloads from gs.el 12664 ;;; Generated autoloads from gs.el
12727 12665
12728 (autoload (quote gs-load-image) "gs" "\ 12666 (autoload (quote gs-load-image) "gs" "\
12729 Load a PS image for display on FRAME. 12667 Load a PS image for display on FRAME.
12730 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width 12668 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
12734 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil) 12672 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
12735 12673
12736 ;;;*** 12674 ;;;***
12737 12675
12738 ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 12676 ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
12739 ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17843 45628)) 12677 ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (17851 10868))
12740 ;;; Generated autoloads from progmodes/gud.el 12678 ;;; Generated autoloads from progmodes/gud.el
12741 12679
12742 (autoload (quote gdb) "gud" "\ 12680 (autoload (quote gdb) "gud" "\
12743 Run gdb on program FILE in buffer *gud-FILE*. 12681 Run gdb on program FILE in buffer *gud-FILE*.
12744 The directory containing FILE becomes the initial working 12682 The directory containing FILE becomes the initial working
12824 12762
12825 \(fn)" t nil) 12763 \(fn)" t nil)
12826 12764
12827 ;;;*** 12765 ;;;***
12828 12766
12829 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17843 12767 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17851
12830 ;;;;;; 45626)) 12768 ;;;;;; 10866))
12831 ;;; Generated autoloads from play/handwrite.el 12769 ;;; Generated autoloads from play/handwrite.el
12832 12770
12833 (autoload (quote handwrite) "handwrite" "\ 12771 (autoload (quote handwrite) "handwrite" "\
12834 Turns the buffer into a \"handwritten\" document. 12772 Turns the buffer into a \"handwritten\" document.
12835 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt' 12773 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
12843 \(fn)" t nil) 12781 \(fn)" t nil)
12844 12782
12845 ;;;*** 12783 ;;;***
12846 12784
12847 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 12785 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12848 ;;;;;; (17743 18144)) 12786 ;;;;;; (17753 42784))
12849 ;;; Generated autoloads from play/hanoi.el 12787 ;;; Generated autoloads from play/hanoi.el
12850 12788
12851 (autoload (quote hanoi) "hanoi" "\ 12789 (autoload (quote hanoi) "hanoi" "\
12852 Towers of Hanoi diversion. Use NRINGS rings. 12790 Towers of Hanoi diversion. Use NRINGS rings.
12853 12791
12873 ;;;*** 12811 ;;;***
12874 12812
12875 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 12813 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12876 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer 12814 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12877 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string 12815 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12878 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17843 45610)) 12816 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17851 10830))
12879 ;;; Generated autoloads from help-at-pt.el 12817 ;;; Generated autoloads from help-at-pt.el
12880 12818
12881 (autoload (quote help-at-pt-string) "help-at-pt" "\ 12819 (autoload (quote help-at-pt-string) "help-at-pt" "\
12882 Return the help-echo string at point. 12820 Return the help-echo string at point.
12883 Normally, the string produced by the `help-echo' text or overlay 12821 Normally, the string produced by the `help-echo' text or overlay
13003 ;;;*** 12941 ;;;***
13004 12942
13005 ;;;### (autoloads (describe-categories describe-syntax describe-variable 12943 ;;;### (autoloads (describe-categories describe-syntax describe-variable
13006 ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name 12944 ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13007 ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" 12945 ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13008 ;;;;;; (17843 45610)) 12946 ;;;;;; (17851 10830))
13009 ;;; Generated autoloads from help-fns.el 12947 ;;; Generated autoloads from help-fns.el
13010 12948
13011 (autoload (quote describe-function) "help-fns" "\ 12949 (autoload (quote describe-function) "help-fns" "\
13012 Display the full documentation of FUNCTION (a symbol). 12950 Display the full documentation of FUNCTION (a symbol).
13013 12951
13060 \(fn &optional BUFFER)" t nil) 12998 \(fn &optional BUFFER)" t nil)
13061 12999
13062 ;;;*** 13000 ;;;***
13063 13001
13064 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 13002 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13065 ;;;;;; (17843 45610)) 13003 ;;;;;; (17851 10830))
13066 ;;; Generated autoloads from help-macro.el 13004 ;;; Generated autoloads from help-macro.el
13067 13005
13068 (defvar three-step-help nil "\ 13006 (defvar three-step-help nil "\
13069 *Non-nil means give more info about Help command in three steps. 13007 *Non-nil means give more info about Help command in three steps.
13070 The three steps are simple prompt, prompt with all options, 13008 The three steps are simple prompt, prompt with all options,
13076 13014
13077 ;;;*** 13015 ;;;***
13078 13016
13079 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 13017 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13080 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 13018 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
13081 ;;;;;; help-mode) "help-mode" "help-mode.el" (17843 45610)) 13019 ;;;;;; help-mode) "help-mode" "help-mode.el" (17851 10833))
13082 ;;; Generated autoloads from help-mode.el 13020 ;;; Generated autoloads from help-mode.el
13083 13021
13084 (autoload (quote help-mode) "help-mode" "\ 13022 (autoload (quote help-mode) "help-mode" "\
13085 Major mode for viewing help text and navigating references in it. 13023 Major mode for viewing help text and navigating references in it.
13086 Entry to this mode runs the normal hook `help-mode-hook'. 13024 Entry to this mode runs the normal hook `help-mode-hook'.
13159 \(fn FROM TO)" nil nil) 13097 \(fn FROM TO)" nil nil)
13160 13098
13161 ;;;*** 13099 ;;;***
13162 13100
13163 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 13101 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13164 ;;;;;; "emacs-lisp/helper.el" (17843 45615)) 13102 ;;;;;; "emacs-lisp/helper.el" (17851 10853))
13165 ;;; Generated autoloads from emacs-lisp/helper.el 13103 ;;; Generated autoloads from emacs-lisp/helper.el
13166 13104
13167 (autoload (quote Helper-describe-bindings) "helper" "\ 13105 (autoload (quote Helper-describe-bindings) "helper" "\
13168 Describe local key bindings of current mode. 13106 Describe local key bindings of current mode.
13169 13107
13175 \(fn)" t nil) 13113 \(fn)" t nil)
13176 13114
13177 ;;;*** 13115 ;;;***
13178 13116
13179 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 13117 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13180 ;;;;;; "hexl.el" (17844 62922)) 13118 ;;;;;; "hexl.el" (17851 10833))
13181 ;;; Generated autoloads from hexl.el 13119 ;;; Generated autoloads from hexl.el
13182 13120
13183 (autoload (quote hexl-mode) "hexl" "\ 13121 (autoload (quote hexl-mode) "hexl" "\
13184 \\<hexl-mode-map>A mode for editing binary files in hex dump format. 13122 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
13185 This is not an ordinary major mode; it alters some aspects 13123 This is not an ordinary major mode; it alters some aspects
13272 ;;;*** 13210 ;;;***
13273 13211
13274 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 13212 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13275 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 13213 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13276 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" 13214 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13277 ;;;;;; (17843 45610)) 13215 ;;;;;; (17851 10833))
13278 ;;; Generated autoloads from hi-lock.el 13216 ;;; Generated autoloads from hi-lock.el
13279 13217
13280 (autoload (quote hi-lock-mode) "hi-lock" "\ 13218 (autoload (quote hi-lock-mode) "hi-lock" "\
13281 Toggle minor mode for interactively adding font-lock highlighting patterns. 13219 Toggle minor mode for interactively adding font-lock highlighting patterns.
13282 13220
13397 \(fn)" t nil) 13335 \(fn)" t nil)
13398 13336
13399 ;;;*** 13337 ;;;***
13400 13338
13401 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 13339 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
13402 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17843 45628)) 13340 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17851 10868))
13403 ;;; Generated autoloads from progmodes/hideif.el 13341 ;;; Generated autoloads from progmodes/hideif.el
13404 13342
13405 (autoload (quote hide-ifdef-mode) "hideif" "\ 13343 (autoload (quote hide-ifdef-mode) "hideif" "\
13406 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. 13344 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
13407 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. 13345 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
13452 (custom-autoload (quote hide-ifdef-lines) "hideif" t) 13390 (custom-autoload (quote hide-ifdef-lines) "hideif" t)
13453 13391
13454 ;;;*** 13392 ;;;***
13455 13393
13456 ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" 13394 ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13457 ;;;;;; (17843 45628)) 13395 ;;;;;; (17851 10868))
13458 ;;; Generated autoloads from progmodes/hideshow.el 13396 ;;; Generated autoloads from progmodes/hideshow.el
13459 13397
13460 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ 13398 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
13461 *Alist for initializing the hideshow variables for different modes. 13399 *Alist for initializing the hideshow variables for different modes.
13462 Each element has the form 13400 Each element has the form
13510 13448
13511 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file 13449 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
13512 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 13450 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13513 ;;;;;; highlight-changes-previous-change highlight-changes-next-change 13451 ;;;;;; highlight-changes-previous-change highlight-changes-next-change
13514 ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 13452 ;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
13515 ;;;;;; "hilit-chg" "hilit-chg.el" (17843 45610)) 13453 ;;;;;; "hilit-chg" "hilit-chg.el" (17851 10833))
13516 ;;; Generated autoloads from hilit-chg.el 13454 ;;; Generated autoloads from hilit-chg.el
13517 13455
13518 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 13456 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
13519 Remove the change face from the region between BEG and END. 13457 Remove the change face from the region between BEG and END.
13520 This allows you to manually remove highlighting from uninteresting changes. 13458 This allows you to manually remove highlighting from uninteresting changes.
13640 13578
13641 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers 13579 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
13642 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction 13580 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13643 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space 13581 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13644 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" 13582 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13645 ;;;;;; "hippie-exp.el" (17843 45610)) 13583 ;;;;;; "hippie-exp.el" (17851 10833))
13646 ;;; Generated autoloads from hippie-exp.el 13584 ;;; Generated autoloads from hippie-exp.el
13647 13585
13648 (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ 13586 (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
13649 The list of expansion functions tried in order by `hippie-expand'. 13587 The list of expansion functions tried in order by `hippie-expand'.
13650 To change the behavior of `hippie-expand', remove, change the order of, 13588 To change the behavior of `hippie-expand', remove, change the order of,
13713 \(fn TRY-LIST &optional VERBOSE)" nil (quote macro)) 13651 \(fn TRY-LIST &optional VERBOSE)" nil (quote macro))
13714 13652
13715 ;;;*** 13653 ;;;***
13716 13654
13717 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 13655 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13718 ;;;;;; (17843 45610)) 13656 ;;;;;; (17851 10833))
13719 ;;; Generated autoloads from hl-line.el 13657 ;;; Generated autoloads from hl-line.el
13720 13658
13721 (autoload (quote hl-line-mode) "hl-line" "\ 13659 (autoload (quote hl-line-mode) "hl-line" "\
13722 Buffer-local minor mode to highlight the line about point. 13660 Buffer-local minor mode to highlight the line about point.
13723 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. 13661 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
13754 \(fn &optional ARG)" t nil) 13692 \(fn &optional ARG)" t nil)
13755 13693
13756 ;;;*** 13694 ;;;***
13757 13695
13758 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 13696 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
13759 ;;;;;; (17843 45615)) 13697 ;;;;;; (17851 10852))
13760 ;;; Generated autoloads from calendar/holidays.el 13698 ;;; Generated autoloads from calendar/holidays.el
13761 13699
13762 (autoload (quote holidays) "holidays" "\ 13700 (autoload (quote holidays) "holidays" "\
13763 Display the holidays for last month, this month, and next month. 13701 Display the holidays for last month, this month, and next month.
13764 If called with an optional prefix argument, prompts for month and year. 13702 If called with an optional prefix argument, prompts for month and year.
13790 13728
13791 \(fn Y1 Y2 &optional L LABEL)" t nil) 13729 \(fn Y1 Y2 &optional L LABEL)" t nil)
13792 13730
13793 ;;;*** 13731 ;;;***
13794 13732
13795 ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 13733 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17851
13796 ;;;;;; "hscroll" "obsolete/hscroll.el" (17843 45625)) 13734 ;;;;;; 10857))
13797 ;;; Generated autoloads from obsolete/hscroll.el
13798
13799 (autoload (quote turn-on-hscroll) "hscroll" "\
13800 This function is obsolete.
13801 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13802 Also see `automatic-hscrolling'.
13803
13804 \(fn)" nil nil)
13805
13806 (autoload (quote hscroll-mode) "hscroll" "\
13807 This function is obsolete.
13808 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13809 Also see `automatic-hscrolling'.
13810
13811 \(fn &optional ARG)" t nil)
13812
13813 (autoload (quote hscroll-global-mode) "hscroll" "\
13814 This function is obsolete.
13815 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
13816 Also see `automatic-hscrolling'.
13817
13818 \(fn &optional ARG)" t nil)
13819
13820 ;;;***
13821
13822 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17843
13823 ;;;;;; 45617))
13824 ;;; Generated autoloads from gnus/html2text.el 13735 ;;; Generated autoloads from gnus/html2text.el
13825 13736
13826 (autoload (quote html2text) "html2text" "\ 13737 (autoload (quote html2text) "html2text" "\
13827 Convert HTML to plain text in the current buffer. 13738 Convert HTML to plain text in the current buffer.
13828 13739
13850 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode 13761 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
13851 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p 13762 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
13852 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 13763 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
13853 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 13764 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
13854 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 13765 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
13855 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17843 45610)) 13766 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17851 10833))
13856 ;;; Generated autoloads from ibuf-ext.el 13767 ;;; Generated autoloads from ibuf-ext.el
13857 13768
13858 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 13769 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
13859 Toggle use of Ibuffer's auto-update facility. 13770 Toggle use of Ibuffer's auto-update facility.
13860 With numeric ARG, enable auto-update if and only if ARG is positive. 13771 With numeric ARG, enable auto-update if and only if ARG is positive.
14216 \(fn REGEXP &optional NLINES)" t nil) 14127 \(fn REGEXP &optional NLINES)" t nil)
14217 14128
14218 ;;;*** 14129 ;;;***
14219 14130
14220 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 14131 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14221 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17843 14132 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17851
14222 ;;;;;; 45610)) 14133 ;;;;;; 10834))
14223 ;;; Generated autoloads from ibuf-macs.el 14134 ;;; Generated autoloads from ibuf-macs.el
14224 14135
14225 (autoload (quote define-ibuffer-column) "ibuf-macs" "\ 14136 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
14226 Define a column SYMBOL for use with `ibuffer-formats'. 14137 Define a column SYMBOL for use with `ibuffer-formats'.
14227 14138
14306 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro)) 14217 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
14307 14218
14308 ;;;*** 14219 ;;;***
14309 14220
14310 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14221 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14311 ;;;;;; "ibuffer" "ibuffer.el" (17843 45610)) 14222 ;;;;;; "ibuffer" "ibuffer.el" (17851 10834))
14312 ;;; Generated autoloads from ibuffer.el 14223 ;;; Generated autoloads from ibuffer.el
14313 14224
14314 (autoload (quote ibuffer-list-buffers) "ibuffer" "\ 14225 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
14315 Display a list of buffers, in another window. 14226 Display a list of buffers, in another window.
14316 If optional argument FILES-ONLY is non-nil, then add a filter for 14227 If optional argument FILES-ONLY is non-nil, then add a filter for
14347 14258
14348 ;;;*** 14259 ;;;***
14349 14260
14350 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file 14261 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14351 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" 14262 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14352 ;;;;;; "calendar/icalendar.el" (17843 45615)) 14263 ;;;;;; "calendar/icalendar.el" (17851 10852))
14353 ;;; Generated autoloads from calendar/icalendar.el 14264 ;;; Generated autoloads from calendar/icalendar.el
14354 14265
14355 (autoload (quote icalendar-export-file) "icalendar" "\ 14266 (autoload (quote icalendar-export-file) "icalendar" "\
14356 Export diary file to iCalendar format. 14267 Export diary file to iCalendar format.
14357 All diary entries in the file DIARY-FILENAME are converted to iCalendar 14268 All diary entries in the file DIARY-FILENAME are converted to iCalendar
14399 14310
14400 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil) 14311 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
14401 14312
14402 ;;;*** 14313 ;;;***
14403 14314
14404 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17843 14315 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17851
14405 ;;;;;; 45610)) 14316 ;;;;;; 10834))
14406 ;;; Generated autoloads from icomplete.el 14317 ;;; Generated autoloads from icomplete.el
14407 14318
14408 (defvar icomplete-mode nil "\ 14319 (defvar icomplete-mode nil "\
14409 Non-nil if Icomplete mode is enabled. 14320 Non-nil if Icomplete mode is enabled.
14410 See the command `icomplete-mode' for a description of this minor-mode. 14321 See the command `icomplete-mode' for a description of this minor-mode.
14420 14331
14421 \(fn &optional ARG)" t nil) 14332 \(fn &optional ARG)" t nil)
14422 14333
14423 ;;;*** 14334 ;;;***
14424 14335
14425 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17843 45628)) 14336 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17851 10868))
14426 ;;; Generated autoloads from progmodes/icon.el 14337 ;;; Generated autoloads from progmodes/icon.el
14427 14338
14428 (autoload (quote icon-mode) "icon" "\ 14339 (autoload (quote icon-mode) "icon" "\
14429 Major mode for editing Icon code. 14340 Major mode for editing Icon code.
14430 Expression and list commands understand all Icon brackets. 14341 Expression and list commands understand all Icon brackets.
14461 \(fn)" t nil) 14372 \(fn)" t nil)
14462 14373
14463 ;;;*** 14374 ;;;***
14464 14375
14465 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14376 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14466 ;;;;;; (17843 45628)) 14377 ;;;;;; (17851 10868))
14467 ;;; Generated autoloads from progmodes/idlw-shell.el 14378 ;;; Generated autoloads from progmodes/idlw-shell.el
14468 14379
14469 (autoload (quote idlwave-shell) "idlw-shell" "\ 14380 (autoload (quote idlwave-shell) "idlw-shell" "\
14470 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. 14381 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
14471 If buffer exists but shell process is not running, start new IDL. 14382 If buffer exists but shell process is not running, start new IDL.
14487 \(fn &optional ARG QUICK)" t nil) 14398 \(fn &optional ARG QUICK)" t nil)
14488 14399
14489 ;;;*** 14400 ;;;***
14490 14401
14491 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 14402 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14492 ;;;;;; (17843 45628)) 14403 ;;;;;; (17851 10868))
14493 ;;; Generated autoloads from progmodes/idlwave.el 14404 ;;; Generated autoloads from progmodes/idlwave.el
14494 14405
14495 (autoload (quote idlwave-mode) "idlwave" "\ 14406 (autoload (quote idlwave-mode) "idlwave" "\
14496 Major mode for editing IDL source files (version 6.1_em22). 14407 Major mode for editing IDL source files (version 6.1_em22).
14497 14408
14622 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame 14533 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
14623 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only 14534 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
14624 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 14535 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14625 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 14536 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14626 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 14537 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14627 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17845 14538 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17851
14628 ;;;;;; 22160)) 14539 ;;;;;; 10834))
14629 ;;; Generated autoloads from ido.el 14540 ;;; Generated autoloads from ido.el
14630 14541
14631 (defvar ido-mode nil "\ 14542 (defvar ido-mode nil "\
14632 Determines for which functional group (buffer and files) ido behavior 14543 Determines for which functional group (buffer and files) ido behavior
14633 should be enabled. The following values are possible: 14544 should be enabled. The following values are possible:
14884 14795
14885 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF)" nil nil) 14796 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF)" nil nil)
14886 14797
14887 ;;;*** 14798 ;;;***
14888 14799
14889 ;;;### (autoloads (ielm) "ielm" "ielm.el" (17843 45610)) 14800 ;;;### (autoloads (ielm) "ielm" "ielm.el" (17851 10834))
14890 ;;; Generated autoloads from ielm.el 14801 ;;; Generated autoloads from ielm.el
14891 (add-hook 'same-window-buffer-names "*ielm*") 14802 (add-hook 'same-window-buffer-names "*ielm*")
14892 14803
14893 (autoload (quote ielm) "ielm" "\ 14804 (autoload (quote ielm) "ielm" "\
14894 Interactively evaluate Emacs Lisp expressions. 14805 Interactively evaluate Emacs Lisp expressions.
14897 \(fn)" t nil) 14808 \(fn)" t nil)
14898 14809
14899 ;;;*** 14810 ;;;***
14900 14811
14901 ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" 14812 ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
14902 ;;;;;; (17843 45610)) 14813 ;;;;;; (17851 10834))
14903 ;;; Generated autoloads from iimage.el 14814 ;;; Generated autoloads from iimage.el
14904 14815
14905 (autoload (quote turn-on-iimage-mode) "iimage" "\ 14816 (autoload (quote turn-on-iimage-mode) "iimage" "\
14906 Unconditionally turn on iimage mode. 14817 Unconditionally turn on iimage mode.
14907 14818
14916 14827
14917 ;;;### (autoloads (defimage find-image remove-images insert-sliced-image 14828 ;;;### (autoloads (defimage find-image remove-images insert-sliced-image
14918 ;;;;;; insert-image put-image create-image image-type-auto-detected-p 14829 ;;;;;; insert-image put-image create-image image-type-auto-detected-p
14919 ;;;;;; image-type-available-p image-type image-type-from-file-name 14830 ;;;;;; image-type-available-p image-type image-type-from-file-name
14920 ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) 14831 ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
14921 ;;;;;; "image" "image.el" (17843 45610)) 14832 ;;;;;; "image" "image.el" (17851 10835))
14922 ;;; Generated autoloads from image.el 14833 ;;; Generated autoloads from image.el
14923 14834
14924 (autoload (quote image-type-from-data) "image" "\ 14835 (autoload (quote image-type-from-data) "image" "\
14925 Determine the image type from image data DATA. 14836 Determine the image type from image data DATA.
14926 Value is a symbol specifying the image type or nil if type cannot 14837 Value is a symbol specifying the image type or nil if type cannot
15087 14998
15088 ;;;*** 14999 ;;;***
15089 15000
15090 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 15001 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15091 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 15002 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15092 ;;;;;; "image-file.el" (17843 45610)) 15003 ;;;;;; "image-file.el" (17851 10834))
15093 ;;; Generated autoloads from image-file.el 15004 ;;; Generated autoloads from image-file.el
15094 15005
15095 (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 15006 (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
15096 *A list of image-file filename extensions. 15007 *A list of image-file filename extensions.
15097 Filenames having one of these extensions are considered image files, 15008 Filenames having one of these extensions are considered image files,
15149 \(fn &optional ARG)" t nil) 15060 \(fn &optional ARG)" t nil)
15150 15061
15151 ;;;*** 15062 ;;;***
15152 15063
15153 ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15064 ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15154 ;;;;;; "image-mode" "image-mode.el" (17843 45610)) 15065 ;;;;;; "image-mode" "image-mode.el" (17851 10835))
15155 ;;; Generated autoloads from image-mode.el 15066 ;;; Generated autoloads from image-mode.el
15156 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15067 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15157 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15068 (push '("\\.png\\'" . image-mode) auto-mode-alist)
15158 (push '("\\.gif\\'" . image-mode) auto-mode-alist) 15069 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
15159 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist) 15070 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist)
15187 \(fn)" t nil) 15098 \(fn)" t nil)
15188 15099
15189 ;;;*** 15100 ;;;***
15190 15101
15191 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15102 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15192 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17843 45610)) 15103 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17851 10835))
15193 ;;; Generated autoloads from imenu.el 15104 ;;; Generated autoloads from imenu.el
15194 15105
15195 (defvar imenu-sort-function nil "\ 15106 (defvar imenu-sort-function nil "\
15196 *The function to use for sorting the index mouse-menu. 15107 *The function to use for sorting the index mouse-menu.
15197 15108
15302 15213
15303 ;;;*** 15214 ;;;***
15304 15215
15305 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 15216 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
15306 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 15217 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15307 ;;;;;; "ind-util" "language/ind-util.el" (17843 45620)) 15218 ;;;;;; "ind-util" "language/ind-util.el" (17851 10861))
15308 ;;; Generated autoloads from language/ind-util.el 15219 ;;; Generated autoloads from language/ind-util.el
15309 15220
15310 (autoload (quote indian-compose-region) "ind-util" "\ 15221 (autoload (quote indian-compose-region) "ind-util" "\
15311 Compose the region according to `composition-function-table'. 15222 Compose the region according to `composition-function-table'.
15312 15223
15345 15256
15346 ;;;*** 15257 ;;;***
15347 15258
15348 ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command 15259 ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15349 ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" 15260 ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15350 ;;;;;; "progmodes/inf-lisp.el" (17843 45628)) 15261 ;;;;;; "progmodes/inf-lisp.el" (17851 10868))
15351 ;;; Generated autoloads from progmodes/inf-lisp.el 15262 ;;; Generated autoloads from progmodes/inf-lisp.el
15352 15263
15353 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 15264 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
15354 *What not to save on inferior Lisp's input history. 15265 *What not to save on inferior Lisp's input history.
15355 Input matching this regexp is not saved on the input history in Inferior Lisp 15266 Input matching this regexp is not saved on the input history in Inferior Lisp
15412 ;;;*** 15323 ;;;***
15413 15324
15414 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 15325 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
15415 ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 15326 ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15416 ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 15327 ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15417 ;;;;;; info info-other-window) "info" "info.el" (17843 45610)) 15328 ;;;;;; info info-other-window) "info" "info.el" (17851 10835))
15418 ;;; Generated autoloads from info.el 15329 ;;; Generated autoloads from info.el
15419 15330
15420 (autoload (quote info-other-window) "info" "\ 15331 (autoload (quote info-other-window) "info" "\
15421 Like `info' but show the Info buffer in another window. 15332 Like `info' but show the Info buffer in another window.
15422 15333
15578 15489
15579 ;;;*** 15490 ;;;***
15580 15491
15581 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 15492 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15582 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 15493 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15583 ;;;;;; (17843 45610)) 15494 ;;;;;; (17851 10835))
15584 ;;; Generated autoloads from info-look.el 15495 ;;; Generated autoloads from info-look.el
15585 15496
15586 (autoload (quote info-lookup-reset) "info-look" "\ 15497 (autoload (quote info-lookup-reset) "info-look" "\
15587 Throw away all cached data. 15498 Throw away all cached data.
15588 This command is useful if the user wants to start at the beginning without 15499 This command is useful if the user wants to start at the beginning without
15626 \(fn &optional MODE)" t nil) 15537 \(fn &optional MODE)" t nil)
15627 15538
15628 ;;;*** 15539 ;;;***
15629 15540
15630 ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all 15541 ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
15631 ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17843 45610)) 15542 ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17851 10835))
15632 ;;; Generated autoloads from info-xref.el 15543 ;;; Generated autoloads from info-xref.el
15633 15544
15634 (autoload (quote info-xref-check) "info-xref" "\ 15545 (autoload (quote info-xref-check) "info-xref" "\
15635 Check external references in FILENAME, an info document. 15546 Check external references in FILENAME, an info document.
15636 15547
15653 \(fn)" t nil) 15564 \(fn)" t nil)
15654 15565
15655 ;;;*** 15566 ;;;***
15656 15567
15657 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 15568 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
15658 ;;;;;; "informat" "informat.el" (17843 45610)) 15569 ;;;;;; "informat" "informat.el" (17851 10835))
15659 ;;; Generated autoloads from informat.el 15570 ;;; Generated autoloads from informat.el
15660 15571
15661 (autoload (quote Info-tagify) "informat" "\ 15572 (autoload (quote Info-tagify) "informat" "\
15662 Create or update Info file tag table in current buffer or in a region. 15573 Create or update Info file tag table in current buffer or in a region.
15663 15574
15694 15605
15695 ;;;*** 15606 ;;;***
15696 15607
15697 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 15608 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15698 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 15609 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15699 ;;;;;; (17843 45618)) 15610 ;;;;;; (17851 10860))
15700 ;;; Generated autoloads from international/isearch-x.el 15611 ;;; Generated autoloads from international/isearch-x.el
15701 15612
15702 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 15613 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
15703 Select an input method and turn it on in interactive search. 15614 Select an input method and turn it on in interactive search.
15704 15615
15714 15625
15715 \(fn LAST-CHAR)" nil nil) 15626 \(fn LAST-CHAR)" nil nil)
15716 15627
15717 ;;;*** 15628 ;;;***
15718 15629
15719 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17843 15630 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17851
15720 ;;;;;; 45610)) 15631 ;;;;;; 10835))
15721 ;;; Generated autoloads from isearchb.el 15632 ;;; Generated autoloads from isearchb.el
15722 15633
15723 (autoload (quote isearchb-activate) "isearchb" "\ 15634 (autoload (quote isearchb-activate) "isearchb" "\
15724 Active isearchb mode for subsequent alphanumeric keystrokes. 15635 Active isearchb mode for subsequent alphanumeric keystrokes.
15725 Executing this command again will terminate the search; or, if 15636 Executing this command again will terminate the search; or, if
15728 15639
15729 \(fn)" t nil) 15640 \(fn)" t nil)
15730 15641
15731 ;;;*** 15642 ;;;***
15732 15643
15733 ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
15734 ;;;;;; (17843 45625))
15735 ;;; Generated autoloads from obsolete/iso-acc.el
15736
15737 (autoload (quote iso-accents-mode) "iso-acc" "\
15738 Toggle ISO Accents mode, in which accents modify the following letter.
15739 This permits easy insertion of accented characters according to ISO-8859-1.
15740 When Iso-accents mode is enabled, accent character keys
15741 \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
15742 letter key so that it inserts an ISO accented letter.
15743
15744 You can customize ISO Accents mode to a particular language
15745 with the command `iso-accents-customize'.
15746
15747 Special combinations: ~c gives a c with cedilla,
15748 ~d gives an Icelandic eth (d with dash).
15749 ~t gives an Icelandic thorn.
15750 \"s gives German sharp s.
15751 /a gives a with ring.
15752 /e gives an a-e ligature.
15753 ~< and ~> give guillemots.
15754 ~! gives an inverted exclamation mark.
15755 ~? gives an inverted question mark.
15756
15757 With an argument, a positive argument enables ISO Accents mode,
15758 and a negative argument disables it.
15759
15760 \(fn &optional ARG)" t nil)
15761
15762 ;;;***
15763
15764 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 15644 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15765 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 15645 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15766 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 15646 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15767 ;;;;;; "international/iso-cvt.el" (17843 45618)) 15647 ;;;;;; "international/iso-cvt.el" (17851 10860))
15768 ;;; Generated autoloads from international/iso-cvt.el 15648 ;;; Generated autoloads from international/iso-cvt.el
15769 15649
15770 (autoload (quote iso-spanish) "iso-cvt" "\ 15650 (autoload (quote iso-spanish) "iso-cvt" "\
15771 Translate net conventions for Spanish to ISO 8859-1. 15651 Translate net conventions for Spanish to ISO 8859-1.
15772 The region between FROM and TO is translated using the table TRANS-TAB. 15652 The region between FROM and TO is translated using the table TRANS-TAB.
15846 \(fn)" t nil) 15726 \(fn)" t nil)
15847 15727
15848 ;;;*** 15728 ;;;***
15849 15729
15850 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 15730 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15851 ;;;;;; (17843 45618)) 15731 ;;;;;; (17851 10860))
15852 ;;; Generated autoloads from international/iso-transl.el 15732 ;;; Generated autoloads from international/iso-transl.el
15853 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 15733 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15854 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 15734 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
15855 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) 15735 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
15856 15736
15859 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag 15739 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
15860 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15740 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15861 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15741 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15862 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 15742 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
15863 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 15743 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
15864 ;;;;;; (17843 45630)) 15744 ;;;;;; (17851 10872))
15865 ;;; Generated autoloads from textmodes/ispell.el 15745 ;;; Generated autoloads from textmodes/ispell.el
15866 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15746 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15867 15747
15868 (defvar ispell-personal-dictionary nil "\ 15748 (defvar ispell-personal-dictionary nil "\
15869 *File name of your personal spelling dictionary, or nil. 15749 *File name of your personal spelling dictionary, or nil.
16147 16027
16148 \(fn)" t nil) 16028 \(fn)" t nil)
16149 16029
16150 ;;;*** 16030 ;;;***
16151 16031
16152 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17827 16032 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17822
16153 ;;;;;; 37446)) 16033 ;;;;;; 38984))
16154 ;;; Generated autoloads from iswitchb.el 16034 ;;; Generated autoloads from iswitchb.el
16155 16035
16156 (defvar iswitchb-mode nil "\ 16036 (defvar iswitchb-mode nil "\
16157 Non-nil if Iswitchb mode is enabled. 16037 Non-nil if Iswitchb mode is enabled.
16158 See the command `iswitchb-mode' for a description of this minor-mode. 16038 See the command `iswitchb-mode' for a description of this minor-mode.
16173 ;;;*** 16053 ;;;***
16174 16054
16175 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 16055 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16176 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 16056 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16177 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 16057 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16178 ;;;;;; "japan-util" "language/japan-util.el" (17843 45620)) 16058 ;;;;;; "japan-util" "language/japan-util.el" (17851 10861))
16179 ;;; Generated autoloads from language/japan-util.el 16059 ;;; Generated autoloads from language/japan-util.el
16180 16060
16181 (autoload (quote setup-japanese-environment-internal) "japan-util" "\ 16061 (autoload (quote setup-japanese-environment-internal) "japan-util" "\
16182 Not documented 16062 Not documented
16183 16063
16251 \(fn PROMPT &optional INITIAL-INPUT)" nil nil) 16131 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
16252 16132
16253 ;;;*** 16133 ;;;***
16254 16134
16255 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" 16135 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16256 ;;;;;; "jka-compr.el" (17843 45610)) 16136 ;;;;;; "jka-compr.el" (17851 10836))
16257 ;;; Generated autoloads from jka-compr.el 16137 ;;; Generated autoloads from jka-compr.el
16258 16138
16259 (defvar jka-compr-inhibit nil "\ 16139 (defvar jka-compr-inhibit nil "\
16260 Non-nil means inhibit automatic uncompression temporarily. 16140 Non-nil means inhibit automatic uncompression temporarily.
16261 Lisp programs can bind this to t to do that. 16141 Lisp programs can bind this to t to do that.
16276 16156
16277 ;;;*** 16157 ;;;***
16278 16158
16279 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 16159 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16280 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 16160 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16281 ;;;;;; (17838 18033)) 16161 ;;;;;; (17851 10853))
16282 ;;; Generated autoloads from emulation/keypad.el 16162 ;;; Generated autoloads from emulation/keypad.el
16283 16163
16284 (defvar keypad-setup nil "\ 16164 (defvar keypad-setup nil "\
16285 Specifies the keypad setup for unshifted keypad keys when NumLock is off. 16165 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
16286 When selecting the plain numeric keypad setup, the character returned by the 16166 When selecting the plain numeric keypad setup, the character returned by the
16332 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil) 16212 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
16333 16213
16334 ;;;*** 16214 ;;;***
16335 16215
16336 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 16216 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16337 ;;;;;; (17843 45618)) 16217 ;;;;;; (17851 10860))
16338 ;;; Generated autoloads from international/kinsoku.el 16218 ;;; Generated autoloads from international/kinsoku.el
16339 16219
16340 (autoload (quote kinsoku) "kinsoku" "\ 16220 (autoload (quote kinsoku) "kinsoku" "\
16341 Go to a line breaking position near point by doing `kinsoku' processing. 16221 Go to a line breaking position near point by doing `kinsoku' processing.
16342 LINEBEG is a buffer position we can't break a line before. 16222 LINEBEG is a buffer position we can't break a line before.
16353 16233
16354 \(fn LINEBEG)" nil nil) 16234 \(fn LINEBEG)" nil nil)
16355 16235
16356 ;;;*** 16236 ;;;***
16357 16237
16358 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17843 16238 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17851
16359 ;;;;;; 45618)) 16239 ;;;;;; 10860))
16360 ;;; Generated autoloads from international/kkc.el 16240 ;;; Generated autoloads from international/kkc.el
16361 16241
16362 (defvar kkc-after-update-conversion-functions nil "\ 16242 (defvar kkc-after-update-conversion-functions nil "\
16363 Functions to run after a conversion is selected in `japanese' input method. 16243 Functions to run after a conversion is selected in `japanese' input method.
16364 With this input method, a user can select a proper conversion from 16244 With this input method, a user can select a proper conversion from
16379 ;;;*** 16259 ;;;***
16380 16260
16381 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 16261 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16382 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 16262 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16383 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 16263 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16384 ;;;;;; "kmacro.el" (17838 18033)) 16264 ;;;;;; "kmacro.el" (17851 10836))
16385 ;;; Generated autoloads from kmacro.el 16265 ;;; Generated autoloads from kmacro.el
16386 (global-set-key "\C-x(" 'kmacro-start-macro) 16266 (global-set-key "\C-x(" 'kmacro-start-macro)
16387 (global-set-key "\C-x)" 'kmacro-end-macro) 16267 (global-set-key "\C-x)" 'kmacro-end-macro)
16388 (global-set-key "\C-xe" 'kmacro-end-and-call-macro) 16268 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
16389 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter) 16269 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16486 16366
16487 ;;;*** 16367 ;;;***
16488 16368
16489 ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string 16369 ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string
16490 ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" 16370 ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el"
16491 ;;;;;; (17843 45620)) 16371 ;;;;;; (17851 10861))
16492 ;;; Generated autoloads from language/knd-util.el 16372 ;;; Generated autoloads from language/knd-util.el
16493 16373
16494 (defconst kannada-consonant "[\x51f75-\x51fb9]") 16374 (defconst kannada-consonant "[\x51f75-\x51fb9]")
16495 16375
16496 (autoload (quote kannada-compose-region) "knd-util" "\ 16376 (autoload (quote kannada-compose-region) "knd-util" "\
16509 \(fn LEN)" nil nil) 16389 \(fn LEN)" nil nil)
16510 16390
16511 ;;;*** 16391 ;;;***
16512 16392
16513 ;;;### (autoloads (setup-korean-environment-internal) "korea-util" 16393 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16514 ;;;;;; "language/korea-util.el" (17843 45620)) 16394 ;;;;;; "language/korea-util.el" (17851 10861))
16515 ;;; Generated autoloads from language/korea-util.el 16395 ;;; Generated autoloads from language/korea-util.el
16516 16396
16517 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 16397 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
16518 *The kind of Korean keyboard for Korean input method. 16398 *The kind of Korean keyboard for Korean input method.
16519 \"\" for 2, \"3\" for 3.") 16399 \"\" for 2, \"3\" for 3.")
16524 \(fn)" nil nil) 16404 \(fn)" nil nil)
16525 16405
16526 ;;;*** 16406 ;;;***
16527 16407
16528 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 16408 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
16529 ;;;;;; (17843 45626)) 16409 ;;;;;; (17851 10866))
16530 ;;; Generated autoloads from play/landmark.el 16410 ;;; Generated autoloads from play/landmark.el
16531 16411
16532 (defalias (quote landmark-repeat) (quote lm-test-run)) 16412 (defalias (quote landmark-repeat) (quote lm-test-run))
16533 16413
16534 (autoload (quote lm-test-run) "landmark" "\ 16414 (autoload (quote lm-test-run) "landmark" "\
16558 16438
16559 ;;;*** 16439 ;;;***
16560 16440
16561 ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion 16441 ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
16562 ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao 16442 ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
16563 ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17843 16443 ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17851
16564 ;;;;;; 45620)) 16444 ;;;;;; 10861))
16565 ;;; Generated autoloads from language/lao-util.el 16445 ;;; Generated autoloads from language/lao-util.el
16566 16446
16567 (autoload (quote lao-compose-string) "lao-util" "\ 16447 (autoload (quote lao-compose-string) "lao-util" "\
16568 Not documented 16448 Not documented
16569 16449
16608 16488
16609 ;;;*** 16489 ;;;***
16610 16490
16611 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc 16491 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16612 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) 16492 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16613 ;;;;;; "latexenc" "international/latexenc.el" (17843 45618)) 16493 ;;;;;; "latexenc" "international/latexenc.el" (17851 10860))
16614 ;;; Generated autoloads from international/latexenc.el 16494 ;;; Generated autoloads from international/latexenc.el
16615 16495
16616 (defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ 16496 (defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\
16617 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems. 16497 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
16618 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". 16498 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
16640 \(fn ARG-LIST)" nil nil) 16520 \(fn ARG-LIST)" nil nil)
16641 16521
16642 ;;;*** 16522 ;;;***
16643 16523
16644 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 16524 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16645 ;;;;;; "latin1-disp" "international/latin1-disp.el" (17843 45619)) 16525 ;;;;;; "latin1-disp" "international/latin1-disp.el" (17851 10860))
16646 ;;; Generated autoloads from international/latin1-disp.el 16526 ;;; Generated autoloads from international/latin1-disp.el
16647 16527
16648 (defvar latin1-display nil "\ 16528 (defvar latin1-display nil "\
16649 Set up Latin-1/ASCII display for ISO8859 character sets. 16529 Set up Latin-1/ASCII display for ISO8859 character sets.
16650 This is done for each character set in the list `latin1-display-sets', 16530 This is done for each character set in the list `latin1-display-sets',
16683 16563
16684 (custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp" nil) 16564 (custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp" nil)
16685 16565
16686 ;;;*** 16566 ;;;***
16687 16567
16688 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
16689 ;;;;;; "obsolete/lazy-lock.el" (17843 45625))
16690 ;;; Generated autoloads from obsolete/lazy-lock.el
16691
16692 (autoload (quote lazy-lock-mode) "lazy-lock" "\
16693 Toggle Lazy Lock mode.
16694 With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it
16695 automatically in your `~/.emacs' by:
16696
16697 (setq font-lock-support-mode 'lazy-lock-mode)
16698
16699 For a newer font-lock support mode with similar functionality, see
16700 `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in
16701 JIT Lock's favor.
16702
16703 When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
16704
16705 - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.
16706 This means initial fontification does not occur if the buffer is greater than
16707 `lazy-lock-minimum-size' characters in length. Instead, fontification occurs
16708 when necessary, such as when scrolling through the buffer would otherwise
16709 reveal unfontified areas. This is useful if buffer fontification is too slow
16710 for large buffers.
16711
16712 - Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil.
16713 This means demand-driven fontification does not occur as you scroll.
16714 Instead, fontification is deferred until after `lazy-lock-defer-time' seconds
16715 of Emacs idle time, while Emacs remains idle. This is useful if
16716 fontification is too slow to keep up with scrolling.
16717
16718 - Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil.
16719 This means on-the-fly fontification does not occur as you type. Instead,
16720 fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs
16721 idle time, while Emacs remains idle. This is useful if fontification is too
16722 slow to keep up with your typing.
16723
16724 - Deferred context fontification if `lazy-lock-defer-contextually' is non-nil.
16725 This means fontification updates the buffer corresponding to true syntactic
16726 context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs
16727 remains idle. Otherwise, fontification occurs on modified lines only, and
16728 subsequent lines can remain fontified corresponding to previous syntactic
16729 contexts. This is useful where strings or comments span lines.
16730
16731 - Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil.
16732 This means remaining unfontified areas of buffers are fontified if Emacs has
16733 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
16734 This is useful if any buffer has any deferred fontification.
16735
16736 Basic Font Lock mode on-the-fly fontification behavior fontifies modified
16737 lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
16738 on-the-fly fontification may fontify differently, albeit correctly. In any
16739 event, to refontify some lines you can use \\[font-lock-fontify-block].
16740
16741 Stealth fontification only occurs while the system remains unloaded.
16742 If the system load rises above `lazy-lock-stealth-load' percent, stealth
16743 fontification is suspended. Stealth fontification intensity is controlled via
16744 the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
16745 verbosity is controlled via the variable `lazy-lock-stealth-verbose'.
16746
16747 \(fn &optional ARG)" t nil)
16748
16749 (autoload (quote turn-on-lazy-lock) "lazy-lock" "\
16750 Unconditionally turn on Lazy Lock mode.
16751
16752 \(fn)" nil nil)
16753
16754 ;;;***
16755
16756 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16568 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16757 ;;;;;; (17843 45628)) 16569 ;;;;;; (17851 10868))
16758 ;;; Generated autoloads from progmodes/ld-script.el 16570 ;;; Generated autoloads from progmodes/ld-script.el
16759 16571
16760 (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 16572 (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
16761 16573
16762 (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode))) 16574 (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode)))
16767 \(fn)" t nil) 16579 \(fn)" t nil)
16768 16580
16769 ;;;*** 16581 ;;;***
16770 16582
16771 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 16583 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16772 ;;;;;; (17843 45610)) 16584 ;;;;;; (17851 10837))
16773 ;;; Generated autoloads from ledit.el 16585 ;;; Generated autoloads from ledit.el
16774 16586
16775 (defconst ledit-save-files t "\ 16587 (defconst ledit-save-files t "\
16776 *Non-nil means Ledit should save files before transferring to Lisp.") 16588 *Non-nil means Ledit should save files before transferring to Lisp.")
16777 16589
16802 16614
16803 \(fn)" nil nil) 16615 \(fn)" nil nil)
16804 16616
16805 ;;;*** 16617 ;;;***
16806 16618
16807 ;;;### (autoloads (life) "life" "play/life.el" (17843 45626)) 16619 ;;;### (autoloads (life) "life" "play/life.el" (17851 10866))
16808 ;;; Generated autoloads from play/life.el 16620 ;;; Generated autoloads from play/life.el
16809 16621
16810 (autoload (quote life) "life" "\ 16622 (autoload (quote life) "life" "\
16811 Run Conway's Life simulation. 16623 Run Conway's Life simulation.
16812 The starting pattern is randomly selected. Prefix arg (optional first 16624 The starting pattern is randomly selected. Prefix arg (optional first
16815 16627
16816 \(fn &optional SLEEPTIME)" t nil) 16628 \(fn &optional SLEEPTIME)" t nil)
16817 16629
16818 ;;;*** 16630 ;;;***
16819 16631
16820 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17843 16632 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17851
16821 ;;;;;; 45610)) 16633 ;;;;;; 10837))
16822 ;;; Generated autoloads from loadhist.el 16634 ;;; Generated autoloads from loadhist.el
16823 16635
16824 (autoload (quote unload-feature) "loadhist" "\ 16636 (autoload (quote unload-feature) "loadhist" "\
16825 Unload the library that provided FEATURE, restoring all its autoloads. 16637 Unload the library that provided FEATURE, restoring all its autoloads.
16826 If the feature is required by any other loaded code, and prefix arg FORCE 16638 If the feature is required by any other loaded code, and prefix arg FORCE
16839 \(fn FEATURE &optional FORCE)" t nil) 16651 \(fn FEATURE &optional FORCE)" t nil)
16840 16652
16841 ;;;*** 16653 ;;;***
16842 16654
16843 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 16655 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16844 ;;;;;; "locate" "locate.el" (17843 45610)) 16656 ;;;;;; "locate" "locate.el" (17851 10838))
16845 ;;; Generated autoloads from locate.el 16657 ;;; Generated autoloads from locate.el
16846 16658
16847 (defvar locate-ls-subdir-switches "-al" "\ 16659 (defvar locate-ls-subdir-switches "-al" "\
16848 `ls' switches for inserting subdirectories in `*Locate*' buffers. 16660 `ls' switches for inserting subdirectories in `*Locate*' buffers.
16849 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.") 16661 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
16886 16698
16887 \(fn SEARCH-STRING FILTER)" t nil) 16699 \(fn SEARCH-STRING FILTER)" t nil)
16888 16700
16889 ;;;*** 16701 ;;;***
16890 16702
16891 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17843 45610)) 16703 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17851 10838))
16892 ;;; Generated autoloads from log-edit.el 16704 ;;; Generated autoloads from log-edit.el
16893 16705
16894 (autoload (quote log-edit) "log-edit" "\ 16706 (autoload (quote log-edit) "log-edit" "\
16895 Setup a buffer to enter a log message. 16707 Setup a buffer to enter a log message.
16896 \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'. 16708 \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'.
16907 16719
16908 \(fn CALLBACK &optional SETUP LISTFUN BUFFER &rest IGNORE)" nil nil) 16720 \(fn CALLBACK &optional SETUP LISTFUN BUFFER &rest IGNORE)" nil nil)
16909 16721
16910 ;;;*** 16722 ;;;***
16911 16723
16912 ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17843 16724 ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17851
16913 ;;;;;; 45610)) 16725 ;;;;;; 10838))
16914 ;;; Generated autoloads from log-view.el 16726 ;;; Generated autoloads from log-view.el
16915 16727
16916 (autoload (quote log-view-mode) "log-view" "\ 16728 (autoload (quote log-view-mode) "log-view" "\
16917 Major mode for browsing CVS log output. 16729 Major mode for browsing CVS log output.
16918 16730
16919 \(fn)" t nil) 16731 \(fn)" t nil)
16920 16732
16921 ;;;*** 16733 ;;;***
16922 16734
16923 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17843 16735 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17851
16924 ;;;;;; 45610)) 16736 ;;;;;; 10838))
16925 ;;; Generated autoloads from longlines.el 16737 ;;; Generated autoloads from longlines.el
16926 16738
16927 (autoload (quote longlines-mode) "longlines" "\ 16739 (autoload (quote longlines-mode) "longlines" "\
16928 Toggle Long Lines mode. 16740 Toggle Long Lines mode.
16929 In Long Lines mode, long lines are wrapped if they extend beyond 16741 In Long Lines mode, long lines are wrapped if they extend beyond
16940 \(fn &optional ARG)" t nil) 16752 \(fn &optional ARG)" t nil)
16941 16753
16942 ;;;*** 16754 ;;;***
16943 16755
16944 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 16756 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16945 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17843 16757 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17851
16946 ;;;;;; 45610)) 16758 ;;;;;; 10838))
16947 ;;; Generated autoloads from lpr.el 16759 ;;; Generated autoloads from lpr.el
16948 16760
16949 (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) 16761 (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
16950 16762
16951 (defvar lpr-lp-system (memq system-type (quote (usg-unix-v dgux hpux irix)))) 16763 (defvar lpr-lp-system (memq system-type (quote (usg-unix-v dgux hpux irix))))
17035 \(fn START END)" t nil) 16847 \(fn START END)" t nil)
17036 16848
17037 ;;;*** 16849 ;;;***
17038 16850
17039 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 16851 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17040 ;;;;;; (17843 45610)) 16852 ;;;;;; (17851 10838))
17041 ;;; Generated autoloads from ls-lisp.el 16853 ;;; Generated autoloads from ls-lisp.el
17042 16854
17043 (defvar ls-lisp-support-shell-wildcards t "\ 16855 (defvar ls-lisp-support-shell-wildcards t "\
17044 *Non-nil means ls-lisp treats file patterns as shell wildcards. 16856 *Non-nil means ls-lisp treats file patterns as shell wildcards.
17045 Otherwise they are treated as Emacs regexps (for backward compatibility).") 16857 Otherwise they are treated as Emacs regexps (for backward compatibility).")
17046 16858
17047 (custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp" t) 16859 (custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp" t)
17048 16860
17049 ;;;*** 16861 ;;;***
17050 16862
17051 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17843 16863 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17851
17052 ;;;;;; 45615)) 16864 ;;;;;; 10852))
17053 ;;; Generated autoloads from calendar/lunar.el 16865 ;;; Generated autoloads from calendar/lunar.el
17054 16866
17055 (autoload (quote phases-of-moon) "lunar" "\ 16867 (autoload (quote phases-of-moon) "lunar" "\
17056 Display the quarters of the moon for last month, this month, and next month. 16868 Display the quarters of the moon for last month, this month, and next month.
17057 If called with an optional prefix argument, prompts for month and year. 16869 If called with an optional prefix argument, prompts for month and year.
17060 16872
17061 \(fn &optional ARG)" t nil) 16873 \(fn &optional ARG)" t nil)
17062 16874
17063 ;;;*** 16875 ;;;***
17064 16876
17065 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17843 16877 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17851
17066 ;;;;;; 45628)) 16878 ;;;;;; 10868))
17067 ;;; Generated autoloads from progmodes/m4-mode.el 16879 ;;; Generated autoloads from progmodes/m4-mode.el
17068 16880
17069 (autoload (quote m4-mode) "m4-mode" "\ 16881 (autoload (quote m4-mode) "m4-mode" "\
17070 A major mode to edit m4 macro files. 16882 A major mode to edit m4 macro files.
17071 \\{m4-mode-map} 16883 \\{m4-mode-map}
17073 \(fn)" t nil) 16885 \(fn)" t nil)
17074 16886
17075 ;;;*** 16887 ;;;***
17076 16888
17077 ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" 16889 ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17078 ;;;;;; (17843 45615)) 16890 ;;;;;; (17851 10853))
17079 ;;; Generated autoloads from emacs-lisp/macroexp.el 16891 ;;; Generated autoloads from emacs-lisp/macroexp.el
17080 16892
17081 (autoload (quote macroexpand-all) "macroexp" "\ 16893 (autoload (quote macroexpand-all) "macroexp" "\
17082 Return result of expanding macros at all levels in FORM. 16894 Return result of expanding macros at all levels in FORM.
17083 If no macros are expanded, FORM is returned unchanged. 16895 If no macros are expanded, FORM is returned unchanged.
17087 \(fn FORM &optional ENVIRONMENT)" nil nil) 16899 \(fn FORM &optional ENVIRONMENT)" nil nil)
17088 16900
17089 ;;;*** 16901 ;;;***
17090 16902
17091 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 16903 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17092 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17843 45611)) 16904 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17851 10838))
17093 ;;; Generated autoloads from macros.el 16905 ;;; Generated autoloads from macros.el
17094 16906
17095 (autoload (quote name-last-kbd-macro) "macros" "\ 16907 (autoload (quote name-last-kbd-macro) "macros" "\
17096 Assign a name to the last keyboard macro defined. 16908 Assign a name to the last keyboard macro defined.
17097 Argument SYMBOL is the name to define. 16909 Argument SYMBOL is the name to define.
17176 (define-key ctl-x-map "q" 'kbd-macro-query) 16988 (define-key ctl-x-map "q" 'kbd-macro-query)
17177 16989
17178 ;;;*** 16990 ;;;***
17179 16991
17180 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 16992 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17181 ;;;;;; "mail/mail-extr.el" (17843 45621)) 16993 ;;;;;; "mail/mail-extr.el" (17851 10861))
17182 ;;; Generated autoloads from mail/mail-extr.el 16994 ;;; Generated autoloads from mail/mail-extr.el
17183 16995
17184 (autoload (quote mail-extract-address-components) "mail-extr" "\ 16996 (autoload (quote mail-extract-address-components) "mail-extr" "\
17185 Given an RFC-822 address ADDRESS, extract full name and canonical address. 16997 Given an RFC-822 address ADDRESS, extract full name and canonical address.
17186 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no 16998 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
17208 17020
17209 ;;;*** 17021 ;;;***
17210 17022
17211 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 17023 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17212 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 17024 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17213 ;;;;;; (17843 45621)) 17025 ;;;;;; (17851 10862))
17214 ;;; Generated autoloads from mail/mail-hist.el 17026 ;;; Generated autoloads from mail/mail-hist.el
17215 17027
17216 (autoload (quote mail-hist-define-keys) "mail-hist" "\ 17028 (autoload (quote mail-hist-define-keys) "mail-hist" "\
17217 Define keys for accessing mail header history. For use in hooks. 17029 Define keys for accessing mail header history. For use in hooks.
17218 17030
17239 17051
17240 ;;;*** 17052 ;;;***
17241 17053
17242 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 17054 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17243 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 17055 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
17244 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17843 17056 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17851
17245 ;;;;;; 45621)) 17057 ;;;;;; 10862))
17246 ;;; Generated autoloads from mail/mail-utils.el 17058 ;;; Generated autoloads from mail/mail-utils.el
17247 17059
17248 (defvar mail-use-rfc822 nil "\ 17060 (defvar mail-use-rfc822 nil "\
17249 *If non-nil, use a full, hairy RFC822 parser on mail addresses. 17061 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
17250 Otherwise, (the default) use a smaller, somewhat faster, and 17062 Otherwise, (the default) use a smaller, somewhat faster, and
17292 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil) 17104 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
17293 17105
17294 ;;;*** 17106 ;;;***
17295 17107
17296 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 17108 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
17297 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17843 45621)) 17109 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17851 10862))
17298 ;;; Generated autoloads from mail/mailabbrev.el 17110 ;;; Generated autoloads from mail/mailabbrev.el
17299 17111
17300 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 17112 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
17301 Initialize use of the `mailabbrev' package. 17113 Initialize use of the `mailabbrev' package.
17302 17114
17315 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil) 17127 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17316 17128
17317 ;;;*** 17129 ;;;***
17318 17130
17319 ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 17131 ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
17320 ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17843 17132 ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17851
17321 ;;;;;; 45621)) 17133 ;;;;;; 10862))
17322 ;;; Generated autoloads from mail/mailalias.el 17134 ;;; Generated autoloads from mail/mailalias.el
17323 17135
17324 (defvar mail-complete-style (quote angles) "\ 17136 (defvar mail-complete-style (quote angles) "\
17325 *Specifies how \\[mail-complete] formats the full name when it completes. 17137 *Specifies how \\[mail-complete] formats the full name when it completes.
17326 If `nil', they contain just the return address like: 17138 If `nil', they contain just the return address like:
17362 \(fn ARG)" t nil) 17174 \(fn ARG)" t nil)
17363 17175
17364 ;;;*** 17176 ;;;***
17365 17177
17366 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" 17178 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17367 ;;;;;; (17843 45621)) 17179 ;;;;;; (17851 10862))
17368 ;;; Generated autoloads from mail/mailclient.el 17180 ;;; Generated autoloads from mail/mailclient.el
17369 17181
17370 (autoload (quote mailclient-send-it) "mailclient" "\ 17182 (autoload (quote mailclient-send-it) "mailclient" "\
17371 Pass current buffer on to the system's mail client. 17183 Pass current buffer on to the system's mail client.
17372 Suitable value for `send-mail-function'. 17184 Suitable value for `send-mail-function'.
17376 17188
17377 ;;;*** 17189 ;;;***
17378 17190
17379 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 17191 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17380 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 17192 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17381 ;;;;;; "make-mode" "progmodes/make-mode.el" (17843 45628)) 17193 ;;;;;; "make-mode" "progmodes/make-mode.el" (17851 10868))
17382 ;;; Generated autoloads from progmodes/make-mode.el 17194 ;;; Generated autoloads from progmodes/make-mode.el
17383 17195
17384 (autoload (quote makefile-mode) "make-mode" "\ 17196 (autoload (quote makefile-mode) "make-mode" "\
17385 Major mode for editing standard Makefiles. 17197 Major mode for editing standard Makefiles.
17386 17198
17493 17305
17494 \(fn)" t nil) 17306 \(fn)" t nil)
17495 17307
17496 ;;;*** 17308 ;;;***
17497 17309
17498 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17843 17310 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17851
17499 ;;;;;; 45611)) 17311 ;;;;;; 10838))
17500 ;;; Generated autoloads from makesum.el 17312 ;;; Generated autoloads from makesum.el
17501 17313
17502 (autoload (quote make-command-summary) "makesum" "\ 17314 (autoload (quote make-command-summary) "makesum" "\
17503 Make a summary of current key bindings in the buffer *Summary*. 17315 Make a summary of current key bindings in the buffer *Summary*.
17504 Previous contents of that buffer are killed first. 17316 Previous contents of that buffer are killed first.
17505 17317
17506 \(fn)" t nil) 17318 \(fn)" t nil)
17507 17319
17508 ;;;*** 17320 ;;;***
17509 17321
17510 ;;;### (autoloads (man-follow man) "man" "man.el" (17843 45611)) 17322 ;;;### (autoloads (man-follow man) "man" "man.el" (17851 10838))
17511 ;;; Generated autoloads from man.el 17323 ;;; Generated autoloads from man.el
17512 17324
17513 (defalias (quote manual-entry) (quote man)) 17325 (defalias (quote manual-entry) (quote man))
17514 17326
17515 (autoload (quote man) "man" "\ 17327 (autoload (quote man) "man" "\
17532 17344
17533 \(fn MAN-ARGS)" t nil) 17345 \(fn MAN-ARGS)" t nil)
17534 17346
17535 ;;;*** 17347 ;;;***
17536 17348
17537 ;;;### (autoloads (master-mode) "master" "master.el" (17843 45611)) 17349 ;;;### (autoloads (master-mode) "master" "master.el" (17851 10838))
17538 ;;; Generated autoloads from master.el 17350 ;;; Generated autoloads from master.el
17539 17351
17540 (autoload (quote master-mode) "master" "\ 17352 (autoload (quote master-mode) "master" "\
17541 Toggle Master mode. 17353 Toggle Master mode.
17542 With no argument, this command toggles the mode. 17354 With no argument, this command toggles the mode.
17554 17366
17555 \(fn &optional ARG)" t nil) 17367 \(fn &optional ARG)" t nil)
17556 17368
17557 ;;;*** 17369 ;;;***
17558 17370
17559 ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17843 17371 ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17851
17560 ;;;;;; 45611)) 17372 ;;;;;; 10838))
17561 ;;; Generated autoloads from menu-bar.el 17373 ;;; Generated autoloads from menu-bar.el
17562 17374
17563 (put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17375 (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
17564 17376
17565 (defvar menu-bar-mode nil "\ 17377 (defvar menu-bar-mode nil "\
17590 ;;;;;; message-reply message-news message-mail message-mode message-signature-insert-empty-line 17402 ;;;;;; message-reply message-news message-mail message-mode message-signature-insert-empty-line
17591 ;;;;;; message-signature-file message-signature message-indent-citation-function 17403 ;;;;;; message-signature-file message-signature message-indent-citation-function
17592 ;;;;;; message-cite-function message-yank-prefix message-citation-line-function 17404 ;;;;;; message-cite-function message-yank-prefix message-citation-line-function
17593 ;;;;;; message-send-mail-function message-user-organization-file 17405 ;;;;;; message-send-mail-function message-user-organization-file
17594 ;;;;;; message-signature-separator message-from-style) "message" 17406 ;;;;;; message-signature-separator message-from-style) "message"
17595 ;;;;;; "gnus/message.el" (17843 45617)) 17407 ;;;;;; "gnus/message.el" (17851 10858))
17596 ;;; Generated autoloads from gnus/message.el 17408 ;;; Generated autoloads from gnus/message.el
17597 17409
17598 (defvar message-from-style (quote default) "\ 17410 (defvar message-from-style (quote default) "\
17599 *Specifies how \"From\" headers look. 17411 *Specifies how \"From\" headers look.
17600 17412
17844 \(fn START END)" t nil) 17656 \(fn START END)" t nil)
17845 17657
17846 ;;;*** 17658 ;;;***
17847 17659
17848 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 17660 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17849 ;;;;;; (17843 45629)) 17661 ;;;;;; (17851 10869))
17850 ;;; Generated autoloads from progmodes/meta-mode.el 17662 ;;; Generated autoloads from progmodes/meta-mode.el
17851 17663
17852 (autoload (quote metafont-mode) "meta-mode" "\ 17664 (autoload (quote metafont-mode) "meta-mode" "\
17853 Major mode for editing Metafont sources. 17665 Major mode for editing Metafont sources.
17854 Special commands: 17666 Special commands:
17871 17683
17872 ;;;*** 17684 ;;;***
17873 17685
17874 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body 17686 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17875 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" 17687 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17876 ;;;;;; (17843 45621)) 17688 ;;;;;; (17851 10862))
17877 ;;; Generated autoloads from mail/metamail.el 17689 ;;; Generated autoloads from mail/metamail.el
17878 17690
17879 (autoload (quote metamail-interpret-header) "metamail" "\ 17691 (autoload (quote metamail-interpret-header) "metamail" "\
17880 Interpret a header part of a MIME message in current buffer. 17692 Interpret a header part of a MIME message in current buffer.
17881 Its body part is not interpreted at all. 17693 Its body part is not interpreted at all.
17916 17728
17917 ;;;*** 17729 ;;;***
17918 17730
17919 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose 17731 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17920 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" 17732 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17921 ;;;;;; "mh-e/mh-comp.el" (17843 45622)) 17733 ;;;;;; "mh-e/mh-comp.el" (17851 10863))
17922 ;;; Generated autoloads from mh-e/mh-comp.el 17734 ;;; Generated autoloads from mh-e/mh-comp.el
17923 17735
17924 (autoload (quote mh-smail) "mh-comp" "\ 17736 (autoload (quote mh-smail) "mh-comp" "\
17925 Compose a message with the MH mail system. 17737 Compose a message with the MH mail system.
17926 See `mh-send' for more details on composing mail. 17738 See `mh-send' for more details on composing mail.
18003 17815
18004 \(fn)" t nil) 17816 \(fn)" t nil)
18005 17817
18006 ;;;*** 17818 ;;;***
18007 17819
18008 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17843 45622)) 17820 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17851 10863))
18009 ;;; Generated autoloads from mh-e/mh-e.el 17821 ;;; Generated autoloads from mh-e/mh-e.el
18010 17822
18011 (put (quote mh-progs) (quote risky-local-variable) t) 17823 (put (quote mh-progs) (quote risky-local-variable) t)
18012 17824
18013 (put (quote mh-lib) (quote risky-local-variable) t) 17825 (put (quote mh-lib) (quote risky-local-variable) t)
18020 \(fn)" t nil) 17832 \(fn)" t nil)
18021 17833
18022 ;;;*** 17834 ;;;***
18023 17835
18024 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" 17836 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18025 ;;;;;; "mh-e/mh-folder.el" (17843 45622)) 17837 ;;;;;; "mh-e/mh-folder.el" (17851 10863))
18026 ;;; Generated autoloads from mh-e/mh-folder.el 17838 ;;; Generated autoloads from mh-e/mh-folder.el
18027 17839
18028 (autoload (quote mh-rmail) "mh-folder" "\ 17840 (autoload (quote mh-rmail) "mh-folder" "\
18029 Incorporate new mail with MH. 17841 Incorporate new mail with MH.
18030 Scan an MH folder if ARG is non-nil. 17842 Scan an MH folder if ARG is non-nil.
18102 \(fn)" t nil) 17914 \(fn)" t nil)
18103 17915
18104 ;;;*** 17916 ;;;***
18105 17917
18106 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 17918 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18107 ;;;;;; "midnight.el" (17843 45611)) 17919 ;;;;;; "midnight.el" (17851 10838))
18108 ;;; Generated autoloads from midnight.el 17920 ;;; Generated autoloads from midnight.el
18109 17921
18110 (autoload (quote clean-buffer-list) "midnight" "\ 17922 (autoload (quote clean-buffer-list) "midnight" "\
18111 Kill old buffers that have not been displayed recently. 17923 Kill old buffers that have not been displayed recently.
18112 The relevant variables are `clean-buffer-list-delay-general', 17924 The relevant variables are `clean-buffer-list-delay-general',
18129 \(fn SYMB TM)" nil nil) 17941 \(fn SYMB TM)" nil nil)
18130 17942
18131 ;;;*** 17943 ;;;***
18132 17944
18133 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" 17945 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18134 ;;;;;; "minibuf-eldef.el" (17843 45611)) 17946 ;;;;;; "minibuf-eldef.el" (17851 10838))
18135 ;;; Generated autoloads from minibuf-eldef.el 17947 ;;; Generated autoloads from minibuf-eldef.el
18136 17948
18137 (defvar minibuffer-electric-default-mode nil "\ 17949 (defvar minibuffer-electric-default-mode nil "\
18138 Non-nil if Minibuffer-Electric-Default mode is enabled. 17950 Non-nil if Minibuffer-Electric-Default mode is enabled.
18139 See the command `minibuffer-electric-default-mode' for a description of this minor-mode. 17951 See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
18157 \(fn &optional ARG)" t nil) 17969 \(fn &optional ARG)" t nil)
18158 17970
18159 ;;;*** 17971 ;;;***
18160 17972
18161 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 17973 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18162 ;;;;;; (17843 45629)) 17974 ;;;;;; (17851 10869))
18163 ;;; Generated autoloads from progmodes/mixal-mode.el 17975 ;;; Generated autoloads from progmodes/mixal-mode.el
18164 17976
18165 (autoload (quote mixal-mode) "mixal-mode" "\ 17977 (autoload (quote mixal-mode) "mixal-mode" "\
18166 Major mode for the mixal asm language. 17978 Major mode for the mixal asm language.
18167 \\{mixal-mode-map} 17979 \\{mixal-mode-map}
18172 17984
18173 ;;;*** 17985 ;;;***
18174 17986
18175 ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion 17987 ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
18176 ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" 17988 ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
18177 ;;;;;; (17843 45620)) 17989 ;;;;;; (17851 10861))
18178 ;;; Generated autoloads from language/mlm-util.el 17990 ;;; Generated autoloads from language/mlm-util.el
18179 17991
18180 (autoload (quote malayalam-compose-region) "mlm-util" "\ 17992 (autoload (quote malayalam-compose-region) "mlm-util" "\
18181 Not documented 17993 Not documented
18182 17994
18195 \(fn FROM TO PATTERN &optional STRING)" nil nil) 18007 \(fn FROM TO PATTERN &optional STRING)" nil nil)
18196 18008
18197 ;;;*** 18009 ;;;***
18198 18010
18199 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) 18011 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18200 ;;;;;; "mm-extern" "gnus/mm-extern.el" (17843 45617)) 18012 ;;;;;; "mm-extern" "gnus/mm-extern.el" (17851 10858))
18201 ;;; Generated autoloads from gnus/mm-extern.el 18013 ;;; Generated autoloads from gnus/mm-extern.el
18202 18014
18203 (autoload (quote mm-extern-cache-contents) "mm-extern" "\ 18015 (autoload (quote mm-extern-cache-contents) "mm-extern" "\
18204 Put the external-body part of HANDLE into its cache. 18016 Put the external-body part of HANDLE into its cache.
18205 18017
18214 \(fn HANDLE &optional NO-DISPLAY)" nil nil) 18026 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18215 18027
18216 ;;;*** 18028 ;;;***
18217 18029
18218 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 18030 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18219 ;;;;;; (17843 45617)) 18031 ;;;;;; (17851 10858))
18220 ;;; Generated autoloads from gnus/mm-partial.el 18032 ;;; Generated autoloads from gnus/mm-partial.el
18221 18033
18222 (autoload (quote mm-inline-partial) "mm-partial" "\ 18034 (autoload (quote mm-inline-partial) "mm-partial" "\
18223 Show the partial part of HANDLE. 18035 Show the partial part of HANDLE.
18224 This function replaces the buffer of HANDLE with a buffer contains 18036 This function replaces the buffer of HANDLE with a buffer contains
18228 \(fn HANDLE &optional NO-DISPLAY)" nil nil) 18040 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18229 18041
18230 ;;;*** 18042 ;;;***
18231 18043
18232 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18044 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18233 ;;;;;; "mm-url" "gnus/mm-url.el" (17843 45617)) 18045 ;;;;;; "mm-url" "gnus/mm-url.el" (17851 10858))
18234 ;;; Generated autoloads from gnus/mm-url.el 18046 ;;; Generated autoloads from gnus/mm-url.el
18235 18047
18236 (autoload (quote mm-url-insert-file-contents) "mm-url" "\ 18048 (autoload (quote mm-url-insert-file-contents) "mm-url" "\
18237 Insert file contents of URL. 18049 Insert file contents of URL.
18238 If `mm-url-use-external' is non-nil, use `mm-url-program'. 18050 If `mm-url-use-external' is non-nil, use `mm-url-program'.
18245 \(fn URL)" nil nil) 18057 \(fn URL)" nil nil)
18246 18058
18247 ;;;*** 18059 ;;;***
18248 18060
18249 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 18061 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18250 ;;;;;; "gnus/mm-uu.el" (17843 45617)) 18062 ;;;;;; "gnus/mm-uu.el" (17851 10858))
18251 ;;; Generated autoloads from gnus/mm-uu.el 18063 ;;; Generated autoloads from gnus/mm-uu.el
18252 18064
18253 (autoload (quote mm-uu-dissect) "mm-uu" "\ 18065 (autoload (quote mm-uu-dissect) "mm-uu" "\
18254 Dissect the current buffer and return a list of uu handles. 18066 Dissect the current buffer and return a list of uu handles.
18255 The optional NOHEADER means there's no header in the buffer. 18067 The optional NOHEADER means there's no header in the buffer.
18265 \(fn HANDLE &optional DECODED)" nil nil) 18077 \(fn HANDLE &optional DECODED)" nil nil)
18266 18078
18267 ;;;*** 18079 ;;;***
18268 18080
18269 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" 18081 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18270 ;;;;;; (17843 45617)) 18082 ;;;;;; (17851 10858))
18271 ;;; Generated autoloads from gnus/mml1991.el 18083 ;;; Generated autoloads from gnus/mml1991.el
18272 18084
18273 (autoload (quote mml1991-encrypt) "mml1991" "\ 18085 (autoload (quote mml1991-encrypt) "mml1991" "\
18274 Not documented 18086 Not documented
18275 18087
18282 18094
18283 ;;;*** 18095 ;;;***
18284 18096
18285 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 18097 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18286 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 18098 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18287 ;;;;;; "mml2015" "gnus/mml2015.el" (17843 45617)) 18099 ;;;;;; "mml2015" "gnus/mml2015.el" (17851 10858))
18288 ;;; Generated autoloads from gnus/mml2015.el 18100 ;;; Generated autoloads from gnus/mml2015.el
18289 18101
18290 (autoload (quote mml2015-decrypt) "mml2015" "\ 18102 (autoload (quote mml2015-decrypt) "mml2015" "\
18291 Not documented 18103 Not documented
18292 18104
18323 \(fn)" nil nil) 18135 \(fn)" nil nil)
18324 18136
18325 ;;;*** 18137 ;;;***
18326 18138
18327 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 18139 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
18328 ;;;;;; (17276 54295)) 18140 ;;;;;; (17289 39206))
18329 ;;; Generated autoloads from progmodes/modula2.el 18141 ;;; Generated autoloads from progmodes/modula2.el
18330 18142
18331 (autoload (quote modula-2-mode) "modula2" "\ 18143 (autoload (quote modula-2-mode) "modula2" "\
18332 This is a mode intended to support program development in Modula-2. 18144 This is a mode intended to support program development in Modula-2.
18333 All control constructs of Modula-2 can be reached by typing C-c 18145 All control constructs of Modula-2 can be reached by typing C-c
18355 \(fn)" t nil) 18167 \(fn)" t nil)
18356 18168
18357 ;;;*** 18169 ;;;***
18358 18170
18359 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 18171 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
18360 ;;;;;; (17843 45626)) 18172 ;;;;;; (17851 10866))
18361 ;;; Generated autoloads from play/morse.el 18173 ;;; Generated autoloads from play/morse.el
18362 18174
18363 (autoload (quote morse-region) "morse" "\ 18175 (autoload (quote morse-region) "morse" "\
18364 Convert all text in a given region to morse code. 18176 Convert all text in a given region to morse code.
18365 18177
18370 18182
18371 \(fn BEG END)" t nil) 18183 \(fn BEG END)" t nil)
18372 18184
18373 ;;;*** 18185 ;;;***
18374 18186
18375 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17843 18187 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17851
18376 ;;;;;; 45611)) 18188 ;;;;;; 10838))
18377 ;;; Generated autoloads from mouse-sel.el 18189 ;;; Generated autoloads from mouse-sel.el
18378 18190
18379 (defvar mouse-sel-mode nil "\ 18191 (defvar mouse-sel-mode nil "\
18380 Non-nil if Mouse-Sel mode is enabled. 18192 Non-nil if Mouse-Sel mode is enabled.
18381 See the command `mouse-sel-mode' for a description of this minor-mode. 18193 See the command `mouse-sel-mode' for a description of this minor-mode.
18423 18235
18424 \(fn &optional ARG)" t nil) 18236 \(fn &optional ARG)" t nil)
18425 18237
18426 ;;;*** 18238 ;;;***
18427 18239
18428 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17843 45626)) 18240 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17851 10866))
18429 ;;; Generated autoloads from play/mpuz.el 18241 ;;; Generated autoloads from play/mpuz.el
18430 18242
18431 (autoload (quote mpuz) "mpuz" "\ 18243 (autoload (quote mpuz) "mpuz" "\
18432 Multiplication puzzle with GNU Emacs. 18244 Multiplication puzzle with GNU Emacs.
18433 18245
18434 \(fn)" t nil) 18246 \(fn)" t nil)
18435 18247
18436 ;;;*** 18248 ;;;***
18437 18249
18438 ;;;### (autoloads (msb-mode) "msb" "msb.el" (17843 45611)) 18250 ;;;### (autoloads (msb-mode) "msb" "msb.el" (17851 10838))
18439 ;;; Generated autoloads from msb.el 18251 ;;; Generated autoloads from msb.el
18440 18252
18441 (defvar msb-mode nil "\ 18253 (defvar msb-mode nil "\
18442 Non-nil if Msb mode is enabled. 18254 Non-nil if Msb mode is enabled.
18443 See the command `msb-mode' for a description of this minor-mode. 18255 See the command `msb-mode' for a description of this minor-mode.
18460 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset 18272 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
18461 ;;;;;; describe-font list-coding-categories list-coding-systems 18273 ;;;;;; describe-font list-coding-categories list-coding-systems
18462 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly 18274 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18463 ;;;;;; describe-coding-system describe-character-set list-charset-chars 18275 ;;;;;; describe-coding-system describe-character-set list-charset-chars
18464 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 18276 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18465 ;;;;;; (17843 45619)) 18277 ;;;;;; (17851 10860))
18466 ;;; Generated autoloads from international/mule-diag.el 18278 ;;; Generated autoloads from international/mule-diag.el
18467 18279
18468 (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ 18280 (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\
18469 Alist of charset names vs the corresponding information. 18281 Alist of charset names vs the corresponding information.
18470 This is mis-named for historical reasons. The charsets are actually 18282 This is mis-named for historical reasons. The charsets are actually
18634 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment 18446 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment
18635 ;;;;;; detect-coding-with-priority coding-system-translation-table-for-encode 18447 ;;;;;; detect-coding-with-priority coding-system-translation-table-for-encode
18636 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 18448 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18637 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 18449 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18638 ;;;;;; truncate-string-to-width store-substring string-to-sequence) 18450 ;;;;;; truncate-string-to-width store-substring string-to-sequence)
18639 ;;;;;; "mule-util" "international/mule-util.el" (17843 45619)) 18451 ;;;;;; "mule-util" "international/mule-util.el" (17851 10860))
18640 ;;; Generated autoloads from international/mule-util.el 18452 ;;; Generated autoloads from international/mule-util.el
18641 18453
18642 (autoload (quote string-to-sequence) "mule-util" "\ 18454 (autoload (quote string-to-sequence) "mule-util" "\
18643 Convert STRING to a sequence of TYPE which contains characters in STRING. 18455 Convert STRING to a sequence of TYPE which contains characters in STRING.
18644 TYPE should be `list' or `vector'. 18456 TYPE should be `list' or `vector'.
18763 \(fn CHAR)" nil nil) 18575 \(fn CHAR)" nil nil)
18764 18576
18765 ;;;*** 18577 ;;;***
18766 18578
18767 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 18579 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
18768 ;;;;;; (17843 45611)) 18580 ;;;;;; (17851 10838))
18769 ;;; Generated autoloads from mwheel.el 18581 ;;; Generated autoloads from mwheel.el
18770 18582
18771 (defvar mouse-wheel-mode nil "\ 18583 (defvar mouse-wheel-mode nil "\
18772 Non-nil if Mouse-Wheel mode is enabled. 18584 Non-nil if Mouse-Wheel mode is enabled.
18773 See the command `mouse-wheel-mode' for a description of this minor-mode. 18585 See the command `mouse-wheel-mode' for a description of this minor-mode.
18792 ;;;*** 18604 ;;;***
18793 18605
18794 ;;;### (autoloads (network-connection network-connection-to-service 18606 ;;;### (autoloads (network-connection network-connection-to-service
18795 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host 18607 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18796 ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) 18608 ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
18797 ;;;;;; "net-utils" "net/net-utils.el" (17843 45624)) 18609 ;;;;;; "net-utils" "net/net-utils.el" (17851 10863))
18798 ;;; Generated autoloads from net/net-utils.el 18610 ;;; Generated autoloads from net/net-utils.el
18799 18611
18800 (autoload (quote traceroute) "net-utils" "\ 18612 (autoload (quote traceroute) "net-utils" "\
18801 Run traceroute program for TARGET. 18613 Run traceroute program for TARGET.
18802 18614
18888 ;;;### (autoloads (comment-indent-new-line comment-auto-fill-only-comments 18700 ;;;### (autoloads (comment-indent-new-line comment-auto-fill-only-comments
18889 ;;;;;; comment-dwim comment-or-uncomment-region comment-box comment-region 18701 ;;;;;; comment-dwim comment-or-uncomment-region comment-box comment-region
18890 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent 18702 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18891 ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 18703 ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18892 ;;;;;; comment-padding comment-style comment-column) "newcomment" 18704 ;;;;;; comment-padding comment-style comment-column) "newcomment"
18893 ;;;;;; "newcomment.el" (17843 45611)) 18705 ;;;;;; "newcomment.el" (17851 10839))
18894 ;;; Generated autoloads from newcomment.el 18706 ;;; Generated autoloads from newcomment.el
18895 18707
18896 (defalias (quote indent-for-comment) (quote comment-indent)) 18708 (defalias (quote indent-for-comment) (quote comment-indent))
18897 18709
18898 (defalias (quote set-comment-column) (quote comment-set-column)) 18710 (defalias (quote set-comment-column) (quote comment-set-column))
19084 18896
19085 ;;;*** 18897 ;;;***
19086 18898
19087 ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start 18899 ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19088 ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" 18900 ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
19089 ;;;;;; "net/newsticker.el" (17843 45624)) 18901 ;;;;;; "net/newsticker.el" (17851 10863))
19090 ;;; Generated autoloads from net/newsticker.el 18902 ;;; Generated autoloads from net/newsticker.el
19091 18903
19092 (autoload (quote newsticker-running-p) "newsticker" "\ 18904 (autoload (quote newsticker-running-p) "newsticker" "\
19093 Check whether newsticker is running. 18905 Check whether newsticker is running.
19094 Return t if newsticker is running, nil otherwise. Newsticker is 18906 Return t if newsticker is running, nil otherwise. Newsticker is
19126 \(fn)" t nil) 18938 \(fn)" t nil)
19127 18939
19128 ;;;*** 18940 ;;;***
19129 18941
19130 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 18942 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19131 ;;;;;; (17843 45617)) 18943 ;;;;;; (17851 10858))
19132 ;;; Generated autoloads from gnus/nndiary.el 18944 ;;; Generated autoloads from gnus/nndiary.el
19133 18945
19134 (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 18946 (autoload (quote nndiary-generate-nov-databases) "nndiary" "\
19135 Generate NOV databases in all nndiary directories. 18947 Generate NOV databases in all nndiary directories.
19136 18948
19137 \(fn &optional SERVER)" t nil) 18949 \(fn &optional SERVER)" t nil)
19138 18950
19139 ;;;*** 18951 ;;;***
19140 18952
19141 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17843 18953 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17851
19142 ;;;;;; 45617)) 18954 ;;;;;; 10859))
19143 ;;; Generated autoloads from gnus/nndoc.el 18955 ;;; Generated autoloads from gnus/nndoc.el
19144 18956
19145 (autoload (quote nndoc-add-type) "nndoc" "\ 18957 (autoload (quote nndoc-add-type) "nndoc" "\
19146 Add document DEFINITION to the list of nndoc document definitions. 18958 Add document DEFINITION to the list of nndoc document definitions.
19147 If POSITION is nil or `last', the definition will be added 18959 If POSITION is nil or `last', the definition will be added
19152 \(fn DEFINITION &optional POSITION)" nil nil) 18964 \(fn DEFINITION &optional POSITION)" nil nil)
19153 18965
19154 ;;;*** 18966 ;;;***
19155 18967
19156 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 18968 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19157 ;;;;;; (17843 45617)) 18969 ;;;;;; (17851 10859))
19158 ;;; Generated autoloads from gnus/nnfolder.el 18970 ;;; Generated autoloads from gnus/nnfolder.el
19159 18971
19160 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 18972 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\
19161 Look for mbox folders in the nnfolder directory and make them into groups. 18973 Look for mbox folders in the nnfolder directory and make them into groups.
19162 This command does not work if you use short group names. 18974 This command does not work if you use short group names.
19164 \(fn)" t nil) 18976 \(fn)" t nil)
19165 18977
19166 ;;;*** 18978 ;;;***
19167 18979
19168 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 18980 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19169 ;;;;;; (17843 45617)) 18981 ;;;;;; (17851 10859))
19170 ;;; Generated autoloads from gnus/nnkiboze.el 18982 ;;; Generated autoloads from gnus/nnkiboze.el
19171 18983
19172 (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 18984 (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
19173 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\". 18985 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\".
19174 Finds out what articles are to be part of the nnkiboze groups. 18986 Finds out what articles are to be part of the nnkiboze groups.
19176 \(fn)" t nil) 18988 \(fn)" t nil)
19177 18989
19178 ;;;*** 18990 ;;;***
19179 18991
19180 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 18992 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19181 ;;;;;; (17843 45617)) 18993 ;;;;;; (17851 10859))
19182 ;;; Generated autoloads from gnus/nnml.el 18994 ;;; Generated autoloads from gnus/nnml.el
19183 18995
19184 (autoload (quote nnml-generate-nov-databases) "nnml" "\ 18996 (autoload (quote nnml-generate-nov-databases) "nnml" "\
19185 Generate NOV databases in all nnml directories. 18997 Generate NOV databases in all nnml directories.
19186 18998
19187 \(fn &optional SERVER)" t nil) 18999 \(fn &optional SERVER)" t nil)
19188 19000
19189 ;;;*** 19001 ;;;***
19190 19002
19191 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 19003 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
19192 ;;;;;; "nnsoup" "gnus/nnsoup.el" (17843 45617)) 19004 ;;;;;; "nnsoup" "gnus/nnsoup.el" (17851 10859))
19193 ;;; Generated autoloads from gnus/nnsoup.el 19005 ;;; Generated autoloads from gnus/nnsoup.el
19194 19006
19195 (autoload (quote nnsoup-pack-replies) "nnsoup" "\ 19007 (autoload (quote nnsoup-pack-replies) "nnsoup" "\
19196 Make an outbound package of SOUP replies. 19008 Make an outbound package of SOUP replies.
19197 19009
19208 \(fn)" t nil) 19020 \(fn)" t nil)
19209 19021
19210 ;;;*** 19022 ;;;***
19211 19023
19212 ;;;### (autoloads (disable-command enable-command disabled-command-function) 19024 ;;;### (autoloads (disable-command enable-command disabled-command-function)
19213 ;;;;;; "novice" "novice.el" (17843 45611)) 19025 ;;;;;; "novice" "novice.el" (17851 10839))
19214 ;;; Generated autoloads from novice.el 19026 ;;; Generated autoloads from novice.el
19215 19027
19216 (defvar disabled-command-function (quote disabled-command-function) "\ 19028 (defvar disabled-command-function (quote disabled-command-function) "\
19217 Function to call to handle disabled commands. 19029 Function to call to handle disabled commands.
19218 If nil, the feature is disabled, i.e., all commands work normally.") 19030 If nil, the feature is disabled, i.e., all commands work normally.")
19241 \(fn COMMAND)" t nil) 19053 \(fn COMMAND)" t nil)
19242 19054
19243 ;;;*** 19055 ;;;***
19244 19056
19245 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 19057 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19246 ;;;;;; (17843 45630)) 19058 ;;;;;; (17851 10872))
19247 ;;; Generated autoloads from textmodes/nroff-mode.el 19059 ;;; Generated autoloads from textmodes/nroff-mode.el
19248 19060
19249 (autoload (quote nroff-mode) "nroff-mode" "\ 19061 (autoload (quote nroff-mode) "nroff-mode" "\
19250 Major mode for editing text intended for nroff to format. 19062 Major mode for editing text intended for nroff to format.
19251 \\{nroff-mode-map} 19063 \\{nroff-mode-map}
19256 \(fn)" t nil) 19068 \(fn)" t nil)
19257 19069
19258 ;;;*** 19070 ;;;***
19259 19071
19260 ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 19072 ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
19261 ;;;;;; (17843 45629)) 19073 ;;;;;; (17851 10869))
19262 ;;; Generated autoloads from progmodes/octave-hlp.el 19074 ;;; Generated autoloads from progmodes/octave-hlp.el
19263 19075
19264 (autoload (quote octave-help) "octave-hlp" "\ 19076 (autoload (quote octave-help) "octave-hlp" "\
19265 Get help on Octave symbols from the Octave info files. 19077 Get help on Octave symbols from the Octave info files.
19266 Look up KEY in the function, operator and variable indices of the files 19078 Look up KEY in the function, operator and variable indices of the files
19270 \(fn KEY)" t nil) 19082 \(fn KEY)" t nil)
19271 19083
19272 ;;;*** 19084 ;;;***
19273 19085
19274 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 19086 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19275 ;;;;;; (17843 45629)) 19087 ;;;;;; (17851 10869))
19276 ;;; Generated autoloads from progmodes/octave-inf.el 19088 ;;; Generated autoloads from progmodes/octave-inf.el
19277 19089
19278 (autoload (quote inferior-octave) "octave-inf" "\ 19090 (autoload (quote inferior-octave) "octave-inf" "\
19279 Run an inferior Octave process, I/O via `inferior-octave-buffer'. 19091 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
19280 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'. 19092 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
19293 (defalias (quote run-octave) (quote inferior-octave)) 19105 (defalias (quote run-octave) (quote inferior-octave))
19294 19106
19295 ;;;*** 19107 ;;;***
19296 19108
19297 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 19109 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19298 ;;;;;; (17843 45629)) 19110 ;;;;;; (17851 10869))
19299 ;;; Generated autoloads from progmodes/octave-mod.el 19111 ;;; Generated autoloads from progmodes/octave-mod.el
19300 19112
19301 (autoload (quote octave-mode) "octave-mod" "\ 19113 (autoload (quote octave-mode) "octave-mod" "\
19302 Major mode for editing Octave code. 19114 Major mode for editing Octave code.
19303 19115
19391 19203
19392 \(fn)" t nil) 19204 \(fn)" t nil)
19393 19205
19394 ;;;*** 19206 ;;;***
19395 19207
19396 ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
19397 ;;;;;; (17843 45625))
19398 ;;; Generated autoloads from obsolete/options.el
19399
19400 (autoload (quote list-options) "options" "\
19401 Display a list of Emacs user options, with values and documentation.
19402 It is now better to use Customize instead.
19403
19404 \(fn)" t nil)
19405
19406 (autoload (quote edit-options) "options" "\
19407 Edit a list of Emacs user option values.
19408 Selects a buffer containing such a list,
19409 in which there are commands to set the option values.
19410 Type \\[describe-mode] in that buffer for a list of commands.
19411
19412 The Custom feature is intended to make this obsolete.
19413
19414 \(fn)" t nil)
19415
19416 ;;;***
19417
19418 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files 19208 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19419 ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl 19209 ;;;;;; org-export-icalendar-this-file orgtbl-mode turn-on-orgtbl
19420 ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation 19210 ;;;;;; org-remember-handler org-remember-apply-template org-remember-annotation
19421 ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files 19211 ;;;;;; org-store-link org-tags-view org-diary org-cycle-agenda-files
19422 ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda 19212 ;;;;;; org-todo-list org-agenda-list org-batch-agenda org-agenda
19423 ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el" 19213 ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el"
19424 ;;;;;; (17843 45630)) 19214 ;;;;;; (17851 10872))
19425 ;;; Generated autoloads from textmodes/org.el 19215 ;;; Generated autoloads from textmodes/org.el
19426 19216
19427 (autoload (quote org-mode) "org" "\ 19217 (autoload (quote org-mode) "org" "\
19428 Outline-based notes management and organizer, alias 19218 Outline-based notes management and organizer, alias
19429 \"Carsten's outline-mode for keeping track of everything.\" 19219 \"Carsten's outline-mode for keeping track of everything.\"
19687 \(fn)" t nil) 19477 \(fn)" t nil)
19688 19478
19689 ;;;*** 19479 ;;;***
19690 19480
19691 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 19481 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
19692 ;;;;;; (17843 45611)) 19482 ;;;;;; (17851 10839))
19693 ;;; Generated autoloads from outline.el 19483 ;;; Generated autoloads from outline.el
19694 (put 'outline-regexp 'safe-local-variable 'string-or-null-p) 19484 (put 'outline-regexp 'safe-local-variable 'string-or-null-p)
19695 19485
19696 (autoload (quote outline-mode) "outline" "\ 19486 (autoload (quote outline-mode) "outline" "\
19697 Set major mode for editing outlines with selective display. 19487 Set major mode for editing outlines with selective display.
19743 19533
19744 \(fn &optional ARG)" t nil) 19534 \(fn &optional ARG)" t nil)
19745 19535
19746 ;;;*** 19536 ;;;***
19747 19537
19748 ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17843 19538 ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (17851
19749 ;;;;;; 45630)) 19539 ;;;;;; 10872))
19750 ;;; Generated autoloads from textmodes/paragraphs.el 19540 ;;; Generated autoloads from textmodes/paragraphs.el
19751 (put 'paragraph-start 'safe-local-variable 'stringp) 19541 (put 'paragraph-start 'safe-local-variable 'stringp)
19752 (put 'paragraph-separate 'safe-local-variable 'stringp) 19542 (put 'paragraph-separate 'safe-local-variable 'stringp)
19753 (put 'sentence-end-double-space 'safe-local-variable 'booleanp) 19543 (put 'sentence-end-double-space 'safe-local-variable 'booleanp)
19754 (put 'sentence-end-without-period 'safe-local-variable 'booleanp) 19544 (put 'sentence-end-without-period 'safe-local-variable 'booleanp)
19758 (put 'page-delimiter 'safe-local-variable 'stringp) 19548 (put 'page-delimiter 'safe-local-variable 'stringp)
19759 (put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp) 19549 (put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp)
19760 19550
19761 ;;;*** 19551 ;;;***
19762 19552
19763 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17843 45611)) 19553 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17851 10839))
19764 ;;; Generated autoloads from paren.el 19554 ;;; Generated autoloads from paren.el
19765 19555
19766 (defvar show-paren-mode nil "\ 19556 (defvar show-paren-mode nil "\
19767 Non-nil if Show-Paren mode is enabled. 19557 Non-nil if Show-Paren mode is enabled.
19768 See the command `show-paren-mode' for a description of this minor-mode. 19558 See the command `show-paren-mode' for a description of this minor-mode.
19783 \(fn &optional ARG)" t nil) 19573 \(fn &optional ARG)" t nil)
19784 19574
19785 ;;;*** 19575 ;;;***
19786 19576
19787 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" 19577 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
19788 ;;;;;; (17843 45615)) 19578 ;;;;;; (17851 10852))
19789 ;;; Generated autoloads from calendar/parse-time.el 19579 ;;; Generated autoloads from calendar/parse-time.el
19790 19580
19791 (autoload (quote parse-time-string) "parse-time" "\ 19581 (autoload (quote parse-time-string) "parse-time" "\
19792 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). 19582 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
19793 The values are identical to those of `decode-time', but any values that are 19583 The values are identical to those of `decode-time', but any values that are
19795 19585
19796 \(fn STRING)" nil nil) 19586 \(fn STRING)" nil nil)
19797 19587
19798 ;;;*** 19588 ;;;***
19799 19589
19800 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17843 19590 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17851
19801 ;;;;;; 45629)) 19591 ;;;;;; 10869))
19802 ;;; Generated autoloads from progmodes/pascal.el 19592 ;;; Generated autoloads from progmodes/pascal.el
19803 19593
19804 (autoload (quote pascal-mode) "pascal" "\ 19594 (autoload (quote pascal-mode) "pascal" "\
19805 Major mode for editing Pascal code. \\<pascal-mode-map> 19595 Major mode for editing Pascal code. \\<pascal-mode-map>
19806 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. 19596 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
19849 \(fn)" t nil) 19639 \(fn)" t nil)
19850 19640
19851 ;;;*** 19641 ;;;***
19852 19642
19853 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 19643 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
19854 ;;;;;; (17843 45615)) 19644 ;;;;;; (17851 10853))
19855 ;;; Generated autoloads from emulation/pc-mode.el 19645 ;;; Generated autoloads from emulation/pc-mode.el
19856 19646
19857 (autoload (quote pc-bindings-mode) "pc-mode" "\ 19647 (autoload (quote pc-bindings-mode) "pc-mode" "\
19858 Set up certain key bindings for PC compatibility. 19648 Set up certain key bindings for PC compatibility.
19859 The keys affected are: 19649 The keys affected are:
19867 \(fn)" t nil) 19657 \(fn)" t nil)
19868 19658
19869 ;;;*** 19659 ;;;***
19870 19660
19871 ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 19661 ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
19872 ;;;;;; "emulation/pc-select.el" (17843 45615)) 19662 ;;;;;; "emulation/pc-select.el" (17851 10853))
19873 ;;; Generated autoloads from emulation/pc-select.el 19663 ;;; Generated autoloads from emulation/pc-select.el
19874 19664
19875 (defvar pc-selection-mode nil "\ 19665 (defvar pc-selection-mode nil "\
19876 Non-nil if Pc-Selection mode is enabled. 19666 Non-nil if Pc-Selection mode is enabled.
19877 See the command `pc-selection-mode' for a description of this minor-mode. 19667 See the command `pc-selection-mode' for a description of this minor-mode.
19943 19733
19944 (custom-autoload (quote pc-selection-mode) "pc-select" nil) 19734 (custom-autoload (quote pc-selection-mode) "pc-select" nil)
19945 19735
19946 ;;;*** 19736 ;;;***
19947 19737
19948 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17843 19738 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17851
19949 ;;;;;; 45611)) 19739 ;;;;;; 10839))
19950 ;;; Generated autoloads from pcmpl-cvs.el 19740 ;;; Generated autoloads from pcmpl-cvs.el
19951 19741
19952 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ 19742 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
19953 Completion rules for the `cvs' command. 19743 Completion rules for the `cvs' command.
19954 19744
19955 \(fn)" nil nil) 19745 \(fn)" nil nil)
19956 19746
19957 ;;;*** 19747 ;;;***
19958 19748
19959 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 19749 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
19960 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17843 45611)) 19750 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17851 10839))
19961 ;;; Generated autoloads from pcmpl-gnu.el 19751 ;;; Generated autoloads from pcmpl-gnu.el
19962 19752
19963 (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 19753 (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
19964 Completion for `gzip'. 19754 Completion for `gzip'.
19965 19755
19983 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs)) 19773 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs))
19984 19774
19985 ;;;*** 19775 ;;;***
19986 19776
19987 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 19777 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
19988 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17843 45611)) 19778 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17851 10839))
19989 ;;; Generated autoloads from pcmpl-linux.el 19779 ;;; Generated autoloads from pcmpl-linux.el
19990 19780
19991 (autoload (quote pcomplete/kill) "pcmpl-linux" "\ 19781 (autoload (quote pcomplete/kill) "pcmpl-linux" "\
19992 Completion for GNU/Linux `kill', using /proc filesystem. 19782 Completion for GNU/Linux `kill', using /proc filesystem.
19993 19783
20003 19793
20004 \(fn)" nil nil) 19794 \(fn)" nil nil)
20005 19795
20006 ;;;*** 19796 ;;;***
20007 19797
20008 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17843 19798 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17851
20009 ;;;;;; 45611)) 19799 ;;;;;; 10839))
20010 ;;; Generated autoloads from pcmpl-rpm.el 19800 ;;; Generated autoloads from pcmpl-rpm.el
20011 19801
20012 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 19802 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
20013 Completion for RedHat's `rpm' command. 19803 Completion for RedHat's `rpm' command.
20014 These rules were taken from the output of `rpm --help' on a RedHat 6.1 19804 These rules were taken from the output of `rpm --help' on a RedHat 6.1
20020 19810
20021 ;;;*** 19811 ;;;***
20022 19812
20023 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 19813 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
20024 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 19814 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
20025 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17843 45611)) 19815 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17851 10839))
20026 ;;; Generated autoloads from pcmpl-unix.el 19816 ;;; Generated autoloads from pcmpl-unix.el
20027 19817
20028 (autoload (quote pcomplete/cd) "pcmpl-unix" "\ 19818 (autoload (quote pcomplete/cd) "pcmpl-unix" "\
20029 Completion for `cd'. 19819 Completion for `cd'.
20030 19820
20066 19856
20067 ;;;*** 19857 ;;;***
20068 19858
20069 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 19859 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20070 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 19860 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20071 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17843 19861 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17851
20072 ;;;;;; 45611)) 19862 ;;;;;; 10839))
20073 ;;; Generated autoloads from pcomplete.el 19863 ;;; Generated autoloads from pcomplete.el
20074 19864
20075 (autoload (quote pcomplete) "pcomplete" "\ 19865 (autoload (quote pcomplete) "pcomplete" "\
20076 Support extensible programmable completion. 19866 Support extensible programmable completion.
20077 To use this function, just bind the TAB key to it, or add it to your 19867 To use this function, just bind the TAB key to it, or add it to your
20126 19916
20127 ;;;*** 19917 ;;;***
20128 19918
20129 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 19919 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20130 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 19920 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20131 ;;;;;; "pcvs.el" (17843 45612)) 19921 ;;;;;; "pcvs.el" (17851 10840))
20132 ;;; Generated autoloads from pcvs.el 19922 ;;; Generated autoloads from pcvs.el
20133 19923
20134 (autoload (quote cvs-checkout) "pcvs" "\ 19924 (autoload (quote cvs-checkout) "pcvs" "\
20135 Run a 'cvs checkout MODULES' in DIR. 19925 Run a 'cvs checkout MODULES' in DIR.
20136 Feed the output to a *cvs* buffer, display it in the current window, 19926 Feed the output to a *cvs* buffer, display it in the current window,
20203 Run `cvs-examine' if DIR is a CVS administrative directory. 19993 Run `cvs-examine' if DIR is a CVS administrative directory.
20204 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t))))) 19994 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
20205 19995
20206 ;;;*** 19996 ;;;***
20207 19997
20208 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17843 45611)) 19998 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17851 10839))
20209 ;;; Generated autoloads from pcvs-defs.el 19999 ;;; Generated autoloads from pcvs-defs.el
20210 20000
20211 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) 20001 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m)))
20212 20002
20213 ;;;*** 20003 ;;;***
20214 20004
20215 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 20005 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20216 ;;;;;; (17843 45629)) 20006 ;;;;;; (17851 10869))
20217 ;;; Generated autoloads from progmodes/perl-mode.el 20007 ;;; Generated autoloads from progmodes/perl-mode.el
20218 20008
20219 (autoload (quote perl-mode) "perl-mode" "\ 20009 (autoload (quote perl-mode) "perl-mode" "\
20220 Major mode for editing Perl code. 20010 Major mode for editing Perl code.
20221 Expression and list commands understand all Perl brackets. 20011 Expression and list commands understand all Perl brackets.
20269 ;;;*** 20059 ;;;***
20270 20060
20271 ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key 20061 ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20272 ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt 20062 ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
20273 ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region 20063 ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
20274 ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17843 45612)) 20064 ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17851 10840))
20275 ;;; Generated autoloads from pgg.el 20065 ;;; Generated autoloads from pgg.el
20276 20066
20277 (autoload (quote pgg-encrypt-region) "pgg" "\ 20067 (autoload (quote pgg-encrypt-region) "pgg" "\
20278 Encrypt the current region between START and END for RCPTS. 20068 Encrypt the current region between START and END for RCPTS.
20279 20069
20403 \(fn)" t nil) 20193 \(fn)" t nil)
20404 20194
20405 ;;;*** 20195 ;;;***
20406 20196
20407 ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" 20197 ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
20408 ;;;;;; (17843 45612)) 20198 ;;;;;; (17851 10840))
20409 ;;; Generated autoloads from pgg-gpg.el 20199 ;;; Generated autoloads from pgg-gpg.el
20410 20200
20411 (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ 20201 (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\
20412 True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. 20202 True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
20413 20203
20414 \(fn MESSAGE-KEYS)" nil nil) 20204 \(fn MESSAGE-KEYS)" nil nil)
20415 20205
20416 ;;;*** 20206 ;;;***
20417 20207
20418 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" 20208 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20419 ;;;;;; (17843 45630)) 20209 ;;;;;; (17851 10872))
20420 ;;; Generated autoloads from textmodes/picture.el 20210 ;;; Generated autoloads from textmodes/picture.el
20421 20211
20422 (autoload (quote picture-mode) "picture" "\ 20212 (autoload (quote picture-mode) "picture" "\
20423 Switch to Picture mode, in which a quarter-plane screen model is used. 20213 Switch to Picture mode, in which a quarter-plane screen model is used.
20424 \\<picture-mode-map> 20214 \\<picture-mode-map>
20495 (defalias (quote edit-picture) (quote picture-mode)) 20285 (defalias (quote edit-picture) (quote picture-mode))
20496 20286
20497 ;;;*** 20287 ;;;***
20498 20288
20499 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20289 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20500 ;;;;;; (17843 45630)) 20290 ;;;;;; (17851 10872))
20501 ;;; Generated autoloads from textmodes/po.el 20291 ;;; Generated autoloads from textmodes/po.el
20502 20292
20503 (autoload (quote po-find-file-coding-system) "po" "\ 20293 (autoload (quote po-find-file-coding-system) "po" "\
20504 Return a (DECODING . ENCODING) pair, according to PO file's charset. 20294 Return a (DECODING . ENCODING) pair, according to PO file's charset.
20505 Called through `file-coding-system-alist', before the file is visited for real. 20295 Called through `file-coding-system-alist', before the file is visited for real.
20506 20296
20507 \(fn ARG-LIST)" nil nil) 20297 \(fn ARG-LIST)" nil nil)
20508 20298
20509 ;;;*** 20299 ;;;***
20510 20300
20511 ;;;### (autoloads (pong) "pong" "play/pong.el" (17843 45626)) 20301 ;;;### (autoloads (pong) "pong" "play/pong.el" (17851 10866))
20512 ;;; Generated autoloads from play/pong.el 20302 ;;; Generated autoloads from play/pong.el
20513 20303
20514 (autoload (quote pong) "pong" "\ 20304 (autoload (quote pong) "pong" "\
20515 Play pong and waste time. 20305 Play pong and waste time.
20516 This is an implementation of the classical game pong. 20306 This is an implementation of the classical game pong.
20523 \(fn)" t nil) 20313 \(fn)" t nil)
20524 20314
20525 ;;;*** 20315 ;;;***
20526 20316
20527 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer 20317 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
20528 ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17843 45615)) 20318 ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17851 10853))
20529 ;;; Generated autoloads from emacs-lisp/pp.el 20319 ;;; Generated autoloads from emacs-lisp/pp.el
20530 20320
20531 (autoload (quote pp-to-string) "pp" "\ 20321 (autoload (quote pp-to-string) "pp" "\
20532 Return a string containing the pretty-printed representation of OBJECT. 20322 Return a string containing the pretty-printed representation of OBJECT.
20533 OBJECT can be any Lisp object. Quoting characters are used as needed 20323 OBJECT can be any Lisp object. Quoting characters are used as needed
20579 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print 20369 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
20580 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print 20370 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
20581 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview 20371 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20582 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript 20372 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20583 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" 20373 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20584 ;;;;;; (17843 45612)) 20374 ;;;;;; (17851 10840))
20585 ;;; Generated autoloads from printing.el 20375 ;;; Generated autoloads from printing.el
20586 20376
20587 (autoload (quote pr-interface) "printing" "\ 20377 (autoload (quote pr-interface) "printing" "\
20588 Activate the printing interface buffer. 20378 Activate the printing interface buffer.
20589 20379
21167 \(fn &optional SELECT-PRINTER)" t nil) 20957 \(fn &optional SELECT-PRINTER)" t nil)
21168 20958
21169 ;;;*** 20959 ;;;***
21170 20960
21171 ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" 20961 ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
21172 ;;;;;; (17843 45629)) 20962 ;;;;;; (17851 10869))
21173 ;;; Generated autoloads from progmodes/prolog.el 20963 ;;; Generated autoloads from progmodes/prolog.el
21174 20964
21175 (autoload (quote prolog-mode) "prolog" "\ 20965 (autoload (quote prolog-mode) "prolog" "\
21176 Major mode for editing Prolog code for Prologs. 20966 Major mode for editing Prolog code for Prologs.
21177 Blank lines and `%%...' separate paragraphs. `%'s start comments. 20967 Blank lines and `%%...' separate paragraphs. `%'s start comments.
21190 20980
21191 \(fn &optional NAME)" t nil) 20981 \(fn &optional NAME)" t nil)
21192 20982
21193 ;;;*** 20983 ;;;***
21194 20984
21195 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17843 45612)) 20985 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17851 10840))
21196 ;;; Generated autoloads from ps-bdf.el 20986 ;;; Generated autoloads from ps-bdf.el
21197 20987
21198 (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 20988 (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
21199 *List of directories to search for `BDF' font files. 20989 *List of directories to search for `BDF' font files.
21200 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") 20990 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21201 20991
21202 ;;;*** 20992 ;;;***
21203 20993
21204 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17843 20994 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17851
21205 ;;;;;; 45629)) 20995 ;;;;;; 10869))
21206 ;;; Generated autoloads from progmodes/ps-mode.el 20996 ;;; Generated autoloads from progmodes/ps-mode.el
21207 20997
21208 (autoload (quote ps-mode) "ps-mode" "\ 20998 (autoload (quote ps-mode) "ps-mode" "\
21209 Major mode for editing PostScript with GNU Emacs. 20999 Major mode for editing PostScript with GNU Emacs.
21210 21000
21249 ;;;*** 21039 ;;;***
21250 21040
21251 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string 21041 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
21252 ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string 21042 ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
21253 ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) 21043 ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
21254 ;;;;;; "ps-mule" "ps-mule.el" (17843 45612)) 21044 ;;;;;; "ps-mule" "ps-mule.el" (17851 10840))
21255 ;;; Generated autoloads from ps-mule.el 21045 ;;; Generated autoloads from ps-mule.el
21256 21046
21257 (defvar ps-multibyte-buffer nil "\ 21047 (defvar ps-multibyte-buffer nil "\
21258 *Specifies the multi-byte buffer handling. 21048 *Specifies the multi-byte buffer handling.
21259 21049
21370 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 21160 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
21371 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 21161 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
21372 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 21162 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21373 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 21163 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21374 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 21164 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21375 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17843 21165 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17851
21376 ;;;;;; 45612)) 21166 ;;;;;; 10840))
21377 ;;; Generated autoloads from ps-print.el 21167 ;;; Generated autoloads from ps-print.el
21378 21168
21379 (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 21169 (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
21380 *List associating a symbolic paper type to its width, height and doc media. 21170 *List associating a symbolic paper type to its width, height and doc media.
21381 See `ps-paper-type'.") 21171 See `ps-paper-type'.")
21568 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil) 21358 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
21569 21359
21570 ;;;*** 21360 ;;;***
21571 21361
21572 ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 21362 ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
21573 ;;;;;; (17843 45629)) 21363 ;;;;;; (17851 10869))
21574 ;;; Generated autoloads from progmodes/python.el 21364 ;;; Generated autoloads from progmodes/python.el
21575 21365
21576 (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 21366 (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
21577 21367
21578 (add-to-list (quote interpreter-mode-alist) (quote ("python" . python-mode))) 21368 (add-to-list (quote interpreter-mode-alist) (quote ("python" . python-mode)))
21643 \(fn)" t nil) 21433 \(fn)" t nil)
21644 21434
21645 ;;;*** 21435 ;;;***
21646 21436
21647 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" 21437 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21648 ;;;;;; (17843 45617)) 21438 ;;;;;; (17851 10859))
21649 ;;; Generated autoloads from gnus/qp.el 21439 ;;; Generated autoloads from gnus/qp.el
21650 21440
21651 (autoload (quote quoted-printable-decode-region) "qp" "\ 21441 (autoload (quote quoted-printable-decode-region) "qp" "\
21652 Decode quoted-printable in the region between FROM and TO, per RFC 2045. 21442 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
21653 If CODING-SYSTEM is non-nil, decode bytes into characters with that 21443 If CODING-SYSTEM is non-nil, decode bytes into characters with that
21666 21456
21667 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal 21457 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
21668 ;;;;;; quail-defrule quail-install-decode-map quail-install-map 21458 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
21669 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 21459 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21670 ;;;;;; quail-define-package quail-use-package quail-title) "quail" 21460 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
21671 ;;;;;; "international/quail.el" (17843 45619)) 21461 ;;;;;; "international/quail.el" (17851 10861))
21672 ;;; Generated autoloads from international/quail.el 21462 ;;; Generated autoloads from international/quail.el
21673 21463
21674 (autoload (quote quail-title) "quail" "\ 21464 (autoload (quote quail-title) "quail" "\
21675 Return the title of the current Quail package. 21465 Return the title of the current Quail package.
21676 21466
21897 21687
21898 ;;;*** 21688 ;;;***
21899 21689
21900 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 21690 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
21901 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 21691 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
21902 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17843 21692 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17851
21903 ;;;;;; 45624)) 21693 ;;;;;; 10864))
21904 ;;; Generated autoloads from net/quickurl.el 21694 ;;; Generated autoloads from net/quickurl.el
21905 21695
21906 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 21696 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
21907 Example `quickurl-postfix' text that adds a local variable to the 21697 Example `quickurl-postfix' text that adds a local variable to the
21908 `quickurl-url-file' so that if you edit it by hand it will ensure that 21698 `quickurl-url-file' so that if you edit it by hand it will ensure that
21970 \(fn)" t nil) 21760 \(fn)" t nil)
21971 21761
21972 ;;;*** 21762 ;;;***
21973 21763
21974 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 21764 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
21975 ;;;;;; "net/rcirc.el" (17843 45624)) 21765 ;;;;;; "net/rcirc.el" (17851 10864))
21976 ;;; Generated autoloads from net/rcirc.el 21766 ;;; Generated autoloads from net/rcirc.el
21977 21767
21978 (autoload (quote rcirc) "rcirc" "\ 21768 (autoload (quote rcirc) "rcirc" "\
21979 Connect to IRC. 21769 Connect to IRC.
21980 If ARG is non-nil, prompt for a server to connect to. 21770 If ARG is non-nil, prompt for a server to connect to.
22002 21792
22003 \(fn &optional ARG)" t nil) 21793 \(fn &optional ARG)" t nil)
22004 21794
22005 ;;;*** 21795 ;;;***
22006 21796
22007 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17843 21797 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17851
22008 ;;;;;; 45624)) 21798 ;;;;;; 10864))
22009 ;;; Generated autoloads from net/rcompile.el 21799 ;;; Generated autoloads from net/rcompile.el
22010 21800
22011 (autoload (quote remote-compile) "rcompile" "\ 21801 (autoload (quote remote-compile) "rcompile" "\
22012 Compile the current buffer's directory on HOST. Log in as USER. 21802 Compile the current buffer's directory on HOST. Log in as USER.
22013 See \\[compile]. 21803 See \\[compile].
22015 \(fn HOST USER COMMAND)" t nil) 21805 \(fn HOST USER COMMAND)" t nil)
22016 21806
22017 ;;;*** 21807 ;;;***
22018 21808
22019 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 21809 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22020 ;;;;;; (17843 45615)) 21810 ;;;;;; (17851 10853))
22021 ;;; Generated autoloads from emacs-lisp/re-builder.el 21811 ;;; Generated autoloads from emacs-lisp/re-builder.el
22022 21812
22023 (defalias (quote regexp-builder) (quote re-builder)) 21813 (defalias (quote regexp-builder) (quote re-builder))
22024 21814
22025 (autoload (quote re-builder) "re-builder" "\ 21815 (autoload (quote re-builder) "re-builder" "\
22027 21817
22028 \(fn)" t nil) 21818 \(fn)" t nil)
22029 21819
22030 ;;;*** 21820 ;;;***
22031 21821
22032 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17843 45612)) 21822 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17851 10841))
22033 ;;; Generated autoloads from recentf.el 21823 ;;; Generated autoloads from recentf.el
22034 21824
22035 (defvar recentf-mode nil "\ 21825 (defvar recentf-mode nil "\
22036 Non-nil if Recentf mode is enabled. 21826 Non-nil if Recentf mode is enabled.
22037 See the command `recentf-mode' for a description of this minor-mode. 21827 See the command `recentf-mode' for a description of this minor-mode.
22054 ;;;*** 21844 ;;;***
22055 21845
22056 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 21846 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22057 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 21847 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22058 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 21848 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22059 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17843 21849 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17851
22060 ;;;;;; 45612)) 21850 ;;;;;; 10841))
22061 ;;; Generated autoloads from rect.el 21851 ;;; Generated autoloads from rect.el
22062 21852
22063 (autoload (quote move-to-column-force) "rect" "\ 21853 (autoload (quote move-to-column-force) "rect" "\
22064 If COLUMN is within a multi-column character, replace it by spaces and tab. 21854 If COLUMN is within a multi-column character, replace it by spaces and tab.
22065 As for `move-to-column', passing anything but nil or t in FLAG will move to 21855 As for `move-to-column', passing anything but nil or t in FLAG will move to
22183 21973
22184 \(fn START END &optional FILL)" t nil) 21974 \(fn START END &optional FILL)" t nil)
22185 21975
22186 ;;;*** 21976 ;;;***
22187 21977
22188 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17843 21978 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17851
22189 ;;;;;; 45630)) 21979 ;;;;;; 10872))
22190 ;;; Generated autoloads from textmodes/refill.el 21980 ;;; Generated autoloads from textmodes/refill.el
22191 21981
22192 (autoload (quote refill-mode) "refill" "\ 21982 (autoload (quote refill-mode) "refill" "\
22193 Toggle Refill minor mode. 21983 Toggle Refill minor mode.
22194 With prefix arg, turn Refill mode on iff arg is positive. 21984 With prefix arg, turn Refill mode on iff arg is positive.
22200 \(fn &optional ARG)" t nil) 21990 \(fn &optional ARG)" t nil)
22201 21991
22202 ;;;*** 21992 ;;;***
22203 21993
22204 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode 21994 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22205 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17843 45630)) 21995 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17851 10872))
22206 ;;; Generated autoloads from textmodes/reftex.el 21996 ;;; Generated autoloads from textmodes/reftex.el
22207 21997
22208 (autoload (quote turn-on-reftex) "reftex" "\ 21998 (autoload (quote turn-on-reftex) "reftex" "\
22209 Turn on RefTeX mode. 21999 Turn on RefTeX mode.
22210 22000
22250 \(fn)" nil nil) 22040 \(fn)" nil nil)
22251 22041
22252 ;;;*** 22042 ;;;***
22253 22043
22254 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 22044 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22255 ;;;;;; (17843 45630)) 22045 ;;;;;; (17851 10872))
22256 ;;; Generated autoloads from textmodes/reftex-cite.el 22046 ;;; Generated autoloads from textmodes/reftex-cite.el
22257 22047
22258 (autoload (quote reftex-citation) "reftex-cite" "\ 22048 (autoload (quote reftex-citation) "reftex-cite" "\
22259 Make a citation using BibTeX database files. 22049 Make a citation using BibTeX database files.
22260 After prompting for a regular expression, scans the buffers with 22050 After prompting for a regular expression, scans the buffers with
22280 \(fn &optional NO-INSERT FORMAT-KEY)" t nil) 22070 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
22281 22071
22282 ;;;*** 22072 ;;;***
22283 22073
22284 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" 22074 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22285 ;;;;;; (17843 45630)) 22075 ;;;;;; (17851 10872))
22286 ;;; Generated autoloads from textmodes/reftex-global.el 22076 ;;; Generated autoloads from textmodes/reftex-global.el
22287 22077
22288 (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ 22078 (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
22289 When on, isearch searches the whole document, not only the current file. 22079 When on, isearch searches the whole document, not only the current file.
22290 This minor mode allows isearch to search through all the files of 22080 This minor mode allows isearch to search through all the files of
22297 \(fn &optional ARG)" t nil) 22087 \(fn &optional ARG)" t nil)
22298 22088
22299 ;;;*** 22089 ;;;***
22300 22090
22301 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 22091 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22302 ;;;;;; (17843 45630)) 22092 ;;;;;; (17851 10872))
22303 ;;; Generated autoloads from textmodes/reftex-index.el 22093 ;;; Generated autoloads from textmodes/reftex-index.el
22304 22094
22305 (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 22095 (autoload (quote reftex-index-phrases-mode) "reftex-index" "\
22306 Major mode for managing the Index phrases of a LaTeX document. 22096 Major mode for managing the Index phrases of a LaTeX document.
22307 This buffer was created with RefTeX. 22097 This buffer was created with RefTeX.
22330 \(fn)" t nil) 22120 \(fn)" t nil)
22331 22121
22332 ;;;*** 22122 ;;;***
22333 22123
22334 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 22124 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22335 ;;;;;; (17843 45630)) 22125 ;;;;;; (17851 10872))
22336 ;;; Generated autoloads from textmodes/reftex-parse.el 22126 ;;; Generated autoloads from textmodes/reftex-parse.el
22337 22127
22338 (autoload (quote reftex-all-document-files) "reftex-parse" "\ 22128 (autoload (quote reftex-all-document-files) "reftex-parse" "\
22339 Return a list of all files belonging to the current document. 22129 Return a list of all files belonging to the current document.
22340 When RELATIVE is non-nil, give file names relative to directory 22130 When RELATIVE is non-nil, give file names relative to directory
22342 22132
22343 \(fn &optional RELATIVE)" nil nil) 22133 \(fn &optional RELATIVE)" nil nil)
22344 22134
22345 ;;;*** 22135 ;;;***
22346 22136
22347 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17843 22137 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (17851
22348 ;;;;;; 45630)) 22138 ;;;;;; 10872))
22349 ;;; Generated autoloads from textmodes/reftex-vars.el 22139 ;;; Generated autoloads from textmodes/reftex-vars.el
22350 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22140 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22351 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22141 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22352 (put 'reftex-level-indent 'safe-local-variable 'integerp) 22142 (put 'reftex-level-indent 'safe-local-variable 'integerp)
22353 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t)))) 22143 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
22354 22144
22355 ;;;*** 22145 ;;;***
22356 22146
22357 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 22147 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22358 ;;;;;; (17843 45615)) 22148 ;;;;;; (17851 10853))
22359 ;;; Generated autoloads from emacs-lisp/regexp-opt.el 22149 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
22360 22150
22361 (autoload (quote regexp-opt) "regexp-opt" "\ 22151 (autoload (quote regexp-opt) "regexp-opt" "\
22362 Return a regexp to match a string in the list STRINGS. 22152 Return a regexp to match a string in the list STRINGS.
22363 Each string should be unique in STRINGS and should not contain any regexps, 22153 Each string should be unique in STRINGS and should not contain any regexps,
22380 22170
22381 \(fn REGEXP)" nil nil) 22171 \(fn REGEXP)" nil nil)
22382 22172
22383 ;;;*** 22173 ;;;***
22384 22174
22385 ;;;### (autoloads (repeat) "repeat" "repeat.el" (17843 45612)) 22175 ;;;### (autoloads (repeat) "repeat" "repeat.el" (17851 10841))
22386 ;;; Generated autoloads from repeat.el 22176 ;;; Generated autoloads from repeat.el
22387 22177
22388 (autoload (quote repeat) "repeat" "\ 22178 (autoload (quote repeat) "repeat" "\
22389 Repeat most recently executed command. 22179 Repeat most recently executed command.
22390 With prefix arg, apply new prefix arg to that command; otherwise, use 22180 With prefix arg, apply new prefix arg to that command; otherwise, use
22398 \(fn REPEAT-ARG)" t nil) 22188 \(fn REPEAT-ARG)" t nil)
22399 22189
22400 ;;;*** 22190 ;;;***
22401 22191
22402 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 22192 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22403 ;;;;;; (17843 45622)) 22193 ;;;;;; (17851 10862))
22404 ;;; Generated autoloads from mail/reporter.el 22194 ;;; Generated autoloads from mail/reporter.el
22405 22195
22406 (autoload (quote reporter-submit-bug-report) "reporter" "\ 22196 (autoload (quote reporter-submit-bug-report) "reporter" "\
22407 Begin submitting a bug report via email. 22197 Begin submitting a bug report via email.
22408 22198
22430 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil) 22220 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
22431 22221
22432 ;;;*** 22222 ;;;***
22433 22223
22434 ;;;### (autoloads (reposition-window) "reposition" "reposition.el" 22224 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22435 ;;;;;; (17843 45612)) 22225 ;;;;;; (17851 10841))
22436 ;;; Generated autoloads from reposition.el 22226 ;;; Generated autoloads from reposition.el
22437 22227
22438 (autoload (quote reposition-window) "reposition" "\ 22228 (autoload (quote reposition-window) "reposition" "\
22439 Make the current definition and/or comment visible. 22229 Make the current definition and/or comment visible.
22440 Further invocations move it to the top of the window or toggle the 22230 Further invocations move it to the top of the window or toggle the
22457 \(fn &optional ARG)" t nil) 22247 \(fn &optional ARG)" t nil)
22458 (define-key esc-map "\C-l" 'reposition-window) 22248 (define-key esc-map "\C-l" 'reposition-window)
22459 22249
22460 ;;;*** 22250 ;;;***
22461 22251
22462 ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17843 22252 ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17851
22463 ;;;;;; 45612)) 22253 ;;;;;; 10841))
22464 ;;; Generated autoloads from resume.el 22254 ;;; Generated autoloads from resume.el
22465 22255
22466 (autoload (quote resume-suspend-hook) "resume" "\ 22256 (autoload (quote resume-suspend-hook) "resume" "\
22467 Clear out the file used for transmitting args when Emacs resumes. 22257 Clear out the file used for transmitting args when Emacs resumes.
22468 22258
22469 \(fn)" nil nil) 22259 \(fn)" nil nil)
22470 22260
22471 ;;;*** 22261 ;;;***
22472 22262
22473 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 22263 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22474 ;;;;;; (17843 45612)) 22264 ;;;;;; (17851 10841))
22475 ;;; Generated autoloads from reveal.el 22265 ;;; Generated autoloads from reveal.el
22476 22266
22477 (autoload (quote reveal-mode) "reveal" "\ 22267 (autoload (quote reveal-mode) "reveal" "\
22478 Toggle Reveal mode on or off. 22268 Toggle Reveal mode on or off.
22479 Reveal mode renders invisible text around point visible again. 22269 Reveal mode renders invisible text around point visible again.
22504 \(fn &optional ARG)" t nil) 22294 \(fn &optional ARG)" t nil)
22505 22295
22506 ;;;*** 22296 ;;;***
22507 22297
22508 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 22298 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22509 ;;;;;; (17843 45615)) 22299 ;;;;;; (17851 10853))
22510 ;;; Generated autoloads from emacs-lisp/ring.el 22300 ;;; Generated autoloads from emacs-lisp/ring.el
22511 22301
22512 (autoload (quote ring-p) "ring" "\ 22302 (autoload (quote ring-p) "ring" "\
22513 Return t if X is a ring; nil otherwise. 22303 Return t if X is a ring; nil otherwise.
22514 22304
22519 22309
22520 \(fn SIZE)" nil nil) 22310 \(fn SIZE)" nil nil)
22521 22311
22522 ;;;*** 22312 ;;;***
22523 22313
22524 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17843 45624)) 22314 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17851 10864))
22525 ;;; Generated autoloads from net/rlogin.el 22315 ;;; Generated autoloads from net/rlogin.el
22526 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 22316 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
22527 22317
22528 (autoload (quote rlogin) "rlogin" "\ 22318 (autoload (quote rlogin) "rlogin" "\
22529 Open a network login connection via `rlogin' with args INPUT-ARGS. 22319 Open a network login connection via `rlogin' with args INPUT-ARGS.
22570 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge 22360 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
22571 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory 22361 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
22572 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 22362 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
22573 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 22363 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
22574 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 22364 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
22575 ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17843 22365 ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17851
22576 ;;;;;; 45622)) 22366 ;;;;;; 10862))
22577 ;;; Generated autoloads from mail/rmail.el 22367 ;;; Generated autoloads from mail/rmail.el
22578 22368
22579 (autoload (quote rmail-movemail-variant-p) "rmail" "\ 22369 (autoload (quote rmail-movemail-variant-p) "rmail" "\
22580 Return t if the current movemail variant is any of VARIANTS. 22370 Return t if the current movemail variant is any of VARIANTS.
22581 Currently known variants are 'emacs and 'mailutils. 22371 Currently known variants are 'emacs and 'mailutils.
22836 \(fn PASSWORD)" t nil) 22626 \(fn PASSWORD)" t nil)
22837 22627
22838 ;;;*** 22628 ;;;***
22839 22629
22840 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 22630 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
22841 ;;;;;; (17843 45622)) 22631 ;;;;;; (17851 10862))
22842 ;;; Generated autoloads from mail/rmailedit.el 22632 ;;; Generated autoloads from mail/rmailedit.el
22843 22633
22844 (autoload (quote rmail-edit-current-message) "rmailedit" "\ 22634 (autoload (quote rmail-edit-current-message) "rmailedit" "\
22845 Edit the contents of this message. 22635 Edit the contents of this message.
22846 22636
22848 22638
22849 ;;;*** 22639 ;;;***
22850 22640
22851 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 22641 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
22852 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 22642 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
22853 ;;;;;; "mail/rmailkwd.el" (17843 45622)) 22643 ;;;;;; "mail/rmailkwd.el" (17851 10862))
22854 ;;; Generated autoloads from mail/rmailkwd.el 22644 ;;; Generated autoloads from mail/rmailkwd.el
22855 22645
22856 (autoload (quote rmail-add-label) "rmailkwd" "\ 22646 (autoload (quote rmail-add-label) "rmailkwd" "\
22857 Add LABEL to labels associated with current RMAIL message. 22647 Add LABEL to labels associated with current RMAIL message.
22858 Completion is performed over known labels when reading. 22648 Completion is performed over known labels when reading.
22887 \(fn N LABELS)" t nil) 22677 \(fn N LABELS)" t nil)
22888 22678
22889 ;;;*** 22679 ;;;***
22890 22680
22891 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 22681 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
22892 ;;;;;; (17843 45622)) 22682 ;;;;;; (17851 10862))
22893 ;;; Generated autoloads from mail/rmailmsc.el 22683 ;;; Generated autoloads from mail/rmailmsc.el
22894 22684
22895 (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 22685 (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
22896 Set the inbox list of the current RMAIL file to FILE-NAME. 22686 Set the inbox list of the current RMAIL file to FILE-NAME.
22897 You can specify one file name, or several names separated by commas. 22687 You can specify one file name, or several names separated by commas.
22901 22691
22902 ;;;*** 22692 ;;;***
22903 22693
22904 ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output 22694 ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
22905 ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" 22695 ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
22906 ;;;;;; "mail/rmailout.el" (17843 45622)) 22696 ;;;;;; "mail/rmailout.el" (17851 10862))
22907 ;;; Generated autoloads from mail/rmailout.el 22697 ;;; Generated autoloads from mail/rmailout.el
22908 22698
22909 (defvar rmail-output-file-alist nil "\ 22699 (defvar rmail-output-file-alist nil "\
22910 *Alist matching regexps to suggested output Rmail files. 22700 *Alist matching regexps to suggested output Rmail files.
22911 This is a list of elements of the form (REGEXP . NAME-EXP). 22701 This is a list of elements of the form (REGEXP . NAME-EXP).
22968 22758
22969 ;;;*** 22759 ;;;***
22970 22760
22971 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 22761 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
22972 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 22762 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
22973 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17843 22763 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17851
22974 ;;;;;; 45622)) 22764 ;;;;;; 10862))
22975 ;;; Generated autoloads from mail/rmailsort.el 22765 ;;; Generated autoloads from mail/rmailsort.el
22976 22766
22977 (autoload (quote rmail-sort-by-date) "rmailsort" "\ 22767 (autoload (quote rmail-sort-by-date) "rmailsort" "\
22978 Sort messages of current Rmail file by date. 22768 Sort messages of current Rmail file by date.
22979 If prefix argument REVERSE is non-nil, sort them in reverse order. 22769 If prefix argument REVERSE is non-nil, sort them in reverse order.
23021 22811
23022 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder 22812 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
23023 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 22813 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
23024 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 22814 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
23025 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 22815 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
23026 ;;;;;; "rmailsum" "mail/rmailsum.el" (17843 45622)) 22816 ;;;;;; "rmailsum" "mail/rmailsum.el" (17851 10862))
23027 ;;; Generated autoloads from mail/rmailsum.el 22817 ;;; Generated autoloads from mail/rmailsum.el
23028 22818
23029 (defvar rmail-summary-scroll-between-messages t "\ 22819 (defvar rmail-summary-scroll-between-messages t "\
23030 *Non-nil means Rmail summary scroll commands move between messages.") 22820 *Non-nil means Rmail summary scroll commands move between messages.")
23031 22821
23102 22892
23103 (custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum" t) 22893 (custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum" t)
23104 22894
23105 ;;;*** 22895 ;;;***
23106 22896
23107 ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
23108 ;;;;;; (17843 45625))
23109 ;;; Generated autoloads from obsolete/rnewspost.el
23110
23111 (autoload (quote news-post-news) "rnewspost" "\
23112 Begin editing a new USENET news article to be posted.
23113 Type \\[describe-mode] once editing the article to get a list of commands.
23114 If NOQUERY is non-nil, we do not query before doing the work.
23115
23116 \(fn &optional NOQUERY)" t nil)
23117
23118 ;;;***
23119
23120 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region 22897 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23121 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17843 45612)) 22898 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17851 10841))
23122 ;;; Generated autoloads from rot13.el 22899 ;;; Generated autoloads from rot13.el
23123 22900
23124 (autoload (quote rot13) "rot13" "\ 22901 (autoload (quote rot13) "rot13" "\
23125 Return ROT13 encryption of OBJECT, a buffer or string. 22902 Return ROT13 encryption of OBJECT, a buffer or string.
23126 22903
23153 22930
23154 \(fn)" t nil) 22931 \(fn)" t nil)
23155 22932
23156 ;;;*** 22933 ;;;***
23157 22934
23158 ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly 22935 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17851
23159 ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame 22936 ;;;;;; 10841))
23160 ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
23161 ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
23162 ;;;;;; (17843 45625))
23163 ;;; Generated autoloads from obsolete/rsz-mini.el
23164
23165 (defvar resize-minibuffer-mode nil "\
23166 *This variable is obsolete.")
23167
23168 (custom-autoload (quote resize-minibuffer-mode) "rsz-mini" t)
23169
23170 (defvar resize-minibuffer-window-max-height nil "\
23171 *This variable is obsolete.")
23172
23173 (custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini" t)
23174
23175 (defvar resize-minibuffer-window-exactly t "\
23176 *This variable is obsolete.")
23177
23178 (custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini" t)
23179
23180 (defvar resize-minibuffer-frame nil "\
23181 *This variable is obsolete.")
23182
23183 (custom-autoload (quote resize-minibuffer-frame) "rsz-mini" t)
23184
23185 (defvar resize-minibuffer-frame-max-height nil "\
23186 *This variable is obsolete.")
23187
23188 (custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini" t)
23189
23190 (defvar resize-minibuffer-frame-exactly t "\
23191 *This variable is obsolete.")
23192
23193 (custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini" t)
23194
23195 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\
23196 This function is obsolete.
23197
23198 \(fn &optional PREFIX)" t nil)
23199
23200 ;;;***
23201
23202 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17838
23203 ;;;;;; 18033))
23204 ;;; Generated autoloads from ruler-mode.el 22937 ;;; Generated autoloads from ruler-mode.el
23205 22938
23206 (autoload (quote ruler-mode) "ruler-mode" "\ 22939 (autoload (quote ruler-mode) "ruler-mode" "\
23207 Display a ruler in the header line if ARG > 0. 22940 Display a ruler in the header line if ARG > 0.
23208 22941
23209 \(fn &optional ARG)" t nil) 22942 \(fn &optional ARG)" t nil)
23210 22943
23211 ;;;*** 22944 ;;;***
23212 22945
23213 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17843 22946 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17851
23214 ;;;;;; 45615)) 22947 ;;;;;; 10853))
23215 ;;; Generated autoloads from emacs-lisp/rx.el 22948 ;;; Generated autoloads from emacs-lisp/rx.el
23216 22949
23217 (autoload (quote rx-to-string) "rx" "\ 22950 (autoload (quote rx-to-string) "rx" "\
23218 Parse and produce code for regular expression FORM. 22951 Parse and produce code for regular expression FORM.
23219 FORM is a regular expression in sexp form. 22952 FORM is a regular expression in sexp form.
23517 \(fn &rest REGEXPS)" nil (quote macro)) 23250 \(fn &rest REGEXPS)" nil (quote macro))
23518 23251
23519 ;;;*** 23252 ;;;***
23520 23253
23521 ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" 23254 ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
23522 ;;;;;; (17843 45612)) 23255 ;;;;;; (17851 10841))
23523 ;;; Generated autoloads from savehist.el 23256 ;;; Generated autoloads from savehist.el
23524 23257
23525 (defvar savehist-mode nil "\ 23258 (defvar savehist-mode nil "\
23526 Mode for automatic saving of minibuffer history. 23259 Mode for automatic saving of minibuffer history.
23527 Set this by calling the `savehist-mode' function or using the customize 23260 Set this by calling the `savehist-mode' function or using the customize
23543 \(fn ARG)" t nil) 23276 \(fn ARG)" t nil)
23544 23277
23545 ;;;*** 23278 ;;;***
23546 23279
23547 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 23280 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23548 ;;;;;; (17843 45629)) 23281 ;;;;;; (17851 10869))
23549 ;;; Generated autoloads from progmodes/scheme.el 23282 ;;; Generated autoloads from progmodes/scheme.el
23550 23283
23551 (autoload (quote scheme-mode) "scheme" "\ 23284 (autoload (quote scheme-mode) "scheme" "\
23552 Major mode for editing Scheme code. 23285 Major mode for editing Scheme code.
23553 Editing commands are similar to those of `lisp-mode'. 23286 Editing commands are similar to those of `lisp-mode'.
23585 \(fn)" t nil) 23318 \(fn)" t nil)
23586 23319
23587 ;;;*** 23320 ;;;***
23588 23321
23589 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 23322 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23590 ;;;;;; (17843 45617)) 23323 ;;;;;; (17851 10859))
23591 ;;; Generated autoloads from gnus/score-mode.el 23324 ;;; Generated autoloads from gnus/score-mode.el
23592 23325
23593 (autoload (quote gnus-score-mode) "score-mode" "\ 23326 (autoload (quote gnus-score-mode) "score-mode" "\
23594 Mode for editing Gnus score files. 23327 Mode for editing Gnus score files.
23595 This mode is an extended emacs-lisp mode. 23328 This mode is an extended emacs-lisp mode.
23598 23331
23599 \(fn)" t nil) 23332 \(fn)" t nil)
23600 23333
23601 ;;;*** 23334 ;;;***
23602 23335
23603 ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17843
23604 ;;;;;; 45625))
23605 ;;; Generated autoloads from obsolete/scribe.el
23606
23607 (autoload (quote scribe-mode) "scribe" "\
23608 Major mode for editing files of Scribe (a text formatter) source.
23609 Scribe-mode is similar to text-mode, with a few extra commands added.
23610 \\{scribe-mode-map}
23611
23612 Interesting variables:
23613
23614 `scribe-fancy-paragraphs'
23615 Non-nil makes Scribe mode use a different style of paragraph separation.
23616
23617 `scribe-electric-quote'
23618 Non-nil makes insert of double quote use `` or '' depending on context.
23619
23620 `scribe-electric-parenthesis'
23621 Non-nil makes an open-parenthesis char (one of `([<{')
23622 automatically insert its close if typed after an @Command form.
23623
23624 \(fn)" t nil)
23625
23626 ;;;***
23627
23628 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 23336 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23629 ;;;;;; (17843 45612)) 23337 ;;;;;; (17851 10841))
23630 ;;; Generated autoloads from scroll-all.el 23338 ;;; Generated autoloads from scroll-all.el
23631 23339
23632 (defvar scroll-all-mode nil "\ 23340 (defvar scroll-all-mode nil "\
23633 Non-nil if Scroll-All mode is enabled. 23341 Non-nil if Scroll-All mode is enabled.
23634 See the command `scroll-all-mode' for a description of this minor-mode. 23342 See the command `scroll-all-mode' for a description of this minor-mode.
23647 \(fn &optional ARG)" t nil) 23355 \(fn &optional ARG)" t nil)
23648 23356
23649 ;;;*** 23357 ;;;***
23650 23358
23651 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" 23359 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23652 ;;;;;; (17843 45612)) 23360 ;;;;;; (17851 10842))
23653 ;;; Generated autoloads from scroll-lock.el 23361 ;;; Generated autoloads from scroll-lock.el
23654 23362
23655 (autoload (quote scroll-lock-mode) "scroll-lock" "\ 23363 (autoload (quote scroll-lock-mode) "scroll-lock" "\
23656 Minor mode for pager-like scrolling. 23364 Minor mode for pager-like scrolling.
23657 Keys which normally move point by line or paragraph will scroll 23365 Keys which normally move point by line or paragraph will scroll
23669 ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces 23377 ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces
23670 ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file 23378 ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file
23671 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23379 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23672 ;;;;;; mail-header-separator send-mail-function mail-interactive 23380 ;;;;;; mail-header-separator send-mail-function mail-interactive
23673 ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23381 ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23674 ;;;;;; "sendmail" "mail/sendmail.el" (17843 45622)) 23382 ;;;;;; "sendmail" "mail/sendmail.el" (17851 10862))
23675 ;;; Generated autoloads from mail/sendmail.el 23383 ;;; Generated autoloads from mail/sendmail.el
23676 23384
23677 (defvar mail-from-style (quote angles) "\ 23385 (defvar mail-from-style (quote angles) "\
23678 Specifies how \"From:\" fields look. 23386 Specifies how \"From:\" fields look.
23679 23387
23970 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil) 23678 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
23971 23679
23972 ;;;*** 23680 ;;;***
23973 23681
23974 ;;;### (autoloads (server-mode server-start) "server" "server.el" 23682 ;;;### (autoloads (server-mode server-start) "server" "server.el"
23975 ;;;;;; (17838 18033)) 23683 ;;;;;; (17851 10842))
23976 ;;; Generated autoloads from server.el 23684 ;;; Generated autoloads from server.el
23977 23685
23978 (autoload (quote server-start) "server" "\ 23686 (autoload (quote server-start) "server" "\
23979 Allow this Emacs process to be a server for client processes. 23687 Allow this Emacs process to be a server for client processes.
23980 This starts a server communications subprocess through which 23688 This starts a server communications subprocess through which
24003 23711
24004 \(fn &optional ARG)" t nil) 23712 \(fn &optional ARG)" t nil)
24005 23713
24006 ;;;*** 23714 ;;;***
24007 23715
24008 ;;;### (autoloads (ses-mode) "ses" "ses.el" (17843 45612)) 23716 ;;;### (autoloads (ses-mode) "ses" "ses.el" (17851 10843))
24009 ;;; Generated autoloads from ses.el 23717 ;;; Generated autoloads from ses.el
24010 23718
24011 (autoload (quote ses-mode) "ses" "\ 23719 (autoload (quote ses-mode) "ses" "\
24012 Major mode for Simple Emacs Spreadsheet. 23720 Major mode for Simple Emacs Spreadsheet.
24013 See \"ses-example.ses\" (in the etc data directory) for more info. 23721 See \"ses-example.ses\" (in the etc data directory) for more info.
24022 \(fn)" t nil) 23730 \(fn)" t nil)
24023 23731
24024 ;;;*** 23732 ;;;***
24025 23733
24026 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 23734 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24027 ;;;;;; (17843 45630)) 23735 ;;;;;; (17851 10873))
24028 ;;; Generated autoloads from textmodes/sgml-mode.el 23736 ;;; Generated autoloads from textmodes/sgml-mode.el
24029 23737
24030 (autoload (quote sgml-mode) "sgml-mode" "\ 23738 (autoload (quote sgml-mode) "sgml-mode" "\
24031 Major mode for editing SGML documents. 23739 Major mode for editing SGML documents.
24032 Makes > match <. 23740 Makes > match <.
24090 \(fn)" t nil) 23798 \(fn)" t nil)
24091 23799
24092 ;;;*** 23800 ;;;***
24093 23801
24094 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23802 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24095 ;;;;;; (17843 45629)) 23803 ;;;;;; (17851 10870))
24096 ;;; Generated autoloads from progmodes/sh-script.el 23804 ;;; Generated autoloads from progmodes/sh-script.el
24097 (put 'sh-shell 'safe-local-variable 'symbolp) 23805 (put 'sh-shell 'safe-local-variable 'symbolp)
24098 23806
24099 (autoload (quote sh-mode) "sh-script" "\ 23807 (autoload (quote sh-mode) "sh-script" "\
24100 Major mode for editing shell scripts. 23808 Major mode for editing shell scripts.
24154 23862
24155 (defalias (quote shell-script-mode) (quote sh-mode)) 23863 (defalias (quote shell-script-mode) (quote sh-mode))
24156 23864
24157 ;;;*** 23865 ;;;***
24158 23866
24159 ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17843 45617)) 23867 ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17851 10859))
24160 ;;; Generated autoloads from gnus/sha1.el 23868 ;;; Generated autoloads from gnus/sha1.el
24161 23869
24162 (autoload (quote sha1) "sha1" "\ 23870 (autoload (quote sha1) "sha1" "\
24163 Return the SHA1 (Secure Hash Algorithm) of an object. 23871 Return the SHA1 (Secure Hash Algorithm) of an object.
24164 OBJECT is either a string or a buffer. 23872 OBJECT is either a string or a buffer.
24169 \(fn OBJECT &optional BEG END BINARY)" nil nil) 23877 \(fn OBJECT &optional BEG END BINARY)" nil nil)
24170 23878
24171 ;;;*** 23879 ;;;***
24172 23880
24173 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 23881 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24174 ;;;;;; (17843 45615)) 23882 ;;;;;; (17851 10853))
24175 ;;; Generated autoloads from emacs-lisp/shadow.el 23883 ;;; Generated autoloads from emacs-lisp/shadow.el
24176 23884
24177 (autoload (quote list-load-path-shadows) "shadow" "\ 23885 (autoload (quote list-load-path-shadows) "shadow" "\
24178 Display a list of Emacs Lisp files that shadow other files. 23886 Display a list of Emacs Lisp files that shadow other files.
24179 23887
24216 \(fn)" t nil) 23924 \(fn)" t nil)
24217 23925
24218 ;;;*** 23926 ;;;***
24219 23927
24220 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 23928 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24221 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17843 23929 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17851
24222 ;;;;;; 45612)) 23930 ;;;;;; 10843))
24223 ;;; Generated autoloads from shadowfile.el 23931 ;;; Generated autoloads from shadowfile.el
24224 23932
24225 (autoload (quote shadow-define-cluster) "shadowfile" "\ 23933 (autoload (quote shadow-define-cluster) "shadowfile" "\
24226 Edit (or create) the definition of a cluster NAME. 23934 Edit (or create) the definition of a cluster NAME.
24227 This is a group of hosts that share directories, so that copying to or from 23935 This is a group of hosts that share directories, so that copying to or from
24256 \(fn)" t nil) 23964 \(fn)" t nil)
24257 23965
24258 ;;;*** 23966 ;;;***
24259 23967
24260 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 23968 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24261 ;;;;;; (17843 45612)) 23969 ;;;;;; (17851 10843))
24262 ;;; Generated autoloads from shell.el 23970 ;;; Generated autoloads from shell.el
24263 23971
24264 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 23972 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
24265 Regexp to match shells that don't save their command history, and 23973 Regexp to match shells that don't save their command history, and
24266 don't handle the backslash as a quote character. For shells that 23974 don't handle the backslash as a quote character. For shells that
24303 (add-hook 'same-window-buffer-names "*shell*") 24011 (add-hook 'same-window-buffer-names "*shell*")
24304 24012
24305 ;;;*** 24013 ;;;***
24306 24014
24307 ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 24015 ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
24308 ;;;;;; "sieve" "gnus/sieve.el" (17843 45617)) 24016 ;;;;;; "sieve" "gnus/sieve.el" (17851 10860))
24309 ;;; Generated autoloads from gnus/sieve.el 24017 ;;; Generated autoloads from gnus/sieve.el
24310 24018
24311 (autoload (quote sieve-manage) "sieve" "\ 24019 (autoload (quote sieve-manage) "sieve" "\
24312 Not documented 24020 Not documented
24313 24021
24324 \(fn &optional NAME)" t nil) 24032 \(fn &optional NAME)" t nil)
24325 24033
24326 ;;;*** 24034 ;;;***
24327 24035
24328 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" 24036 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24329 ;;;;;; (17843 45617)) 24037 ;;;;;; (17851 10860))
24330 ;;; Generated autoloads from gnus/sieve-mode.el 24038 ;;; Generated autoloads from gnus/sieve-mode.el
24331 24039
24332 (autoload (quote sieve-mode) "sieve-mode" "\ 24040 (autoload (quote sieve-mode) "sieve-mode" "\
24333 Major mode for editing Sieve code. 24041 Major mode for editing Sieve code.
24334 This is much like C mode except for the syntax of comments. Its keymap 24042 This is much like C mode except for the syntax of comments. Its keymap
24339 24047
24340 \(fn)" t nil) 24048 \(fn)" t nil)
24341 24049
24342 ;;;*** 24050 ;;;***
24343 24051
24344 ;;;### (autoloads nil "simple" "simple.el" (17843 45612)) 24052 ;;;### (autoloads nil "simple" "simple.el" (17851 10843))
24345 ;;; Generated autoloads from simple.el 24053 ;;; Generated autoloads from simple.el
24346 (put 'fill-prefix 'safe-local-variable 'string-or-null-p) 24054 (put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24347 24055
24348 ;;;*** 24056 ;;;***
24349 24057
24350 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17843 24058 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17851
24351 ;;;;;; 45629)) 24059 ;;;;;; 10870))
24352 ;;; Generated autoloads from progmodes/simula.el 24060 ;;; Generated autoloads from progmodes/simula.el
24353 24061
24354 (autoload (quote simula-mode) "simula" "\ 24062 (autoload (quote simula-mode) "simula" "\
24355 Major mode for editing SIMULA code. 24063 Major mode for editing SIMULA code.
24356 \\{simula-mode-map} 24064 \\{simula-mode-map}
24395 \(fn)" t nil) 24103 \(fn)" t nil)
24396 24104
24397 ;;;*** 24105 ;;;***
24398 24106
24399 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new 24107 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24400 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17843 45612)) 24108 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17851 10843))
24401 ;;; Generated autoloads from skeleton.el 24109 ;;; Generated autoloads from skeleton.el
24402 24110
24403 (defvar skeleton-filter-function (quote identity) "\ 24111 (defvar skeleton-filter-function (quote identity) "\
24404 Function for transforming a skeleton proxy's aliases' variable value.") 24112 Function for transforming a skeleton proxy's aliases' variable value.")
24405 24113
24505 \(fn ARG)" t nil) 24213 \(fn ARG)" t nil)
24506 24214
24507 ;;;*** 24215 ;;;***
24508 24216
24509 ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 24217 ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
24510 ;;;;;; (17843 45612)) 24218 ;;;;;; (17851 10844))
24511 ;;; Generated autoloads from smerge-mode.el 24219 ;;; Generated autoloads from smerge-mode.el
24512 24220
24513 (autoload (quote smerge-ediff) "smerge-mode" "\ 24221 (autoload (quote smerge-ediff) "smerge-mode" "\
24514 Invoke ediff to resolve the conflicts. 24222 Invoke ediff to resolve the conflicts.
24515 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the 24223 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
24524 \(fn &optional ARG)" t nil) 24232 \(fn &optional ARG)" t nil)
24525 24233
24526 ;;;*** 24234 ;;;***
24527 24235
24528 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24236 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24529 ;;;;;; (17843 45617)) 24237 ;;;;;; (17851 10860))
24530 ;;; Generated autoloads from gnus/smiley.el 24238 ;;; Generated autoloads from gnus/smiley.el
24531 24239
24532 (autoload (quote smiley-region) "smiley" "\ 24240 (autoload (quote smiley-region) "smiley" "\
24533 Replace in the region `smiley-regexp-alist' matches with corresponding images. 24241 Replace in the region `smiley-regexp-alist' matches with corresponding images.
24534 A list of images is returned. 24242 A list of images is returned.
24542 \(fn &optional BUFFER)" t nil) 24250 \(fn &optional BUFFER)" t nil)
24543 24251
24544 ;;;*** 24252 ;;;***
24545 24253
24546 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 24254 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24547 ;;;;;; "mail/smtpmail.el" (17843 45622)) 24255 ;;;;;; "mail/smtpmail.el" (17851 10862))
24548 ;;; Generated autoloads from mail/smtpmail.el 24256 ;;; Generated autoloads from mail/smtpmail.el
24549 24257
24550 (autoload (quote smtpmail-send-it) "smtpmail" "\ 24258 (autoload (quote smtpmail-send-it) "smtpmail" "\
24551 Not documented 24259 Not documented
24552 24260
24557 24265
24558 \(fn)" t nil) 24266 \(fn)" t nil)
24559 24267
24560 ;;;*** 24268 ;;;***
24561 24269
24562 ;;;### (autoloads (snake) "snake" "play/snake.el" (17843 45626)) 24270 ;;;### (autoloads (snake) "snake" "play/snake.el" (17851 10866))
24563 ;;; Generated autoloads from play/snake.el 24271 ;;; Generated autoloads from play/snake.el
24564 24272
24565 (autoload (quote snake) "snake" "\ 24273 (autoload (quote snake) "snake" "\
24566 Play the Snake game. 24274 Play the Snake game.
24567 Move the snake around without colliding with its tail or with the border. 24275 Move the snake around without colliding with its tail or with the border.
24581 \(fn)" t nil) 24289 \(fn)" t nil)
24582 24290
24583 ;;;*** 24291 ;;;***
24584 24292
24585 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 24293 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24586 ;;;;;; (17843 45624)) 24294 ;;;;;; (17851 10864))
24587 ;;; Generated autoloads from net/snmp-mode.el 24295 ;;; Generated autoloads from net/snmp-mode.el
24588 24296
24589 (autoload (quote snmp-mode) "snmp-mode" "\ 24297 (autoload (quote snmp-mode) "snmp-mode" "\
24590 Major mode for editing SNMP MIBs. 24298 Major mode for editing SNMP MIBs.
24591 Expression and list commands understand all C brackets. 24299 Expression and list commands understand all C brackets.
24612 24320
24613 ;;;*** 24321 ;;;***
24614 24322
24615 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 24323 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
24616 ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 24324 ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
24617 ;;;;;; "solar" "calendar/solar.el" (17843 45615)) 24325 ;;;;;; "solar" "calendar/solar.el" (17851 10852))
24618 ;;; Generated autoloads from calendar/solar.el 24326 ;;; Generated autoloads from calendar/solar.el
24619 24327
24620 (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 24328 (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
24621 *The pseudo-pattern that governs the way a time of day is formatted. 24329 *The pseudo-pattern that governs the way a time of day is formatted.
24622 24330
24683 24391
24684 \(fn)" nil nil) 24392 \(fn)" nil nil)
24685 24393
24686 ;;;*** 24394 ;;;***
24687 24395
24688 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17843 24396 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17851
24689 ;;;;;; 45626)) 24397 ;;;;;; 10866))
24690 ;;; Generated autoloads from play/solitaire.el 24398 ;;; Generated autoloads from play/solitaire.el
24691 24399
24692 (autoload (quote solitaire) "solitaire" "\ 24400 (autoload (quote solitaire) "solitaire" "\
24693 Play Solitaire. 24401 Play Solitaire.
24694 24402
24761 24469
24762 ;;;*** 24470 ;;;***
24763 24471
24764 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 24472 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
24765 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 24473 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
24766 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17843 45612)) 24474 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17851 10844))
24767 ;;; Generated autoloads from sort.el 24475 ;;; Generated autoloads from sort.el
24768 24476
24769 (autoload (quote sort-subr) "sort" "\ 24477 (autoload (quote sort-subr) "sort" "\
24770 General text sorting routine to divide buffer into records and sort them. 24478 General text sorting routine to divide buffer into records and sort them.
24771 24479
24903 24611
24904 \(fn BEG END)" t nil) 24612 \(fn BEG END)" t nil)
24905 24613
24906 ;;;*** 24614 ;;;***
24907 24615
24908 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17843 24616 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17851
24909 ;;;;;; 45617)) 24617 ;;;;;; 10860))
24910 ;;; Generated autoloads from gnus/spam.el 24618 ;;; Generated autoloads from gnus/spam.el
24911 24619
24912 (autoload (quote spam-initialize) "spam" "\ 24620 (autoload (quote spam-initialize) "spam" "\
24913 Install the spam.el hooks and do other initialization 24621 Install the spam.el hooks and do other initialization
24914 24622
24916 24624
24917 ;;;*** 24625 ;;;***
24918 24626
24919 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file 24627 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
24920 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" 24628 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
24921 ;;;;;; "gnus/spam-report.el" (17843 45617)) 24629 ;;;;;; "gnus/spam-report.el" (17851 10860))
24922 ;;; Generated autoloads from gnus/spam-report.el 24630 ;;; Generated autoloads from gnus/spam-report.el
24923 24631
24924 (autoload (quote spam-report-process-queue) "spam-report" "\ 24632 (autoload (quote spam-report-process-queue) "spam-report" "\
24925 Report all queued requests from `spam-report-requests-file'. 24633 Report all queued requests from `spam-report-requests-file'.
24926 24634
24959 \(fn)" t nil) 24667 \(fn)" t nil)
24960 24668
24961 ;;;*** 24669 ;;;***
24962 24670
24963 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 24671 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
24964 ;;;;;; "speedbar.el" (17843 45612)) 24672 ;;;;;; "speedbar.el" (17851 10844))
24965 ;;; Generated autoloads from speedbar.el 24673 ;;; Generated autoloads from speedbar.el
24966 24674
24967 (defalias (quote speedbar) (quote speedbar-frame-mode)) 24675 (defalias (quote speedbar) (quote speedbar-frame-mode))
24968 24676
24969 (autoload (quote speedbar-frame-mode) "speedbar" "\ 24677 (autoload (quote speedbar-frame-mode) "speedbar" "\
24984 \(fn)" t nil) 24692 \(fn)" t nil)
24985 24693
24986 ;;;*** 24694 ;;;***
24987 24695
24988 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 24696 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
24989 ;;;;;; "spell" "textmodes/spell.el" (17843 45630)) 24697 ;;;;;; "spell" "textmodes/spell.el" (17851 10873))
24990 ;;; Generated autoloads from textmodes/spell.el 24698 ;;; Generated autoloads from textmodes/spell.el
24991 24699
24992 (put (quote spell-filter) (quote risky-local-variable) t) 24700 (put (quote spell-filter) (quote risky-local-variable) t)
24993 24701
24994 (autoload (quote spell-buffer) "spell" "\ 24702 (autoload (quote spell-buffer) "spell" "\
25020 24728
25021 \(fn STRING)" t nil) 24729 \(fn STRING)" t nil)
25022 24730
25023 ;;;*** 24731 ;;;***
25024 24732
25025 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17843 24733 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17851
25026 ;;;;;; 45626)) 24734 ;;;;;; 10866))
25027 ;;; Generated autoloads from play/spook.el 24735 ;;; Generated autoloads from play/spook.el
25028 24736
25029 (autoload (quote spook) "spook" "\ 24737 (autoload (quote spook) "spook" "\
25030 Adds that special touch of class to your outgoing mail. 24738 Adds that special touch of class to your outgoing mail.
25031 24739
25039 ;;;*** 24747 ;;;***
25040 24748
25041 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 24749 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25042 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 24750 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25043 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 24751 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
25044 ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17843 24752 ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17851
25045 ;;;;;; 45629)) 24753 ;;;;;; 10870))
25046 ;;; Generated autoloads from progmodes/sql.el 24754 ;;; Generated autoloads from progmodes/sql.el
25047 24755
25048 (autoload (quote sql-add-product-keywords) "sql" "\ 24756 (autoload (quote sql-add-product-keywords) "sql" "\
25049 Add highlighting KEYWORDS for SQL PRODUCT. 24757 Add highlighting KEYWORDS for SQL PRODUCT.
25050 24758
25471 25179
25472 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer 25180 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
25473 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 25181 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25474 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 25182 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25475 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 25183 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25476 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17843 25184 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17851
25477 ;;;;;; 45612)) 25185 ;;;;;; 10844))
25478 ;;; Generated autoloads from strokes.el 25186 ;;; Generated autoloads from strokes.el
25479 25187
25480 (autoload (quote strokes-global-set-stroke) "strokes" "\ 25188 (autoload (quote strokes-global-set-stroke) "strokes" "\
25481 Interactively give STROKE the global binding as COMMAND. 25189 Interactively give STROKE the global binding as COMMAND.
25482 Operated just like `global-set-key', except for strokes. 25190 Operated just like `global-set-key', except for strokes.
25582 \(fn)" t nil) 25290 \(fn)" t nil)
25583 25291
25584 ;;;*** 25292 ;;;***
25585 25293
25586 ;;;### (autoloads (studlify-buffer studlify-word studlify-region) 25294 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25587 ;;;;;; "studly" "play/studly.el" (17075 55479)) 25295 ;;;;;; "studly" "play/studly.el" (16211 27038))
25588 ;;; Generated autoloads from play/studly.el 25296 ;;; Generated autoloads from play/studly.el
25589 25297
25590 (autoload (quote studlify-region) "studly" "\ 25298 (autoload (quote studlify-region) "studly" "\
25591 Studlify-case the region. 25299 Studlify-case the region.
25592 25300
25602 25310
25603 \(fn)" t nil) 25311 \(fn)" t nil)
25604 25312
25605 ;;;*** 25313 ;;;***
25606 25314
25607 ;;;### (autoloads (locate-library) "subr" "subr.el" (17843 45612)) 25315 ;;;### (autoloads (locate-library) "subr" "subr.el" (17851 10844))
25608 ;;; Generated autoloads from subr.el 25316 ;;; Generated autoloads from subr.el
25609 25317
25610 (autoload (quote locate-library) "subr" "\ 25318 (autoload (quote locate-library) "subr" "\
25611 Show the precise file name of Emacs library LIBRARY. 25319 Show the precise file name of Emacs library LIBRARY.
25612 This command searches the directories in `load-path' like `\\[load-library]' 25320 This command searches the directories in `load-path' like `\\[load-library]'
25624 \(fn LIBRARY &optional NOSUFFIX PATH INTERACTIVE-CALL)" t nil) 25332 \(fn LIBRARY &optional NOSUFFIX PATH INTERACTIVE-CALL)" t nil)
25625 25333
25626 ;;;*** 25334 ;;;***
25627 25335
25628 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 25336 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
25629 ;;;;;; (17843 45622)) 25337 ;;;;;; (17851 10862))
25630 ;;; Generated autoloads from mail/supercite.el 25338 ;;; Generated autoloads from mail/supercite.el
25631 25339
25632 (autoload (quote sc-cite-original) "supercite" "\ 25340 (autoload (quote sc-cite-original) "supercite" "\
25633 Workhorse citing function which performs the initial citation. 25341 Workhorse citing function which performs the initial citation.
25634 This is callable from the various mail and news readers' reply 25342 This is callable from the various mail and news readers' reply
25656 25364
25657 \(fn)" nil nil) 25365 \(fn)" nil nil)
25658 25366
25659 ;;;*** 25367 ;;;***
25660 25368
25661 ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17842 25773)) 25369 ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (17851 10844))
25662 ;;; Generated autoloads from t-mouse.el 25370 ;;; Generated autoloads from t-mouse.el
25663 25371
25664 (defvar t-mouse-mode nil "\ 25372 (defvar t-mouse-mode nil "\
25665 Non-nil if T-Mouse mode is enabled. 25373 Non-nil if T-Mouse mode is enabled.
25666 See the command `t-mouse-mode' for a description of this minor-mode. 25374 See the command `t-mouse-mode' for a description of this minor-mode.
25678 25386
25679 \(fn &optional ARG)" t nil) 25387 \(fn &optional ARG)" t nil)
25680 25388
25681 ;;;*** 25389 ;;;***
25682 25390
25683 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17843 45612)) 25391 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17851 10844))
25684 ;;; Generated autoloads from tabify.el 25392 ;;; Generated autoloads from tabify.el
25685 25393
25686 (autoload (quote untabify) "tabify" "\ 25394 (autoload (quote untabify) "tabify" "\
25687 Convert all tabs in region to multiple spaces, preserving columns. 25395 Convert all tabs in region to multiple spaces, preserving columns.
25688 Called non-interactively, the region is specified by arguments 25396 Called non-interactively, the region is specified by arguments
25713 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table 25421 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
25714 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize 25422 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
25715 ;;;;;; table-recognize table-insert-row-column table-insert-column 25423 ;;;;;; table-recognize table-insert-row-column table-insert-column
25716 ;;;;;; table-insert-row table-insert table-point-left-cell-hook 25424 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
25717 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25425 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25718 ;;;;;; "table" "textmodes/table.el" (17843 45630)) 25426 ;;;;;; "table" "textmodes/table.el" (17851 10873))
25719 ;;; Generated autoloads from textmodes/table.el 25427 ;;; Generated autoloads from textmodes/table.el
25720 25428
25721 (defvar table-cell-map-hook nil "\ 25429 (defvar table-cell-map-hook nil "\
25722 *Normal hooks run when finishing construction of `table-cell-map'. 25430 *Normal hooks run when finishing construction of `table-cell-map'.
25723 User can modify `table-cell-map' by adding custom functions here.") 25431 User can modify `table-cell-map' by adding custom functions here.")
26301 26009
26302 \(fn)" t nil) 26010 \(fn)" t nil)
26303 26011
26304 ;;;*** 26012 ;;;***
26305 26013
26306 ;;;### (autoloads (talk-connect) "talk" "talk.el" (17843 45612)) 26014 ;;;### (autoloads (talk-connect) "talk" "talk.el" (17851 10845))
26307 ;;; Generated autoloads from talk.el 26015 ;;; Generated autoloads from talk.el
26308 26016
26309 (autoload (quote talk-connect) "talk" "\ 26017 (autoload (quote talk-connect) "talk" "\
26310 Connect to display DISPLAY for the Emacs talk group. 26018 Connect to display DISPLAY for the Emacs talk group.
26311 26019
26312 \(fn DISPLAY)" t nil) 26020 \(fn DISPLAY)" t nil)
26313 26021
26314 ;;;*** 26022 ;;;***
26315 26023
26316 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17843 45612)) 26024 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17851 10845))
26317 ;;; Generated autoloads from tar-mode.el 26025 ;;; Generated autoloads from tar-mode.el
26318 26026
26319 (autoload (quote tar-mode) "tar-mode" "\ 26027 (autoload (quote tar-mode) "tar-mode" "\
26320 Major mode for viewing a tar file as a dired-like listing of its contents. 26028 Major mode for viewing a tar file as a dired-like listing of its contents.
26321 You can move around using the usual cursor motion commands. 26029 You can move around using the usual cursor motion commands.
26335 \(fn)" t nil) 26043 \(fn)" t nil)
26336 26044
26337 ;;;*** 26045 ;;;***
26338 26046
26339 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 26047 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26340 ;;;;;; "progmodes/tcl.el" (17843 45629)) 26048 ;;;;;; "progmodes/tcl.el" (17851 10870))
26341 ;;; Generated autoloads from progmodes/tcl.el 26049 ;;; Generated autoloads from progmodes/tcl.el
26342 26050
26343 (autoload (quote tcl-mode) "tcl" "\ 26051 (autoload (quote tcl-mode) "tcl" "\
26344 Major mode for editing Tcl code. 26052 Major mode for editing Tcl code.
26345 Expression and list commands understand all Tcl brackets. 26053 Expression and list commands understand all Tcl brackets.
26386 26094
26387 \(fn COMMAND &optional ARG)" t nil) 26095 \(fn COMMAND &optional ARG)" t nil)
26388 26096
26389 ;;;*** 26097 ;;;***
26390 26098
26391 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17843 45624)) 26099 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17851 10864))
26392 ;;; Generated autoloads from net/telnet.el 26100 ;;; Generated autoloads from net/telnet.el
26393 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 26101 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
26394 26102
26395 (autoload (quote telnet) "telnet" "\ 26103 (autoload (quote telnet) "telnet" "\
26396 Open a network login connection to host named HOST (a string). 26104 Open a network login connection to host named HOST (a string).
26413 26121
26414 \(fn HOST)" t nil) 26122 \(fn HOST)" t nil)
26415 26123
26416 ;;;*** 26124 ;;;***
26417 26125
26418 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17843 26126 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17851
26419 ;;;;;; 45612)) 26127 ;;;;;; 10845))
26420 ;;; Generated autoloads from term.el 26128 ;;; Generated autoloads from term.el
26421 26129
26422 (autoload (quote make-term) "term" "\ 26130 (autoload (quote make-term) "term" "\
26423 Make a term process NAME in a buffer, running PROGRAM. 26131 Make a term process NAME in a buffer, running PROGRAM.
26424 The name of the buffer is made by surrounding NAME with `*'s. 26132 The name of the buffer is made by surrounding NAME with `*'s.
26442 26150
26443 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) 26151 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
26444 26152
26445 ;;;*** 26153 ;;;***
26446 26154
26447 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17843 26155 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17851
26448 ;;;;;; 45612)) 26156 ;;;;;; 10845))
26449 ;;; Generated autoloads from terminal.el 26157 ;;; Generated autoloads from terminal.el
26450 26158
26451 (autoload (quote terminal-emulator) "terminal" "\ 26159 (autoload (quote terminal-emulator) "terminal" "\
26452 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. 26160 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
26453 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. 26161 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
26480 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil) 26188 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
26481 26189
26482 ;;;*** 26190 ;;;***
26483 26191
26484 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" 26192 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26485 ;;;;;; (17843 45615)) 26193 ;;;;;; (17851 10853))
26486 ;;; Generated autoloads from emacs-lisp/testcover.el 26194 ;;; Generated autoloads from emacs-lisp/testcover.el
26487 26195
26488 (autoload (quote testcover-this-defun) "testcover" "\ 26196 (autoload (quote testcover-this-defun) "testcover" "\
26489 Start coverage on function under point. 26197 Start coverage on function under point.
26490 26198
26491 \(fn)" t nil) 26199 \(fn)" t nil)
26492 26200
26493 ;;;*** 26201 ;;;***
26494 26202
26495 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17843 45626)) 26203 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17851 10866))
26496 ;;; Generated autoloads from play/tetris.el 26204 ;;; Generated autoloads from play/tetris.el
26497 26205
26498 (autoload (quote tetris) "tetris" "\ 26206 (autoload (quote tetris) "tetris" "\
26499 Play the Tetris game. 26207 Play the Tetris game.
26500 Shapes drop from the top of the screen, and the user has to move and 26208 Shapes drop from the top of the screen, and the user has to move and
26521 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command 26229 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
26522 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names 26230 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
26523 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26231 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26524 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26232 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26525 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26233 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26526 ;;;;;; (17843 45630)) 26234 ;;;;;; (17851 10873))
26527 ;;; Generated autoloads from textmodes/tex-mode.el 26235 ;;; Generated autoloads from textmodes/tex-mode.el
26528 26236
26529 (defvar tex-shell-file-name nil "\ 26237 (defvar tex-shell-file-name nil "\
26530 *If non-nil, the shell file name to run in the subshell used to run TeX.") 26238 *If non-nil, the shell file name to run in the subshell used to run TeX.")
26531 26239
26823 \(fn)" t nil) 26531 \(fn)" t nil)
26824 26532
26825 ;;;*** 26533 ;;;***
26826 26534
26827 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 26535 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
26828 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17843 45630)) 26536 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17851 10873))
26829 ;;; Generated autoloads from textmodes/texinfmt.el 26537 ;;; Generated autoloads from textmodes/texinfmt.el
26830 26538
26831 (autoload (quote texinfo-format-buffer) "texinfmt" "\ 26539 (autoload (quote texinfo-format-buffer) "texinfmt" "\
26832 Process the current buffer as texinfo code, into an Info file. 26540 Process the current buffer as texinfo code, into an Info file.
26833 The Info file output is generated in a buffer visiting the Info file 26541 The Info file output is generated in a buffer visiting the Info file
26863 \(fn &optional NOSPLIT)" t nil) 26571 \(fn &optional NOSPLIT)" t nil)
26864 26572
26865 ;;;*** 26573 ;;;***
26866 26574
26867 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 26575 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
26868 ;;;;;; "texinfo" "textmodes/texinfo.el" (17843 45630)) 26576 ;;;;;; "texinfo" "textmodes/texinfo.el" (17851 10873))
26869 ;;; Generated autoloads from textmodes/texinfo.el 26577 ;;; Generated autoloads from textmodes/texinfo.el
26870 26578
26871 (defvar texinfo-open-quote "``" "\ 26579 (defvar texinfo-open-quote "``" "\
26872 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.") 26580 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
26873 26581
26950 ;;;*** 26658 ;;;***
26951 26659
26952 ;;;### (autoloads (thai-auto-composition-mode thai-composition-function 26660 ;;;### (autoloads (thai-auto-composition-mode thai-composition-function
26953 ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string 26661 ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
26954 ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" 26662 ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
26955 ;;;;;; (17843 45621)) 26663 ;;;;;; (17851 10861))
26956 ;;; Generated autoloads from language/thai-util.el 26664 ;;; Generated autoloads from language/thai-util.el
26957 26665
26958 (autoload (quote thai-compose-region) "thai-util" "\ 26666 (autoload (quote thai-compose-region) "thai-util" "\
26959 Compose Thai characters in the region. 26667 Compose Thai characters in the region.
26960 When called from a program, expects two arguments, 26668 When called from a program, expects two arguments,
26994 26702
26995 ;;;*** 26703 ;;;***
26996 26704
26997 ;;;### (autoloads (list-at-point number-at-point symbol-at-point 26705 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
26998 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 26706 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
26999 ;;;;;; "thingatpt" "thingatpt.el" (17843 45612)) 26707 ;;;;;; "thingatpt" "thingatpt.el" (17851 10845))
27000 ;;; Generated autoloads from thingatpt.el 26708 ;;; Generated autoloads from thingatpt.el
27001 26709
27002 (autoload (quote forward-thing) "thingatpt" "\ 26710 (autoload (quote forward-thing) "thingatpt" "\
27003 Move forward to the end of the Nth next THING. 26711 Move forward to the end of the Nth next THING.
27004 26712
27051 26759
27052 ;;;*** 26760 ;;;***
27053 26761
27054 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked 26762 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27055 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 26763 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27056 ;;;;;; (17843 45612)) 26764 ;;;;;; (17851 10845))
27057 ;;; Generated autoloads from thumbs.el 26765 ;;; Generated autoloads from thumbs.el
27058 26766
27059 (autoload (quote thumbs-find-thumb) "thumbs" "\ 26767 (autoload (quote thumbs-find-thumb) "thumbs" "\
27060 Display the thumbnail for IMG. 26768 Display the thumbnail for IMG.
27061 26769
27090 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion 26798 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
27091 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer 26799 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27092 ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region 26800 ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
27093 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 26801 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
27094 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" 26802 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
27095 ;;;;;; "language/tibet-util.el" (17843 45621)) 26803 ;;;;;; "language/tibet-util.el" (17851 10861))
27096 ;;; Generated autoloads from language/tibet-util.el 26804 ;;; Generated autoloads from language/tibet-util.el
27097 26805
27098 (autoload (quote tibetan-char-p) "tibet-util" "\ 26806 (autoload (quote tibetan-char-p) "tibet-util" "\
27099 Check if char CH is Tibetan character. 26807 Check if char CH is Tibetan character.
27100 Returns non-nil if CH is Tibetan. Otherwise, returns nil. 26808 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
27169 \(fn FROM TO)" nil nil) 26877 \(fn FROM TO)" nil nil)
27170 26878
27171 ;;;*** 26879 ;;;***
27172 26880
27173 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 26881 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27174 ;;;;;; (17843 45630)) 26882 ;;;;;; (17851 10873))
27175 ;;; Generated autoloads from textmodes/tildify.el 26883 ;;; Generated autoloads from textmodes/tildify.el
27176 26884
27177 (autoload (quote tildify-region) "tildify" "\ 26885 (autoload (quote tildify-region) "tildify" "\
27178 Add hard spaces in the region between BEG and END. 26886 Add hard spaces in the region between BEG and END.
27179 See variables `tildify-pattern-alist', `tildify-string-alist', and 26887 See variables `tildify-pattern-alist', `tildify-string-alist', and
27193 \(fn)" t nil) 26901 \(fn)" t nil)
27194 26902
27195 ;;;*** 26903 ;;;***
27196 26904
27197 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 26905 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
27198 ;;;;;; "time" "time.el" (17843 45612)) 26906 ;;;;;; "time" "time.el" (17851 10845))
27199 ;;; Generated autoloads from time.el 26907 ;;; Generated autoloads from time.el
27200 26908
27201 (defvar display-time-day-and-date nil "\ 26909 (defvar display-time-day-and-date nil "\
27202 *Non-nil means \\[display-time] should display day and date as well as time.") 26910 *Non-nil means \\[display-time] should display day and date as well as time.")
27203 26911
27235 ;;;*** 26943 ;;;***
27236 26944
27237 ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 26945 ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
27238 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 26946 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
27239 ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 26947 ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
27240 ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17843 26948 ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17851
27241 ;;;;;; 45615)) 26949 ;;;;;; 10852))
27242 ;;; Generated autoloads from calendar/time-date.el 26950 ;;; Generated autoloads from calendar/time-date.el
27243 26951
27244 (autoload (quote date-to-time) "time-date" "\ 26952 (autoload (quote date-to-time) "time-date" "\
27245 Parse a string that represents a date-time and return a time value. 26953 Parse a string that represents a date-time and return a time value.
27246 26954
27322 \(fn DATE)" nil nil) 27030 \(fn DATE)" nil nil)
27323 27031
27324 ;;;*** 27032 ;;;***
27325 27033
27326 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 27034 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27327 ;;;;;; "time-stamp.el" (17843 45612)) 27035 ;;;;;; "time-stamp.el" (17851 10845))
27328 ;;; Generated autoloads from time-stamp.el 27036 ;;; Generated autoloads from time-stamp.el
27329 (put 'time-stamp-format 'safe-local-variable 'stringp) 27037 (put 'time-stamp-format 'safe-local-variable 'stringp)
27330 (put 'time-stamp-line-limit 'safe-local-variable 'integerp) 27038 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
27331 (put 'time-stamp-start 'safe-local-variable 'stringp) 27039 (put 'time-stamp-start 'safe-local-variable 'stringp)
27332 (put 'time-stamp-end 'safe-local-variable 'stringp) 27040 (put 'time-stamp-end 'safe-local-variable 'stringp)
27365 27073
27366 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string 27074 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
27367 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 27075 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27368 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 27076 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27369 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 27077 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
27370 ;;;;;; (17843 45615)) 27078 ;;;;;; (17851 10852))
27371 ;;; Generated autoloads from calendar/timeclock.el 27079 ;;; Generated autoloads from calendar/timeclock.el
27372 27080
27373 (autoload (quote timeclock-modeline-display) "timeclock" "\ 27081 (autoload (quote timeclock-modeline-display) "timeclock" "\
27374 Toggle display of the amount of time left today in the modeline. 27082 Toggle display of the amount of time left today in the modeline.
27375 If `timeclock-use-display-time' is non-nil (the default), then 27083 If `timeclock-use-display-time' is non-nil (the default), then
27466 27174
27467 ;;;*** 27175 ;;;***
27468 27176
27469 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 27177 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
27470 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 27178 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
27471 ;;;;;; "emacs-lisp/timer.el" (17843 45615)) 27179 ;;;;;; "emacs-lisp/timer.el" (17851 10853))
27472 ;;; Generated autoloads from emacs-lisp/timer.el 27180 ;;; Generated autoloads from emacs-lisp/timer.el
27473 27181
27474 (defalias (quote disable-timeout) (quote cancel-timer)) 27182 (defalias (quote disable-timeout) (quote cancel-timer))
27475 27183
27476 (autoload (quote cancel-timer) "timer" "\ 27184 (autoload (quote cancel-timer) "timer" "\
27542 \(fn (SECONDS TIMEOUT-FORMS...) BODY)" nil (quote macro)) 27250 \(fn (SECONDS TIMEOUT-FORMS...) BODY)" nil (quote macro))
27543 27251
27544 ;;;*** 27252 ;;;***
27545 27253
27546 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 27254 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27547 ;;;;;; "international/titdic-cnv.el" (17843 45620)) 27255 ;;;;;; "international/titdic-cnv.el" (17851 10861))
27548 ;;; Generated autoloads from international/titdic-cnv.el 27256 ;;; Generated autoloads from international/titdic-cnv.el
27549 27257
27550 (autoload (quote titdic-convert) "titdic-cnv" "\ 27258 (autoload (quote titdic-convert) "titdic-cnv" "\
27551 Convert a TIT dictionary of FILENAME into a Quail package. 27259 Convert a TIT dictionary of FILENAME into a Quail package.
27552 Optional argument DIRNAME if specified is the directory name under which 27260 Optional argument DIRNAME if specified is the directory name under which
27565 \(fn &optional FORCE)" nil nil) 27273 \(fn &optional FORCE)" nil nil)
27566 27274
27567 ;;;*** 27275 ;;;***
27568 27276
27569 ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion 27277 ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
27570 ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17843 27278 ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17851
27571 ;;;;;; 45621)) 27279 ;;;;;; 10861))
27572 ;;; Generated autoloads from language/tml-util.el 27280 ;;; Generated autoloads from language/tml-util.el
27573 27281
27574 (autoload (quote tamil-compose-region) "tml-util" "\ 27282 (autoload (quote tamil-compose-region) "tml-util" "\
27575 Not documented 27283 Not documented
27576 27284
27589 \(fn FROM TO PATTERN &optional STRING)" nil nil) 27297 \(fn FROM TO PATTERN &optional STRING)" nil nil)
27590 27298
27591 ;;;*** 27299 ;;;***
27592 27300
27593 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27301 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27594 ;;;;;; "tmm.el" (17843 45612)) 27302 ;;;;;; "tmm.el" (17851 10845))
27595 ;;; Generated autoloads from tmm.el 27303 ;;; Generated autoloads from tmm.el
27596 (define-key global-map "\M-`" 'tmm-menubar) 27304 (define-key global-map "\M-`" 'tmm-menubar)
27597 (define-key global-map [f10] 'tmm-menubar) 27305 (define-key global-map [f10] 'tmm-menubar)
27598 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27306 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
27599 27307
27630 27338
27631 ;;;*** 27339 ;;;***
27632 27340
27633 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities 27341 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27634 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) 27342 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27635 ;;;;;; "todo-mode" "calendar/todo-mode.el" (17843 45615)) 27343 ;;;;;; "todo-mode" "calendar/todo-mode.el" (17851 10852))
27636 ;;; Generated autoloads from calendar/todo-mode.el 27344 ;;; Generated autoloads from calendar/todo-mode.el
27637 27345
27638 (autoload (quote todo-add-category) "todo-mode" "\ 27346 (autoload (quote todo-add-category) "todo-mode" "\
27639 Add new category CAT to the TODO list. 27347 Add new category CAT to the TODO list.
27640 27348
27691 27399
27692 ;;;*** 27400 ;;;***
27693 27401
27694 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 27402 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
27695 ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" 27403 ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el"
27696 ;;;;;; (17843 45612)) 27404 ;;;;;; (17851 10845))
27697 ;;; Generated autoloads from tool-bar.el 27405 ;;; Generated autoloads from tool-bar.el
27698 27406
27699 (put (quote tool-bar-mode) (quote standard-value) (quote (t))) 27407 (put (quote tool-bar-mode) (quote standard-value) (quote (t)))
27700 27408
27701 (autoload (quote tool-bar-add-item) "tool-bar" "\ 27409 (autoload (quote tool-bar-add-item) "tool-bar" "\
27758 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil) 27466 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
27759 27467
27760 ;;;*** 27468 ;;;***
27761 27469
27762 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" 27470 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
27763 ;;;;;; (17843 45615)) 27471 ;;;;;; (17851 10853))
27764 ;;; Generated autoloads from emulation/tpu-edt.el 27472 ;;; Generated autoloads from emulation/tpu-edt.el
27765 27473
27766 (defvar tpu-edt-mode nil "\ 27474 (defvar tpu-edt-mode nil "\
27767 Non-nil if Tpu-Edt mode is enabled. 27475 Non-nil if Tpu-Edt mode is enabled.
27768 See the command `tpu-edt-mode' for a description of this minor-mode. 27476 See the command `tpu-edt-mode' for a description of this minor-mode.
27785 \(fn)" t nil) 27493 \(fn)" t nil)
27786 27494
27787 ;;;*** 27495 ;;;***
27788 27496
27789 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 27497 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
27790 ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17843 45615)) 27498 ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17851 10853))
27791 ;;; Generated autoloads from emulation/tpu-extras.el 27499 ;;; Generated autoloads from emulation/tpu-extras.el
27792 27500
27793 (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 27501 (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
27794 Set scroll margins. 27502 Set scroll margins.
27795 27503
27805 27513
27806 \(fn)" t nil) 27514 \(fn)" t nil)
27807 27515
27808 ;;;*** 27516 ;;;***
27809 27517
27810 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17843 45615)) 27518 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17851 10853))
27811 ;;; Generated autoloads from emacs-lisp/tq.el 27519 ;;; Generated autoloads from emacs-lisp/tq.el
27812 27520
27813 (autoload (quote tq-create) "tq" "\ 27521 (autoload (quote tq-create) "tq" "\
27814 Create and return a transaction queue communicating with PROCESS. 27522 Create and return a transaction queue communicating with PROCESS.
27815 PROCESS should be a subprocess capable of sending and receiving 27523 PROCESS should be a subprocess capable of sending and receiving
27819 \(fn PROCESS)" nil nil) 27527 \(fn PROCESS)" nil nil)
27820 27528
27821 ;;;*** 27529 ;;;***
27822 27530
27823 ;;;### (autoloads (trace-function-background trace-function trace-buffer) 27531 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
27824 ;;;;;; "trace" "emacs-lisp/trace.el" (17843 45615)) 27532 ;;;;;; "trace" "emacs-lisp/trace.el" (17851 10853))
27825 ;;; Generated autoloads from emacs-lisp/trace.el 27533 ;;; Generated autoloads from emacs-lisp/trace.el
27826 27534
27827 (defvar trace-buffer "*trace-output*" "\ 27535 (defvar trace-buffer "*trace-output*" "\
27828 *Trace output will by default go to that buffer.") 27536 *Trace output will by default go to that buffer.")
27829 27537
27856 ;;;*** 27564 ;;;***
27857 27565
27858 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27566 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27859 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27567 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27860 ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp 27568 ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp
27861 ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17844 62922)) 27569 ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17851 10865))
27862 ;;; Generated autoloads from net/tramp.el 27570 ;;; Generated autoloads from net/tramp.el
27863 27571
27864 (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 27572 (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
27865 Non-nil means to use unified Ange-FTP/Tramp filename syntax. 27573 Non-nil means to use unified Ange-FTP/Tramp filename syntax.
27866 Otherwise, use a separate filename syntax for Tramp.") 27574 Otherwise, use a separate filename syntax for Tramp.")
27969 \(fn)" t nil) 27677 \(fn)" t nil)
27970 27678
27971 ;;;*** 27679 ;;;***
27972 27680
27973 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" 27681 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
27974 ;;;;;; (17843 45624)) 27682 ;;;;;; (17851 10864))
27975 ;;; Generated autoloads from net/tramp-ftp.el 27683 ;;; Generated autoloads from net/tramp-ftp.el
27976 27684
27977 (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ 27685 (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\
27978 Not documented 27686 Not documented
27979 27687
27984 ;;;### (autoloads (tumme-dired-edit-comment-and-tags tumme-mark-tagged-files 27692 ;;;### (autoloads (tumme-dired-edit-comment-and-tags tumme-mark-tagged-files
27985 ;;;;;; tumme-dired-comment-files tumme-dired-display-image tumme-dired-display-external 27693 ;;;;;; tumme-dired-comment-files tumme-dired-display-image tumme-dired-display-external
27986 ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings 27694 ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings
27987 ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files 27695 ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files
27988 ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration 27696 ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration
27989 ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17843 27697 ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17851
27990 ;;;;;; 45612)) 27698 ;;;;;; 10847))
27991 ;;; Generated autoloads from tumme.el 27699 ;;; Generated autoloads from tumme.el
27992 27700
27993 (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ 27701 (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\
27994 Insert thumbnails before file names of marked files in the dired buffer. 27702 Insert thumbnails before file names of marked files in the dired buffer.
27995 27703
28115 27823
28116 \(fn)" t nil) 27824 \(fn)" t nil)
28117 27825
28118 ;;;*** 27826 ;;;***
28119 27827
28120 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17843 27828 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (17851
28121 ;;;;;; 45612)) 27829 ;;;;;; 10847))
28122 ;;; Generated autoloads from tutorial.el 27830 ;;; Generated autoloads from tutorial.el
28123 27831
28124 (autoload (quote help-with-tutorial) "tutorial" "\ 27832 (autoload (quote help-with-tutorial) "tutorial" "\
28125 Select the Emacs learn-by-doing tutorial. 27833 Select the Emacs learn-by-doing tutorial.
28126 If there is a tutorial version written in the language 27834 If there is a tutorial version written in the language
28141 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil) 27849 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
28142 27850
28143 ;;;*** 27851 ;;;***
28144 27852
28145 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 27853 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28146 ;;;;;; "textmodes/two-column.el" (17843 45630)) 27854 ;;;;;; "textmodes/two-column.el" (17851 10873))
28147 ;;; Generated autoloads from textmodes/two-column.el 27855 ;;; Generated autoloads from textmodes/two-column.el
28148 (autoload '2C-command "two-column" () t 'keymap) 27856 (autoload '2C-command "two-column" () t 'keymap)
28149 (global-set-key "\C-x6" '2C-command) 27857 (global-set-key "\C-x6" '2C-command)
28150 (global-set-key [f2] '2C-command) 27858 (global-set-key [f2] '2C-command)
28151 27859
28192 27900
28193 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 27901 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
28194 ;;;;;; type-break type-break-mode type-break-keystroke-threshold 27902 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
28195 ;;;;;; type-break-good-break-interval type-break-good-rest-interval 27903 ;;;;;; type-break-good-break-interval type-break-good-rest-interval
28196 ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 27904 ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
28197 ;;;;;; (17845 22175)) 27905 ;;;;;; (17851 10847))
28198 ;;; Generated autoloads from type-break.el 27906 ;;; Generated autoloads from type-break.el
28199 27907
28200 (defvar type-break-mode nil "\ 27908 (defvar type-break-mode nil "\
28201 Toggle typing break mode. 27909 Toggle typing break mode.
28202 See the docstring for the `type-break-mode' command for more information. 27910 See the docstring for the `type-break-mode' command for more information.
28375 \(fn WPM &optional WORDLEN FRAC)" t nil) 28083 \(fn WPM &optional WORDLEN FRAC)" t nil)
28376 28084
28377 ;;;*** 28085 ;;;***
28378 28086
28379 ;;;### (autoloads (ununderline-region underline-region) "underline" 28087 ;;;### (autoloads (ununderline-region underline-region) "underline"
28380 ;;;;;; "textmodes/underline.el" (17843 45630)) 28088 ;;;;;; "textmodes/underline.el" (17851 10873))
28381 ;;; Generated autoloads from textmodes/underline.el 28089 ;;; Generated autoloads from textmodes/underline.el
28382 28090
28383 (autoload (quote underline-region) "underline" "\ 28091 (autoload (quote underline-region) "underline" "\
28384 Underline all nonblank characters in the region. 28092 Underline all nonblank characters in the region.
28385 Works by overstriking underscores. 28093 Works by overstriking underscores.
28396 \(fn START END)" t nil) 28104 \(fn START END)" t nil)
28397 28105
28398 ;;;*** 28106 ;;;***
28399 28107
28400 ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 28108 ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
28401 ;;;;;; "undigest" "mail/undigest.el" (17843 45622)) 28109 ;;;;;; "undigest" "mail/undigest.el" (17851 10862))
28402 ;;; Generated autoloads from mail/undigest.el 28110 ;;; Generated autoloads from mail/undigest.el
28403 28111
28404 (autoload (quote undigestify-rmail-message) "undigest" "\ 28112 (autoload (quote undigestify-rmail-message) "undigest" "\
28405 Break up a digest message into its constituent messages. 28113 Break up a digest message into its constituent messages.
28406 Leaves original message, deleted, before the undigestified messages. 28114 Leaves original message, deleted, before the undigestified messages.
28415 \(fn)" t nil) 28123 \(fn)" t nil)
28416 28124
28417 ;;;*** 28125 ;;;***
28418 28126
28419 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 28127 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28420 ;;;;;; (17843 45622)) 28128 ;;;;;; (17851 10862))
28421 ;;; Generated autoloads from mail/unrmail.el 28129 ;;; Generated autoloads from mail/unrmail.el
28422 28130
28423 (autoload (quote batch-unrmail) "unrmail" "\ 28131 (autoload (quote batch-unrmail) "unrmail" "\
28424 Convert Rmail files to system inbox format. 28132 Convert Rmail files to system inbox format.
28425 Specify the input Rmail file names as command line arguments. 28133 Specify the input Rmail file names as command line arguments.
28434 28142
28435 \(fn FILE TO-FILE)" t nil) 28143 \(fn FILE TO-FILE)" t nil)
28436 28144
28437 ;;;*** 28145 ;;;***
28438 28146
28439 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17843 28147 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17851
28440 ;;;;;; 45615)) 28148 ;;;;;; 10853))
28441 ;;; Generated autoloads from emacs-lisp/unsafep.el 28149 ;;; Generated autoloads from emacs-lisp/unsafep.el
28442 28150
28443 (autoload (quote unsafep) "unsafep" "\ 28151 (autoload (quote unsafep) "unsafep" "\
28444 Return nil if evaluating FORM couldn't possibly do any harm; 28152 Return nil if evaluating FORM couldn't possibly do any harm;
28445 otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list 28153 otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list
28448 \(fn FORM &optional UNSAFEP-VARS)" nil nil) 28156 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
28449 28157
28450 ;;;*** 28158 ;;;***
28451 28159
28452 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" 28160 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28453 ;;;;;; "url/url.el" (17843 45630)) 28161 ;;;;;; "url/url.el" (17851 10875))
28454 ;;; Generated autoloads from url/url.el 28162 ;;; Generated autoloads from url/url.el
28455 28163
28456 (autoload (quote url-retrieve) "url" "\ 28164 (autoload (quote url-retrieve) "url" "\
28457 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. 28165 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
28458 URL is either a string or a parsed URL. 28166 URL is either a string or a parsed URL.
28488 \(fn URL)" nil nil) 28196 \(fn URL)" nil nil)
28489 28197
28490 ;;;*** 28198 ;;;***
28491 28199
28492 ;;;### (autoloads (url-register-auth-scheme url-get-authentication) 28200 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28493 ;;;;;; "url-auth" "url/url-auth.el" (17843 45630)) 28201 ;;;;;; "url-auth" "url/url-auth.el" (17851 10873))
28494 ;;; Generated autoloads from url/url-auth.el 28202 ;;; Generated autoloads from url/url-auth.el
28495 28203
28496 (autoload (quote url-get-authentication) "url-auth" "\ 28204 (autoload (quote url-get-authentication) "url-auth" "\
28497 Return an authorization string suitable for use in the WWW-Authenticate 28205 Return an authorization string suitable for use in the WWW-Authenticate
28498 header in an HTTP/1.0 request. 28206 header in an HTTP/1.0 request.
28530 \(fn TYPE &optional FUNCTION RATING)" nil nil) 28238 \(fn TYPE &optional FUNCTION RATING)" nil nil)
28531 28239
28532 ;;;*** 28240 ;;;***
28533 28241
28534 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached 28242 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28535 ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17843 28243 ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17851
28536 ;;;;;; 45630)) 28244 ;;;;;; 10873))
28537 ;;; Generated autoloads from url/url-cache.el 28245 ;;; Generated autoloads from url/url-cache.el
28538 28246
28539 (autoload (quote url-store-in-cache) "url-cache" "\ 28247 (autoload (quote url-store-in-cache) "url-cache" "\
28540 Store buffer BUFF in the cache. 28248 Store buffer BUFF in the cache.
28541 28249
28556 28264
28557 \(fn URL MOD)" nil nil) 28265 \(fn URL MOD)" nil nil)
28558 28266
28559 ;;;*** 28267 ;;;***
28560 28268
28561 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17843 45630)) 28269 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17851 10873))
28562 ;;; Generated autoloads from url/url-cid.el 28270 ;;; Generated autoloads from url/url-cid.el
28563 28271
28564 (autoload (quote url-cid) "url-cid" "\ 28272 (autoload (quote url-cid) "url-cid" "\
28565 Not documented 28273 Not documented
28566 28274
28567 \(fn URL)" nil nil) 28275 \(fn URL)" nil nil)
28568 28276
28569 ;;;*** 28277 ;;;***
28570 28278
28571 ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" 28279 ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28572 ;;;;;; "url/url-dav.el" (17843 45630)) 28280 ;;;;;; "url/url-dav.el" (17851 10873))
28573 ;;; Generated autoloads from url/url-dav.el 28281 ;;; Generated autoloads from url/url-dav.el
28574 28282
28575 (autoload (quote url-dav-supported-p) "url-dav" "\ 28283 (autoload (quote url-dav-supported-p) "url-dav" "\
28576 Not documented 28284 Not documented
28577 28285
28582 28290
28583 \(fn URL)" nil nil) 28291 \(fn URL)" nil nil)
28584 28292
28585 ;;;*** 28293 ;;;***
28586 28294
28587 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17843 28295 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17851
28588 ;;;;;; 45630)) 28296 ;;;;;; 10873))
28589 ;;; Generated autoloads from url/url-file.el 28297 ;;; Generated autoloads from url/url-file.el
28590 28298
28591 (autoload (quote url-file) "url-file" "\ 28299 (autoload (quote url-file) "url-file" "\
28592 Handle file: and ftp: URLs. 28300 Handle file: and ftp: URLs.
28593 28301
28594 \(fn URL CALLBACK CBARGS)" nil nil) 28302 \(fn URL CALLBACK CBARGS)" nil nil)
28595 28303
28596 ;;;*** 28304 ;;;***
28597 28305
28598 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" 28306 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28599 ;;;;;; "url/url-gw.el" (17843 45630)) 28307 ;;;;;; "url/url-gw.el" (17851 10873))
28600 ;;; Generated autoloads from url/url-gw.el 28308 ;;; Generated autoloads from url/url-gw.el
28601 28309
28602 (autoload (quote url-gateway-nslookup-host) "url-gw" "\ 28310 (autoload (quote url-gateway-nslookup-host) "url-gw" "\
28603 Attempt to resolve the given HOST using nslookup if possible. 28311 Attempt to resolve the given HOST using nslookup if possible.
28604 28312
28613 \(fn NAME BUFFER HOST SERVICE)" nil nil) 28321 \(fn NAME BUFFER HOST SERVICE)" nil nil)
28614 28322
28615 ;;;*** 28323 ;;;***
28616 28324
28617 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 28325 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28618 ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17843 28326 ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17851
28619 ;;;;;; 45630)) 28327 ;;;;;; 10873))
28620 ;;; Generated autoloads from url/url-handlers.el 28328 ;;; Generated autoloads from url/url-handlers.el
28621 28329
28622 (defvar url-handler-mode nil "\ 28330 (defvar url-handler-mode nil "\
28623 Non-nil if Url-Handler mode is enabled. 28331 Non-nil if Url-Handler mode is enabled.
28624 See the command `url-handler-mode' for a description of this minor-mode. 28332 See the command `url-handler-mode' for a description of this minor-mode.
28658 \(fn URL &optional VISIT BEG END REPLACE)" nil nil) 28366 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
28659 28367
28660 ;;;*** 28368 ;;;***
28661 28369
28662 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 28370 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
28663 ;;;;;; url-http) "url-http" "url/url-http.el" (17843 45630)) 28371 ;;;;;; url-http) "url-http" "url/url-http.el" (17851 10873))
28664 ;;; Generated autoloads from url/url-http.el 28372 ;;; Generated autoloads from url/url-http.el
28665 28373
28666 (autoload (quote url-http) "url-http" "\ 28374 (autoload (quote url-http) "url-http" "\
28667 Retrieve URL via HTTP asynchronously. 28375 Retrieve URL via HTTP asynchronously.
28668 URL must be a parsed URL. See `url-generic-parse-url' for details. 28376 URL must be a parsed URL. See `url-generic-parse-url' for details.
28723 (autoload 'url-https-file-readable-p "url-http") 28431 (autoload 'url-https-file-readable-p "url-http")
28724 (autoload 'url-https-file-attributes "url-http") 28432 (autoload 'url-https-file-attributes "url-http")
28725 28433
28726 ;;;*** 28434 ;;;***
28727 28435
28728 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17843 45630)) 28436 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17851 10873))
28729 ;;; Generated autoloads from url/url-irc.el 28437 ;;; Generated autoloads from url/url-irc.el
28730 28438
28731 (autoload (quote url-irc) "url-irc" "\ 28439 (autoload (quote url-irc) "url-irc" "\
28732 Not documented 28440 Not documented
28733 28441
28734 \(fn URL)" nil nil) 28442 \(fn URL)" nil nil)
28735 28443
28736 ;;;*** 28444 ;;;***
28737 28445
28738 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17843 28446 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17851
28739 ;;;;;; 45630)) 28447 ;;;;;; 10873))
28740 ;;; Generated autoloads from url/url-ldap.el 28448 ;;; Generated autoloads from url/url-ldap.el
28741 28449
28742 (autoload (quote url-ldap) "url-ldap" "\ 28450 (autoload (quote url-ldap) "url-ldap" "\
28743 Perform an LDAP search specified by URL. 28451 Perform an LDAP search specified by URL.
28744 The return value is a buffer displaying the search results in HTML. 28452 The return value is a buffer displaying the search results in HTML.
28748 \(fn URL)" nil nil) 28456 \(fn URL)" nil nil)
28749 28457
28750 ;;;*** 28458 ;;;***
28751 28459
28752 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" 28460 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
28753 ;;;;;; (17843 45630)) 28461 ;;;;;; (17851 10874))
28754 ;;; Generated autoloads from url/url-mailto.el 28462 ;;; Generated autoloads from url/url-mailto.el
28755 28463
28756 (autoload (quote url-mail) "url-mailto" "\ 28464 (autoload (quote url-mail) "url-mailto" "\
28757 Not documented 28465 Not documented
28758 28466
28764 \(fn URL)" nil nil) 28472 \(fn URL)" nil nil)
28765 28473
28766 ;;;*** 28474 ;;;***
28767 28475
28768 ;;;### (autoloads (url-data url-generic-emulator-loader url-info 28476 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
28769 ;;;;;; url-man) "url-misc" "url/url-misc.el" (17843 45630)) 28477 ;;;;;; url-man) "url-misc" "url/url-misc.el" (17851 10874))
28770 ;;; Generated autoloads from url/url-misc.el 28478 ;;; Generated autoloads from url/url-misc.el
28771 28479
28772 (autoload (quote url-man) "url-misc" "\ 28480 (autoload (quote url-man) "url-misc" "\
28773 Fetch a Unix manual page URL. 28481 Fetch a Unix manual page URL.
28774 28482
28796 \(fn URL)" nil nil) 28504 \(fn URL)" nil nil)
28797 28505
28798 ;;;*** 28506 ;;;***
28799 28507
28800 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" 28508 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
28801 ;;;;;; (17843 45630)) 28509 ;;;;;; (17851 10874))
28802 ;;; Generated autoloads from url/url-news.el 28510 ;;; Generated autoloads from url/url-news.el
28803 28511
28804 (autoload (quote url-news) "url-news" "\ 28512 (autoload (quote url-news) "url-news" "\
28805 Not documented 28513 Not documented
28806 28514
28813 28521
28814 ;;;*** 28522 ;;;***
28815 28523
28816 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable 28524 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
28817 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" 28525 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
28818 ;;;;;; (17843 45630)) 28526 ;;;;;; (17851 10874))
28819 ;;; Generated autoloads from url/url-ns.el 28527 ;;; Generated autoloads from url/url-ns.el
28820 28528
28821 (autoload (quote isPlainHostName) "url-ns" "\ 28529 (autoload (quote isPlainHostName) "url-ns" "\
28822 Not documented 28530 Not documented
28823 28531
28854 \(fn KEY &optional DEFAULT)" nil nil) 28562 \(fn KEY &optional DEFAULT)" nil nil)
28855 28563
28856 ;;;*** 28564 ;;;***
28857 28565
28858 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" 28566 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
28859 ;;;;;; "url/url-parse.el" (17843 45630)) 28567 ;;;;;; "url/url-parse.el" (17851 10874))
28860 ;;; Generated autoloads from url/url-parse.el 28568 ;;; Generated autoloads from url/url-parse.el
28861 28569
28862 (autoload (quote url-recreate-url) "url-parse" "\ 28570 (autoload (quote url-recreate-url) "url-parse" "\
28863 Recreate a URL string from the parsed URLOBJ. 28571 Recreate a URL string from the parsed URLOBJ.
28864 28572
28872 \(fn URL)" nil nil) 28580 \(fn URL)" nil nil)
28873 28581
28874 ;;;*** 28582 ;;;***
28875 28583
28876 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" 28584 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
28877 ;;;;;; (17843 45630)) 28585 ;;;;;; (17851 10874))
28878 ;;; Generated autoloads from url/url-privacy.el 28586 ;;; Generated autoloads from url/url-privacy.el
28879 28587
28880 (autoload (quote url-setup-privacy-info) "url-privacy" "\ 28588 (autoload (quote url-setup-privacy-info) "url-privacy" "\
28881 Setup variables that expose info about you and your system. 28589 Setup variables that expose info about you and your system.
28882 28590
28888 ;;;;;; url-hexify-string url-unhex-string url-parse-query-string 28596 ;;;;;; url-hexify-string url-unhex-string url-parse-query-string
28889 ;;;;;; url-basepath url-percentage url-display-percentage url-pretty-length 28597 ;;;;;; url-basepath url-percentage url-display-percentage url-pretty-length
28890 ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date 28598 ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
28891 ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string 28599 ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
28892 ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" 28600 ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
28893 ;;;;;; (17843 45630)) 28601 ;;;;;; (17851 10874))
28894 ;;; Generated autoloads from url/url-util.el 28602 ;;; Generated autoloads from url/url-util.el
28895 28603
28896 (defvar url-debug nil "\ 28604 (defvar url-debug nil "\
28897 *What types of debug messages from the URL library to show. 28605 *What types of debug messages from the URL library to show.
28898 Debug messages are logged to the *URL-DEBUG* buffer. 28606 Debug messages are logged to the *URL-DEBUG* buffer.
29017 \(fn &optional NO-SHOW)" t nil) 28725 \(fn &optional NO-SHOW)" t nil)
29018 28726
29019 ;;;*** 28727 ;;;***
29020 28728
29021 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 28729 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29022 ;;;;;; "userlock" "userlock.el" (17843 45612)) 28730 ;;;;;; "userlock" "userlock.el" (17851 10848))
29023 ;;; Generated autoloads from userlock.el 28731 ;;; Generated autoloads from userlock.el
29024 28732
29025 (autoload (quote ask-user-about-lock) "userlock" "\ 28733 (autoload (quote ask-user-about-lock) "userlock" "\
29026 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. 28734 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
29027 This function has a choice of three things to do: 28735 This function has a choice of three things to do:
29047 28755
29048 ;;;*** 28756 ;;;***
29049 28757
29050 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 28758 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29051 ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 28759 ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
29052 ;;;;;; (17843 45618)) 28760 ;;;;;; (17851 10860))
29053 ;;; Generated autoloads from gnus/uudecode.el 28761 ;;; Generated autoloads from gnus/uudecode.el
29054 28762
29055 (autoload (quote uudecode-decode-region-external) "uudecode" "\ 28763 (autoload (quote uudecode-decode-region-external) "uudecode" "\
29056 Uudecode region between START and END using external program. 28764 Uudecode region between START and END using external program.
29057 If FILE-NAME is non-nil, save the result to FILE-NAME. The program 28765 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
29077 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update 28785 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update
29078 ;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot 28786 ;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot
29079 ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 28787 ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
29080 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 28788 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
29081 ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook 28789 ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
29082 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17843 45612)) 28790 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17851 10849))
29083 ;;; Generated autoloads from vc.el 28791 ;;; Generated autoloads from vc.el
29084 28792
29085 (defvar vc-checkout-hook nil "\ 28793 (defvar vc-checkout-hook nil "\
29086 Normal hook (list of functions) run after checking out a file. 28794 Normal hook (list of functions) run after checking out a file.
29087 See `run-hooks'.") 28795 See `run-hooks'.")
29365 29073
29366 \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil) 29074 \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil)
29367 29075
29368 ;;;*** 29076 ;;;***
29369 29077
29370 ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17843 45612)) 29078 ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17851 10848))
29371 ;;; Generated autoloads from vc-arch.el 29079 ;;; Generated autoloads from vc-arch.el
29372 (defun vc-arch-registered (file) 29080 (defun vc-arch-registered (file)
29373 (if (vc-find-root file "{arch}/=tagging-method") 29081 (if (vc-find-root file "{arch}/=tagging-method")
29374 (progn 29082 (progn
29375 (load "vc-arch") 29083 (load "vc-arch")
29376 (vc-arch-registered file)))) 29084 (vc-arch-registered file))))
29377 29085
29378 ;;;*** 29086 ;;;***
29379 29087
29380 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17843 45612)) 29088 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17851 10848))
29381 ;;; Generated autoloads from vc-cvs.el 29089 ;;; Generated autoloads from vc-cvs.el
29382 (defun vc-cvs-registered (f) 29090 (defun vc-cvs-registered (f)
29383 (when (file-readable-p (expand-file-name 29091 (when (file-readable-p (expand-file-name
29384 "CVS/Entries" (file-name-directory f))) 29092 "CVS/Entries" (file-name-directory f)))
29385 (load "vc-cvs") 29093 (load "vc-cvs")
29386 (vc-cvs-registered f))) 29094 (vc-cvs-registered f)))
29387 29095
29388 ;;;*** 29096 ;;;***
29389 29097
29390 ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17843 45612)) 29098 ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17851 10848))
29391 ;;; Generated autoloads from vc-mcvs.el 29099 ;;; Generated autoloads from vc-mcvs.el
29392 (defun vc-mcvs-registered (file) 29100 (defun vc-mcvs-registered (file)
29393 (if (vc-find-root file "MCVS/CVS") 29101 (if (vc-find-root file "MCVS/CVS")
29394 (progn 29102 (progn
29395 (load "vc-mcvs") 29103 (load "vc-mcvs")
29396 (vc-mcvs-registered file)))) 29104 (vc-mcvs-registered file))))
29397 29105
29398 ;;;*** 29106 ;;;***
29399 29107
29400 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 29108 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
29401 ;;;;;; (17843 45612)) 29109 ;;;;;; (17851 10848))
29402 ;;; Generated autoloads from vc-rcs.el 29110 ;;; Generated autoloads from vc-rcs.el
29403 29111
29404 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 29112 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
29405 *Where to look for RCS master files. 29113 *Where to look for RCS master files.
29406 For a description of possible values, see `vc-check-master-templates'.") 29114 For a description of possible values, see `vc-check-master-templates'.")
29409 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f)) 29117 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
29410 29118
29411 ;;;*** 29119 ;;;***
29412 29120
29413 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 29121 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
29414 ;;;;;; (17843 45612)) 29122 ;;;;;; (17851 10848))
29415 ;;; Generated autoloads from vc-sccs.el 29123 ;;; Generated autoloads from vc-sccs.el
29416 29124
29417 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 29125 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
29418 *Where to look for SCCS master files. 29126 *Where to look for SCCS master files.
29419 For a description of possible values, see `vc-check-master-templates'.") 29127 For a description of possible values, see `vc-check-master-templates'.")
29426 Does not check whether the file exists but returns nil if it does not 29134 Does not check whether the file exists but returns nil if it does not
29427 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir))))) 29135 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir)))))
29428 29136
29429 ;;;*** 29137 ;;;***
29430 29138
29431 ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17838 18033)) 29139 ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17851 10848))
29432 ;;; Generated autoloads from vc-svn.el 29140 ;;; Generated autoloads from vc-svn.el
29433 (defun vc-svn-registered (f) 29141 (defun vc-svn-registered (f)
29434 (let ((admin-dir (cond ((and (eq system-type 'windows-nt) 29142 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
29435 (getenv "SVN_ASP_DOT_NET_HACK")) 29143 (getenv "SVN_ASP_DOT_NET_HACK"))
29436 "_svn") 29144 "_svn")
29444 (add-to-list (quote completion-ignored-extensions) ".svn/") 29152 (add-to-list (quote completion-ignored-extensions) ".svn/")
29445 29153
29446 ;;;*** 29154 ;;;***
29447 29155
29448 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 29156 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29449 ;;;;;; (17843 45629)) 29157 ;;;;;; (17851 10871))
29450 ;;; Generated autoloads from progmodes/vhdl-mode.el 29158 ;;; Generated autoloads from progmodes/vhdl-mode.el
29451 29159
29452 (autoload (quote vhdl-mode) "vhdl-mode" "\ 29160 (autoload (quote vhdl-mode) "vhdl-mode" "\
29453 Major mode for editing VHDL code. 29161 Major mode for editing VHDL code.
29454 29162
29985 29693
29986 \(fn)" t nil) 29694 \(fn)" t nil)
29987 29695
29988 ;;;*** 29696 ;;;***
29989 29697
29990 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17789 35159)) 29698 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17806 44346))
29991 ;;; Generated autoloads from emulation/vi.el 29699 ;;; Generated autoloads from emulation/vi.el
29992 29700
29993 (autoload (quote vi-mode) "vi" "\ 29701 (autoload (quote vi-mode) "vi" "\
29994 Major mode that acts like the `vi' editor. 29702 Major mode that acts like the `vi' editor.
29995 The purpose of this mode is to provide you the combined power of vi (namely, 29703 The purpose of this mode is to provide you the combined power of vi (namely,
30040 ;;;*** 29748 ;;;***
30041 29749
30042 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion 29750 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30043 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer 29751 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30044 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" 29752 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30045 ;;;;;; "language/viet-util.el" (17843 45621)) 29753 ;;;;;; "language/viet-util.el" (17851 10861))
30046 ;;; Generated autoloads from language/viet-util.el 29754 ;;; Generated autoloads from language/viet-util.el
30047 29755
30048 (autoload (quote viet-encode-viscii-char) "viet-util" "\ 29756 (autoload (quote viet-encode-viscii-char) "viet-util" "\
30049 Return VISCII character code of CHAR if appropriate. 29757 Return VISCII character code of CHAR if appropriate.
30050 29758
30086 29794
30087 ;;;*** 29795 ;;;***
30088 29796
30089 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 29797 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
30090 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame 29798 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame
30091 ;;;;;; view-file-other-window view-file) "view" "view.el" (17843 29799 ;;;;;; view-file-other-window view-file) "view" "view.el" (17851
30092 ;;;;;; 45612)) 29800 ;;;;;; 10849))
30093 ;;; Generated autoloads from view.el 29801 ;;; Generated autoloads from view.el
30094 29802
30095 (defvar view-mode nil "\ 29803 (defvar view-mode nil "\
30096 Non-nil if View mode is enabled. 29804 Non-nil if View mode is enabled.
30097 Don't change this variable directly, you must change it by one of the 29805 Don't change this variable directly, you must change it by one of the
30296 30004
30297 \(fn)" t nil) 30005 \(fn)" t nil)
30298 30006
30299 ;;;*** 30007 ;;;***
30300 30008
30301 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17843 30009 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17851
30302 ;;;;;; 45615)) 30010 ;;;;;; 10854))
30303 ;;; Generated autoloads from emulation/vip.el 30011 ;;; Generated autoloads from emulation/vip.el
30304 30012
30305 (autoload (quote vip-setup) "vip" "\ 30013 (autoload (quote vip-setup) "vip" "\
30306 Set up bindings for C-x 7 and C-z that are useful for VIP users. 30014 Set up bindings for C-x 7 and C-z that are useful for VIP users.
30307 30015
30313 \(fn)" t nil) 30021 \(fn)" t nil)
30314 30022
30315 ;;;*** 30023 ;;;***
30316 30024
30317 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 30025 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
30318 ;;;;;; (17843 45616)) 30026 ;;;;;; (17851 10854))
30319 ;;; Generated autoloads from emulation/viper.el 30027 ;;; Generated autoloads from emulation/viper.el
30320 30028
30321 (autoload (quote toggle-viper-mode) "viper" "\ 30029 (autoload (quote toggle-viper-mode) "viper" "\
30322 Toggle Viper on/off. 30030 Toggle Viper on/off.
30323 If Viper is enabled, turn it off. Otherwise, turn it on. 30031 If Viper is enabled, turn it off. Otherwise, turn it on.
30330 \(fn)" t nil) 30038 \(fn)" t nil)
30331 30039
30332 ;;;*** 30040 ;;;***
30333 30041
30334 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 30042 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
30335 ;;;;;; (17843 45615)) 30043 ;;;;;; (17851 10853))
30336 ;;; Generated autoloads from emacs-lisp/warnings.el 30044 ;;; Generated autoloads from emacs-lisp/warnings.el
30337 30045
30338 (defvar warning-prefix-function nil "\ 30046 (defvar warning-prefix-function nil "\
30339 Function to generate warning prefixes. 30047 Function to generate warning prefixes.
30340 This function, if non-nil, is called with two arguments, 30048 This function, if non-nil, is called with two arguments,
30419 \(fn MESSAGE &rest ARGS)" nil nil) 30127 \(fn MESSAGE &rest ARGS)" nil nil)
30420 30128
30421 ;;;*** 30129 ;;;***
30422 30130
30423 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 30131 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
30424 ;;;;;; (17843 45612)) 30132 ;;;;;; (17851 10849))
30425 ;;; Generated autoloads from wdired.el 30133 ;;; Generated autoloads from wdired.el
30426 30134
30427 (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 30135 (autoload (quote wdired-change-to-wdired-mode) "wdired" "\
30428 Put a dired buffer in a mode in which filenames are editable. 30136 Put a dired buffer in a mode in which filenames are editable.
30429 \\<wdired-mode-map> 30137 \\<wdired-mode-map>
30435 30143
30436 \(fn)" t nil) 30144 \(fn)" t nil)
30437 30145
30438 ;;;*** 30146 ;;;***
30439 30147
30440 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17843 45625)) 30148 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17851 10865))
30441 ;;; Generated autoloads from net/webjump.el 30149 ;;; Generated autoloads from net/webjump.el
30442 30150
30443 (autoload (quote webjump) "webjump" "\ 30151 (autoload (quote webjump) "webjump" "\
30444 Jumps to a Web site from a programmable hotlist. 30152 Jumps to a Web site from a programmable hotlist.
30445 30153
30452 \(fn)" t nil) 30160 \(fn)" t nil)
30453 30161
30454 ;;;*** 30162 ;;;***
30455 30163
30456 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30164 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30457 ;;;;;; (17843 45629)) 30165 ;;;;;; (17851 10871))
30458 ;;; Generated autoloads from progmodes/which-func.el 30166 ;;; Generated autoloads from progmodes/which-func.el
30459 (put 'which-func-format 'risky-local-variable t) 30167 (put 'which-func-format 'risky-local-variable t)
30460 (put 'which-func-current 'risky-local-variable t) 30168 (put 'which-func-current 'risky-local-variable t)
30461 30169
30462 (defalias (quote which-func-mode) (quote which-function-mode)) 30170 (defalias (quote which-func-mode) (quote which-function-mode))
30485 ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode 30193 ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode
30486 ;;;;;; whitespace-cleanup-region whitespace-cleanup whitespace-region 30194 ;;;;;; whitespace-cleanup-region whitespace-cleanup whitespace-region
30487 ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 30195 ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
30488 ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 30196 ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
30489 ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 30197 ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
30490 ;;;;;; (17843 45612)) 30198 ;;;;;; (17851 10849))
30491 ;;; Generated autoloads from whitespace.el 30199 ;;; Generated autoloads from whitespace.el
30492 30200
30493 (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 30201 (autoload (quote whitespace-toggle-leading-check) "whitespace" "\
30494 Toggle the check for leading space in the local buffer. 30202 Toggle the check for leading space in the local buffer.
30495 30203
30576 \(fn)" t nil) 30284 \(fn)" t nil)
30577 30285
30578 ;;;*** 30286 ;;;***
30579 30287
30580 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 30288 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
30581 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17843 45612)) 30289 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17851 10849))
30582 ;;; Generated autoloads from wid-browse.el 30290 ;;; Generated autoloads from wid-browse.el
30583 30291
30584 (autoload (quote widget-browse-at) "wid-browse" "\ 30292 (autoload (quote widget-browse-at) "wid-browse" "\
30585 Browse the widget under point. 30293 Browse the widget under point.
30586 30294
30603 \(fn &optional ARG)" t nil) 30311 \(fn &optional ARG)" t nil)
30604 30312
30605 ;;;*** 30313 ;;;***
30606 30314
30607 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 30315 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
30608 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17843 30316 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17851
30609 ;;;;;; 45612)) 30317 ;;;;;; 10849))
30610 ;;; Generated autoloads from wid-edit.el 30318 ;;; Generated autoloads from wid-edit.el
30611 30319
30612 (autoload (quote widgetp) "wid-edit" "\ 30320 (autoload (quote widgetp) "wid-edit" "\
30613 Return non-nil iff WIDGET is a widget. 30321 Return non-nil iff WIDGET is a widget.
30614 30322
30649 \(fn)" nil nil) 30357 \(fn)" nil nil)
30650 30358
30651 ;;;*** 30359 ;;;***
30652 30360
30653 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 30361 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
30654 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17843 30362 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17851
30655 ;;;;;; 45612)) 30363 ;;;;;; 10849))
30656 ;;; Generated autoloads from windmove.el 30364 ;;; Generated autoloads from windmove.el
30657 30365
30658 (autoload (quote windmove-left) "windmove" "\ 30366 (autoload (quote windmove-left) "windmove" "\
30659 Select the window to the left of the current one. 30367 Select the window to the left of the current one.
30660 With no prefix argument, or with prefix argument equal to zero, 30368 With no prefix argument, or with prefix argument equal to zero,
30703 \(fn &optional MODIFIER)" t nil) 30411 \(fn &optional MODIFIER)" t nil)
30704 30412
30705 ;;;*** 30413 ;;;***
30706 30414
30707 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 30415 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
30708 ;;;;;; (17843 45613)) 30416 ;;;;;; (17851 10849))
30709 ;;; Generated autoloads from winner.el 30417 ;;; Generated autoloads from winner.el
30710 30418
30711 (defvar winner-mode nil "\ 30419 (defvar winner-mode nil "\
30712 Toggle Winner mode. 30420 Toggle Winner mode.
30713 Setting this variable directly does not take effect; 30421 Setting this variable directly does not take effect;
30722 \(fn &optional ARG)" t nil) 30430 \(fn &optional ARG)" t nil)
30723 30431
30724 ;;;*** 30432 ;;;***
30725 30433
30726 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 30434 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
30727 ;;;;;; "woman.el" (17843 45613)) 30435 ;;;;;; "woman.el" (17851 10849))
30728 ;;; Generated autoloads from woman.el 30436 ;;; Generated autoloads from woman.el
30729 30437
30730 (autoload (quote woman) "woman" "\ 30438 (autoload (quote woman) "woman" "\
30731 Browse UN*X man page for TOPIC (Without using external Man program). 30439 Browse UN*X man page for TOPIC (Without using external Man program).
30732 The major browsing mode used is essentially the standard Man mode. 30440 The major browsing mode used is essentially the standard Man mode.
30758 \(fn FILE-NAME &optional REFORMAT)" t nil) 30466 \(fn FILE-NAME &optional REFORMAT)" t nil)
30759 30467
30760 ;;;*** 30468 ;;;***
30761 30469
30762 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 30470 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
30763 ;;;;;; (17843 45616)) 30471 ;;;;;; (17851 10854))
30764 ;;; Generated autoloads from emulation/ws-mode.el 30472 ;;; Generated autoloads from emulation/ws-mode.el
30765 30473
30766 (autoload (quote wordstar-mode) "ws-mode" "\ 30474 (autoload (quote wordstar-mode) "ws-mode" "\
30767 Major mode with WordStar-like key bindings. 30475 Major mode with WordStar-like key bindings.
30768 30476
30871 \(fn)" t nil) 30579 \(fn)" t nil)
30872 30580
30873 ;;;*** 30581 ;;;***
30874 30582
30875 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 30583 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
30876 ;;;;;; (17843 45613)) 30584 ;;;;;; (17851 10850))
30877 ;;; Generated autoloads from xml.el 30585 ;;; Generated autoloads from xml.el
30878 30586
30879 (autoload (quote xml-parse-file) "xml" "\ 30587 (autoload (quote xml-parse-file) "xml" "\
30880 Parse the well-formed XML file FILE. 30588 Parse the well-formed XML file FILE.
30881 If FILE is already visited, use its buffer and don't kill it. 30589 If FILE is already visited, use its buffer and don't kill it.
30896 30604
30897 \(fn BEG END &optional BUFFER PARSE-DTD PARSE-NS)" nil nil) 30605 \(fn BEG END &optional BUFFER PARSE-DTD PARSE-NS)" nil nil)
30898 30606
30899 ;;;*** 30607 ;;;***
30900 30608
30901 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17843 30609 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17851
30902 ;;;;;; 45613)) 30610 ;;;;;; 10850))
30903 ;;; Generated autoloads from xt-mouse.el 30611 ;;; Generated autoloads from xt-mouse.el
30904 30612
30905 (defvar xterm-mouse-mode nil "\ 30613 (defvar xterm-mouse-mode nil "\
30906 Non-nil if Xterm-Mouse mode is enabled. 30614 Non-nil if Xterm-Mouse mode is enabled.
30907 See the command `xterm-mouse-mode' for a description of this minor-mode. 30615 See the command `xterm-mouse-mode' for a description of this minor-mode.
30925 \(fn &optional ARG)" t nil) 30633 \(fn &optional ARG)" t nil)
30926 30634
30927 ;;;*** 30635 ;;;***
30928 30636
30929 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" 30637 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
30930 ;;;;;; "gnus/yenc.el" (17843 45618)) 30638 ;;;;;; "gnus/yenc.el" (17851 10860))
30931 ;;; Generated autoloads from gnus/yenc.el 30639 ;;; Generated autoloads from gnus/yenc.el
30932 30640
30933 (autoload (quote yenc-decode-region) "yenc" "\ 30641 (autoload (quote yenc-decode-region) "yenc" "\
30934 Yenc decode region between START and END using an internal decoder. 30642 Yenc decode region between START and END using an internal decoder.
30935 30643
30941 \(fn)" nil nil) 30649 \(fn)" nil nil)
30942 30650
30943 ;;;*** 30651 ;;;***
30944 30652
30945 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 30653 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
30946 ;;;;;; yow) "yow" "play/yow.el" (17843 45626)) 30654 ;;;;;; yow) "yow" "play/yow.el" (17851 10866))
30947 ;;; Generated autoloads from play/yow.el 30655 ;;; Generated autoloads from play/yow.el
30948 30656
30949 (autoload (quote yow) "yow" "\ 30657 (autoload (quote yow) "yow" "\
30950 Return or display a random Zippy quotation. With prefix arg, insert it. 30658 Return or display a random Zippy quotation. With prefix arg, insert it.
30951 30659
30967 30675
30968 \(fn)" t nil) 30676 \(fn)" t nil)
30969 30677
30970 ;;;*** 30678 ;;;***
30971 30679
30972 ;;;### (autoloads (zone) "zone" "play/zone.el" (17843 45626)) 30680 ;;;### (autoloads (zone) "zone" "play/zone.el" (17851 10866))
30973 ;;; Generated autoloads from play/zone.el 30681 ;;; Generated autoloads from play/zone.el
30974 30682
30975 (autoload (quote zone) "zone" "\ 30683 (autoload (quote zone) "zone" "\
30976 Zone out, completely. 30684 Zone out, completely.
30977 30685
31082 ;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" 30790 ;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el"
31083 ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 30791 ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
31084 ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" 30792 ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el"
31085 ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 30793 ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el"
31086 ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" 30794 ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el"
31087 ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/sc.el" "patcomp.el" 30795 ;;;;;; "net/tramp-vc.el" "net/trampver.el" "patcomp.el" "paths.el"
31088 ;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" 30796 ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"
31089 ;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" 30797 ;;;;;; "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el"
31090 ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 30798 ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
31091 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 30799 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
31092 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" 30800 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
31093 ;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" 30801 ;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
31094 ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" 30802 ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
31095 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 30803 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
31096 ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" 30804 ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
31097 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" 30805 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
31098 ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el" 30806 ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "s-region.el"
31099 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" 30807 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
31100 ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "term/apollo.el" 30808 ;;;;;; "soundex.el" "startup.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
31101 ;;;;;; "term/bobcat.el" "term/cygwin.el" "term/linux.el" "term/lk201.el" 30809 ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/page.el"
31102 ;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el" 30810 ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"
31103 ;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el" 30811 ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
31104 ;;;;;; "term/vt400.el" "term/vt420.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el" 30812 ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
31105 ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" 30813 ;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el"
31106 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 30814 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
31107 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" 30815 ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31108 ;;;;;; "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el" 30816 ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31109 ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" 30817 ;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
31110 ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" 30818 ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
31111 ;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el" 30819 ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
31112 ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 30820 ;;;;;; "x-dnd.el") (17851 11084 773610))
31113 ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
31114 ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
31115 ;;;;;; "widget.el" "window.el" "x-dnd.el") (17845 23032 619212))
31116 30821
31117 ;;;*** 30822 ;;;***
31118 30823
31119 ;; Local Variables: 30824 ;; Local Variables:
31120 ;; version-control: never 30825 ;; version-control: never