From: Eshel Yaron Date: Mon, 31 Mar 2025 08:23:04 +0000 (+0200) Subject: Flymake: remove unneeded 'require' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=789801bb474fd3de7c99cf0605f946d3aaef9302;p=emacs.git Flymake: remove unneeded 'require' --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 150658f4972..d1c60d49280 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -118,8 +118,6 @@ ;; 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