diff options
| author | Stefan Kangas | 2021-10-20 20:52:43 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-20 20:53:17 +0200 |
| commit | 4540130312b8e9dbbe930ba2ffb32e5e51560514 (patch) | |
| tree | 98b8d0c41a02deb00adcfc7ce04aad1356a28014 /test/src | |
| parent | 59df93e2dda0c64ad36d21b600e56857003eed78 (diff) | |
| download | emacs-4540130312b8e9dbbe930ba2ffb32e5e51560514.tar.gz emacs-4540130312b8e9dbbe930ba2ffb32e5e51560514.zip | |
; Fix typo
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/data-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index 03dfae8cc3c..756c41b6ff3 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." | |||
| 757 | ;; forwarding, but this needs to happen before the var is accessed | 757 | ;; forwarding, but this needs to happen before the var is accessed |
| 758 | ;; from the Lisp side and before we switch to another buffer. | 758 | ;; from the Lisp side and before we switch to another buffer. |
| 759 | ;; The trigger in bug#34318 doesn't exist any more because the C code has | 759 | ;; The trigger in bug#34318 doesn't exist any more because the C code has |
| 760 | ;; changes. Instead I found the trigger below. | 760 | ;; changed. Instead I found the trigger below. |
| 761 | (with-temp-buffer | 761 | (with-temp-buffer |
| 762 | (setq last-coding-system-used 'bug34318) | 762 | (setq last-coding-system-used 'bug34318) |
| 763 | (make-local-variable 'last-coding-system-used) | 763 | (make-local-variable 'last-coding-system-used) |