From 746dca0081c754fbcc8c9f3422191c2aae9295e9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Aug 2005 10:45:18 +0000 Subject: [PATCH] (font-lock-beginning-of-syntax-function): Add defvar. --- lisp/emacs-lisp/syntax.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index a3683e82d2b..126c8d50dd9 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -47,6 +47,8 @@ (eval-when-compile (require 'cl)) +(defvar font-lock-beginning-of-syntax-function) + (defsubst syntax-ppss-depth (ppss) (nth 0 ppss)) -- 2.39.2