From 20c2f70a289d94b25ac3ceb06ed2f701cebebdbc Mon Sep 17 00:00:00 2001 From: psg <> Date: Fri, 30 May 2003 12:28:08 +0000 Subject: apt-utils.el: Updated to v1.45 --- apt-utils.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-utils.el') diff --git a/apt-utils.el b/apt-utils.el index f5f9165..636c9e8 100644 --- a/apt-utils.el +++ b/apt-utils.el @@ -285,8 +285,8 @@ With NAMES-ONLY, match names only." (setq truncate-lines nil)) (let ((inhibit-read-only t)) (erase-buffer) - (insert (format "Debian package search%sfor %s\n\n" - (if names-only " (names only)" " ") regexp)) + (insert (format "Debian package search%s for %s\n\n" + (if names-only " (names only)" "") regexp)) (cond (names-only (apply 'call-process apt-utils-apt-cache-program nil t nil -- cgit v1.2.3