summaryrefslogtreecommitdiff
path: root/lisp/pcmpl-rpm.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pcmpl-rpm.el')
-rw-r--r--lisp/pcmpl-rpm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el
index e637c3407f0..f2d1618f124 100644
--- a/lisp/pcmpl-rpm.el
+++ b/lisp/pcmpl-rpm.el
@@ -44,7 +44,7 @@
(push "--nosignature" opts))))
opts)
"String, or list of strings, with extra options for an rpm query command."
- :version "24.2"
+ :version "24.3"
:type '(choice (const :tag "No options" nil)
(string :tag "Single option")
(repeat :tag "List of options" string))
@@ -52,7 +52,7 @@
(defcustom pcmpl-rpm-cache t
"Whether to cache the list of installed packages."
- :version "24.2"
+ :version "24.3"
:type 'boolean
:group 'pcmpl-rpm)