summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Mikhanosha <max@openchat.com>2013-05-17 12:23:37 -0400
committerMax Mikhanosha <max@openchat.com>2013-05-17 12:23:37 -0400
commit01db235c4e898c83bac990267c1cb9eba31a08eb (patch)
treee00880bfc9797c2b2262b8d22dd2b1d17a9a79a7
parent5cf92f16f71ad9ded930ff4240a296be89be0e54 (diff)
downloadorg-mode-01db235c4e898c83bac990267c1cb9eba31a08eb.tar.gz
Remove :tag "Org Startup" tag in definition of org-screenshot
customization group * contrib/lisp/org-screenshot.el (defgroup) remove :tag TINYCHANGE
-rw-r--r--contrib/lisp/org-screenshot.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/lisp/org-screenshot.el b/contrib/lisp/org-screenshot.el
index 5cb98ec..4d2c6f6 100644
--- a/contrib/lisp/org-screenshot.el
+++ b/contrib/lisp/org-screenshot.el
@@ -83,7 +83,6 @@
(defgroup org-screenshot nil
"Options for taking and managing screen-shots"
- :tag "Org Startup"
:group 'org-link)
(defcustom org-screenshot-image-directory "./images/"