Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Jun 1, 2024
1 parent ed299df commit 3b05797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json-par-insert.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
(defvar json-par--fixup-adviced-functions nil
"Functions to be adviced with `json-par--fixup-advice'.")

(defvar-local json-par--inhibit-fixup-tick nil
"Suppress fixing if this variable equal to `buffer-chars-modified-tick'.")

;;; Customizations

(defcustom json-par-action-when-inserting-double-quotes-at-end 'exit
Expand Down Expand Up @@ -1392,9 +1395,6 @@ If the previous token is a colon, keep one space after it."

(push #'json-par-insert-colon json-par--fixup-adviced-functions)

(defvar-local json-par--inhibit-fixup-tick nil
"Suppress fixing if this variable equal to `buffer-chars-modified-tick'.")

(defun json-par-insert-reverse-solidus ()
"Insert a reverse solidus.
Expand Down

0 comments on commit 3b05797

Please sign in to comment.