branch: externals/hiddenquote
commit 0a4ce3217011ce67bc8b2d565e9e316983c0c5be
Author: Mauro Aranda <maurooara...@gmail.com>
Commit: Mauro Aranda <maurooara...@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