]> git.eshelyaron.com Git - emacs.git/commitdiff
Flymake: remove unneeded 'require'
authorEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:23:04 +0000 (10:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:23:04 +0000 (10:23 +0200)
lisp/progmodes/flymake.el

index 150658f4972b149b04772d97bccc9337ad596095..d1c60d4928041e7aebb63a2166c40ba41d04b237 100644 (file)
 ;; errors about mouse-wheel-up/down-event in builds --without-x, where
 ;; mwheel is not preloaded.
 (require 'mwheel)
-;; when-let*, if-let*, hash-table-keys, hash-table-values:
-(eval-when-compile (require 'subr-x))
 (require 'project)
 
 (defgroup flymake nil