summaryrefslogtreecommitdiff
path: root/apt-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'apt-utils.el')
-rw-r--r--apt-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-utils.el b/apt-utils.el
index 42626c3..dd6ebab 100644
--- a/apt-utils.el
+++ b/apt-utils.el
@@ -1851,7 +1851,7 @@ The tokens that can be replaced are:
(save-excursion ; for normal package type
(with-temp-buffer
(cond
- ((eq type 'normal)
+ ((memq type '(normal normal-installed))
(set-buffer buffer))
((eq type 'normal-showpkg)
(call-process apt-utils-apt-cache-program nil '(t nil) nil "show" package)))