From 9097bdf427e70542db2dd0a61b87816e7f56f1ce Mon Sep 17 00:00:00 2001 From: mphodges-guest <> Date: Sun, 18 Jul 2010 13:28:46 +0000 Subject: Sync with upstream. --- apt-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3