Skip to content

Commit

Permalink
chore: remove unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Apr 16, 2024
1 parent c6cd1c3 commit d3b6168
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smartparens.el
Original file line number Diff line number Diff line change
Expand Up @@ -1862,8 +1862,6 @@ P is the point at which we run `syntax-ppss'"
(defalias 'sp--syntax-class-to-char
(if (fboundp 'syntax-class-to-char)
#'syntax-class-to-char
;; Ripped from Emacs 27.0 subr.el.
;; See Github Issue#946 and Emacs bug#31692.
(lambda (syntax)
"Return the syntax char of CLASS, described by an integer.
For example, if SYNTAX is word constituent (the integer 2), the
Expand Down

0 comments on commit d3b6168

Please sign in to comment.