summaryrefslogtreecommitdiff
path: root/lisp/pcmpl-x.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-12-27 18:16:05 -0800
committerGlenn Morris <rgm@gnu.org>2013-12-27 18:16:05 -0800
commitbb0980751eb1640de3e1699ce6256e282e7c6521 (patch)
tree9d24be7d8704a0a0a350457da3fe71b92ee0778e /lisp/pcmpl-x.el
parent9c61f806fb122612fc7bc1ddb2cb5ea00e5621f1 (diff)
downloademacs-bb0980751eb1640de3e1699ce6256e282e7c6521.tar.gz
emacs-bb0980751eb1640de3e1699ce6256e282e7c6521.tar.bz2
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/pcmpl-x.el')
-rw-r--r--lisp/pcmpl-x.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/pcmpl-x.el b/lisp/pcmpl-x.el
index 8e09c660301..23fa0836ecd 100644
--- a/lisp/pcmpl-x.el
+++ b/lisp/pcmpl-x.el
@@ -31,6 +31,7 @@
(defcustom pcmpl-x-tlmgr-program "tlmgr"
"Name of the tlmgr program."
+ :version "24.4"
:type 'file
:group 'pcomplete)
@@ -154,6 +155,7 @@
(executable-find "ack")
"ack"))
"Name of the ack program."
+ :version "24.4"
:type 'file
:group 'pcomplete)