Make Emacs 21 compat alias obsolete
* lisp/jit-lock.el (jit-lock-defer-contextually): Make Emacs 21 compat alias obsolete.
This commit is contained in:
parent
76938e1789
commit
3fb2a3c240
1 changed files with 3 additions and 2 deletions
|
@ -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 <gerd@gnu.org>
|
||||
;; 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
|
||||
|
|
Loading…
Add table
Reference in a new issue