change. Suggested by David Kastrup.
2009-12-07 Chong Yidong <cyd@stupidchicken.com>
+ * 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.
(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)