branch: externals/hiddenquote
commit 0a4ce3217011ce67bc8b2d565e9e316983c0c5be
Author: Mauro Aranda <[email protected]>
Commit: Mauro Aranda <[email protected]>
; 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")