diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/texi-docstring-magic.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/texi-docstring-magic.el b/lib/texi-docstring-magic.el index 011e15fa..5cb383b9 100644 --- a/lib/texi-docstring-magic.el +++ b/lib/texi-docstring-magic.el @@ -82,6 +82,9 @@ ;; ;; +(eval-when-compile + (require 'cl)) + (defun texi-docstring-magic-find-face (face) ;; Compatibility between FSF Emacs and XEmacs (or (facep face) |
