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

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

[nongnu] elpa/org-superstar c9f1406645 067/162: forgot quote


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar c9f1406645 067/162: forgot quote
Date: Fri, 31 Dec 2021 19:35:26 -0500 (EST)

branch: elpa/org-superstar
commit c9f140664524cb60deec5faa944ea04e56ae9bbf
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    forgot quote
---
 tests/slomode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/slomode.el b/tests/slomode.el
index 0bbb3730a5..d72f09d17e 100644
--- a/tests/slomode.el
+++ b/tests/slomode.el
@@ -4,7 +4,7 @@
 ;; start the test with ‘M-x slo-mode’.
 (require 'org)
 
-(defvar test-case 2
+(defvar test-case 1
   "Check one of several plausible test cases.")
 
 (if (= test-case 1)
@@ -17,7 +17,7 @@
 
 (defvar slo-keywords
   `(("^\\**\\(?1:\\*\\) "
-     (1 slo-face ,how-kw))))
+     (1 'slo-face ,how-kw))))
 
 (defun slo-fontify-buffer ()
   "Fontify the buffer."



reply via email to

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