From a829737e4690fcb24af4265557d65e6a02f4c53a Mon Sep 17 00:00:00 2001 From: David Maus Date: Wed, 14 Mar 2012 06:17:25 +0100 Subject: [PATCH] Remove spurious quote in customization form choice * org-attach.el (org-attach-store-link-p): Remove spurious quote in customization form choice. Glitch discovered and fix suggested by Henning Weiss in >. --- lisp/org-attach.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 0525bee61..b530a6802 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -104,7 +104,7 @@ ln create a hard link. Note that this is not supported :type '(choice (const :tag "Don't store link" nil) (const :tag "Link to origin location" t) - (const :tag "Link to the attach-dir location" 'attached))) + (const :tag "Link to the attach-dir location" attached))) ;;;###autoload (defun org-attach () -- 2.11.4.GIT