emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex e410168 3/5: Don't make TeX-remove-style-hook bu


From: Tassilo Horn
Subject: [elpa] externals/auctex e410168 3/5: Don't make TeX-remove-style-hook buffer-local.
Date: Fri, 29 May 2020 13:45:24 -0400 (EDT)

branch: externals/auctex
commit e410168c79e942fd00fd4bb4b922ca3d70c1e09c
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Tassilo Horn <tsdh@gnu.org>

    Don't make TeX-remove-style-hook buffer-local.
    
    * tex.el (TeX-remove-style-hook): Not buffer-local anymore.
---
 tex.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tex.el b/tex.el
index e8b9e72..9a1d1b6 100644
--- a/tex.el
+++ b/tex.el
@@ -1,6 +1,6 @@
 ;;; tex.el --- Support for TeX documents.
 
-;; Copyright (C) 1985-1987, 1991, 1993-2019 Free Software Foundation, Inc.
+;; Copyright (C) 1985-2020 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
@@ -2998,7 +2998,6 @@ FORCE is not nil."
 
 (defvar TeX-remove-style-hook nil
   "List of hooks to call when we remove the style specific information.")
- (make-variable-buffer-local 'TeX-remove-style-hook)
 
 (defun TeX-remove-style ()
   "Remove all style specific information."



reply via email to

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