]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean...
authorKarl Fogel <kfogel@red-bean.com>
Mon, 1 Oct 2012 03:34:02 +0000 (22:34 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Mon, 1 Oct 2012 03:34:02 +0000 (22:34 -0500)
lisp/bookmark.el

index 7470f7bd62cec51819ac760d96e00052ff693201..3259d6283f91ed5fd891571081ea25f7376f41f1 100644 (file)
@@ -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)