Changeset 4111 for trunk/lisp/ldefs-boot.el
- Timestamp:
- 2006年07月16日 08時36分52秒 (2 years ago)
- Files:
-
- trunk/lisp/ldefs-boot.el (modified) (627 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/ldefs-boot.el
r4079 r4111 5 5 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 6 6 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 7 ;;;;;; "play/5x5.el" (1738 2 1892))7 ;;;;;; "play/5x5.el" (17383 32181)) 8 8 ;;; Generated autoloads from play/5x5.el 9 9 … … 64 64 ;;;*** 65 65 66 ;;;### (autoloads nil "abbrev" "abbrev.el" (17494 22057)) 67 ;;; Generated autoloads from abbrev.el 68 (put 'abbrev-mode 'safe-local-variable 'booleanp) 69 70 ;;;*** 71 66 72 ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" 67 ;;;;;; (1740 3 28587))73 ;;;;;; (17404 53184)) 68 74 ;;; Generated autoloads from abbrevlist.el 69 75 … … 76 82 77 83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 78 ;;;;;; (17 388 18084))84 ;;;;;; (17578 34778)) 79 85 ;;; Generated autoloads from progmodes/ada-mode.el 80 86 … … 137 143 138 144 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 139 ;;;;;; (173 88 22063))145 ;;;;;; (17397 61560)) 140 146 ;;; Generated autoloads from progmodes/ada-stmt.el 141 147 … … 148 154 149 155 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 150 ;;;;;; (173 88 22063))156 ;;;;;; (17397 61560)) 151 157 ;;; Generated autoloads from progmodes/ada-xref.el 152 158 … … 163 169 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 164 170 ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 165 ;;;;;; "add-log.el" (17 352 9346))171 ;;;;;; "add-log.el" (17515 39525)) 166 172 ;;; Generated autoloads from add-log.el 167 173 … … 180 186 181 187 (defvar add-log-mailing-address nil "\ 182 *Email addresses of user, for inclusion in ChangeLog headers.188 Email addresses of user, for inclusion in ChangeLog headers. 183 189 This defaults to the value of `user-mail-address'. In addition to 184 190 being a simple string, this value can also be a list. All elements … … 233 239 notices. 234 240 235 Today's date is calculated according to ` change-log-time-zone-rule' if241 Today's date is calculated according to `add-log-time-zone-rule' if 236 242 non-nil, otherwise in local time. 237 243 … … 299 305 ;;;*** 300 306 301 ;;;### (autoloads (defadvice ad-a dd-advice ad-default-compilation-action302 ;;;;;; ad- redefinition-action) "advice" "emacs-lisp/advice.el" (17383303 ;;;;;; 16118))307 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice 308 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) 309 ;;;;;; "advice" "emacs-lisp/advice.el" (17578 34774)) 304 310 ;;; Generated autoloads from emacs-lisp/advice.el 305 311 … … 327 333 328 334 (custom-autoload (quote ad-default-compilation-action) "advice") 335 336 (autoload (quote ad-enable-advice) "advice" "\ 337 Enables the advice of FUNCTION with CLASS and NAME. 338 339 \(fn FUNCTION CLASS NAME)" t nil) 340 341 (autoload (quote ad-disable-advice) "advice" "\ 342 Disable the advice of FUNCTION with CLASS and NAME. 343 344 \(fn FUNCTION CLASS NAME)" t nil) 329 345 330 346 (autoload (quote ad-add-advice) "advice" "\ … … 342 358 343 359 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil) 360 361 (autoload (quote ad-activate) "advice" "\ 362 Activate all the advice information of an advised FUNCTION. 363 If FUNCTION has a proper original definition then an advised 364 definition will be generated from FUNCTION's advice info and the 365 definition of FUNCTION will be replaced with it. If a previously 366 cached advised definition was available, it will be used. 367 The optional COMPILE argument determines whether the resulting function 368 or a compilable cached definition will be compiled. If it is negative 369 no compilation will be performed, if it is positive or otherwise non-nil 370 the resulting function will be compiled, if it is nil the behavior depends 371 on the value of `ad-default-compilation-action' (which see). 372 Activation of an advised function that has an advice info but no actual 373 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of 374 an advised function that has actual pieces of advice but none of them are 375 enabled is equivalent to a call to `ad-deactivate'. The current advised 376 definition will always be cached for later usage. 377 378 \(fn FUNCTION &optional COMPILE)" t nil) 344 379 345 380 (autoload (quote defadvice) "advice" "\ … … 400 435 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 401 436 ;;;;;; align-highlight-rule align-current align-entire align-regexp 402 ;;;;;; align) "align" "align.el" (17383 24123))437 ;;;;;; align) "align" "align.el" (17383 32089)) 403 438 ;;; Generated autoloads from align.el 404 439 … … 490 525 491 526 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 492 ;;;;;; (17 431 34439))527 ;;;;;; (17582 28845)) 493 528 ;;; Generated autoloads from allout.el 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))))))) 531 532 (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp)) 533 534 (put (quote allout-primary-bullet) (quote safe-local-variable) (quote stringp)) 535 536 (put (quote allout-plain-bullets-string) (quote safe-local-variable) (quote stringp)) 537 538 (put (quote allout-distinctive-bullets-string) (quote safe-local-variable) (quote stringp)) 539 540 (put (quote allout-use-mode-specific-leader) (quote safe-local-variable) (quote (lambda (x) (or (memq x (quote (t nil allout-mode-leaders comment-start))) (stringp x))))) 541 542 (put (quote allout-old-style-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 543 544 (put (quote allout-stylish-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 545 546 (put (quote allout-numbered-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x)))))) 547 548 (put (quote allout-file-xref-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x)))))) 549 550 (put (quote allout-presentation-padding) (quote safe-local-variable) (quote integerp)) 551 552 (put (quote allout-use-hanging-indents) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 553 554 (put (quote allout-reindent-bodies) (quote safe-local-variable) (quote (lambda (x) (memq x (quote (nil t text force)))))) 555 556 (put (quote allout-layout) (quote safe-local-variable) (quote (lambda (x) (or (numberp x) (listp x) (memq x (quote (: * + -))))))) 557 558 (put (quote allout-passphrase-verifier-string) (quote safe-local-variable) (quote stringp)) 559 560 (put (quote allout-passphrase-hint-string) (quote safe-local-variable) (quote stringp)) 494 561 495 562 (autoload (quote allout-mode) "allout" "\ … … 712 779 713 780 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 714 ;;;;;; "net/ange-ftp.el" (17383 13296))781 ;;;;;; "net/ange-ftp.el" (17383 32174)) 715 782 ;;; Generated autoloads from net/ange-ftp.el 716 783 … … 734 801 735 802 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 736 ;;;;;; "animate" "play/animate.el" (1738 2 1892))803 ;;;;;; "animate" "play/animate.el" (17383 32181)) 737 804 ;;; Generated autoloads from play/animate.el 738 805 … … 762 829 763 830 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 764 ;;;;;; "ansi-color" "ansi-color.el" (17383 24123))831 ;;;;;; "ansi-color" "ansi-color.el" (17383 32090)) 765 832 ;;; Generated autoloads from ansi-color.el 766 833 … … 788 855 789 856 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 790 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17 388 22063))857 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17484 52436)) 791 858 ;;; Generated autoloads from progmodes/antlr-mode.el 792 859 … … 827 894 ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 828 895 ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 829 ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17 403 28563))896 ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17578 34774)) 830 897 ;;; Generated autoloads from calendar/appt.el 831 898 … … 893 960 put in the appointments list (see examples in documentation of 894 961 the function `appt-check'). We assume that the variables DATE and 895 NUMBER hold the arguments that ` list-diary-entries' received.962 NUMBER hold the arguments that `diary-list-entries' received. 896 963 They specify the range of dates that the diary is being processed for. 897 964 … … 915 982 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 916 983 ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" 917 ;;;;;; "apropos.el" (174 43 62455))984 ;;;;;; "apropos.el" (17484 52422)) 918 985 ;;; Generated autoloads from apropos.el 919 986 … … 1011 1078 ;;;*** 1012 1079 1013 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17 4221014 ;;;;;; 14887))1080 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17578 1081 ;;;;;; 34770)) 1015 1082 ;;; Generated autoloads from arc-mode.el 1016 1083 … … 1032 1099 ;;;*** 1033 1100 1034 ;;;### (autoloads (array-mode) "array" "array.el" (17358 4 8216))1101 ;;;### (autoloads (array-mode) "array" "array.el" (17358 42654)) 1035 1102 ;;; Generated autoloads from array.el 1036 1103 … … 1103 1170 ;;;*** 1104 1171 1105 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17 3831106 ;;;;;; 15658))1172 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17521 1173 ;;;;;; 64539)) 1107 1174 ;;; Generated autoloads from textmodes/artist.el 1108 1175 … … 1309 1376 ;;;*** 1310 1377 1311 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17 3881312 ;;;;;; 22063))1378 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17487 1379 ;;;;;; 53546)) 1313 1380 ;;; Generated autoloads from progmodes/asm-mode.el 1314 1381 … … 1338 1405 1339 1406 ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 1340 ;;;;;; (1 7075 55468))1407 ;;;;;; (16221 3779)) 1341 1408 ;;; Generated autoloads from obsolete/auto-show.el 1342 1409 … … 1354 1421 1355 1422 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1356 ;;;;;; (17383 24124))1423 ;;;;;; (17383 32090)) 1357 1424 ;;; Generated autoloads from autoarg.el 1358 1425 … … 1362 1429 1363 1430 (custom-autoload (quote autoarg-mode) "autoarg") 1364 1365 (put (quote autoarg-mode) (quote custom-set) (quote custom-set-minor-mode))1366 1431 1367 1432 (autoload (quote autoarg-mode) "autoarg" "\ … … 1395 1460 (custom-autoload (quote autoarg-kp-mode) "autoarg") 1396 1461 1397 (put (quote autoarg-kp-mode) (quote custom-set) (quote custom-set-minor-mode))1398 1399 1462 (autoload (quote autoarg-kp-mode) "autoarg" "\ 1400 1463 Toggle Autoarg-KP minor mode globally. … … 1411 1474 1412 1475 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 1413 ;;;;;; (173 88 22063))1476 ;;;;;; (17397 61561)) 1414 1477 ;;; Generated autoloads from progmodes/autoconf.el 1415 1478 … … 1422 1485 1423 1486 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 1424 ;;;;;; "autoinsert" "autoinsert.el" (17383 24124))1487 ;;;;;; "autoinsert" "autoinsert.el" (17383 32090)) 1425 1488 ;;; Generated autoloads from autoinsert.el 1426 1489 … … 1446 1509 (custom-autoload (quote auto-insert-mode) "autoinsert") 1447 1510 1448 (put (quote auto-insert-mode) (quote custom-set) (quote custom-set-minor-mode))1449 1450 1511 (autoload (quote auto-insert-mode) "autoinsert" "\ 1451 1512 Toggle Auto-insert mode. … … 1462 1523 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1463 1524 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1464 ;;;;;; (17 410 23724))1525 ;;;;;; (17590 36007)) 1465 1526 ;;; Generated autoloads from emacs-lisp/autoload.el 1466 1527 … … 1497 1558 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1498 1559 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1499 ;;;;;; "autorevert" "autorevert.el" (17 383 24124))1560 ;;;;;; "autorevert" "autorevert.el" (17503 24305)) 1500 1561 ;;; Generated autoloads from autorevert.el 1501 1562 … … 1553 1614 (custom-autoload (quote global-auto-revert-mode) "autorevert") 1554 1615 1555 (put (quote global-auto-revert-mode) (quote custom-set) (quote custom-set-minor-mode))1556 1557 1616 (autoload (quote global-auto-revert-mode) "autorevert" "\ 1558 1617 Revert any buffer when file on disk changes. … … 1567 1626 1568 1627 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1569 ;;;;;; "avoid.el" (17 383 24124))1628 ;;;;;; "avoid.el" (17503 24305)) 1570 1629 ;;; Generated autoloads from avoid.el 1571 1630 … … 1608 1667 1609 1668 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1610 ;;;;;; (17383 16118))1669 ;;;;;; (17383 32135)) 1611 1670 ;;; Generated autoloads from emacs-lisp/backquote.el 1612 1671 … … 1633 1692 1634 1693 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" 1635 ;;;;;; (17 427 20614))1694 ;;;;;; (17515 39525)) 1636 1695 ;;; Generated autoloads from battery.el 1637 1696 (put 'battery-mode-line-string 'risky-local-variable t) … … 1651 1710 1652 1711 (custom-autoload (quote display-battery-mode) "battery") 1653 1654 (put (quote display-battery-mode) (quote custom-set) (quote custom-set-minor-mode))1655 1712 1656 1713 (autoload (quote display-battery-mode) "battery" "\ … … 1666 1723 1667 1724 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) 1668 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 16118))1725 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17383 32135)) 1669 1726 ;;; Generated autoloads from emacs-lisp/benchmark.el 1670 1727 … … 1698 1755 ;;;*** 1699 1756 1700 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17 4371701 ;;;;;; 53997))1757 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17578 1758 ;;;;;; 34779)) 1702 1759 ;;; Generated autoloads from textmodes/bibtex.el 1703 1760 … … 1761 1818 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1762 1819 ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1763 ;;;;;; (1738 2 1052))1820 ;;;;;; (17383 32153)) 1764 1821 ;;; Generated autoloads from gnus/binhex.el 1765 1822 … … 1784 1841 ;;;*** 1785 1842 1786 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (1738 21787 ;;;;;; 1892))1843 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17383 1844 ;;;;;; 32181)) 1788 1845 ;;; Generated autoloads from play/blackbox.el 1789 1846 … … 1907 1964 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1908 1965 ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1909 ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 24124))1966 ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17383 32091)) 1910 1967 ;;; Generated autoloads from bookmark.el 1911 1968 (define-key ctl-x-map "rb" 'bookmark-jump) … … 2097 2154 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point 2098 2155 ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) 2099 ;;;;;; "browse-url" "net/browse-url.el" (17 383 13296))2156 ;;;;;; "browse-url" "net/browse-url.el" (17521 64538)) 2100 2157 ;;; Generated autoloads from net/browse-url.el 2101 2158 … … 2428 2485 ;;;*** 2429 2486 2430 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (1738 22431 ;;;;;; 1892))2487 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17383 2488 ;;;;;; 32181)) 2432 2489 ;;; Generated autoloads from play/bruce.el 2433 2490 … … 2445 2502 2446 2503 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 2447 ;;;;;; "bs" "bs.el" (1739 5 3136))2504 ;;;;;; "bs" "bs.el" (17397 61539)) 2448 2505 ;;; Generated autoloads from bs.el 2449 2506 … … 2487 2544 ;;;### (autoloads (insert-text-button make-text-button insert-button 2488 2545 ;;;;;; make-button define-button-type) "button" "button.el" (17383 2489 ;;;;;; 24124))2546 ;;;;;; 32092)) 2490 2547 ;;; Generated autoloads from button.el 2491 2548 … … 2575 2632 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2576 2633 ;;;;;; compile-defun byte-compile-file byte-recompile-directory 2577 ;;;;;; byte-force-recompile ) "bytecomp" "emacs-lisp/bytecomp.el"2578 ;;;;;; (17351 57359))2634 ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" 2635 ;;;;;; "emacs-lisp/bytecomp.el" (17582 35542)) 2579 2636 ;;; Generated autoloads from emacs-lisp/bytecomp.el 2637 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2638 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) 2639 2640 (autoload (quote byte-compile-warnings-safe-p) "bytecomp" "\ 2641 Not documented 2642 2643 \(fn X)" nil nil) 2580 2644 2581 2645 (autoload (quote byte-force-recompile) "bytecomp" "\ … … 2602 2666 2603 2667 \(fn DIRECTORY &optional ARG FORCE)" t nil) 2668 (put 'no-byte-compile 'safe-local-variable 'booleanp) 2604 2669 2605 2670 (autoload (quote byte-compile-file) "bytecomp" "\ … … 2672 2737 ;;;*** 2673 2738 2674 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (173 85 41891))2739 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17397 61545)) 2675 2740 ;;; Generated autoloads from calendar/cal-dst.el 2676 2741 … … 2682 2747 2683 2748 ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2684 ;;;;;; (173 85 41891))2749 ;;;;;; (17397 61545)) 2685 2750 ;;; Generated autoloads from calendar/cal-hebrew.el 2686 2751 … … 2697 2762 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2698 2763 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2699 ;;;;;; (1738 2 10215))2764 ;;;;;; (17383 32134)) 2700 2765 ;;; Generated autoloads from calc/calc.el 2701 2766 … … 2776 2841 2777 2842 ;;;### (autoloads (calculator) "calculator" "calculator.el" (17383 2778 ;;;;;; 24124))2843 ;;;;;; 32092)) 2779 2844 ;;; Generated autoloads from calculator.el 2780 2845 … … 2804 2869 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2805 2870 ;;;;;; view-diary-entries-initially calendar-offset) "calendar" 2806 ;;;;;; "calendar/calendar.el" (17 425 13433))2871 ;;;;;; "calendar/calendar.el" (17578 34774)) 2807 2872 ;;; Generated autoloads from calendar/calendar.el 2808 2873 … … 3375 3440 3376 3441 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3377 ;;;;;; "gnus/canlock.el" (1738 2 1052))3442 ;;;;;; "gnus/canlock.el" (17383 32153)) 3378 3443 ;;; Generated autoloads from gnus/canlock.el 3379 3444 … … 3392 3457 ;;;*** 3393 3458 3459 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (17515 3460 ;;;;;; 39528)) 3461 ;;; Generated autoloads from progmodes/cc-compat.el 3462 (put 'c-indent-level 'safe-local-variable 'integerp) 3463 3464 ;;;*** 3465 3394 3466 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 3395 ;;;;;; (174 07 10030))3467 ;;;;;; (17420 36089)) 3396 3468 ;;; Generated autoloads from progmodes/cc-engine.el 3397 3469 … … 3405 3477 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3406 3478 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3407 ;;;;;; (17 407 10030))3479 ;;;;;; (17590 36100)) 3408 3480 ;;; Generated autoloads from progmodes/cc-mode.el 3409 3481 … … 3563 3635 3564 3636 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3565 ;;;;;; "progmodes/cc-styles.el" (17 407 10030))3637 ;;;;;; "progmodes/cc-styles.el" (17521 64538)) 3566 3638 ;;; Generated autoloads from progmodes/cc-styles.el 3567 3639 … … 3614 3686 ;;;*** 3615 3687 3616 ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17 3883617 ;;;;;; 22063))3688 ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17515 3689 ;;;;;; 39528)) 3618 3690 ;;; Generated autoloads from progmodes/cc-subword.el 3619 3691 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) … … 3621 3693 ;;;*** 3622 3694 3695 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (17521 64538)) 3696 ;;; Generated autoloads from progmodes/cc-vars.el 3697 (put 'c-basic-offset 'safe-local-variable 'integerp) 3698 (put 'c-backslash-column 'safe-local-variable 'integerp) 3699 (put 'c-file-style 'safe-local-variable 'string-or-null-p) 3700 3701 ;;;*** 3702 3623 3703 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3624 3704 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3625 ;;;;;; (17 102 18708))3705 ;;;;;; (17097 33519)) 3626 3706 ;;; Generated autoloads from international/ccl.el 3627 3707 … … 3882 3962 3883 3963 ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3884 ;;;;;; (173 88 22063))3964 ;;;;;; (17397 61564)) 3885 3965 ;;; Generated autoloads from progmodes/cfengine.el 3886 3966 … … 3904 3984 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3905 3985 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3906 ;;;;;; (17383 16118))3986 ;;;;;; (17383 32136)) 3907 3987 ;;; Generated autoloads from emacs-lisp/checkdoc.el 3908 3988 … … 4087 4167 4088 4168 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer 4089 ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17 2464090 ;;;;;; 40257))4169 ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17097 4170 ;;;;;; 33524)) 4091 4171 ;;; Generated autoloads from language/china-util.el 4092 4172 … … 4116 4196 4117 4197 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) 4118 ;;;;;; "chistory" "chistory.el" (17383 24124))4198 ;;;;;; "chistory" "chistory.el" (17383 32092)) 4119 4199 ;;; Generated autoloads from chistory.el 4120 4200 … … 4155 4235 ;;;*** 4156 4236 4157 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17383 16118))4237 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17383 32137)) 4158 4238 ;;; Generated autoloads from emacs-lisp/cl.el 4159 4239 … … 4171 4251 4172 4252 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 4173 ;;;;;; (17383 16118))4253 ;;;;;; (17383 32136)) 4174 4254 ;;; Generated autoloads from emacs-lisp/cl-indent.el 4175 4255 … … 4182 4262 4183 4263 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 4184 ;;;;;; (173 88 22063))4264 ;;;;;; (17397 61564)) 4185 4265 ;;; Generated autoloads from progmodes/cmacexp.el 4186 4266 … … 4203 4283 4204 4284 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17383 4205 ;;;;;; 24124))4285 ;;;;;; 32092)) 4206 4286 ;;; Generated autoloads from cmuscheme.el 4207 4287 … … 4224 4304 4225 4305 ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 4226 ;;;;;; (17 363 41693))4306 ;;;;;; (17521 64538)) 4227 4307 ;;; Generated autoloads from international/code-pages.el 4228 4308 … … 4284 4364 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 4285 4365 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 4286 ;;;;;; "codepage" "international/codepage.el" (172 39 32321))4366 ;;;;;; "codepage" "international/codepage.el" (17210 47738)) 4287 4367 ;;; Generated autoloads from international/codepage.el 4288 4368 … … 4343 4423 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4344 4424 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4345 ;;;;;; (17 447 42828))4425 ;;;;;; (17578 34770)) 4346 4426 ;;; Generated autoloads from comint.el 4347 4427 … … 4433 4513 ;;;*** 4434 4514 4435 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (174 064436 ;;;;;; 11270))4515 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17420 4516 ;;;;;; 36076)) 4437 4517 ;;; Generated autoloads from compare-w.el 4438 4518 … … 4471 4551 ;;;;;; compile compilation-disable-input compile-command compilation-search-path 4472 4552 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4473 ;;;;;; "compile" "progmodes/compile.el" (17 388 22062))4553 ;;;;;; "compile" "progmodes/compile.el" (17590 36100)) 4474 4554 ;;; Generated autoloads from progmodes/compile.el 4475 4555 … … 4536 4616 4537 4617 (custom-autoload (quote compile-command) "compile") 4618 (put 'compile-command 'safe-local-variable 'stringp) 4538 4619 4539 4620 (defvar compilation-disable-input nil "\ … … 4632 4713 4633 4714 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4634 ;;;;;; (17 420 38637))4715 ;;;;;; (17578 34770)) 4635 4716 ;;; Generated autoloads from complete.el 4636 4717 … … 4643 4724 (custom-autoload (quote partial-completion-mode) "complete") 4644 4725 4645 (put (quote partial-completion-mode) (quote custom-set) (quote custom-set-minor-mode))4646 4647 4726 (autoload (quote partial-completion-mode) "complete" "\ 4648 4727 Toggle Partial Completion mode. … … 4657 4736 command begins with that sequence of characters, and 4658 4737 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no 4659 other file in that directory begin with that sequence of characters.4738 other file in that directory begins with that sequence of characters. 4660 4739 4661 4740 Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted … … 4675 4754 4676 4755 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4677 ;;;;;; (17383 24124))4756 ;;;;;; (17383 32093)) 4678 4757 ;;; Generated autoloads from completion.el 4679 4758 … … 4686 4765 (custom-autoload (quote dynamic-completion-mode) "completion") 4687 4766 4688 (put (quote dynamic-completion-mode) (quote custom-set) (quote custom-set-minor-mode))4689 4690 4767 (autoload (quote dynamic-completion-mode) "completion" "\ 4691 4768 Enable dynamic word-completion. … … 4698 4775 ;;;;;; find-composition compose-chars decompose-string compose-string 4699 4776 ;;;;;; decompose-region compose-region encode-composition-rule) 4700 ;;;;;; "composite" "composite.el" (17318 5 6743))4777 ;;;;;; "composite" "composite.el" (17318 53825)) 4701 4778 ;;; Generated autoloads from composite.el 4702 4779 … … 4919 4996 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4920 4997 ;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode 4921 ;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17383 15658))4998 ;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17383 32186)) 4922 4999 ;;; Generated autoloads from textmodes/conf-mode.el 4923 5000 … … 5068 5145 5069 5146 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) 5070 ;;;;;; "cookie1" "play/cookie1.el" (17 382 1892))5147 ;;;;;; "cookie1" "play/cookie1.el" (17578 34778)) 5071 5148 ;;; Generated autoloads from play/cookie1.el 5072 5149 … … 5100 5177 5101 5178 ;;;### (autoloads (copyright copyright-fix-years copyright-update) 5102 ;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 16118))5179 ;;;;;; "copyright" "emacs-lisp/copyright.el" (17383 32137)) 5103 5180 ;;; Generated autoloads from emacs-lisp/copyright.el 5104 5181 … … 5128 5205 5129 5206 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 5130 ;;;;;; (17 388 22062))5207 ;;;;;; (17578 34778)) 5131 5208 ;;; Generated autoloads from progmodes/cperl-mode.el 5132 5209 … … 5301 5378 5302 5379 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 5303 ;;;;;; (173 88 22062))5380 ;;;;;; (17397 61565)) 5304 5381 ;;; Generated autoloads from progmodes/cpp.el 5305 5382 … … 5320 5397 5321 5398 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 5322 ;;;;;; (17383 13536))5399 ;;;;;; (17383 32142)) 5323 5400 ;;; Generated autoloads from emulation/crisp.el 5324 5401 … … 5344 5421 5345 5422 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" 5346 ;;;;;; (17 383 16118))5423 ;;;;;; (17515 39527)) 5347 5424 ;;; Generated autoloads from emacs-lisp/crm.el 5348 5425 … … 5380 5457 5381 5458 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5382 ;;;;;; (17 444 38116))5459 ;;;;;; (17521 64537)) 5383 5460 ;;; Generated autoloads from emulation/cua-base.el 5384 5461 … … 5390 5467 5391 5468 (custom-autoload (quote cua-mode) "cua-base") 5392 5393 (put (quote cua-mode) (quote custom-set) (quote custom-set-minor-mode))5394 5469 5395 5470 (autoload (quote cua-mode) "cua-base" "\ … … 5429 5504 (eval-after-load 'CUA-mode 5430 5505 '(error (concat "\n\n" 5431 "CUA-mode is now part of the standard GNU Emacs distribution, \n"5432 " so you may now enable and customize CUA via the Options menu.\n\n"5506 "CUA-mode is now part of the standard GNU Emacs distribution, so you may\n" 5507 "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n" 5433 5508 "You have loaded an older version of CUA-mode which does\n" 5434 5509 "not work correctly with this version of GNU Emacs.\n\n" … … 5447 5522 ;;;;;; customize-option customize-group-other-window customize-group 5448 5523 ;;;;;; customize-mode customize customize-save-variable customize-set-variable 5449 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17 440 11610))5524 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17590 36098)) 5450 5525 ;;; Generated autoloads from cus-edit.el 5451 5526 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") … … 5543 5618 5544 5619 \(fn SYMBOL)" t nil) 5620 5621 (defvar customize-package-emacs-version-alist nil "\ 5622 Alist mapping versions of Emacs to versions of a package. 5623 These package versions are listed in the :package-version 5624 keyword used in `defcustom', `defgroup', and `defface'. Its 5625 elements look like this: 5626 5627 (PACKAGE (PVERSION . EVERSION)...) 5628 5629 For each PACKAGE, which is a symbol, there are one or more 5630 elements that contain a package version PVERSION with an 5631 associated Emacs version EVERSION. These versions are strings. 5632 For example, the MH-E package updates this alist with the 5633 following: 5634 5635 (add-to-list 'customize-package-emacs-version-alist 5636 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\") 5637 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\") 5638 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\") 5639 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\"))) 5640 5641 The value of PACKAGE needs to be unique and it needs to match the 5642 PACKAGE value appearing in the :package-version keyword. Since 5643 the user might see the value in a error message, a good choice is 5644 the official name of the package, such as MH-E or Gnus.") 5545 5645 5546 5646 (defalias (quote customize-changed) (quote customize-changed-options)) … … 5705 5805 5706 5806 ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces 5707 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 24124))5807 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17383 32094)) 5708 5808 ;;; Generated autoloads from cus-face.el 5709 5809 … … 5775 5875 5776 5876 ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" 5777 ;;;;;; (1739 4 38146))5877 ;;;;;; (17397 61539)) 5778 5878 ;;; Generated autoloads from cus-theme.el 5779 5879 … … 5786 5886 5787 5887 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5788 ;;;;;; (17 383 24124))5888 ;;;;;; (17582 35146)) 5789 5889 ;;; Generated autoloads from cvs-status.el 5790 5890 … … 5797 5897 5798 5898 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) 5799 ;;;;;; "cwarn" "progmodes/cwarn.el" (173 88 22062))5899 ;;;;;; "cwarn" "progmodes/cwarn.el" (17397 61565)) 5800 5900 ;;; Generated autoloads from progmodes/cwarn.el 5801 5901 … … 5827 5927 (custom-autoload (quote global-cwarn-mode) "cwarn") 5828 5928 5829 (put (quote global-cwarn-mode) (quote custom-set) (quote custom-set-minor-mode))5830 5831 5929 (autoload (quote global-cwarn-mode) "cwarn" "\ 5832 5930 Toggle Cwarn mode in every buffer. … … 5841 5939 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5842 5940 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5843 ;;;;;; (17 102 18767))5941 ;;;;;; (17097 33524)) 5844 5942 ;;; Generated autoloads from language/cyril-util.el 5845 5943 … … 5870 5968 5871 5969 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5872 ;;;;;; (17383 24124))5970 ;;;;;; (17383 32095)) 5873 5971 ;;; Generated autoloads from dabbrev.el 5874 5972 (define-key esc-map "/" 'dabbrev-expand) … … 5914 6012 ;;;*** 5915 6013 5916 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (173 885917 ;;;;;; 22062))6014 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17397 6015 ;;;;;; 61565)) 5918 6016 ;;; Generated autoloads from progmodes/dcl-mode.el 5919 6017 … … 6042 6140 6043 6141 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 6044 ;;;;;; "emacs-lisp/debug.el" (17438 13119))6142 ;;;;;; "emacs-lisp/debug.el" (17438 58633)) 6045 6143 ;;; Generated autoloads from emacs-lisp/debug.el 6046 6144 … … 6086 6184 6087 6185 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 6088 ;;;;;; (1738 2 1892))6186 ;;;;;; (17383 32181)) 6089 6187 ;;; Generated autoloads from play/decipher.el 6090 6188 … … 6116 6214 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region 6117 6215 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17383 6118 ;;;;;; 24124))6216 ;;;;;; 32095)) 6119 6217 ;;; Generated autoloads from delim-col.el 6120 6218 … … 6140 6238 ;;;*** 6141 6239 6142 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (173 886143 ;;;;;; 22062))6240 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17397 6241 ;;;;;; 61565)) 6144 6242 ;;; Generated autoloads from progmodes/delphi.el 6145 6243 … … 6192 6290 6193 6291 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17383 6194 ;;;;;; 24124))6292 ;;;;;; 32095)) 6195 6293 ;;; Generated autoloads from delsel.el 6196 6294 … … 6205 6303 (custom-autoload (quote delete-selection-mode) "delsel") 6206 6304 6207 (put (quote delete-selection-mode) (quote custom-set) (quote custom-set-minor-mode))6208 6209 6305 (autoload (quote delete-selection-mode) "delsel" "\ 6210 6306 Toggle Delete Selection mode. … … 6222 6318 6223 6319 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 6224 ;;;;;; "derived" "emacs-lisp/derived.el" (17383 16118))6320 ;;;;;; "derived" "emacs-lisp/derived.el" (17383 32137)) 6225 6321 ;;; Generated autoloads from emacs-lisp/derived.el 6226 6322 … … 6287 6383 6288 6384 ;;;### (autoloads (describe-char describe-text-properties) "descr-text" 6289 ;;;;;; "descr-text.el" (17383 24124))6385 ;;;;;; "descr-text.el" (17383 32095)) 6290 6386 ;;; Generated autoloads from descr-text.el 6291 6387 … … 6311 6407 6312 6408 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 6313 ;;;;;; desktop-load-default desktop-read desktop-locals-to-save 6314 ;;;;;; desktop-save-mode) "desktop" "desktop.el" (17388 29562)) 6409 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 6410 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 6411 ;;;;;; "desktop.el" (17578 34771)) 6315 6412 ;;; Generated autoloads from desktop.el 6316 6413 … … 6321 6418 (custom-autoload (quote desktop-save-mode) "desktop") 6322 6419 6323 (put (quote desktop-save-mode) (quote custom-set) (quote custom-set-minor-mode))6324 6325 6420 (autoload (quote desktop-save-mode) "desktop" "\ 6326 6421 Toggle desktop saving mode. 6327 6422 With numeric ARG, turn desktop saving on if ARG is positive, off 6328 otherwise. See variable `desktop-save' for a description of when the 6329 desktop is saved. 6423 otherwise. If desktop saving is turned on, the state of Emacs is 6424 saved from one session to another. See variable `desktop-save' 6425 and function `desktop-read' for details. 6330 6426 6331 6427 \(fn &optional ARG)" t nil) 6332 6428 6333 (defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\6429 (defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\ 6334 6430 List of local variables to save for each buffer. 6335 6431 The variables are saved only when they really are local. Conventional minor … … 6436 6532 (put (quote desktop-minor-mode-handlers) (quote risky-local-variable) t) 6437 6533 6534 (autoload (quote desktop-clear) "desktop" "\ 6535 Empty the Desktop. 6536 This kills all buffers except for internal ones and those with names matched by 6537 a regular expression in the list `desktop-clear-preserve-buffers'. 6538 Furthermore, it clears the variables listed in `desktop-globals-to-clear'. 6539 6540 \(fn)" t nil) 6541 6542 (autoload (quote desktop-save) "desktop" "\ 6543 Save the desktop in a desktop file. 6544 Parameter DIRNAME specifies where to save the desktop file. 6545 See also `desktop-base-file-name'. 6546 6547 \(fn DIRNAME)" t nil) 6548 6549 (autoload (quote desktop-remove) "desktop" "\ 6550 Delete desktop file in `desktop-dirname'. 6551 This function also sets `desktop-dirname' to nil. 6552 6553 \(fn)" t nil) 6554 6438 6555 (autoload (quote desktop-read) "desktop" "\ 6439 6556 Read and process the desktop file in directory DIRNAME. … … 6474 6591 6475 6592 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article 6476 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines 6477 ;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max 6478 ;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" 6479 ;;;;;; (17382 1052)) 6593 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) 6594 ;;;;;; "deuglify" "gnus/deuglify.el" (17494 22065)) 6480 6595 ;;; Generated autoloads from gnus/deuglify.el 6481 6482 (defvar gnus-outlook-deuglify-unwrap-min 45 "\6483 Minimum length of the cited line above the (possibly) wrapped line.")6484 6485 (custom-autoload (quote gnus-outlook-deuglify-unwrap-min) "deuglify")6486 6487 (defvar gnus-outlook-deuglify-unwrap-max 95 "\6488 Maximum length of the cited line after unwrapping.")6489 6490 (custom-autoload (quote gnus-outlook-deuglify-unwrap-max) "deuglify")6491 6492 (defvar gnus-outlook-display-hook nil "\6493 A hook called after an deuglified article has been prepared.6494 It is run after `gnus-article-prepare-hook'.")6495 6496 (custom-autoload (quote gnus-outlook-display-hook) "deuglify")6497 6596 6498 6597 (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ … … 6526 6625 6527 6626 ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) 6528 ;;;;;; "devan-util" "language/devan-util.el" (17 102 18768))6627 ;;;;;; "devan-util" "language/devan-util.el" (17097 33525)) 6529 6628 ;;; Generated autoloads from language/devan-util.el 6530 6629 … … 6544 6643 6545 6644 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 6546 ;;;;;; "calendar/diary-lib.el" (17 385 41891))6645 ;;;;;; "calendar/diary-lib.el" (17521 64537)) 6547 6646 ;;; Generated autoloads from calendar/diary-lib.el 6548 6647 … … 6590 6689 6591 6690 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" 6592 ;;;;;; "diff.el" (17 383 24124))6691 ;;;;;; "diff.el" (17578 34771)) 6593 6692 ;;; Generated autoloads from diff.el 6594 6693 … … 6624 6723 6625 6724 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6626 ;;;;;; (17 439 53835))6725 <
