Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
352baac7
Commit
352baac7
authored
Jul 12, 2021
by
Juri Linkov
Browse files
* lisp/textmodes/enriched.el: Require 'facemenu' (bug#49466)
parent
e25c1b5c
Pipeline
#11374
failed with stages
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/textmodes/enriched.el
lisp/textmodes/enriched.el
+3
-1
No files found.
lisp/textmodes/enriched.el
View file @
352baac7
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment