diff options
| -rw-r--r-- | lisp/diary-ins.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diary-ins.el b/lisp/diary-ins.el index 51094629863..d84bb260670 100644 --- a/lisp/diary-ins.el +++ b/lisp/diary-ins.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
| 37 | (require 'diary) | 37 | (require 'diary-lib) |
| 38 | 38 | ||
| 39 | (defun make-diary-entry (string &optional nonmarking file) | 39 | (defun make-diary-entry (string &optional nonmarking file) |
| 40 | "Insert a diary entry STRING which may be NONMARKING in FILE. | 40 | "Insert a diary entry STRING which may be NONMARKING in FILE. |