Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f82b1493
Commit
f82b1493
authored
Dec 07, 2009
by
Chong Yidong
Browse files
* vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
change. Suggested by David Kastrup.
parent
97cf5567
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/vc-bzr.el
lisp/vc-bzr.el
+1
-2
No files found.
lisp/ChangeLog
View file @
f82b1493
...
...
@@ -6,6 +6,9 @@
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.
...
...
lisp/vc-bzr.el
View file @
f82b1493
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment