aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2011-04-08 14:53:26 -0400
committerChong Yidong2011-04-08 14:53:26 -0400
commit6b8bc570715801cb194dc4273370eab87628e8bf (patch)
tree01e4531fd38069dffbfb0150a2a596ddd8de2bd2 /lisp
parent3726838a9cca22d420036cd2462398f54318f5d5 (diff)
parent0080dc6bd919f83c036bb6072800032b1723b248 (diff)
downloademacs-6b8bc570715801cb194dc4273370eab87628e8bf.tar.gz
emacs-6b8bc570715801cb194dc4273370eab87628e8bf.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc/vc-annotate.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d93dd27477a..551e12f94ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-03-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
4 Fix typo in docstring.
5
12011-04-08 Eli Zaretskii <eliz@gnu.org> 62011-04-08 Eli Zaretskii <eliz@gnu.org>
2 7
3 * simple.el (list-processes): If async subprocesses are not 8 * simple.el (list-processes): If async subprocesses are not
diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el
index 479dbb5caea..271fce12429 100644
--- a/lisp/vc/vc-annotate.el
+++ b/lisp/vc/vc-annotate.el
@@ -489,7 +489,7 @@ Return a cons (REV . FILENAME)."
489 "Visit the log of the revision at line. 489 "Visit the log of the revision at line.
490If the VC backend supports it, only show the log entry for the revision. 490If the VC backend supports it, only show the log entry for the revision.
491If a *vc-change-log* buffer exists and already shows a log for 491If a *vc-change-log* buffer exists and already shows a log for
492the file in question, search for the log entry required and move point ." 492the file in question, search for the log entry required and move point."
493 (interactive) 493 (interactive)
494 (if (not (equal major-mode 'vc-annotate-mode)) 494 (if (not (equal major-mode 'vc-annotate-mode))
495 (message "Cannot be invoked outside of a vc annotate buffer") 495 (message "Cannot be invoked outside of a vc annotate buffer")