Просмотр исходного кода

Add :version to org-capture.el options.

Bastien Guerry 14 лет назад
Родитель
Сommit
8ca9c1b195
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      lisp/org-capture.el

+ 3 - 0
lisp/org-capture.el

@@ -262,6 +262,7 @@ w3, w3m                 |  %:type %:url
 info                    |  %:type %:file %:node
 info                    |  %:type %:file %:node
 calendar                |  %:type %:date"
 calendar                |  %:type %:date"
   :group 'org-capture
   :group 'org-capture
+  :version "24.1"
   :type
   :type
   '(repeat
   '(repeat
     (choice :value ("" "" entry (file "~/org/notes.org") "")
     (choice :value ("" "" entry (file "~/org/notes.org") "")
@@ -336,12 +337,14 @@ calendar                |  %:type %:date"
 The capture buffer is still current when this hook runs and it is
 The capture buffer is still current when this hook runs and it is
 widened to the entire buffer."
 widened to the entire buffer."
   :group 'org-capture
   :group 'org-capture
+  :version "24.1"
   :type 'hook)
   :type 'hook)
 
 
 (defcustom org-capture-after-finalize-hook nil
 (defcustom org-capture-after-finalize-hook nil
   "Hook that is run right after a capture process is finalized.
   "Hook that is run right after a capture process is finalized.
   Suitable for window cleanup"
   Suitable for window cleanup"
   :group 'org-capture
   :group 'org-capture
+  :version "24.1"
   :type 'hook)
   :type 'hook)
 
 
 ;;; The property list for keeping information about the capture process
 ;;; The property list for keeping information about the capture process