From b3af3b67d47237b01dc3d5aa33521daa79429687 Mon Sep 17 00:00:00 2001 From: psg <> Date: Mon, 23 Feb 2009 17:14:01 +0000 Subject: =?UTF-8?q?debian-bug.el:=20Bug=20fix:=20Applied=20patch=20from=20?= =?UTF-8?q?H=C3=A5kon=20Stordahl=20=20for=20garbled=20?= =?UTF-8?q?Help=20buffer=20(Closes:=20#502426).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian-bug.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian-bug.el') diff --git a/debian-bug.el b/debian-bug.el index e2f1417..51f3105 100644 --- a/debian-bug.el +++ b/debian-bug.el @@ -296,6 +296,8 @@ ;; V1.68 23Feb2009 Peter S Galbraith ;; - Bug fix: Adapted patch from Håkon Stordahl to ;; quote bug descriptions when building the bug menu. (Closes: #489786) +;; - Bug fix: Applied patch from Håkon Stordahl +;; for garbled Help buffer (Closes: #502426) ;; ---------------------------------------------------------------------------- ;;; Todo (Peter's list): @@ -1991,6 +1993,7 @@ Call this function from the mode setup with MINOR-MODE-MAP." (if package package (message "Calling dpkg for the search...") + (erase-buffer) (call-process "dpkg" nil '(t nil) nil "-S" (expand-file-name filename)) (message "Calling dpkg for the search...done") -- cgit v1.2.3