emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 4540130: ; Fix typo


From: Stefan Kangas
Subject: emacs-28 4540130: ; Fix typo
Date: Wed, 20 Oct 2021 14:53:28 -0400 (EDT)

branch: emacs-28
commit 4540130312b8e9dbbe930ba2ffb32e5e51560514
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix typo
---
 test/src/data-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/data-tests.el b/test/src/data-tests.el
index 03dfae8..756c41b 100644
--- a/test/src/data-tests.el
+++ b/test/src/data-tests.el
@@ -757,7 +757,7 @@ comparing the subr with a much slower Lisp implementation."
   ;;   forwarding, but this needs to happen before the var is accessed
   ;;   from the Lisp side and before we switch to another buffer.
   ;; The trigger in bug#34318 doesn't exist any more because the C code has
-  ;; changes.  Instead I found the trigger below.
+  ;; changed.  Instead I found the trigger below.
   (with-temp-buffer
     (setq last-coding-system-used 'bug34318)
     (make-local-variable 'last-coding-system-used)



reply via email to

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