]> git.eshelyaron.com Git - sweep.git/commitdiff
; Fix unused argument
authorEshel Yaron <me@eshelyaron.com>
Tue, 18 Jul 2023 13:36:04 +0000 (16:36 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Jul 2023 13:36:04 +0000 (16:36 +0300)
* sweeprolog.el (sweeprolog-module-minibuffer-annotation-1): Use 'pad'
argument.

sweeprolog.el

index 55df0481f4f80c90d234f8ec9ca8bed7517688a4..c60e96756fd6d67692c2abfe544a85029034c1e3 100644 (file)
@@ -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 ": "))))