From: Karl Fogel Date: Mon, 1 Oct 2012 03:34:02 +0000 (-0500) Subject: Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean... X-Git-Tag: emacs-24.2.90~241^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9267dbfd62dee0795d76e4865b018a5263864d3c;p=emacs.git Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@red-bean.com. --- 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)