1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Glenn Morris 2013-12-27 18:16:05 -08:00
parent 9c61f806fb
commit bb0980751e
17 changed files with 47 additions and 11 deletions

View file

@ -139,8 +139,9 @@ and `gnus-topic-alist'. Also see `gnus-variable-list'."
"Carrier for newsrc data")
(defcustom gnus-sync-file-encrypt-to nil
"If non-nil, `epa-file-encrypt-to' is set from this for encrypting the Sync
file."
"If non-nil, set `epa-file-encrypt-to' from this for encrypting the Sync file."
:version "24.4"
:type '(choice string (repeat string))
:group 'gnus-sync)
(defcustom gnus-sync-lesync-name (system-name)