]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/lisp.el
* lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove
[gnu-emacs] / lisp / emacs-lisp / lisp.el
index 7b7b48c66dec2a56f4727dca05e8de79a61b7746..ca977db4b1ded72adc6b7f723c1e353f491cdb18 100644 (file)
@@ -364,8 +364,7 @@ is called as a function to find the defun's beginning."
          (arg-+ve (> arg 0)))
       (save-restriction
        (widen)
-       (let ((ppss (let (syntax-begin-function
-                         font-lock-beginning-of-syntax-function)
+       (let ((ppss (let (syntax-begin-function)
                      (syntax-ppss)))
              ;; position of least enclosing paren, or nil.
              encl-pos)