diff options
| author | Eli Zaretskii | 2022-08-16 16:40:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-16 16:40:49 +0300 |
| commit | 1f31c39b595aac884cf876fcc54b2ff1bc39732c (patch) | |
| tree | 08ce53db5b1f012434474c6c364c366ad982893d | |
| parent | 1097c0d1e4d0e2106f2b63396897e8bc1a5fa808 (diff) | |
| download | emacs-1f31c39b595aac884cf876fcc54b2ff1bc39732c.tar.gz emacs-1f31c39b595aac884cf876fcc54b2ff1bc39732c.zip | |
; * lisp/bookmark.el (fringe): Require. (Bug#57241)
| -rw-r--r-- | lisp/bookmark.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 35 | (require 'pp) | 35 | (require 'pp) |
| 36 | (require 'tabulated-list) | 36 | (require 'tabulated-list) |
| 37 | (require 'text-property-search) | 37 | (require 'text-property-search) |
| 38 | (require 'fringe) ; for builds --without-x | ||
| 38 | (eval-when-compile (require 'cl-lib)) | 39 | (eval-when-compile (require 'cl-lib)) |
| 39 | 40 | ||
| 40 | ;;; Misc comments: | 41 | ;;; Misc comments: |