diff options
| author | Stefan Monnier | 2021-11-02 08:29:32 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2021-11-02 08:29:32 -0400 |
| commit | 33263b610e46f3ce5f979dfbf0c8a314fc0e4f35 (patch) | |
| tree | 2c50796fe9231f48f64ce50b0a029b7639855bd2 | |
| parent | ec60aededdee0074ae35fc862cdd7ef8a689d757 (diff) | |
| download | emacs-33263b610e46f3ce5f979dfbf0c8a314fc0e4f35.tar.gz emacs-33263b610e46f3ce5f979dfbf0c8a314fc0e4f35.zip | |
* lisp/outline.el: Fix compilation of `outline--make-button`
| -rw-r--r-- | lisp/outline.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index 1ff0a5a34e5..2a6f475a0db 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -35,6 +35,8 @@ | |||
| 35 | 35 | ||
| 36 | ;;; Code: | 36 | ;;; Code: |
| 37 | 37 | ||
| 38 | (eval-when-compile (require 'cl-lib)) | ||
| 39 | |||
| 38 | (defgroup outlines nil | 40 | (defgroup outlines nil |
| 39 | "Support for hierarchical outlining." | 41 | "Support for hierarchical outlining." |
| 40 | :prefix "outline-" | 42 | :prefix "outline-" |