emacs-diffs
[Top][All Lists]
Advanced

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

master 50e52212361: ; Tweak line breaks in last change


From: Sean Whitton
Subject: master 50e52212361: ; Tweak line breaks in last change
Date: Sat, 5 Oct 2024 05:23:45 -0400 (EDT)

branch: master
commit 50e522123618011b742985fda941ed17e339a9aa
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; Tweak line breaks in last change
---
 lisp/icomplete.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 9497b46c6cf..540ed2b5819 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -1008,11 +1008,10 @@ matches exist."
                                  (string-width icomplete-separator)
                                  (+ 2 (string-width ellipsis)) ;; take {…} 
into account
                                  (string-width
-                                  (buffer-substring
-                                   (save-excursion
-                                     (goto-char (icomplete--field-beg))
-                                     (pos-bol))
-                                   (icomplete--field-end)))))
+                                  (buffer-substring (save-excursion
+                                                      (goto-char 
(icomplete--field-beg))
+                                                      (pos-bol))
+                                                    (icomplete--field-end)))))
                (prospects-max
                 ;; Max total length to use, including the minibuffer content.
                 (* (+ icomplete-prospects-height



reply via email to

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