summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/syntax.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-05-27 10:51:54 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-05-27 10:51:54 +0200
commita212687e24fb6a7492db28e62070b03b43784660 (patch)
treebee581e6f81feb37353cd1e4a8cc78b54e7a3fcf /lisp/emacs-lisp/syntax.el
parent56871dbd4c1a1af3f0d1624f4858e9be67a89f7e (diff)
downloademacs-a212687e24fb6a7492db28e62070b03b43784660.tar.gz
emacs-a212687e24fb6a7492db28e62070b03b43784660.tar.bz2
emacs-a212687e24fb6a7492db28e62070b03b43784660.zip
Make `idle-update-delay` obsolete
This user option was introduced in 2003, and was advertised as a general variable for a "delay before updating various things on the screen". But this has never been true: it was only used by 'which-function-mode', and, to make matters worse, users of that mode would basically never know that this user option existed without reading the code. Conversely, users that did find the user option would be surprised to see that it only took effect in 'which-func-mode'. The lack of other users of 'idle-update-delay' reveals that it has not been considered generally useful. Thus, it makes more sense to introduce a new mode specific user option `which-func-update-delay`, and to mark the old one obsolete. * lisp/simple.el (idle-update-delay): Make obsolete. * lisp/progmodes/which-func.el (which-func-update-delay): New defcustom. (which-function-mode): Use above new defcustom instead of 'idle-update-delay'.
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
0 files changed, 0 insertions, 0 deletions