aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cedet/semantic/db-find.el2
-rw-r--r--lisp/ldefs-boot.el97
-rw-r--r--lisp/version.el2
3 files changed, 56 insertions, 45 deletions
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/ldefs-boot.el b/lisp/ldefs-boot.el
index c60b644753c..d4ccb4ceea7 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1149,8 +1149,8 @@ Entering array mode calls the function `array-mode-hook'.
1149 1149
1150;;;*** 1150;;;***
1151 1151
1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19352 1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19378
1153;;;;;; 21362)) 1153;;;;;; 33860))
1154;;; Generated autoloads from textmodes/artist.el 1154;;; Generated autoloads from textmodes/artist.el
1155 1155
1156(autoload 'artist-mode "artist" "\ 1156(autoload 'artist-mode "artist" "\
@@ -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
@@ -2963,7 +2963,7 @@ Obsoletes `c-forward-into-nomenclature'.
2963;;;*** 2963;;;***
2964 2964
2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2966;;;;;; (19352 21360)) 2966;;;;;; (19367 42950))
2967;;; Generated autoloads from progmodes/cc-engine.el 2967;;; Generated autoloads from progmodes/cc-engine.el
2968 2968
2969(autoload 'c-guess-basic-syntax "cc-engine" "\ 2969(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -4851,7 +4851,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4851;;;;;; customize-mode customize customize-save-variable customize-set-variable 4851;;;;;; customize-mode customize customize-save-variable customize-set-variable
4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4854;;;;;; (19352 21362)) 4854;;;;;; (19359 48895))
4855;;; Generated autoloads from cus-edit.el 4855;;; Generated autoloads from cus-edit.el
4856 4856
4857(defvar custom-browse-sort-alphabetically nil "\ 4857(defvar custom-browse-sort-alphabetically nil "\
@@ -5719,7 +5719,7 @@ as well as widgets, buttons, overlays, and text properties.
5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5722;;;;;; "desktop.el" (19352 21353)) 5722;;;;;; "desktop.el" (19370 51420))
5723;;; Generated autoloads from desktop.el 5723;;; Generated autoloads from desktop.el
5724 5724
5725(defvar desktop-save-mode nil "\ 5725(defvar desktop-save-mode nil "\
@@ -10459,7 +10459,7 @@ Turn flymake mode off.
10459 10459
10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10462;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362)) 10462;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847))
10463;;; Generated autoloads from textmodes/flyspell.el 10463;;; Generated autoloads from textmodes/flyspell.el
10464 10464
10465(autoload 'flyspell-prog-mode "flyspell" "\ 10465(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10782,7 +10782,7 @@ and choose the directory as the fortune-file.
10782;;;*** 10782;;;***
10783 10783
10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10785;;;;;; (19352 21362)) 10785;;;;;; (19372 60979))
10786;;; Generated autoloads from progmodes/gdb-ui.el 10786;;; Generated autoloads from progmodes/gdb-ui.el
10787 10787
10788(autoload 'gdb "gdb-ui" "\ 10788(autoload 'gdb "gdb-ui" "\
@@ -13641,8 +13641,8 @@ The main features of this mode are
13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13642;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13642;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352 13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355
13645;;;;;; 21354)) 13645;;;;;; 62587))
13646;;; Generated autoloads from ido.el 13646;;; Generated autoloads from ido.el
13647 13647
13648(defvar ido-mode nil "\ 13648(defvar ido-mode nil "\
@@ -14118,7 +14118,7 @@ Example:
14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14121;;;;;; "image-dired" "image-dired.el" (19352 21354)) 14121;;;;;; "image-dired" "image-dired.el" (19367 42949))
14122;;; Generated autoloads from image-dired.el 14122;;; Generated autoloads from image-dired.el
14123 14123
14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14160,7 +14160,7 @@ you have the dired buffer in the left window and the
14160With optional argument APPEND, append thumbnail to thumbnail buffer 14160With optional argument APPEND, append thumbnail to thumbnail buffer
14161instead of erasing it first. 14161instead of erasing it first.
14162 14162
14163Option argument DO-NOT-POP controls if `pop-to-buffer' should be 14163Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
14164used or not. If non-nil, use `display-buffer' instead of 14164used or not. If non-nil, use `display-buffer' instead of
14165`pop-to-buffer'. This is used from functions like 14165`pop-to-buffer'. This is used from functions like
14166`image-dired-next-line-and-display' and 14166`image-dired-next-line-and-display' and
@@ -15367,7 +15367,7 @@ by `jka-compr-installed'.
15367 15367
15368;;;*** 15368;;;***
15369 15369
15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355)) 15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608))
15371;;; Generated autoloads from progmodes/js.el 15371;;; Generated autoloads from progmodes/js.el
15372 15372
15373(autoload 'js-mode "js" "\ 15373(autoload 'js-mode "js" "\
@@ -16475,7 +16475,7 @@ The mail client is taken to be the handler of mailto URLs.
16475 16475
16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16478;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355)) 16478;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152))
16479;;; Generated autoloads from progmodes/make-mode.el 16479;;; Generated autoloads from progmodes/make-mode.el
16480 16480
16481(autoload 'makefile-mode "make-mode" "\ 16481(autoload 'makefile-mode "make-mode" "\
@@ -16707,7 +16707,7 @@ Returns non-nil if the new state is enabled.
16707;;;;;; message-forward-make-body message-forward message-recover 16707;;;;;; message-forward-make-body message-forward message-recover
16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16709;;;;;; message-reply message-news message-mail message-mode) "message" 16709;;;;;; message-reply message-news message-mail message-mode) "message"
16710;;;;;; "gnus/message.el" (19352 21361)) 16710;;;;;; "gnus/message.el" (19374 17766))
16711;;; Generated autoloads from gnus/message.el 16711;;; Generated autoloads from gnus/message.el
16712 16712
16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17353,7 +17353,7 @@ Insert file contents of URL using `mm-url-program'.
17353;;;*** 17353;;;***
17354 17354
17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17356;;;;;; "gnus/mm-uu.el" (19352 21355)) 17356;;;;;; "gnus/mm-uu.el" (19382 2266))
17357;;; Generated autoloads from gnus/mm-uu.el 17357;;; Generated autoloads from gnus/mm-uu.el
17358 17358
17359(autoload 'mm-uu-dissect "mm-uu" "\ 17359(autoload 'mm-uu-dissect "mm-uu" "\
@@ -22562,8 +22562,8 @@ of master file.
22562 22562
22563;;;*** 22563;;;***
22564 22564
22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352 22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367
22566;;;;;; 21358)) 22566;;;;;; 42950))
22567;;; Generated autoloads from textmodes/reftex-vars.el 22567;;; Generated autoloads from textmodes/reftex-vars.el
22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22815,8 +22815,8 @@ variable.
22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352 22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363
22819;;;;;; 21360)) 22819;;;;;; 36802))
22820;;; Generated autoloads from mail/rmail.el 22820;;; Generated autoloads from mail/rmail.el
22821 22821
22822(autoload 'rmail-movemail-variant-p "rmail" "\ 22822(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23783,7 +23783,7 @@ Semantic mode.
23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23784;;;;;; mail-header-separator send-mail-function mail-interactive 23784;;;;;; mail-header-separator send-mail-function mail-interactive
23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23786;;;;;; "sendmail" "mail/sendmail.el" (19352 21361)) 23786;;;;;; "sendmail" "mail/sendmail.el" (19374 15070))
23787;;; Generated autoloads from mail/sendmail.el 23787;;; Generated autoloads from mail/sendmail.el
23788 23788
23789(defvar mail-from-style 'default "\ 23789(defvar mail-from-style 'default "\
@@ -23937,9 +23937,11 @@ File containing the text inserted at end of mail buffer.")
23937(custom-autoload 'mail-signature-file "sendmail" t) 23937(custom-autoload 'mail-signature-file "sendmail" t)
23938 23938
23939(defvar mail-default-directory (purecopy "~/") "\ 23939(defvar mail-default-directory (purecopy "~/") "\
23940Directory for mail buffers. 23940Value of `default-directory' for Mail mode buffers.
23941Value of `default-directory' for mail buffers. 23941This directory is used for auto-save files of Mail mode buffers.
23942This directory is used for auto-save files of mail buffers.") 23942
23943Note that Message mode does not use this variable; it auto-saves
23944in `message-auto-save-directory'.")
23943 23945
23944(custom-autoload 'mail-default-directory "sendmail" t) 23946(custom-autoload 'mail-default-directory "sendmail" t)
23945 23947
@@ -24660,7 +24662,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24660;;;*** 24662;;;***
24661 24663
24662;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24664;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24663;;;;;; (19352 21358)) 24665;;;;;; (19367 42950))
24664;;; Generated autoloads from gnus/smiley.el 24666;;; Generated autoloads from gnus/smiley.el
24665 24667
24666(autoload 'smiley-region "smiley" "\ 24668(autoload 'smiley-region "smiley" "\
@@ -24670,8 +24672,8 @@ A list of images is returned.
24670\(fn START END)" t nil) 24672\(fn START END)" t nil)
24671 24673
24672(autoload 'smiley-buffer "smiley" "\ 24674(autoload 'smiley-buffer "smiley" "\
24673Run `smiley-region' at the buffer, specified in the argument or 24675Run `smiley-region' at the BUFFER, specified in the argument or
24674interactively. If there's no argument, do it at the current buffer 24676interactively. If there's no argument, do it at the current buffer.
24675 24677
24676\(fn &optional BUFFER)" t nil) 24678\(fn &optional BUFFER)" t nil)
24677 24679
@@ -26678,7 +26680,7 @@ tetris-mode keybindings:
26678;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26680;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26679;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26681;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26680;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26682;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26681;;;;;; (19352 21363)) 26683;;;;;; (19371 46148))
26682;;; Generated autoloads from textmodes/tex-mode.el 26684;;; Generated autoloads from textmodes/tex-mode.el
26683 26685
26684(defvar tex-shell-file-name nil "\ 26686(defvar tex-shell-file-name nil "\
@@ -27673,7 +27675,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27673;;;*** 27675;;;***
27674 27676
27675;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27677;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27676;;;;;; "tmm.el" (19352 21359)) 27678;;;;;; "tmm.el" (19376 53416))
27677;;; Generated autoloads from tmm.el 27679;;; Generated autoloads from tmm.el
27678 (define-key global-map "\M-`" 'tmm-menubar) 27680 (define-key global-map "\M-`" 'tmm-menubar)
27679 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27681 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27923,7 +27925,7 @@ to a tcp server on another machine.
27923;;;*** 27925;;;***
27924 27926
27925;;;### (autoloads (trace-function-background trace-function trace-buffer) 27927;;;### (autoloads (trace-function-background trace-function trace-buffer)
27926;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359)) 27928;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950))
27927;;; Generated autoloads from emacs-lisp/trace.el 27929;;; Generated autoloads from emacs-lisp/trace.el
27928 27930
27929(defvar trace-buffer (purecopy "*trace-output*") "\ 27931(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -27936,7 +27938,7 @@ Traces FUNCTION with trace output going to BUFFER.
27936For every call of FUNCTION Lisp-style trace messages that display argument 27938For every call of FUNCTION Lisp-style trace messages that display argument
27937and return values will be inserted into BUFFER. This function generates the 27939and return values will be inserted into BUFFER. This function generates the
27938trace advice for FUNCTION and activates it together with any other advice 27940trace advice for FUNCTION and activates it together with any other advice
27939there might be!! The trace BUFFER will popup whenever FUNCTION is called. 27941there might be!! The trace BUFFER will popup whenever FUNCTION is called.
27940Do not use this to trace functions that switch buffers or do any other 27942Do not use this to trace functions that switch buffers or do any other
27941display oriented stuff, use `trace-function-background' instead. 27943display oriented stuff, use `trace-function-background' instead.
27942 27944
@@ -27960,7 +27962,7 @@ BUFFER defaults to `trace-buffer'.
27960;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27962;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27961;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27963;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27962;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27964;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27963;;;;;; "net/tramp.el" (19352 21361)) 27965;;;;;; "net/tramp.el" (19356 59749))
27964;;; Generated autoloads from net/tramp.el 27966;;; Generated autoloads from net/tramp.el
27965 27967
27966(defvar tramp-mode t "\ 27968(defvar tramp-mode t "\
@@ -29183,7 +29185,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29183;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29185;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29184;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29186;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29185;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29187;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29186;;;;;; "vc" "vc.el" (19352 21359)) 29188;;;;;; "vc" "vc.el" (19371 62620))
29187;;; Generated autoloads from vc.el 29189;;; Generated autoloads from vc.el
29188 29190
29189(defvar vc-checkout-hook nil "\ 29191(defvar vc-checkout-hook nil "\
@@ -29270,9 +29272,10 @@ saving the buffer.
29270\(fn HISTORIC &optional NOT-URGENT)" t nil) 29272\(fn HISTORIC &optional NOT-URGENT)" t nil)
29271 29273
29272(autoload 'vc-root-diff "vc" "\ 29274(autoload 'vc-root-diff "vc" "\
29273Display diffs between file revisions. 29275Display diffs between VC-controlled whole tree revisions.
29274Normally this compares the currently selected fileset with their 29276Normally, this compares the tree corresponding to the current
29275working revisions. With a prefix argument HISTORIC, it reads two revision 29277fileset with the working revision.
29278With a prefix argument HISTORIC, prompt for two revision
29276designators specifying which revisions to compare. 29279designators specifying which revisions to compare.
29277 29280
29278The optional argument NOT-URGENT non-nil means it is ok to say no to 29281The optional argument NOT-URGENT non-nil means it is ok to say no to
@@ -29327,12 +29330,20 @@ allowed and simply skipped).
29327 29330
29328(autoload 'vc-print-log "vc" "\ 29331(autoload 'vc-print-log "vc" "\
29329List the change log of the current fileset in a window. 29332List the change log of the current fileset in a window.
29330If WORKING-REVISION is non-nil, leave the point at that revision. 29333If WORKING-REVISION is non-nil, leave point at that revision.
29334If LIMIT is non-nil, it should be a number specifying the maximum
29335number of revisions to show; the default is `vc-log-show-limit'.
29336
29337When called interactively with a prefix argument, prompt for
29338WORKING-REVISION and LIMIT.
29331 29339
29332\(fn &optional WORKING-REVISION LIMIT)" t nil) 29340\(fn &optional WORKING-REVISION LIMIT)" t nil)
29333 29341
29334(autoload 'vc-print-root-log "vc" "\ 29342(autoload 'vc-print-root-log "vc" "\
29335List the change log of for the current VC controlled tree in a window. 29343List the change log for the current VC controlled tree in a window.
29344If LIMIT is non-nil, it should be a number specifying the maximum
29345number of revisions to show; the default is `vc-log-show-limit'.
29346When called interactively with a prefix argument, prompt for LIMIT.
29336 29347
29337\(fn &optional LIMIT)" t nil) 29348\(fn &optional LIMIT)" t nil)
29338 29349
@@ -31435,7 +31446,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31435;;;*** 31446;;;***
31436 31447
31437;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31448;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31438;;;;;; "woman" "woman.el" (19352 21359)) 31449;;;;;; "woman" "woman.el" (19359 48737))
31439;;; Generated autoloads from woman.el 31450;;; Generated autoloads from woman.el
31440 31451
31441(defvar woman-locale nil "\ 31452(defvar woman-locale nil "\
@@ -31788,8 +31799,8 @@ Zone out, completely.
31788;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" 31799;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
31789;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 31800;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31790;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 31801;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31791;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el" 31802;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
31792;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" 31803;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31793;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" 31804;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31794;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" 31805;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31795;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" 31806;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
@@ -31928,8 +31939,8 @@ Zone out, completely.
31928;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31939;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31929;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31940;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31930;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 31941;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31931;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352 31942;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382
31932;;;;;; 23109 108328)) 31943;;;;;; 35538 347447))
31933 31944
31934;;;*** 31945;;;***
31935 31946
diff --git a/lisp/version.el b/lisp/version.el
index fbdabd571af..c5c9bfa5fb6 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.1.94" "\ 35(defconst emacs-version "23.1.95" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\