From: Chong Yidong Date: Mon, 7 Dec 2009 16:18:42 +0000 (+0000) Subject: * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last X-Git-Tag: emacs-pretest-23.1.90~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f82b1493b0806914f2bf73c41166687b16ebf251;p=emacs.git * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last change. Suggested by David Kastrup. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f633d7a1275..75f5a9bbac0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,9 @@ 2009-12-07 Chong Yidong + * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last + change. Suggested by David Kastrup. + * simple.el (compose-mail): Check for incompatibilities and warn. (compose-mail-user-agent-warnings): New option. diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index ef12f19d2de..13a3eb12b16 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -579,8 +579,7 @@ property containing author and date information." (unless tag (setq tag (propertize - (concat rev " " (substring (concat author " ") - 0 7)) + (format "%s %-7.7s" rev author) 'help-echo (format "Revision: %d, author: %s, date: %s" (string-to-number rev) author date)