diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-12-04 19:51:55 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-12-04 19:51:55 +0100 |
| commit | d5ea84cec8532f3002ded61d4eefa08b4016e634 (patch) | |
| tree | 0657bbdaa3ea553bba42e2208358a3aa6cba6a4f | |
| parent | cdeda207ba8e67ae8f5e3270a27960ea7f3e2bb4 (diff) | |
Remove unnecessary variable declaration
We now require at least Emacs 26.1.
| -rw-r--r-- | lisp/transient.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 52f32c9..b9cd343 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -71,7 +71,6 @@ (declare-function Man-next-section "man" (n)) (declare-function Man-getpage-in-background "man" (topic)) -(defvar display-line-numbers) ; since Emacs 26.1 (defvar Man-notify-method) (defvar pp-default-function) ; since Emacs 29.1 |
