From 1f31c39b595aac884cf876fcc54b2ff1bc39732c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 16 Aug 2022 16:40:49 +0300 Subject: [PATCH] ; * lisp/bookmark.el (fringe): Require. (Bug#57241) --- lisp/bookmark.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 7466be32b45..db2063f4eac 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -35,6 +35,7 @@ (require 'pp) (require 'tabulated-list) (require 'text-property-search) +(require 'fringe) ; for builds --without-x (eval-when-compile (require 'cl-lib)) ;;; Misc comments: -- 2.39.5