From 9267dbfd62dee0795d76e4865b018a5263864d3c Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Sun, 30 Sep 2012 22:34:02 -0500 Subject: [PATCH] Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean.com. --- lisp/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2