From d3b616843167f04b8a9f53dd25e84818c9f6fbce Mon Sep 17 00:00:00 2001 From: Matus Goljer Date: Wed, 17 Apr 2024 00:53:40 +0200 Subject: [PATCH] chore: remove unrelated comment --- smartparens.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/smartparens.el b/smartparens.el index 3e45ab84..f6251907 100644 --- a/smartparens.el +++ b/smartparens.el @@ -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