help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rainbow-delimiters-mode and syntax-begin-function


From: fatiparty
Subject: rainbow-delimiters-mode and syntax-begin-function
Date: Sun, 23 Jan 2022 08:58:35 +0100 (CET)

I am going through 

(define-minor-mode rainbow-delimiters-mode

There is for instance 

;; Obsolete equivalent of `syntax-begin-function'.
(when (boundp 'font-lock-beginning-of-syntax-function)
      (set (make-local-variable
            'font-lock-beginning-of-syntax-function) nil)) )

What is this about?  And how is one modifying `syntax-begin-function' ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]