[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/undo-fu-session beb0e285d0: Cleanup: correct typo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/undo-fu-session beb0e285d0: Cleanup: correct typo |
Date: |
Sun, 14 Jul 2024 07:01:08 -0400 (EDT) |
branch: elpa/undo-fu-session
commit beb0e285d074145eaf481a959c903b77c19ae91e
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Cleanup: correct typo
---
undo-fu-session.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu-session.el b/undo-fu-session.el
index 5d08371f86..d783296d9a 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -775,7 +775,7 @@ Argument PENDING-LIST an `pending-undo-list' compatible
list."
;; Assign undo data to the current buffer.
(setq buffer-undo-list emacs-buffer-undo-list)
(setq pending-undo-list emacs-pending-undo-list)
- ;; Merge the the hash-table since this is a global-variable, share
between
+ ;; Merge the hash-table since this is a global-variable, share between
;; buffers otherwise this interferes with other buffers undo-only/redo.
(when (hash-table-p emacs-undo-equiv-table)
(maphash (lambda (key val) (puthash key val undo-equiv-table))
emacs-undo-equiv-table))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/undo-fu-session beb0e285d0: Cleanup: correct typo,
ELPA Syncer <=