]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/enriched.el: Require 'facemenu' (bug#49466)
authorJuri Linkov <juri@linkov.net>
Sun, 11 Jul 2021 23:45:51 +0000 (02:45 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 11 Jul 2021 23:45:51 +0000 (02:45 +0300)
lisp/textmodes/enriched.el

index ba8fac81f2c3b9b4b54bb14bf6a91299ea416195..877658a5a55c42f8a84c60a8b300298bfcbd64f1 100644 (file)
@@ -38,7 +38,7 @@
 
 ;;; Code:
 
-(provide 'enriched)
+(require 'facemenu)
 
 ;;;
 ;;; Variables controlling the display
@@ -538,4 +538,6 @@ the range of text to assign text property SYMBOL with value VALUE."
         (list start end 'display prop)
       (list start end 'display (list 'disable-eval prop)))))
 
+(provide 'enriched)
+
 ;;; enriched.el ends here