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

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

[elpa] externals/jinx f2e7c296aa: Replace javascript-mode with js-mode i


From: ELPA Syncer
Subject: [elpa] externals/jinx f2e7c296aa: Replace javascript-mode with js-mode in jinx-camel-modes (#64)
Date: Sat, 6 May 2023 02:58:31 -0400 (EDT)

branch: externals/jinx
commit f2e7c296aa9a6c538454f499f2b215de99a09f24
Author: Damien Cassou <damien@cassou.me>
Commit: GitHub <noreply@github.com>

    Replace javascript-mode with js-mode in jinx-camel-modes (#64)
    
    The former is an alias of the later. Passing the alias to
    `derived-mode-p` doesn't work. I would consider this to be a bug in
    Emacs.
---
 jinx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jinx.el b/jinx.el
index adef739e92..1b3c21cd79 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,7 +94,7 @@ checking."
   :type '(alist :key-type symbol :value-type (repeat face)))
 
 (defcustom jinx-camel-modes
-  '(java-mode javascript-mode java-ts-mode javascript-ts-mode ruby-mode
+  '(java-mode js-mode java-ts-mode javascript-ts-mode ruby-mode
     ruby-ts-mode rust-mode rust-ts-mode haskell-mode kotlin-mode swift-mode
     csharp-mode csharp-ts-mode objc-mode typescript-ts-mode typescript-mode
     python-mode python-ts-mode dart-mode go-mode go-ts-mode scala-mode



reply via email to

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