summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-05-01 01:32:16 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-05-01 01:32:16 +0200
commit36dbdb9465be2849e27ba65832d8133800781e39 (patch)
tree735e6e1bb9c481e75a5b86c327b4c04db739877d
parent590cb1227a2cdb1a1df70665f80f3b4ff13ce3fc (diff)
downloadorg-mode-36dbdb9465be2849e27ba65832d8133800781e39.tar.gz
Fix keywords in defcustom
* lisp/org.el (org-show-context-detail): Fix keywords according to commit c112f40.
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index feb7196..c320db2 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1202,8 +1202,8 @@ make it harder to edit the location of the match. In such
a case, use the command `org-reveal' (\\[org-reveal]) to show
more context."
:group 'org-reveal-location
- :version "25.1"
- :package-version '(Org . "8.3")
+ :version "25.2"
+ :package-version '(Org . "9.0")
:type '(choice
(const :tag "Canonical" t)
(const :tag "Minimal" nil)