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

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

[nongnu] elpa/j-mode f4ede4b 18/56: Fixing unbalanced parenthesis


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode f4ede4b 18/56: Fixing unbalanced parenthesis
Date: Sun, 29 Aug 2021 11:20:46 -0400 (EDT)

branch: elpa/j-mode
commit f4ede4b44c3a33fa4073034703a1dafa1ff449bf
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Fixing unbalanced parenthesis
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef20993..d055f3c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ git or direct download, place in your load path and load / 
require normally.
 (autoload 'j-mode "j-mode.el" "Major mode for editing J files" t)
 
 ;; Add for detection of j source files if the auto-load fails
-(add-to-list 'auto-mode-alist '("\\.ij[rstp]$" . j-mode)))
+(add-to-list 'auto-mode-alist '("\\.ij[rstp]$" . j-mode))
 ```
 
 ## J Font Lock



reply via email to

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