changeset 65194:364fe66bab84

(font-lock-beginning-of-syntax-function): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 10:45:18 +0000
parents 228d206af8c8
children 21b1d1193e46
files lisp/emacs-lisp/syntax.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el	Mon Aug 29 10:44:49 2005 +0000
+++ b/lisp/emacs-lisp/syntax.el	Mon Aug 29 10:45:18 2005 +0000
@@ -47,6 +47,8 @@
 
 (eval-when-compile (require 'cl))
 
+(defvar font-lock-beginning-of-syntax-function)
+
 (defsubst syntax-ppss-depth (ppss)
   (nth 0 ppss))