aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2010-04-02 21:54:24 -0400
committerStefan Monnier2010-04-02 21:54:24 -0400
commit2912322b80f7db17e3aefd58884056f99f1024e6 (patch)
tree2dc8988120a3aaedc331c4b4d92021277f05a07b /lisp
parenta568f507d1a646c351e1eda0266378316493ab11 (diff)
parentd86d8ea85a165558eb06fe16ffdf24c06886e7b4 (diff)
downloademacs-2912322b80f7db17e3aefd58884056f99f1024e6.tar.gz
emacs-2912322b80f7db17e3aefd58884056f99f1024e6.zip
Merge from emacs-23
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog28
-rw-r--r--lisp/cedet/semantic/db-find.el2
-rw-r--r--lisp/cedet/semantic/imenu.el8
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/mm-uu.el6
-rw-r--r--lisp/ldefs-boot.el221
6 files changed, 243 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83f666881d6..2b77770180d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-04-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4 (semantic-create-imenu-directory-index): Fix typos in docstrings.
5 (semantic-imenu-goto-function): Reflow docstring.
6
12010-04-02 Juri Linkov <juri@jurta.org> 72010-04-02 Juri Linkov <juri@jurta.org>
2 8
3 * ehelp.el (electric-help-orig-major-mode): 9 * ehelp.el (electric-help-orig-major-mode):
@@ -3881,7 +3887,7 @@
3881 * bookmark.el: Formatting and doc fixes only: 3887 * bookmark.el: Formatting and doc fixes only:
3882 (bookmark-search-delay): Shorten doc string to fit in 80 columns. 3888 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3883 (bookmark-bmenu-search): Wrap to fit within 80 columns. 3889 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3884 Minor grammar and punctuation fixes in doc string. 3890 Minor grammar and punctuation fixes in doc string.
3885 (bookmark-read-search-input): Adjust to fit within 80 columns. 3891 (bookmark-read-search-input): Adjust to fit within 80 columns.
3886 3892
38872009-11-20 Tassilo Horn <tassilo@member.fsf.org> 38932009-11-20 Tassilo Horn <tassilo@member.fsf.org>
@@ -6636,12 +6642,12 @@
66362009-10-05 Karl Fogel <kfogel@red-bean.com> 66422009-10-05 Karl Fogel <kfogel@red-bean.com>
6637 6643
6638 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file, 6644 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6639 don't do anything related to relocating, just return nil. 6645 don't do anything related to relocating, just return nil.
6640 (bookmark-error-no-filename): New error. 6646 (bookmark-error-no-filename): New error.
6641 (bookmark-default-handler): Signal `bookmark-error-no-filename' if 6647 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6642 bookmark has no file. Don't even attempt to handle things that 6648 bookmark has no file. Don't even attempt to handle things that
6643 are not files; the whole point of custom handlers is to keep that 6649 are not files; the whole point of custom handlers is to keep that
6644 knowledge elsewhere anyway. Tighten some comments. 6650 knowledge elsewhere anyway. Tighten some comments.
6645 (bookmark-file-or-variation-thereof): Remove now-unused function. 6651 (bookmark-file-or-variation-thereof): Remove now-unused function.
6646 (bookmark-location): Doc string fix. 6652 (bookmark-location): Doc string fix.
6647 (Bug#4250) 6653 (Bug#4250)
@@ -6671,8 +6677,8 @@
6671 (bookmark-relocate, bookmark-insert-location, bookmark-rename) 6677 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6672 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p) 6678 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6673 (bookmark-edit-annotation-mode, bookmark-edit-annotation): 6679 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6674 Improve doc strings to say whether bookmark can be a string or 6680 Improve doc strings to say whether bookmark can be a string or
6675 a record or both, and make other consistency and clarity fixes. 6681 a record or both, and make other consistency and clarity fixes.
6676 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file) 6682 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6677 (bookmark-default-annotation-text, bookmark-yank-word) 6683 (bookmark-default-annotation-text, bookmark-yank-word)
6678 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist) 6684 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
@@ -6680,12 +6686,12 @@
6680 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) 6686 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6681 (bookmark-bmenu-bookmark): Give these doc strings. 6687 (bookmark-bmenu-bookmark): Give these doc strings.
6682 (bookmark-bmenu-check-position): Give this a doc string, but also 6688 (bookmark-bmenu-check-position): Give this a doc string, but also
6683 add a FIXME comment about how the function may be pointless. 6689 add a FIXME comment about how the function may be pointless.
6684 (bookmark-default-handler): Rework doc string and change a 6690 (bookmark-default-handler): Rework doc string and change a
6685 parameter name, to clarify that this takes a bookmark record 6691 parameter name, to clarify that this takes a bookmark record
6686 not a bookmark name. 6692 not a bookmark name.
6687 (bookmark-set): Change a parameter name to indicate its meaning, 6693 (bookmark-set): Change a parameter name to indicate its meaning,
6688 and improve the doc string a bit. 6694 and improve the doc string a bit.
6689 (Bug#4188) 6695 (Bug#4188)
6690 6696
66912009-10-04 Karl Fogel <kfogel@red-bean.com> 66972009-10-04 Karl Fogel <kfogel@red-bean.com>
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el
index 754ba231c37..4c2626ca8bd 100644
--- a/lisp/cedet/semantic/db-find.el
+++ b/lisp/cedet/semantic/db-find.el
@@ -774,7 +774,7 @@ Examines the variable `semanticdb-find-lost-includes'."
774 (buffer-name)) 774 (buffer-name))
775 775
776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") 776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*")
777 (data-debug-insert-tag-list lost "*") 777 ;; (data-debug-insert-tag-list lost "*")
778 ))) 778 )))
779 779
780(defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) 780(defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext)
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el
index 3c73b893925..9ce986553aa 100644
--- a/lisp/cedet/semantic/imenu.el
+++ b/lisp/cedet/semantic/imenu.el
@@ -95,7 +95,7 @@ This option is ignored if `semantic-imenu-bucketize-file' is nil."
95 95
96(defcustom semantic-imenu-bucketize-type-members t 96(defcustom semantic-imenu-bucketize-type-members t
97 "*Non-nil if members of a type should be grouped into buckets. 97 "*Non-nil if members of a type should be grouped into buckets.
98nil means to keep them in the same order. 98A nil value means to keep them in the same order.
99Overriden to nil if `semantic-imenu-bucketize-file' is nil." 99Overriden to nil if `semantic-imenu-bucketize-file' is nil."
100 :group 'semantic-imenu 100 :group 'semantic-imenu
101 :type 'boolean) 101 :type 'boolean)
@@ -167,8 +167,8 @@ concoct a combination of file name, and position."
167 167
168(defun semantic-imenu-goto-function (name position &optional rest) 168(defun semantic-imenu-goto-function (name position &optional rest)
169 "Move point associated with NAME to POSITION. 169 "Move point associated with NAME to POSITION.
170Used to override function `imenu-default-goto-function' so that we can continue 170Used to override function `imenu-default-goto-function' so that
171to use overlays to maintain the current position. 171we can continue to use overlays to maintain the current position.
172Optional argument REST is some extra stuff." 172Optional argument REST is some extra stuff."
173 (require 'pulse) 173 (require 'pulse)
174 (if (semantic-overlay-p position) 174 (if (semantic-overlay-p position)
@@ -249,7 +249,7 @@ Optional argument STREAM is an optional stream of tags used to create menus."
249 'semantic-imenu-flush-fcn nil t))) 249 'semantic-imenu-flush-fcn nil t)))
250 250
251(defun semantic-create-imenu-directory-index (&optional stream) 251(defun semantic-create-imenu-directory-index (&optional stream)
252 "Create an IMENU tag index based on all files active in semanticdb. 252 "Create an imenu tag index based on all files active in semanticdb.
253Optional argument STREAM is the stream of tags for the current buffer." 253Optional argument STREAM is the stream of tags for the current buffer."
254 (if (not semanticdb-current-database) 254 (if (not semanticdb-current-database)
255 (semantic-create-imenu-index-1 stream nil) 255 (semantic-create-imenu-index-1 stream nil)
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index afdde02dfd9..e418c5f9f5a 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12010-04-01 Andreas Schwab <schwab@linux-m68k.org>
2
3 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4 if set.
5
12010-03-31 Katsumi Yamaoka <yamaoka@jpl.org> 62010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from 8 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el
index c690713ef14..5ae9205e2f0 100644
--- a/lisp/gnus/mm-uu.el
+++ b/lisp/gnus/mm-uu.el
@@ -486,9 +486,11 @@ apply the face `mm-uu-extract'."
486 (if (mm-uu-pgp-signed-test) 486 (if (mm-uu-pgp-signed-test)
487 (progn 487 (progn
488 (mml2015-clean-buffer) 488 (mml2015-clean-buffer)
489 (let ((coding-system-for-write (or gnus-newsgroup-charset 489 (let ((coding-system-for-write (or buffer-file-coding-system
490 gnus-newsgroup-charset
490 'iso-8859-1)) 491 'iso-8859-1))
491 (coding-system-for-read (or gnus-newsgroup-charset 492 (coding-system-for-read (or buffer-file-coding-system
493 gnus-newsgroup-charset
492 'iso-8859-1))) 494 'iso-8859-1)))
493 (funcall (mml2015-clear-verify-function)))) 495 (funcall (mml2015-clear-verify-function))))
494 (when (and mml2015-use (null (mml2015-clear-verify-function))) 496 (when (and mml2015-use (null (mml2015-clear-verify-function)))
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 493f1a7b577..de72b92eb07 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1319,7 +1319,7 @@ Selecting operation
1319 1319
1320Variables 1320Variables
1321 1321
1322 This is a brief overview of the different varaibles. For more info, 1322 This is a brief overview of the different variables. For more info,
1323 see the documentation for the variables (type \\[describe-variable] <variable> RET). 1323 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1324 1324
1325 artist-rubber-banding Interactively do rubber-banding or not 1325 artist-rubber-banding Interactively do rubber-banding or not
@@ -10464,7 +10464,13 @@ Turn flymake mode off.
10464 10464
10465;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10465;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10466;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10466;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10467<<<<<<< TREE
10467;;;;;; "flyspell" "textmodes/flyspell.el" (19370 36541)) 10468;;;;;; "flyspell" "textmodes/flyspell.el" (19370 36541))
10469||||||| BASE-REVISION
10470;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362))
10471=======
10472;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847))
10473>>>>>>> MERGE-SOURCE
10468;;; Generated autoloads from textmodes/flyspell.el 10474;;; Generated autoloads from textmodes/flyspell.el
10469 10475
10470(autoload 'flyspell-prog-mode "flyspell" "\ 10476(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10786,6 +10792,7 @@ and choose the directory as the fortune-file.
10786 10792
10787;;;*** 10793;;;***
10788 10794
10795<<<<<<< TREE
10789;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" 10796;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
10790;;;;;; (19375 49830)) 10797;;;;;; (19375 49830))
10791;;; Generated autoloads from progmodes/gdb-mi.el 10798;;; Generated autoloads from progmodes/gdb-mi.el
@@ -10796,6 +10803,19 @@ Non-nil means record the process input and output in `gdb-debug-log'.")
10796(custom-autoload 'gdb-enable-debug "gdb-mi" t) 10803(custom-autoload 'gdb-enable-debug "gdb-mi" t)
10797 10804
10798(autoload 'gdb "gdb-mi" "\ 10805(autoload 'gdb "gdb-mi" "\
10806||||||| BASE-REVISION
10807;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10808;;;;;; (19352 21362))
10809;;; Generated autoloads from progmodes/gdb-ui.el
10810
10811(autoload 'gdb "gdb-ui" "\
10812=======
10813;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10814;;;;;; (19372 60979))
10815;;; Generated autoloads from progmodes/gdb-ui.el
10816
10817(autoload 'gdb "gdb-ui" "\
10818>>>>>>> MERGE-SOURCE
10799Run gdb on program FILE in buffer *gud-FILE*. 10819Run gdb on program FILE in buffer *gud-FILE*.
10800The directory containing FILE becomes the initial working directory 10820The directory containing FILE becomes the initial working directory
10801and source-file directory for your debugger. 10821and source-file directory for your debugger.
@@ -13649,8 +13669,16 @@ The main features of this mode are
13649;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13669;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13650;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13670;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13651;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13671;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13672<<<<<<< TREE
13652;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19292 13673;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19292
13653;;;;;; 15231)) 13674;;;;;; 15231))
13675||||||| BASE-REVISION
13676;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352
13677;;;;;; 21354))
13678=======
13679;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355
13680;;;;;; 62587))
13681>>>>>>> MERGE-SOURCE
13654;;; Generated autoloads from ido.el 13682;;; Generated autoloads from ido.el
13655 13683
13656(defvar ido-mode nil "\ 13684(defvar ido-mode nil "\
@@ -14142,7 +14170,13 @@ Images should not be larger than specified by `max-image-size'.
14142;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14170;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14143;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14171;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14144;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14172;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14173<<<<<<< TREE
14145;;;;;; "image-dired" "image-dired.el" (19370 36540)) 14174;;;;;; "image-dired" "image-dired.el" (19370 36540))
14175||||||| BASE-REVISION
14176;;;;;; "image-dired" "image-dired.el" (19352 21354))
14177=======
14178;;;;;; "image-dired" "image-dired.el" (19367 42949))
14179>>>>>>> MERGE-SOURCE
14146;;; Generated autoloads from image-dired.el 14180;;; Generated autoloads from image-dired.el
14147 14181
14148(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14182(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -15394,7 +15428,13 @@ by `jka-compr-installed'.
15394 15428
15395;;;*** 15429;;;***
15396 15430
15431<<<<<<< TREE
15397;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19279 5151)) 15432;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19279 5151))
15433||||||| BASE-REVISION
15434;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355))
15435=======
15436;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608))
15437>>>>>>> MERGE-SOURCE
15398;;; Generated autoloads from progmodes/js.el 15438;;; Generated autoloads from progmodes/js.el
15399 15439
15400(autoload 'js-mode "js" "\ 15440(autoload 'js-mode "js" "\
@@ -16503,7 +16543,13 @@ The mail client is taken to be the handler of mailto URLs.
16503 16543
16504;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16544;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16505;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16545;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16546<<<<<<< TREE
16506;;;;;; "make-mode" "progmodes/make-mode.el" (19372 27330)) 16547;;;;;; "make-mode" "progmodes/make-mode.el" (19372 27330))
16548||||||| BASE-REVISION
16549;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355))
16550=======
16551;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152))
16552>>>>>>> MERGE-SOURCE
16507;;; Generated autoloads from progmodes/make-mode.el 16553;;; Generated autoloads from progmodes/make-mode.el
16508 16554
16509(autoload 'makefile-mode "make-mode" "\ 16555(autoload 'makefile-mode "make-mode" "\
@@ -16735,7 +16781,13 @@ Returns non-nil if the new state is enabled.
16735;;;;;; message-forward-make-body message-forward message-recover 16781;;;;;; message-forward-make-body message-forward message-recover
16736;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16782;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16737;;;;;; message-reply message-news message-mail message-mode) "message" 16783;;;;;; message-reply message-news message-mail message-mode) "message"
16784<<<<<<< TREE
16738;;;;;; "gnus/message.el" (19370 36541)) 16785;;;;;; "gnus/message.el" (19370 36541))
16786||||||| BASE-REVISION
16787;;;;;; "gnus/message.el" (19352 21361))
16788=======
16789;;;;;; "gnus/message.el" (19374 17766))
16790>>>>>>> MERGE-SOURCE
16739;;; Generated autoloads from gnus/message.el 16791;;; Generated autoloads from gnus/message.el
16740 16792
16741(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16793(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17381,7 +17433,13 @@ Insert file contents of URL using `mm-url-program'.
17381;;;*** 17433;;;***
17382 17434
17383;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17435;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17436<<<<<<< TREE
17384;;;;;; "gnus/mm-uu.el" (19279 5150)) 17437;;;;;; "gnus/mm-uu.el" (19279 5150))
17438||||||| BASE-REVISION
17439;;;;;; "gnus/mm-uu.el" (19352 21355))
17440=======
17441;;;;;; "gnus/mm-uu.el" (19382 2266))
17442>>>>>>> MERGE-SOURCE
17385;;; Generated autoloads from gnus/mm-uu.el 17443;;; Generated autoloads from gnus/mm-uu.el
17386 17444
17387(autoload 'mm-uu-dissect "mm-uu" "\ 17445(autoload 'mm-uu-dissect "mm-uu" "\
@@ -22607,8 +22665,16 @@ of master file.
22607 22665
22608;;;*** 22666;;;***
22609 22667
22668<<<<<<< TREE
22610;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19370 22669;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19370
22611;;;;;; 36541)) 22670;;;;;; 36541))
22671||||||| BASE-REVISION
22672;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352
22673;;;;;; 21358))
22674=======
22675;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367
22676;;;;;; 42950))
22677>>>>>>> MERGE-SOURCE
22612;;; Generated autoloads from textmodes/reftex-vars.el 22678;;; Generated autoloads from textmodes/reftex-vars.el
22613(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22679(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22614(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22680(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22860,8 +22926,16 @@ variable.
22860;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22926;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22861;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22927;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22862;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22928;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22929<<<<<<< TREE
22863;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19370 22930;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19370
22864;;;;;; 36541)) 22931;;;;;; 36541))
22932||||||| BASE-REVISION
22933;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352
22934;;;;;; 21360))
22935=======
22936;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363
22937;;;;;; 36802))
22938>>>>>>> MERGE-SOURCE
22865;;; Generated autoloads from mail/rmail.el 22939;;; Generated autoloads from mail/rmail.el
22866 22940
22867(autoload 'rmail-movemail-variant-p "rmail" "\ 22941(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23828,7 +23902,13 @@ Semantic mode.
23828;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23902;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23829;;;;;; mail-header-separator send-mail-function mail-interactive 23903;;;;;; mail-header-separator send-mail-function mail-interactive
23830;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23904;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23905<<<<<<< TREE
23831;;;;;; "sendmail" "mail/sendmail.el" (19338 9841)) 23906;;;;;; "sendmail" "mail/sendmail.el" (19338 9841))
23907||||||| BASE-REVISION
23908;;;;;; "sendmail" "mail/sendmail.el" (19352 21361))
23909=======
23910;;;;;; "sendmail" "mail/sendmail.el" (19374 15070))
23911>>>>>>> MERGE-SOURCE
23832;;; Generated autoloads from mail/sendmail.el 23912;;; Generated autoloads from mail/sendmail.el
23833 23913
23834(defvar mail-from-style 'default "\ 23914(defvar mail-from-style 'default "\
@@ -23982,9 +24062,11 @@ File containing the text inserted at end of mail buffer.")
23982(custom-autoload 'mail-signature-file "sendmail" t) 24062(custom-autoload 'mail-signature-file "sendmail" t)
23983 24063
23984(defvar mail-default-directory (purecopy "~/") "\ 24064(defvar mail-default-directory (purecopy "~/") "\
23985Directory for mail buffers. 24065Value of `default-directory' for Mail mode buffers.
23986Value of `default-directory' for mail buffers. 24066This directory is used for auto-save files of Mail mode buffers.
23987This directory is used for auto-save files of mail buffers.") 24067
24068Note that Message mode does not use this variable; it auto-saves
24069in `message-auto-save-directory'.")
23988 24070
23989(custom-autoload 'mail-default-directory "sendmail" t) 24071(custom-autoload 'mail-default-directory "sendmail" t)
23990 24072
@@ -24705,7 +24787,13 @@ If no conflict maker is found, turn off `smerge-mode'.
24705;;;*** 24787;;;***
24706 24788
24707;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24789;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24790<<<<<<< TREE
24708;;;;;; (19370 36541)) 24791;;;;;; (19370 36541))
24792||||||| BASE-REVISION
24793;;;;;; (19352 21358))
24794=======
24795;;;;;; (19367 42950))
24796>>>>>>> MERGE-SOURCE
24709;;; Generated autoloads from gnus/smiley.el 24797;;; Generated autoloads from gnus/smiley.el
24710 24798
24711(autoload 'smiley-region "smiley" "\ 24799(autoload 'smiley-region "smiley" "\
@@ -26723,7 +26811,13 @@ tetris-mode keybindings:
26723;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26811;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26724;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26812;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26725;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26813;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26814<<<<<<< TREE
26726;;;;;; (19323 49698)) 26815;;;;;; (19323 49698))
26816||||||| BASE-REVISION
26817;;;;;; (19352 21363))
26818=======
26819;;;;;; (19371 46148))
26820>>>>>>> MERGE-SOURCE
26727;;; Generated autoloads from textmodes/tex-mode.el 26821;;; Generated autoloads from textmodes/tex-mode.el
26728 26822
26729(defvar tex-shell-file-name nil "\ 26823(defvar tex-shell-file-name nil "\
@@ -27718,7 +27812,13 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27718;;;*** 27812;;;***
27719 27813
27720;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27814;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27815<<<<<<< TREE
27721;;;;;; "tmm.el" (19279 5148)) 27816;;;;;; "tmm.el" (19279 5148))
27817||||||| BASE-REVISION
27818;;;;;; "tmm.el" (19352 21359))
27819=======
27820;;;;;; "tmm.el" (19376 53416))
27821>>>>>>> MERGE-SOURCE
27722;;; Generated autoloads from tmm.el 27822;;; Generated autoloads from tmm.el
27723 (define-key global-map "\M-`" 'tmm-menubar) 27823 (define-key global-map "\M-`" 'tmm-menubar)
27724 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27824 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27968,7 +28068,13 @@ to a tcp server on another machine.
27968;;;*** 28068;;;***
27969 28069
27970;;;### (autoloads (trace-function-background trace-function trace-buffer) 28070;;;### (autoloads (trace-function-background trace-function trace-buffer)
28071<<<<<<< TREE
27971;;;;;; "trace" "emacs-lisp/trace.el" (19370 36541)) 28072;;;;;; "trace" "emacs-lisp/trace.el" (19370 36541))
28073||||||| BASE-REVISION
28074;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359))
28075=======
28076;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950))
28077>>>>>>> MERGE-SOURCE
27972;;; Generated autoloads from emacs-lisp/trace.el 28078;;; Generated autoloads from emacs-lisp/trace.el
27973 28079
27974(defvar trace-buffer (purecopy "*trace-output*") "\ 28080(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -28005,7 +28111,13 @@ BUFFER defaults to `trace-buffer'.
28005;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 28111;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28006;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 28112;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28007;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 28113;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28114<<<<<<< TREE
28008;;;;;; "net/tramp.el" (19370 36541)) 28115;;;;;; "net/tramp.el" (19370 36541))
28116||||||| BASE-REVISION
28117;;;;;; "net/tramp.el" (19352 21361))
28118=======
28119;;;;;; "net/tramp.el" (19356 59749))
28120>>>>>>> MERGE-SOURCE
28009;;; Generated autoloads from net/tramp.el 28121;;; Generated autoloads from net/tramp.el
28010 28122
28011(defvar tramp-mode t "\ 28123(defvar tramp-mode t "\
@@ -29228,7 +29340,13 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29228;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29340;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29229;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29341;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29230;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29342;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29343<<<<<<< TREE
29231;;;;;; "vc" "vc.el" (19370 36540)) 29344;;;;;; "vc" "vc.el" (19370 36540))
29345||||||| BASE-REVISION
29346;;;;;; "vc" "vc.el" (19352 21359))
29347=======
29348;;;;;; "vc" "vc.el" (19371 62620))
29349>>>>>>> MERGE-SOURCE
29232;;; Generated autoloads from vc.el 29350;;; Generated autoloads from vc.el
29233 29351
29234(defvar vc-checkout-hook nil "\ 29352(defvar vc-checkout-hook nil "\
@@ -29315,9 +29433,10 @@ saving the buffer.
29315\(fn HISTORIC &optional NOT-URGENT)" t nil) 29433\(fn HISTORIC &optional NOT-URGENT)" t nil)
29316 29434
29317(autoload 'vc-root-diff "vc" "\ 29435(autoload 'vc-root-diff "vc" "\
29318Display diffs between file revisions. 29436Display diffs between VC-controlled whole tree revisions.
29319Normally this compares the currently selected fileset with their 29437Normally, this compares the tree corresponding to the current
29320working revisions. With a prefix argument HISTORIC, it reads two revision 29438fileset with the working revision.
29439With a prefix argument HISTORIC, prompt for two revision
29321designators specifying which revisions to compare. 29440designators specifying which revisions to compare.
29322 29441
29323The optional argument NOT-URGENT non-nil means it is ok to say no to 29442The optional argument NOT-URGENT non-nil means it is ok to say no to
@@ -29372,12 +29491,20 @@ allowed and simply skipped).
29372 29491
29373(autoload 'vc-print-log "vc" "\ 29492(autoload 'vc-print-log "vc" "\
29374List the change log of the current fileset in a window. 29493List the change log of the current fileset in a window.
29375If WORKING-REVISION is non-nil, leave the point at that revision. 29494If WORKING-REVISION is non-nil, leave point at that revision.
29495If LIMIT is non-nil, it should be a number specifying the maximum
29496number of revisions to show; the default is `vc-log-show-limit'.
29497
29498When called interactively with a prefix argument, prompt for
29499WORKING-REVISION and LIMIT.
29376 29500
29377\(fn &optional WORKING-REVISION LIMIT)" t nil) 29501\(fn &optional WORKING-REVISION LIMIT)" t nil)
29378 29502
29379(autoload 'vc-print-root-log "vc" "\ 29503(autoload 'vc-print-root-log "vc" "\
29380List the change log of for the current VC controlled tree in a window. 29504List the change log for the current VC controlled tree in a window.
29505If LIMIT is non-nil, it should be a number specifying the maximum
29506number of revisions to show; the default is `vc-log-show-limit'.
29507When called interactively with a prefix argument, prompt for LIMIT.
29381 29508
29382\(fn &optional LIMIT)" t nil) 29509\(fn &optional LIMIT)" t nil)
29383 29510
@@ -31480,7 +31607,13 @@ With arg, turn Winner mode on if and only if arg is positive.
31480;;;*** 31607;;;***
31481 31608
31482;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31609;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31610<<<<<<< TREE
31483;;;;;; "woman" "woman.el" (19370 36540)) 31611;;;;;; "woman" "woman.el" (19370 36540))
31612||||||| BASE-REVISION
31613;;;;;; "woman" "woman.el" (19352 21359))
31614=======
31615;;;;;; "woman" "woman.el" (19359 48737))
31616>>>>>>> MERGE-SOURCE
31484;;; Generated autoloads from woman.el 31617;;; Generated autoloads from woman.el
31485 31618
31486(defvar woman-locale nil "\ 31619(defvar woman-locale nil "\
@@ -31834,6 +31967,7 @@ Zone out, completely.
31834;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" 31967;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
31835;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 31968;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31836;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 31969;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31970<<<<<<< TREE
31837;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" 31971;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
31838;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" 31972;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el"
31839;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" 31973;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el"
@@ -31842,6 +31976,25 @@ Zone out, completely.
31842;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" 31976;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el"
31843;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" 31977;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el"
31844;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 31978;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
31979||||||| BASE-REVISION
31980;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el"
31981;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31982;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31983;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31984;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
31985;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
31986;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
31987;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
31988=======
31989;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
31990;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31991;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31992;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31993;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
31994;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
31995;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
31996;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
31997>>>>>>> MERGE-SOURCE
31845;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 31998;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
31846;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" 31999;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
31847;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 32000;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
@@ -31955,6 +32108,7 @@ Zone out, completely.
31955;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" 32108;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el"
31956;;;;;; "org/org-mhe.el" "org/org-mouse.el" "org/org-protocol.el" 32109;;;;;; "org/org-mhe.el" "org/org-mouse.el" "org/org-protocol.el"
31957;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" 32110;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-vm.el" "org/org-w3m.el"
32111<<<<<<< TREE
31958;;;;;; "org/org-wl.el" "patcomp.el" "pcvs-info.el" "pcvs-parse.el" 32112;;;;;; "org/org-wl.el" "patcomp.el" "pcvs-info.el" "pcvs-parse.el"
31959;;;;;; "pcvs-util.el" "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" 32113;;;;;; "pcvs-util.el" "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el"
31960;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 32114;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
@@ -31977,6 +32131,55 @@ Zone out, completely.
31977;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el" 32131;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc-dav.el"
31978;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" 32132;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
31979;;;;;; "w32-vars.el" "x-dnd.el") (19375 51700 955763)) 32133;;;;;; "w32-vars.el" "x-dnd.el") (19375 51700 955763))
32134||||||| BASE-REVISION
32135;;;;;; "org/org-wl.el" "password-cache.el" "patcomp.el" "pcvs-info.el"
32136;;;;;; "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" "pgg-parse.el"
32137;;;;;; "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" "play/gametree.el"
32138;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
32139;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
32140;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
32141;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
32142;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
32143;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
32144;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
32145;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
32146;;;;;; "s-region.el" "saveplace.el" "sb-image.el" "scroll-bar.el"
32147;;;;;; "select.el" "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
32148;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
32149;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
32150;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
32151;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32152;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32153;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32154;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32155;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
32156;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352
32157;;;;;; 23109 108328))
32158=======
32159;;;;;; "org/org-wl.el" "password-cache.el" "patcomp.el" "pcvs-info.el"
32160;;;;;; "pcvs-parse.el" "pcvs-util.el" "pgg-def.el" "pgg-parse.el"
32161;;;;;; "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" "play/gametree.el"
32162;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
32163;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
32164;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
32165;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
32166;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
32167;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
32168;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
32169;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
32170;;;;;; "s-region.el" "saveplace.el" "sb-image.el" "scroll-bar.el"
32171;;;;;; "select.el" "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
32172;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
32173;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
32174;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
32175;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32176;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32177;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
32178;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32179;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
32180;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382
32181;;;;;; 35538 347447))
32182>>>>>>> MERGE-SOURCE
31980 32183
31981;;;*** 32184;;;***
31982 32185