aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-02 09:49:52 +0000
committerGerd Moellmann2000-03-02 09:49:52 +0000
commitd054101fd8ad650b92c615e3d7956f7e8479735e (patch)
tree85d7f5fdbfd026bfa25427dc27b926d4163b46dc
parentbc8d4d8c427e692d5fb9a35dd57cd99bfc9aa4c0 (diff)
downloademacs-d054101fd8ad650b92c615e3d7956f7e8479735e.tar.gz
emacs-d054101fd8ad650b92c615e3d7956f7e8479735e.zip
*** empty log message ***
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
-rw-r--r--etc/TODO2
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/loaddefs.el272
6 files changed, 197 insertions, 101 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d0186ccac..2b88d165023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org> 12000-03-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * configure.in (machine): Add `mipsel-*-netbsd*' and 3 * configure.in (machine): Add `mipsel-*-netbsd*' and
4 `arm-*-netbsd*'. 4 `arm-*-netbsd*'.
5 5
62000-03-01 Gerd Moellmann <gerd@gnu.org>
7
8 * configure.in (machine): Add support for `*-auspex-sunos*'.
9
62000-02-29 Gerd Moellmann <gerd@gnu.org> 102000-02-29 Gerd Moellmann <gerd@gnu.org>
7 11
8 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. 12 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
diff --git a/configure b/configure
index be9ee0dfb93..eed18d5f79a 100755
--- a/configure
+++ b/configure
@@ -1446,7 +1446,7 @@ case "${canonical}" in
1446 machine=sparc opsys=gnu-linux 1446 machine=sparc opsys=gnu-linux
1447 ;; 1447 ;;
1448 1448
1449 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ 1449 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
1450 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ 1450 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
1451 | rs6000-*-solaris2*) 1451 | rs6000-*-solaris2*)
1452 case "${canonical}" in 1452 case "${canonical}" in
diff --git a/etc/TODO b/etc/TODO
index 195ffc8e9aa..def4652a449 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -46,3 +46,5 @@
46 the main thread, and not return from that message until the main 46 the main thread, and not return from that message until the main
47 thread has processed the menu_bar_activate_event and regenerated 47 thread has processed the menu_bar_activate_event and regenerated
48 the whole menu bar. In the mean time, it should process other messages. 48 the whole menu bar. In the mean time, it should process other messages.
49
50* Make Emacs work as a Java Bean.
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e44745dde5f..eac697cda7a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12000-03-02 Gerd Moellmann <gerd@gnu.org>
2
3 * etags.c (lisp_suffixes) Add `LSP'.
4
12000-02-10 Francesco Potorti` <pot@gnu.org> 52000-02-10 Francesco Potorti` <pot@gnu.org>
2 6
3 * etags.c (iswhite): Redefined not to consider '\0' as white 7 * etags.c (iswhite): Redefined not to consider '\0' as white
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 14d5c6a61b7..a2798728853 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12000-03-02 Gerd Moellmann <gerd@gnu.org>
2
3 * frame.el (blink-cursor-mode): Switch cursor on when turning
4 the mode off.
5
6 * add-log.el (add-log-current-defun): Add support for
7 Autoconf mode.
8
9 * mail/rmail.el (rmail-quit-hook): New variable.
10
12000-03-01 Dave Love <fx@gnu.org> 112000-03-01 Dave Love <fx@gnu.org>
2 12
3 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. 13 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index b72edd58720..d7b7c33a4bf 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
119;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 119;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
120;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 120;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
121;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name) 121;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name)
122;;;;;; "add-log" "add-log.el" (14460 35756)) 122;;;;;; "add-log" "add-log.el" (14525 5303))
123;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
124 124
125(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
@@ -381,7 +381,7 @@ Remove any highlighting that was added by `align-highlight-rule'." t nil)
381;;;*** 381;;;***
382 382
383;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 383;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
384;;;;;; "ange-ftp.el" (14481 51915)) 384;;;;;; "ange-ftp.el" (14488 16438))
385;;; Generated autoloads from ange-ftp.el 385;;; Generated autoloads from ange-ftp.el
386 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 386 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
387 387
@@ -417,7 +417,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
417;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 417;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
418;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 418;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
419;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 419;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
420;;;;;; "appt" "calendar/appt.el" (14432 37852)) 420;;;;;; "appt" "calendar/appt.el" (14517 9487))
421;;; Generated autoloads from calendar/appt.el 421;;; Generated autoloads from calendar/appt.el
422 422
423(defvar appt-issue-message t "\ 423(defvar appt-issue-message t "\
@@ -620,7 +620,7 @@ Special commands:
620;;;*** 620;;;***
621 621
622;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "auto-show.el" 622;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "auto-show.el"
623;;;;;; (14292 6861)) 623;;;;;; (14516 149))
624;;; Generated autoloads from auto-show.el 624;;; Generated autoloads from auto-show.el
625 625
626(defvar auto-show-mode nil "\ 626(defvar auto-show-mode nil "\
@@ -674,7 +674,8 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
674;;;*** 674;;;***
675 675
676;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 676;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
677;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14450 26108)) 677;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el"
678;;;;;; (14495 17959))
678;;; Generated autoloads from autorevert.el 679;;; Generated autoloads from autorevert.el
679 680
680(defvar auto-revert-mode nil "\ 681(defvar auto-revert-mode nil "\
@@ -683,6 +684,16 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
683Never set this variable directly, use the command `auto-revert-mode' 684Never set this variable directly, use the command `auto-revert-mode'
684instead.") 685instead.")
685 686
687(defvar global-auto-revert-mode nil "\
688When on, buffers are automatically reverted when files on disk change.
689
690Set this variable using \\[customize] only. Otherwise, use the
691command `global-auto-revert-mode'.")
692
693(custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable))
694
695(custom-add-load (quote global-auto-revert-mode) (quote autorevert))
696
686(autoload (quote auto-revert-mode) "autorevert" "\ 697(autoload (quote auto-revert-mode) "autorevert" "\
687Toggle reverting buffer when file on disk changes. 698Toggle reverting buffer when file on disk changes.
688 699
@@ -792,8 +803,8 @@ seconds." t nil)
792 803
793;;;*** 804;;;***
794 805
795;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14397 806;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14504
796;;;;;; 43573)) 807;;;;;; 9460))
797;;; Generated autoloads from textmodes/bibtex.el 808;;; Generated autoloads from textmodes/bibtex.el
798 809
799(autoload (quote bibtex-mode) "bibtex" "\ 810(autoload (quote bibtex-mode) "bibtex" "\
@@ -1481,7 +1492,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1481;;;*** 1492;;;***
1482 1493
1483;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1494;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1484;;;;;; "bs" "bs.el" (14440 44552)) 1495;;;;;; "bs" "bs.el" (14495 17961))
1485;;; Generated autoloads from bs.el 1496;;; Generated autoloads from bs.el
1486 1497
1487(autoload (quote bs-cycle-next) "bs" "\ 1498(autoload (quote bs-cycle-next) "bs" "\
@@ -1516,7 +1527,7 @@ name of buffer configuration." t nil)
1516;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1527;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1517;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1528;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1518;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1529;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1519;;;;;; "emacs-lisp/bytecomp.el" (14456 31103)) 1530;;;;;; "emacs-lisp/bytecomp.el" (14516 150))
1520;;; Generated autoloads from emacs-lisp/bytecomp.el 1531;;; Generated autoloads from emacs-lisp/bytecomp.el
1521 1532
1522(autoload (quote byte-force-recompile) "bytecomp" "\ 1533(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1602,6 +1613,16 @@ from the cursor position." t nil)
1602 1613
1603;;;*** 1614;;;***
1604 1615
1616;;;### (autoloads (calculator) "calculator" "calculator.el" (14511
1617;;;;;; 60346))
1618;;; Generated autoloads from calculator.el
1619
1620(autoload (quote calculator) "calculator" "\
1621Run the pocket calculator.
1622See the documentation for `calculator-mode' for more information." t nil)
1623
1624;;;***
1625
1605;;;### (autoloads (calendar solar-holidays islamic-holidays christian-holidays 1626;;;### (autoloads (calendar solar-holidays islamic-holidays christian-holidays
1606;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays 1627;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays
1607;;;;;; general-holidays holidays-in-diary-buffer diary-list-include-blanks 1628;;;;;; general-holidays holidays-in-diary-buffer diary-list-include-blanks
@@ -2505,7 +2526,7 @@ and runs the normal hook `command-history-hook'." t nil)
2505 2526
2506;;;*** 2527;;;***
2507 2528
2508;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14482 54434)) 2529;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14495 18013))
2509;;; Generated autoloads from emacs-lisp/cl.el 2530;;; Generated autoloads from emacs-lisp/cl.el
2510 2531
2511(defvar custom-print-functions nil "\ 2532(defvar custom-print-functions nil "\
@@ -2521,7 +2542,7 @@ a future Emacs interpreter will be able to use it.")
2521;;;*** 2542;;;***
2522 2543
2523;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 2544;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
2524;;;;;; (14454 136)) 2545;;;;;; (14518 39681))
2525;;; Generated autoloads from emacs-lisp/cl-indent.el 2546;;; Generated autoloads from emacs-lisp/cl-indent.el
2526 2547
2527(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 2548(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -2834,7 +2855,7 @@ See also the variable `PC-include-file-path'." t nil)
2834;;;*** 2855;;;***
2835 2856
2836;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 2857;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
2837;;;;;; (13884 8101)) 2858;;;;;; (14495 17962))
2838;;; Generated autoloads from completion.el 2859;;; Generated autoloads from completion.el
2839 2860
2840(autoload (quote dynamic-completion-mode) "completion" "\ 2861(autoload (quote dynamic-completion-mode) "completion" "\
@@ -3293,7 +3314,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
3293;;;;;; customize-option-other-window customize-changed-options customize-option 3314;;;;;; customize-option-other-window customize-changed-options customize-option
3294;;;;;; customize-group-other-window customize-group customize customize-save-variable 3315;;;;;; customize-group-other-window customize-group customize customize-save-variable
3295;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3316;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3296;;;;;; (14456 48948)) 3317;;;;;; (14505 58892))
3297;;; Generated autoloads from cus-edit.el 3318;;; Generated autoloads from cus-edit.el
3298 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3319 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3299 3320
@@ -3452,7 +3473,7 @@ The format is suitable for use with `easy-menu-define'." nil nil)
3452;;;*** 3473;;;***
3453 3474
3454;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 3475;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
3455;;;;;; "cus-face.el" (14398 37486)) 3476;;;;;; "cus-face.el" (14505 58892))
3456;;; Generated autoloads from cus-face.el 3477;;; Generated autoloads from cus-face.el
3457 3478
3458(autoload (quote custom-declare-face) "cus-face" "\ 3479(autoload (quote custom-declare-face) "cus-face" "\
@@ -3770,8 +3791,8 @@ START and END delimits the corners of text rectangle." t nil)
3770 3791
3771;;;*** 3792;;;***
3772 3793
3773;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (14266 3794;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (14505
3774;;;;;; 16343)) 3795;;;;;; 12112))
3775;;; Generated autoloads from progmodes/delphi.el 3796;;; Generated autoloads from progmodes/delphi.el
3776 3797
3777(autoload (quote delphi-mode) "delphi" "\ 3798(autoload (quote delphi-mode) "delphi" "\
@@ -3891,7 +3912,7 @@ the first time the mode is used." nil nil)
3891;;;*** 3912;;;***
3892 3913
3893;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 3914;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
3894;;;;;; (13897 58892)) 3915;;;;;; (14495 17963))
3895;;; Generated autoloads from desktop.el 3916;;; Generated autoloads from desktop.el
3896 3917
3897(autoload (quote desktop-read) "desktop" "\ 3918(autoload (quote desktop-read) "desktop" "\
@@ -3969,7 +3990,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
3969;;;*** 3990;;;***
3970 3991
3971;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 3992;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
3972;;;;;; (14368 20344)) 3993;;;;;; (14523 49787))
3973;;; Generated autoloads from calendar/diary-lib.el 3994;;; Generated autoloads from calendar/diary-lib.el
3974 3995
3975(autoload (quote diary) "diary-lib" "\ 3996(autoload (quote diary) "diary-lib" "\
@@ -4028,7 +4049,7 @@ The backup file is the first file given to `diff'." t nil)
4028;;;*** 4049;;;***
4029 4050
4030;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4051;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4031;;;;;; (14419 37278)) 4052;;;;;; (14495 17964))
4032;;; Generated autoloads from diff-mode.el 4053;;; Generated autoloads from diff-mode.el
4033 4054
4034(autoload (quote diff-mode) "diff-mode" "\ 4055(autoload (quote diff-mode) "diff-mode" "\
@@ -4048,7 +4069,7 @@ Minor mode for viewing/editing context diffs.
4048;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4069;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4049;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4070;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4050;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4071;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4051;;;;;; "dired" "dired.el" (14447 15307)) 4072;;;;;; "dired" "dired.el" (14522 27392))
4052;;; Generated autoloads from dired.el 4073;;; Generated autoloads from dired.el
4053 4074
4054(defvar dired-listing-switches "-al" "\ 4075(defvar dired-listing-switches "-al" "\
@@ -4152,7 +4173,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil
4152;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4173;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4153;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4174;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4154;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4175;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4155;;;;;; "dired-aux.el" (14419 37278)) 4176;;;;;; "dired-aux.el" (14506 36592))
4156;;; Generated autoloads from dired-aux.el 4177;;; Generated autoloads from dired-aux.el
4157 4178
4158(autoload (quote dired-diff) "dired-aux" "\ 4179(autoload (quote dired-diff) "dired-aux" "\
@@ -4366,7 +4387,7 @@ with the command \\[tags-loop-continue]." t nil)
4366 4387
4367;;;*** 4388;;;***
4368 4389
4369;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14460 38616)) 4390;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14523 40402))
4370;;; Generated autoloads from dired-x.el 4391;;; Generated autoloads from dired-x.el
4371 4392
4372(autoload (quote dired-jump) "dired-x" "\ 4393(autoload (quote dired-jump) "dired-x" "\
@@ -4883,7 +4904,7 @@ or if an error occurs, leave point after it with mark at the original point." t
4883;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 4904;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
4884;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 4905;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
4885;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 4906;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
4886;;;;;; ediff-files) "ediff" "ediff.el" (14398 37488)) 4907;;;;;; ediff-files) "ediff" "ediff.el" (14522 27408))
4887;;; Generated autoloads from ediff.el 4908;;; Generated autoloads from ediff.el
4888 4909
4889(autoload (quote ediff-files) "ediff" "\ 4910(autoload (quote ediff-files) "ediff" "\
@@ -5046,6 +5067,14 @@ With optional NODE, goes to that node." t nil)
5046 5067
5047;;;*** 5068;;;***
5048 5069
5070;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
5071;;;;;; (14522 27392))
5072;;; Generated autoloads from ediff-help.el
5073
5074(autoload (quote ediff-customize) "ediff-help" nil t nil)
5075
5076;;;***
5077
5049;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14367 2123)) 5078;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (14367 2123))
5050;;; Generated autoloads from ediff-hook.el 5079;;; Generated autoloads from ediff-hook.el
5051 5080
@@ -5203,8 +5232,8 @@ Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
5203 5232
5204;;;*** 5233;;;***
5205 5234
5206;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14460 5235;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14495
5207;;;;;; 38616)) 5236;;;;;; 17971))
5208;;; Generated autoloads from elide-head.el 5237;;; Generated autoloads from elide-head.el
5209 5238
5210(autoload (quote elide-head) "elide-head" "\ 5239(autoload (quote elide-head) "elide-head" "\
@@ -5326,7 +5355,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
5326;;;*** 5355;;;***
5327 5356
5328;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 5357;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
5329;;;;;; (14232 6060)) 5358;;;;;; (14516 181))
5330;;; Generated autoloads from international/encoded-kb.el 5359;;; Generated autoloads from international/encoded-kb.el
5331 5360
5332(autoload (quote encoded-kbd-mode) "encoded-kb" "\ 5361(autoload (quote encoded-kbd-mode) "encoded-kb" "\
@@ -5344,7 +5373,7 @@ as a multilingual text encoded in a coding system set by
5344;;;*** 5373;;;***
5345 5374
5346;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 5375;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
5347;;;;;; "enriched" "enriched.el" (14263 35403)) 5376;;;;;; "enriched" "enriched.el" (14513 4487))
5348;;; Generated autoloads from enriched.el 5377;;; Generated autoloads from enriched.el
5349 5378
5350(autoload (quote enriched-mode) "enriched" "\ 5379(autoload (quote enriched-mode) "enriched" "\
@@ -5981,7 +6010,7 @@ with no args, if that value is non-nil." t nil)
5981;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props 6010;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
5982;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible 6011;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
5983;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground 6012;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
5984;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14482 54416)) 6013;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14508 6392))
5985;;; Generated autoloads from facemenu.el 6014;;; Generated autoloads from facemenu.el
5986 (define-key global-map "\M-g" 'facemenu-keymap) 6015 (define-key global-map "\M-g" 'facemenu-keymap)
5987 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 6016 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -6467,7 +6496,7 @@ to get the effect of a C-q." nil nil)
6467;;;*** 6496;;;***
6468 6497
6469;;;### (autoloads (flyspell-mode-off flyspell-mode) "flyspell" "textmodes/flyspell.el" 6498;;;### (autoloads (flyspell-mode-off flyspell-mode) "flyspell" "textmodes/flyspell.el"
6470;;;;;; (14218 4428)) 6499;;;;;; (14512 26322))
6471;;; Generated autoloads from textmodes/flyspell.el 6500;;; Generated autoloads from textmodes/flyspell.el
6472 6501
6473(autoload (quote flyspell-mode) "flyspell" "\ 6502(autoload (quote flyspell-mode) "flyspell" "\
@@ -6575,7 +6604,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
6575;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 6604;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
6576;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords 6605;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords
6577;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" 6606;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el"
6578;;;;;; (14477 53252)) 6607;;;;;; (14522 33623))
6579;;; Generated autoloads from font-lock.el 6608;;; Generated autoloads from font-lock.el
6580 6609
6581(defvar font-lock-mode-hook nil "\ 6610(defvar font-lock-mode-hook nil "\
@@ -6659,9 +6688,9 @@ see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
6659`objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil) 6688`objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil)
6660 6689
6661(autoload (quote font-lock-remove-keywords) "font-lock" "\ 6690(autoload (quote font-lock-remove-keywords) "font-lock" "\
6662Remove highlighting KEYWORDS for MAJOR-MODE. 6691Remove highlighting KEYWORDS for MODE.
6663 6692
6664MAJOR-MODE should be a symbol, the major mode command name, such as `c-mode' 6693MODE should be a symbol, the major mode command name, such as `c-mode'
6665or nil. If nil, highlighting keywords are removed for the current buffer." nil nil) 6694or nil. If nil, highlighting keywords are removed for the current buffer." nil nil)
6666 6695
6667(autoload (quote global-font-lock-mode) "font-lock" "\ 6696(autoload (quote global-font-lock-mode) "font-lock" "\
@@ -6690,7 +6719,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
6690;;;*** 6719;;;***
6691 6720
6692;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 6721;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
6693;;;;;; (14423 50991)) 6722;;;;;; (14495 18024))
6694;;; Generated autoloads from international/fontset.el 6723;;; Generated autoloads from international/fontset.el
6695 6724
6696(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 6725(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -6713,8 +6742,8 @@ It returns a name of the created fontset." nil nil)
6713 6742
6714;;;*** 6743;;;***
6715 6744
6716;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (14423 6745;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (14517
6717;;;;;; 51009)) 6746;;;;;; 9680))
6718;;; Generated autoloads from mail/footnote.el 6747;;; Generated autoloads from mail/footnote.el
6719 6748
6720(autoload (quote footnote-mode) "footnote" "\ 6749(autoload (quote footnote-mode) "footnote" "\
@@ -7145,7 +7174,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
7145;;;*** 7174;;;***
7146 7175
7147;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 7176;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
7148;;;;;; (14369 61534)) 7177;;;;;; (14517 9487))
7149;;; Generated autoloads from gud.el 7178;;; Generated autoloads from gud.el
7150 7179
7151(autoload (quote gdb) "gud" "\ 7180(autoload (quote gdb) "gud" "\
@@ -7242,7 +7271,7 @@ A value of nil means skip the middle step, so that
7242;;;*** 7271;;;***
7243 7272
7244;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 7273;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
7245;;;;;; "emacs-lisp/helper.el" (12536 45574)) 7274;;;;;; "emacs-lisp/helper.el" (14518 20602))
7246;;; Generated autoloads from emacs-lisp/helper.el 7275;;; Generated autoloads from emacs-lisp/helper.el
7247 7276
7248(autoload (quote Helper-describe-bindings) "helper" "\ 7277(autoload (quote Helper-describe-bindings) "helper" "\
@@ -7392,7 +7421,7 @@ hide-ifdef-read-only
7392;;;*** 7421;;;***
7393 7422
7394;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 7423;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
7395;;;;;; "hideshow" "progmodes/hideshow.el" (14454 151)) 7424;;;;;; "hideshow" "progmodes/hideshow.el" (14512 26322))
7396;;; Generated autoloads from progmodes/hideshow.el 7425;;; Generated autoloads from progmodes/hideshow.el
7397 7426
7398(defvar hs-hide-comments-when-hiding-all t "\ 7427(defvar hs-hide-comments-when-hiding-all t "\
@@ -7431,7 +7460,6 @@ With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
7431When hideshow minor mode is on, the menu bar is augmented with hideshow 7460When hideshow minor mode is on, the menu bar is augmented with hideshow
7432commands and the hideshow commands are enabled. 7461commands and the hideshow commands are enabled.
7433The value '(hs . t) is added to `buffer-invisibility-spec'. 7462The value '(hs . t) is added to `buffer-invisibility-spec'.
7434Last, the normal hook `hs-minor-mode-hook' is run; see `run-hooks'.
7435 7463
7436The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', 7464The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
7437`hs-show-block', `hs-hide-level' and `hs-show-region'. There is also 7465`hs-show-block', `hs-hide-level' and `hs-show-region'. There is also
@@ -7440,6 +7468,8 @@ The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
7440Turning hideshow minor mode off reverts the menu bar and the 7468Turning hideshow minor mode off reverts the menu bar and the
7441variables to default values and disables the hideshow commands. 7469variables to default values and disables the hideshow commands.
7442 7470
7471Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
7472
7443Key bindings: 7473Key bindings:
7444\\{hs-minor-mode-map}" t nil) 7474\\{hs-minor-mode-map}" t nil)
7445 7475
@@ -7709,7 +7739,7 @@ with no args, if that value is non-nil." t nil)
7709;;;*** 7739;;;***
7710 7740
7711;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 7741;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
7712;;;;;; (14454 157)) 7742;;;;;; (14495 18053))
7713;;; Generated autoloads from progmodes/idlw-shell.el 7743;;; Generated autoloads from progmodes/idlw-shell.el
7714 7744
7715(autoload (quote idlwave-shell) "idlw-shell" "\ 7745(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -7732,7 +7762,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
7732;;;*** 7762;;;***
7733 7763
7734;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 7764;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
7735;;;;;; (14454 157)) 7765;;;;;; (14495 18054))
7736;;; Generated autoloads from progmodes/idlwave.el 7766;;; Generated autoloads from progmodes/idlwave.el
7737 7767
7738(autoload (quote idlwave-mode) "idlwave" "\ 7768(autoload (quote idlwave-mode) "idlwave" "\
@@ -7853,7 +7883,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
7853 7883
7854;;;### (autoloads (defimage remove-images insert-image put-image 7884;;;### (autoloads (defimage remove-images insert-image put-image
7855;;;;;; create-image image-type-available-p image-type-from-file-header 7885;;;;;; create-image image-type-available-p image-type-from-file-header
7856;;;;;; image-type-from-data) "image" "image.el" (14446 11796)) 7886;;;;;; image-type-from-data) "image" "image.el" (14524 62778))
7857;;; Generated autoloads from image.el 7887;;; Generated autoloads from image.el
7858 7888
7859(autoload (quote image-type-from-data) "image" "\ 7889(autoload (quote image-type-from-data) "image" "\
@@ -8700,7 +8730,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil
8700;;;*** 8730;;;***
8701 8731
8702;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" 8732;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el"
8703;;;;;; (14485 51270)) 8733;;;;;; (14512 27554))
8704;;; Generated autoloads from jit-lock.el 8734;;; Generated autoloads from jit-lock.el
8705 8735
8706(autoload (quote jit-lock-mode) "jit-lock" "\ 8736(autoload (quote jit-lock-mode) "jit-lock" "\
@@ -8741,7 +8771,7 @@ Unconditionally turn on Just-in-time Lock mode." nil nil)
8741;;;*** 8771;;;***
8742 8772
8743;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 8773;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
8744;;;;;; (14440 46009)) 8774;;;;;; (14495 17985))
8745;;; Generated autoloads from jka-compr.el 8775;;; Generated autoloads from jka-compr.el
8746 8776
8747(defvar auto-compression-mode nil "\ 8777(defvar auto-compression-mode nil "\
@@ -9248,8 +9278,8 @@ This function normally would be called when the message is sent." nil nil)
9248 9278
9249;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 9279;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
9250;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 9280;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
9251;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14480 9281;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14501
9252;;;;;; 16128)) 9282;;;;;; 36191))
9253;;; Generated autoloads from mail/mail-utils.el 9283;;; Generated autoloads from mail/mail-utils.el
9254 9284
9255(defvar mail-use-rfc822 nil "\ 9285(defvar mail-use-rfc822 nil "\
@@ -9284,7 +9314,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
9284;;;*** 9314;;;***
9285 9315
9286;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 9316;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
9287;;;;;; "mailabbrev" "mail/mailabbrev.el" (13640 6539)) 9317;;;;;; "mailabbrev" "mail/mailabbrev.el" (14495 18025))
9288;;; Generated autoloads from mail/mailabbrev.el 9318;;; Generated autoloads from mail/mailabbrev.el
9289 9319
9290(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 9320(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -9890,22 +9920,45 @@ different buffer menu using the function `msb'." t nil)
9890;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods 9920;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods
9891;;;;;; list-fontsets describe-fontset describe-font list-coding-categories 9921;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
9892;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 9922;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
9893;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el" 9923;;;;;; describe-coding-system list-charset-chars read-charset list-character-sets)
9894;;;;;; (14406 33643)) 9924;;;;;; "mule-diag" "international/mule-diag.el" (14524 58690))
9895;;; Generated autoloads from international/mule-diag.el 9925;;; Generated autoloads from international/mule-diag.el
9896 9926
9897(autoload (quote list-character-sets) "mule-diag" "\ 9927(autoload (quote list-character-sets) "mule-diag" "\
9898Display a list of all character sets. 9928Display a list of all character sets.
9899 9929
9900The ID column contains a charset identification number for internal Emacs use. 9930The ID-NUM column contains a charset identification number
9901The B column contains a number of bytes occupied in a buffer 9931 for internal Emacs use.
9902 by any character in this character set. 9932
9903The W column contains a number of columns occupied on the screen 9933The MULTIBYTE-FORM column contains a format of multibyte sequence
9904 by any character in this character set. 9934 of characters in the charset for buffer and string
9935 by one to four hexadecimal digits.
9936 `xx' stands for any byte in the range 0..127.
9937 `XX' stands for any byte in the range 160..255.
9938
9939The D column contains a dimension of this character set.
9940The CH column contains a number of characters in a block of this character set.
9941The FINAL-CHAR column contains an ISO-2022's <final-char> to use for
9942 designating this character set in ISO-2022-based coding systems.
9905 9943
9906With prefix arg, the output format gets more cryptic, 9944With prefix arg, the output format gets more cryptic,
9907but still shows the full information." t nil) 9945but still shows the full information." t nil)
9908 9946
9947(autoload (quote read-charset) "mule-diag" "\
9948Read a character set from the minibuffer, prompting with string PROMPT.
9949It reads an Emacs' character set listed in the variable `charset-list'
9950or a non-ISO character set listed in the variable
9951`non-iso-charset-alist'.
9952
9953Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
9954DEFAULT-VALUE, if non-nil, is the default value.
9955INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
9956See the documentation of the function `completing-read' for the
9957detailed meanings of these arguments." nil nil)
9958
9959(autoload (quote list-charset-chars) "mule-diag" "\
9960Display a list of characters in the specified character set." t nil)
9961
9909(autoload (quote describe-coding-system) "mule-diag" "\ 9962(autoload (quote describe-coding-system) "mule-diag" "\
9910Display information about CODING-SYSTEM." t nil) 9963Display information about CODING-SYSTEM." t nil)
9911 9964
@@ -10390,7 +10443,7 @@ The Custom feature is intended to make this obsolete." t nil)
10390;;;*** 10443;;;***
10391 10444
10392;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 10445;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
10393;;;;;; (14454 157)) 10446;;;;;; (14495 18064))
10394;;; Generated autoloads from textmodes/outline.el 10447;;; Generated autoloads from textmodes/outline.el
10395 10448
10396(autoload (quote outline-mode) "outline" "\ 10449(autoload (quote outline-mode) "outline" "\
@@ -10465,8 +10518,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
10465 10518
10466;;;*** 10519;;;***
10467 10520
10468;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14263 10521;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14507
10469;;;;;; 35958)) 10522;;;;;; 63078))
10470;;; Generated autoloads from progmodes/pascal.el 10523;;; Generated autoloads from progmodes/pascal.el
10471 10524
10472(autoload (quote pascal-mode) "pascal" "\ 10525(autoload (quote pascal-mode) "pascal" "\
@@ -11225,7 +11278,7 @@ of each directory." t nil)
11225 11278
11226;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 11279;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
11227;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 11280;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
11228;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14388 11185)) 11281;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14495 17990))
11229;;; Generated autoloads from quickurl.el 11282;;; Generated autoloads from quickurl.el
11230 11283
11231(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" "\ 11284(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" "\
@@ -11280,8 +11333,9 @@ See \\[compile]." t nil)
11280 11333
11281;;;*** 11334;;;***
11282 11335
11283;;;### (autoloads (recentf-cleanup recentf-save-list recentf-mode) 11336;;;### (autoloads (recentf-open-more-files recentf-cleanup recentf-edit-list
11284;;;;;; "recentf" "recentf.el" (14385 19861)) 11337;;;;;; recentf-save-list recentf-mode) "recentf" "recentf.el" (14522
11338;;;;;; 39506))
11285;;; Generated autoloads from recentf.el 11339;;; Generated autoloads from recentf.el
11286 11340
11287(autoload (quote recentf-mode) "recentf" "\ 11341(autoload (quote recentf-mode) "recentf" "\
@@ -11295,8 +11349,14 @@ were operated on recently." t nil)
11295(autoload (quote recentf-save-list) "recentf" "\ 11349(autoload (quote recentf-save-list) "recentf" "\
11296Save the current `recentf-list' to the file `recentf-save-file'." t nil) 11350Save the current `recentf-list' to the file `recentf-save-file'." t nil)
11297 11351
11352(autoload (quote recentf-edit-list) "recentf" "\
11353Allow the user to edit the files that are kept in the recent list." t nil)
11354
11298(autoload (quote recentf-cleanup) "recentf" "\ 11355(autoload (quote recentf-cleanup) "recentf" "\
11299Remove all non-readable files from `recentf-list'." t nil) 11356Remove all non-readable and excluded files from `recentf-list'." t nil)
11357
11358(autoload (quote recentf-open-more-files) "recentf" "\
11359Allow the user to open files that are not in the menu." t nil)
11300 11360
11301;;;*** 11361;;;***
11302 11362
@@ -11394,7 +11454,7 @@ rectangle which were empty." t nil)
11394;;;*** 11454;;;***
11395 11455
11396;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 11456;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
11397;;;;;; (14454 167)) 11457;;;;;; (14495 18077))
11398;;; Generated autoloads from textmodes/reftex.el 11458;;; Generated autoloads from textmodes/reftex.el
11399 11459
11400(autoload (quote turn-on-reftex) "reftex" "\ 11460(autoload (quote turn-on-reftex) "reftex" "\
@@ -11434,7 +11494,7 @@ on the menu bar.
11434;;;*** 11494;;;***
11435 11495
11436;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 11496;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
11437;;;;;; (14454 161)) 11497;;;;;; (14495 18066))
11438;;; Generated autoloads from textmodes/reftex-cite.el 11498;;; Generated autoloads from textmodes/reftex-cite.el
11439 11499
11440(autoload (quote reftex-citation) "reftex-cite" "\ 11500(autoload (quote reftex-citation) "reftex-cite" "\
@@ -11461,7 +11521,7 @@ While entering the regexp, completion on knows citation keys is possible.
11461;;;*** 11521;;;***
11462 11522
11463;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 11523;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
11464;;;;;; (14454 166)) 11524;;;;;; (14495 18068))
11465;;; Generated autoloads from textmodes/reftex-index.el 11525;;; Generated autoloads from textmodes/reftex-index.el
11466 11526
11467(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 11527(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -11492,7 +11552,7 @@ Here are all local bindings.
11492;;;*** 11552;;;***
11493 11553
11494;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 11554;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
11495;;;;;; (14334 30691)) 11555;;;;;; (14495 18015))
11496;;; Generated autoloads from emacs-lisp/regexp-opt.el 11556;;; Generated autoloads from emacs-lisp/regexp-opt.el
11497 11557
11498(autoload (quote regexp-opt) "regexp-opt" "\ 11558(autoload (quote regexp-opt) "regexp-opt" "\
@@ -11604,7 +11664,7 @@ Make a ring that can contain SIZE elements." nil nil)
11604 11664
11605;;;*** 11665;;;***
11606 11666
11607;;;### (autoloads (rlogin) "rlogin" "rlogin.el" (13845 29546)) 11667;;;### (autoloads (rlogin) "rlogin" "rlogin.el" (14495 17992))
11608;;; Generated autoloads from rlogin.el 11668;;; Generated autoloads from rlogin.el
11609 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") 11669 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
11610 11670
@@ -11652,7 +11712,7 @@ variable." t nil)
11652;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 11712;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
11653;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 11713;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
11654;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 11714;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
11655;;;;;; "rmail" "mail/rmail.el" (14384 5882)) 11715;;;;;; "rmail" "mail/rmail.el" (14525 4986))
11656;;; Generated autoloads from mail/rmail.el 11716;;; Generated autoloads from mail/rmail.el
11657 11717
11658(defvar rmail-dont-reply-to-names nil "\ 11718(defvar rmail-dont-reply-to-names nil "\
@@ -11719,6 +11779,9 @@ List of functions to call when Rmail has retrieved new mail.")
11719(defvar rmail-show-message-hook nil "\ 11779(defvar rmail-show-message-hook nil "\
11720List of functions to call when Rmail displays a message.") 11780List of functions to call when Rmail displays a message.")
11721 11781
11782(defvar rmail-quit-hook nil "\
11783List of functions to call when quitting out of Rmail.")
11784
11722(defvar rmail-delete-message-hook nil "\ 11785(defvar rmail-delete-message-hook nil "\
11723List of functions to call when Rmail deletes a message. 11786List of functions to call when Rmail deletes a message.
11724When the hooks are called, the message has been marked deleted but is 11787When the hooks are called, the message has been marked deleted but is
@@ -12149,7 +12212,7 @@ scribe-electric-parenthesis
12149;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 12212;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
12150;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers 12213;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers
12151;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 12214;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
12152;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14456 32733)) 12215;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14495 18026))
12153;;; Generated autoloads from mail/sendmail.el 12216;;; Generated autoloads from mail/sendmail.el
12154 12217
12155(defvar mail-from-style (quote angles) "\ 12218(defvar mail-from-style (quote angles) "\
@@ -12324,7 +12387,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
12324;;;*** 12387;;;***
12325 12388
12326;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 12389;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
12327;;;;;; (14363 23704)) 12390;;;;;; (14501 37288))
12328;;; Generated autoloads from textmodes/sgml-mode.el 12391;;; Generated autoloads from textmodes/sgml-mode.el
12329 12392
12330(autoload (quote sgml-mode) "sgml-mode" "\ 12393(autoload (quote sgml-mode) "sgml-mode" "\
@@ -13315,7 +13378,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
13315 13378
13316;;;*** 13379;;;***
13317 13380
13318;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14443 40965)) 13381;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14495 17995))
13319;;; Generated autoloads from tar-mode.el 13382;;; Generated autoloads from tar-mode.el
13320 13383
13321(autoload (quote tar-mode) "tar-mode" "\ 13384(autoload (quote tar-mode) "tar-mode" "\
@@ -13926,8 +13989,9 @@ The return value is number of composed characters." nil nil)
13926 13989
13927;;;*** 13990;;;***
13928 13991
13929;;;### (autoloads (thing-at-point bounds-of-thing-at-point forward-thing) 13992;;;### (autoloads (list-at-point number-at-point symbol-at-point
13930;;;;;; "thingatpt" "thingatpt.el" (13916 30234)) 13993;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
13994;;;;;; "thingatpt" "thingatpt.el" (14495 17997))
13931;;; Generated autoloads from thingatpt.el 13995;;; Generated autoloads from thingatpt.el
13932 13996
13933(autoload (quote forward-thing) "thingatpt" "\ 13997(autoload (quote forward-thing) "thingatpt" "\
@@ -13954,6 +14018,14 @@ Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
13954See the file `thingatpt.el' for documentation on how to define 14018See the file `thingatpt.el' for documentation on how to define
13955a symbol as a valid THING." nil nil) 14019a symbol as a valid THING." nil nil)
13956 14020
14021(autoload (quote sexp-at-point) "thingatpt" nil nil nil)
14022
14023(autoload (quote symbol-at-point) "thingatpt" nil nil nil)
14024
14025(autoload (quote number-at-point) "thingatpt" nil nil nil)
14026
14027(autoload (quote list-at-point) "thingatpt" nil nil nil)
14028
13957;;;*** 14029;;;***
13958 14030
13959;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion 14031;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion
@@ -14023,7 +14095,7 @@ This function performs no refilling of the changed text." t nil)
14023;;;*** 14095;;;***
14024 14096
14025;;;### (autoloads (display-time-mode display-time display-time-day-and-date 14097;;;### (autoloads (display-time-mode display-time display-time-day-and-date
14026;;;;;; display-time-mode) "time" "time.el" (14454 121)) 14098;;;;;; display-time-mode) "time" "time.el" (14495 17997))
14027;;; Generated autoloads from time.el 14099;;; Generated autoloads from time.el
14028 14100
14029(defvar display-time-mode nil "\ 14101(defvar display-time-mode nil "\
@@ -14195,7 +14267,7 @@ Its value should be an event that has a binding in MENU." nil nil)
14195;;;*** 14267;;;***
14196 14268
14197;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 14269;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
14198;;;;;; (14268 20081)) 14270;;;;;; (14495 17998))
14199;;; Generated autoloads from tooltip.el 14271;;; Generated autoloads from tooltip.el
14200 14272
14201(autoload (quote tooltip-mode) "tooltip" "\ 14273(autoload (quote tooltip-mode) "tooltip" "\
@@ -15061,8 +15133,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
15061 15133
15062;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 15134;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
15063;;;;;; view-buffer-other-window view-buffer view-file-other-frame 15135;;;;;; view-buffer-other-window view-buffer view-file-other-frame
15064;;;;;; view-file-other-window view-file) "view" "view.el" (14256 15136;;;;;; view-file-other-window view-file) "view" "view.el" (14485
15065;;;;;; 21984)) 15137;;;;;; 65350))
15066;;; Generated autoloads from view.el 15138;;; Generated autoloads from view.el
15067 15139
15068(defvar view-mode nil "\ 15140(defvar view-mode nil "\
@@ -15150,7 +15222,7 @@ Use this argument instead of explicitly setting `view-exit-action'." t nil)
15150 15222
15151(autoload (quote view-mode) "view" "\ 15223(autoload (quote view-mode) "view" "\
15152Toggle View mode, a minor mode for viewing text but not editing it. 15224Toggle View mode, a minor mode for viewing text but not editing it.
15153With arg, turn View mode on iff arg is positive. 15225With ARG, turn View mode on iff ARG is positive.
15154 15226
15155Emacs commands that do not change the buffer contents are available as usual. 15227Emacs commands that do not change the buffer contents are available as usual.
15156Kill commands insert text in kill buffers but do not delete. Other commands 15228Kill commands insert text in kill buffers but do not delete. Other commands
@@ -15169,14 +15241,18 @@ Digits provide prefix arguments.
15169\\[beginning-of-buffer] move to the beginning of buffer. 15241\\[beginning-of-buffer] move to the beginning of buffer.
15170> move to the end of buffer. 15242> move to the end of buffer.
15171\\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window. 15243\\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
15172SPC scroll forward prefix (default \"page size\") lines. 15244SPC scroll forward \"page size\" lines.
15173DEL scroll backward prefix (default \"page size\") lines. 15245 With prefix scroll forward prefix lines.
15174\\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] except prefix sets \"page size\". 15246DEL scroll backward \"page size\" lines.
15175\\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] except prefix sets \"page size\". 15247 With prefix scroll backward prefix lines.
15176\\[View-scroll-half-page-forward] scroll forward (and if prefix set) \"half page size\" lines. 15248\\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
15177\\[View-scroll-half-page-backward] scroll backward (and if prefix set) \"half page size\" lines. 15249\\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
15178RET, LFD scroll forward prefix (default one) line(s). 15250\\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
15179y scroll backward prefix (default one) line(s). 15251 \"half page size\" to prefix lines and scrolls forward that much.
15252\\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
15253 \"half page size\" to prefix lines and scrolls backward that much.
15254RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
15255y scroll backward one line. With prefix scroll backward prefix line(s).
15180\\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward. 15256\\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
15181 Use this to view a changing file. 15257 Use this to view a changing file.
15182\\[what-line] prints the current line number. 15258\\[what-line] prints the current line number.
@@ -15208,12 +15284,12 @@ p searches backward for last regular expression.
15208\\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. 15284\\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
15209 15285
15210The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was 15286The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
15211entered by view-file, view-file-other-window or view-file-other-frame (\\[view-file], 15287entered by view-file, view-file-other-window or view-file-other-frame
15212\\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will try to kill the 15288\(\\[view-file], \\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will
15213current buffer. If view-mode was entered from another buffer as is done by 15289try to kill the current buffer. If view-mode was entered from another buffer
15214View-buffer, View-buffer-other-window, View-buffer-other frame, View-file, 15290as is done by View-buffer, View-buffer-other-window, View-buffer-other frame,
15215View-file-other-window or View-file-other-frame then \\[view-leave] , \\[view-quit] and \\[view-kill-and-leave] will return 15291View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave]
15216to that buffer. 15292will return to that buffer.
15217 15293
15218Entry to view-mode runs the normal hook `view-mode-hook'." t nil) 15294Entry to view-mode runs the normal hook `view-mode-hook'." t nil)
15219 15295
@@ -15234,7 +15310,7 @@ OLD-BUF-INFO tells what to do with WINDOW when exiting. It is one of:
152342) t Delete WINDOW or, if it is the only window, its frame. 153102) t Delete WINDOW or, if it is the only window, its frame.
152353) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text 153113) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text
15236 starting at START and point at POINT in WINDOW. 15312 starting at START and point at POINT in WINDOW.
152374) quit-window Do quit-window in WINDOW. 153134) quit-window Do `quit-window' in WINDOW.
15238 15314
15239For list of all View commands, type H or h while viewing. 15315For list of all View commands, type H or h while viewing.
15240 15316
@@ -15254,7 +15330,7 @@ Turn on VIP emulation of VI." t nil)
15254;;;*** 15330;;;***
15255 15331
15256;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 15332;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
15257;;;;;; (14367 2196)) 15333;;;;;; (14522 27540))
15258;;; Generated autoloads from emulation/viper.el 15334;;; Generated autoloads from emulation/viper.el
15259 15335
15260(autoload (quote toggle-viper-mode) "viper" "\ 15336(autoload (quote toggle-viper-mode) "viper" "\
@@ -15307,7 +15383,7 @@ and off otherwise." t nil)
15307 15383
15308;;;### (autoloads (whitespace-describe whitespace-cleanup-region 15384;;;### (autoloads (whitespace-describe whitespace-cleanup-region
15309;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 15385;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
15310;;;;;; "whitespace.el" (14364 19064)) 15386;;;;;; "whitespace.el" (14495 17999))
15311;;; Generated autoloads from whitespace.el 15387;;; Generated autoloads from whitespace.el
15312 15388
15313(autoload (quote whitespace-buffer) "whitespace" "\ 15389(autoload (quote whitespace-buffer) "whitespace" "\
@@ -15410,7 +15486,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
15410;;;*** 15486;;;***
15411 15487
15412;;;### (autoloads (widget-delete widget-create widget-prompt-value) 15488;;;### (autoloads (widget-delete widget-create widget-prompt-value)
15413;;;;;; "wid-edit" "wid-edit.el" (14375 20322)) 15489;;;;;; "wid-edit" "wid-edit.el" (14508 6458))
15414;;; Generated autoloads from wid-edit.el 15490;;; Generated autoloads from wid-edit.el
15415 15491
15416(autoload (quote widget-prompt-value) "wid-edit" "\ 15492(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -15428,7 +15504,7 @@ Delete WIDGET." nil nil)
15428 15504
15429;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 15505;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
15430;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (14485 15506;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (14485
15431;;;;;; 64019)) 15507;;;;;; 64331))
15432;;; Generated autoloads from windmove.el 15508;;; Generated autoloads from windmove.el
15433 15509
15434(autoload (quote windmove-left) "windmove" "\ 15510(autoload (quote windmove-left) "windmove" "\
@@ -15580,8 +15656,8 @@ The key bindings are:
15580 15656
15581;;;*** 15657;;;***
15582 15658
15583;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (13929 15659;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (14516
15584;;;;;; 31250)) 15660;;;;;; 149))
15585;;; Generated autoloads from xt-mouse.el 15661;;; Generated autoloads from xt-mouse.el
15586 15662
15587(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 15663(autoload (quote xterm-mouse-mode) "xt-mouse" "\