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

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

[nongnu] elpa/typescript-mode 0464cb2e5c 1/2: capitalize mode name "Type


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 0464cb2e5c 1/2: capitalize mode name "TypeScript"
Date: Wed, 23 Feb 2022 10:58:47 -0500 (EST)

branch: elpa/typescript-mode
commit 0464cb2e5c94c4cfc4d6c9cac0e4448c0995e171
Author: Trevor Richards <trev@trevdev.ca>
Commit: Trevor Richards <trev@trevdev.ca>

    capitalize mode name "TypeScript"
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index f4e326482b..464b8cfc7a 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2911,7 +2911,7 @@ the broken-down class name of the item to insert."
 ;;; Main Function
 
 ;;;###autoload
-(define-derived-mode typescript-mode prog-mode "typescript"
+(define-derived-mode typescript-mode prog-mode "TypeScript"
   "Major mode for editing typescript.
 
 Key bindings:



reply via email to

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