From: Stefan Kangas Date: Mon, 28 Aug 2023 19:58:36 +0000 (+0200) Subject: Make Emacs 21 compat alias obsolete X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fb2a3c240afa3bf5f574c45ed99be3f56a997ac;p=emacs.git Make Emacs 21 compat alias obsolete * lisp/jit-lock.el (jit-lock-defer-contextually): Make Emacs 21 compat alias obsolete. --- diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 452cbd1ca51..d0522d6a791 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -1,6 +1,6 @@ ;;; jit-lock.el --- just-in-time fontification -*- lexical-binding: t -*- -;; Copyright (C) 1998, 2000-2023 Free Software Foundation, Inc. +;; Copyright (C) 1998-2023 Free Software Foundation, Inc. ;; Author: Gerd Moellmann ;; Keywords: faces files @@ -90,7 +90,8 @@ See also `jit-lock-stealth-nice'." :type 'boolean) -(defvaralias 'jit-lock-defer-contextually 'jit-lock-contextually) +(define-obsolete-variable-alias 'jit-lock-defer-contextually + 'jit-lock-contextually "30.1") (defcustom jit-lock-contextually 'syntax-driven "If non-nil, fontification should be syntactically true. If nil, refontification occurs only on lines that were modified. This