Remove spurious defvar

Thanks to Nicolas Goaziou for reporting this.
This commit is contained in:
Bastien Guerry 2014-01-16 00:52:46 +01:00
parent 27ab61acd0
commit ff902c4429
1 changed files with 0 additions and 8 deletions

View File

@ -4382,14 +4382,6 @@ If yes, offer to stop it and to save the buffer with the changes."
(add-hook 'org-mode-hook 'org-clock-load)
(add-hook 'kill-emacs-hook 'org-clock-save))
;; Define the variable already here, to make sure we have it.
(defvar org-indent-mode nil
"Non-nil if Org-Indent mode is enabled.
Use the command `org-indent-mode' to change this variable.")
;; Autoload archiving code
;; The stuff that is needed for cycling and tags has to be defined here.
(defgroup org-archive nil
"Options concerning archiving in Org-mode."
:tag "Org Archive"