[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110306: Fix indentation TAB accident
From: |
Karl Fogel |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110306: Fix indentation TAB accidentally introduced in revno 110305 (address@hidden). |
Date: |
Sun, 30 Sep 2012 22:34:02 -0500 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110306
committer: Karl Fogel <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-30 22:34:02 -0500
message:
Fix indentation TAB accidentally introduced in revno 110305 (address@hidden).
modified:
lisp/bookmark.el
=== modified file 'lisp/bookmark.el'
--- a/lisp/bookmark.el 2012-10-01 03:32:06 +0000
+++ b/lisp/bookmark.el 2012-10-01 03:34:02 +0000
@@ -106,7 +106,7 @@
:type '(choice (const :tag "If existing" nil)
(const :tag "Never" never)
(const :tag "Use the value of `version-control'" nospecial)
- (const :tag "Always" t))
+ (const :tag "Always" t))
:group 'bookmark)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110306: Fix indentation TAB accidentally introduced in revno 110305 (address@hidden).,
Karl Fogel <=