emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/swift-mode 9c180cf 315/496: Fix testing error when running


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 9c180cf 315/496: Fix testing error when running the test twice interactively
Date: Sun, 29 Aug 2021 11:33:58 -0400 (EDT)

branch: elpa/swift-mode
commit 9c180cf4c3fb3bda927d36ae7cb79e5d3466913d
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Fix testing error when running the test twice interactively
---
 test/swift-mode-test-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-test-indent.el
index 808ced6..e1a5db9 100644
--- a/test/swift-mode-test-indent.el
+++ b/test/swift-mode-test-indent.el
@@ -43,7 +43,7 @@
 Return the error-buffer"
   (switch-to-buffer (get-buffer-create "*swift-mode-test-indent*"))
   (fundamental-mode)
-  (setq view-read-only nil)
+  (setq buffer-read-only nil)
   (erase-buffer)
   (current-buffer))
 



reply via email to

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