branch: externals/debbugs
commit 579b02b4305355d23267cf1286e3b04db0a4f664
Author: Michael Albinus <michael.albi...@gmx.de>
Commit: Michael Albinus <michael.albi...@gmx.de>

    Fix compilation warning
    
    * debbugs-gnu.el (debbugs-gnu-display-status): Don't use #' read
    function syntax gor `pp-29', it isn't know during compilation.
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index fcdea8d347..de6aeebe77 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1575,7 +1575,7 @@ interesting to you."
                     (debbugs-gnu-current-status)))
   (switch-to-buffer "*Bug Status*")
   (let ((inhibit-read-only t)
-        (pp-default-function #'pp-29))
+        (pp-default-function 'pp-29))
     (erase-buffer)
     (when query
       (insert ";; Query\n")

Reply via email to