]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.
authorYuan Fu <casouri@gmail.com>
Mon, 21 Nov 2022 21:46:52 +0000 (13:46 -0800)
committerYuan Fu <casouri@gmail.com>
Mon, 21 Nov 2022 21:46:52 +0000 (13:46 -0800)
lisp/progmodes/js.el

index 77106ec5839d448222f2ab9791bb91d25af3abaf..51d105b9d7d9365cad1d580d99db25c5554bc789 100644 (file)
@@ -3808,6 +3808,7 @@ Currently there are `js-mode' and `js-ts-mode'."
   ;;(syntax-propertize (point-max))
   )
 
+;;;###autoload
 (define-derived-mode js-ts-mode js-base-mode "JavaScript"
   "Major mode for editing JavaScript.