From ae5fe348fb481c88bb2447197098ed9a47f128d6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 22 Aug 2022 00:14:07 +0200 Subject: Revert "Make the generalized buffer-local-variable obsolete" This reverts commit bfe222288e02472bff0e1ab5ba7ef26af6a2769a. This led to the local modes not working. --- lisp/emacs-lisp/bytecomp.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index ebc9aa75e56..5dde2d2bfbb 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1355,7 +1355,6 @@ FORMAT and ARGS are as in `byte-compile-warn'." (let ((byte-compile-form-stack (cons arg byte-compile-form-stack))) (apply #'byte-compile-warn format args))) -;;;###autoload (defun byte-compile-warn-obsolete (symbol type) "Warn that SYMBOL (a variable, function or generalized variable) is obsolete. TYPE is a string that say which one of these three types it is." -- cgit v1.2.1