mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Address more linting errors
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'gdscript-syntax)
|
||||
|
||||
(defun gdscript--util-goto-line (line-number)
|
||||
"Move point to LINE-NUMBER."
|
||||
(goto-char (point-min))
|
||||
|
||||
Reference in New Issue
Block a user