diff options
| -rw-r--r-- | lisp/ph.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ph.el b/lisp/ph.el index 40abafaa802..f7cd052f3b4 100644 --- a/lisp/ph.el +++ b/lisp/ph.el | |||
| @@ -63,6 +63,8 @@ | |||
| 63 | 63 | ||
| 64 | ;;; Code: | 64 | ;;; Code: |
| 65 | 65 | ||
| 66 | (eval-when-compile (require 'cl)) | ||
| 67 | |||
| 66 | (require 'wid-edit) | 68 | (require 'wid-edit) |
| 67 | 69 | ||
| 68 | (if (not (fboundp 'make-overlay)) | 70 | (if (not (fboundp 'make-overlay)) |