Skip to content

Commit

Permalink
[fix] tsc-dyn-get--recorded-version: support new DYN-VERSION syntax (
Browse files Browse the repository at this point in the history
  • Loading branch information
domq authored Dec 5, 2023
1 parent 69fa82c commit 3e1e06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tsc-dyn-get.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ this to nil."
(with-temp-buffer
(let ((coding-system-for-read 'utf-8))
(insert-file-contents tsc-dyn-get--version-file)
(goto-char (point-min))
(when (re-search-forward "@" nil t)
(delete-region (point-min) (point)))
(buffer-string))))))

(defun tsc-dyn-get--loaded-version ()
Expand Down

0 comments on commit 3e1e06d

Please sign in to comment.