emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/boxquote 60c111b9d1 3/4: Shorten long lines


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote 60c111b9d1 3/4: Shorten long lines
Date: Sat, 16 Dec 2023 03:59:26 -0500 (EST)

branch: elpa/boxquote
commit 60c111b9d1829db3c92d9c3c2f888cff31204727
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Shorten long lines
---
 boxquote.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/boxquote.el b/boxquote.el
index 4495d037a5..af603984d6 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -452,12 +452,14 @@ that buffer."
            (describe-key key)
            (with-current-buffer (help-buffer)
              (buffer-substring-no-properties (point-min) (point-max)))))
-         (boxquote-title (format boxquote-describe-key-title-format 
(key-description key)))))))
+        (boxquote-title (format boxquote-describe-key-title-format
+                                (key-description key)))))))
 
 ;;;###autoload
 (defun boxquote-shell-command (command)
   "Call `shell-command' with COMMAND and boxquote the output."
-  (interactive (list (read-from-minibuffer "Shell command: " nil nil nil 
'shell-command-history)))
+  (interactive (list (read-from-minibuffer "Shell command: " nil nil nil
+                                           'shell-command-history)))
   (boxquote-text (with-temp-buffer
                    (shell-command command t)
                    (buffer-string)))
@@ -469,7 +471,8 @@ that buffer."
   (interactive "CCommand: ")
   (boxquote-text (with-temp-buffer
                    (where-is definition t)
-                   (format boxquote-where-is-body-format definition 
(buffer-string))))
+                   (format boxquote-where-is-body-format definition
+                           (buffer-string))))
   (boxquote-title (format boxquote-where-is-title-format definition)))
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]