branch: externals/auctex
commit f0c4f4dba82f44a42783c12a17ccae7011be0443
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    * style/longtable.el ("longtable"): Use `make-local-variable'.
---
 style/longtable.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/longtable.el b/style/longtable.el
index b57833b..0231b7b 100644
--- a/style/longtable.el
+++ b/style/longtable.el
@@ -106,7 +106,7 @@ insert line break macro."
 
    ;; Use the enhanced table formatting.  Append to
    ;; `LaTeX-indent-environment-list' in order not to override custom settings.
-   (add-to-list (make-variable-buffer-local 'LaTeX-indent-environment-list)
+   (add-to-list (make-local-variable 'LaTeX-indent-environment-list)
                '("longtable" LaTeX-indent-tabular) t)
 
    ;; Append longtable to `LaTeX-label-alist', in order not to override 
possible

Reply via email to