summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormphodges-guest <>2010-07-18 13:28:46 +0000
committermphodges-guest <>2010-07-18 13:28:46 +0000
commit9097bdf427e70542db2dd0a61b87816e7f56f1ce (patch)
tree16b709dc099a3625510447b4d73f56dcc72b4ba9
parentd29c7d797f68c16c32e47e478377f2456ed0fb03 (diff)
Sync with upstream.
-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)))