* lisp/outline.el: Fix compilation of outline--make-button
This commit is contained in:
parent
ec60aededd
commit
33263b610e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl-lib))
|
||||
|
||||
(defgroup outlines nil
|
||||
"Support for hierarchical outlining."
|
||||
:prefix "outline-"
|
||||
|
|
Loading…
Add table
Reference in a new issue