diff options
| author | Glenn Morris | 2013-12-27 18:16:05 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-27 18:16:05 -0800 |
| commit | bb0980751eb1640de3e1699ce6256e282e7c6521 (patch) | |
| tree | 9d24be7d8704a0a0a350457da3fe71b92ee0778e /lisp/progmodes/cfengine.el | |
| parent | 9c61f806fb122612fc7bc1ddb2cb5ea00e5621f1 (diff) | |
| download | emacs-bb0980751eb1640de3e1699ce6256e282e7c6521.tar.gz emacs-bb0980751eb1640de3e1699ce6256e282e7c6521.zip | |
Add missing custom :versions, plus small fixes
* emacs-lisp/smie.el (smie-config): Add type, version, initialize.
* bookmark.el (bookmark-bmenu-use-header-line):
* doc-view.el (doc-view-scale-internally):
* pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
* register.el (register-preview-delay):
* net/shr.el (shr-bullet):
* progmodes/cfengine.el (cfengine-cf-promises)
(cfengine-parameters-indent):
* progmodes/octave.el (inferior-octave-error-regexp-alist):
* textmodes/reftex-vars.el (reftex-label-regexps):
* vc/log-edit.el (log-edit-setup-add-author): Add version.
* cedet/ede/linux.el (project-linux-build-directory-default)
(project-linux-architecture-default): Fix custom types. Add version.
* gnus/gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
* gnus/gnus-sum.el (gnus-subthread-sort-functions): Add version.
* gnus/gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
Diffstat (limited to 'lisp/progmodes/cfengine.el')
| -rw-r--r-- | lisp/progmodes/cfengine.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index b5210ce0c74..06265d31a9e 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -80,6 +80,7 @@ | |||
| 80 | Used for syntax discovery and checking. Set to nil to disable | 80 | Used for syntax discovery and checking. Set to nil to disable |
| 81 | the `compile-command' override. In that case, the ElDoc support | 81 | the `compile-command' override. In that case, the ElDoc support |
| 82 | will use a fallback syntax definition." | 82 | will use a fallback syntax definition." |
| 83 | :version "24.4" | ||
| 83 | :group 'cfengine | 84 | :group 'cfengine |
| 84 | :type '(choice file (const nil))) | 85 | :type '(choice file (const nil))) |
| 85 | 86 | ||
| @@ -138,7 +139,7 @@ bundle agent rcfiles | |||
| 138 | perms => mog(\"600\", \"tzz\", \"tzz\"); | 139 | perms => mog(\"600\", \"tzz\", \"tzz\"); |
| 139 | } | 140 | } |
| 140 | " | 141 | " |
| 141 | 142 | :version "24.4" | |
| 142 | :group 'cfengine | 143 | :group 'cfengine |
| 143 | :type '(list | 144 | :type '(list |
| 144 | (choice (const :tag "Anchor at beginning of promise" promise) | 145 | (choice (const :tag "Anchor at beginning of promise" promise) |