ui/posframe: less disruptive emacs version warnings; use constants
This commit is contained in:
parent
5eadfdc880
commit
988e70683e
3 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; ui/posframe/doctor.el
|
||||
|
||||
(when (version< emacs-version "26")
|
||||
(unless EMACS26+
|
||||
(error! "This module doesn't work in Emacs %s (minimum: Emacs 26)" emacs-version))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue