branch: elpa/smartparens
commit d3b616843167f04b8a9f53dd25e84818c9f6fbce
Author: Matus Goljer <matus.gol...@gmail.com>
Commit: Matus Goljer <matus.gol...@gmail.com>

    chore: remove unrelated comment
---
 smartparens.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/smartparens.el b/smartparens.el
index 3e45ab8461..f625190765 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

Reply via email to