From: Eshel Yaron Date: Tue, 18 Jul 2023 13:36:04 +0000 (+0300) Subject: ; Fix unused argument X-Git-Tag: V9.1.11-sweep-0.22.0~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7487ba02840747cc81fe18e271093025f7c7d510;p=sweep.git ; Fix unused argument * sweeprolog.el (sweeprolog-module-minibuffer-annotation-1): Use 'pad' argument. --- diff --git a/sweeprolog.el b/sweeprolog.el index 55df048..c60e967 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -1193,7 +1193,7 @@ FILE is the file name of MODULE and DESC is its description, or nil." (propertize (concat (make-string - (+ (- sweeprolog--module-max-width width) 2) + (+ (- pad width) 2) ?\s) (when file (concat file (when desc (concat ": "))))