emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems with syntax-ppss: Was [... Apply `comment-depth' text prope


From: Stefan Monnier
Subject: Re: Problems with syntax-ppss: Was [... Apply `comment-depth' text properties when calling `back_comment'.]
Date: Fri, 11 Mar 2016 07:50:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> @@ -3647,6 +3668,11 @@ void
>  syms_of_syntax (void)
>  {
>    DEFSYM (Qsyntax_table_p, "syntax-table-p");
> +  DEFSYM (Qsyntax_ppss, "syntax-ppss-for-syntax.c");
                            ^^^^^^^^^^^^^^^^^^^^^^^^
Sorry, left-over debugging.  This should either be just `syntax-ppss',
or you need to (defalias 'syntax-ppss-for-syntax.c #'syntax-ppss).


        Stefan



reply via email to

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