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

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

[elpa] externals/hiddenquote 0a4ce32170: ; Remove unused variable in hid


From: ELPA Syncer
Subject: [elpa] externals/hiddenquote 0a4ce32170: ; Remove unused variable in hiddenquote-transpose-chars
Date: Tue, 6 Dec 2022 08:57:46 -0500 (EST)

branch: externals/hiddenquote
commit 0a4ce3217011ce67bc8b2d565e9e316983c0c5be
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Mauro Aranda <maurooaranda@gmail.com>

    ; Remove unused variable in hiddenquote-transpose-chars
---
 hiddenquote.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hiddenquote.el b/hiddenquote.el
index 346a49d207..dc16e9de85 100644
--- a/hiddenquote.el
+++ b/hiddenquote.el
@@ -1423,7 +1423,6 @@ point to the next word."
   (let* ((ch1 (widget-at))
          (parent (widget-get ch1 :parent))
          (children (widget-get parent :children))
-         (length (length children))
          (n (seq-position children ch1))
          (ch2 (if (= n 0)
                   (user-error "Can't transpose the first character in a word")



reply via email to

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