summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2012-09-30 22:34:02 -0500
committerKarl Fogel <kfogel@red-bean.com>2012-09-30 22:34:02 -0500
commit9267dbfd62dee0795d76e4865b018a5263864d3c (patch)
tree903535ef22ae02fbcc36b34b19c85104b2d203a9 /lisp/bookmark.el
parent16ce6ccd816c3d8c9d3a89455d321b352227df0f (diff)
downloademacs-9267dbfd62dee0795d76e4865b018a5263864d3c.tar.gz
Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean.com.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 7470f7bd62c..3259d6283f9 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -106,7 +106,7 @@ just use the value of `version-control'."
: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)