diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-30 00:33:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-30 00:33:34 +0000 |
commit | cd503e90db9b3b28ae6de18cd455da5961629b4d (patch) | |
tree | 0555cdfd0f37b15ab3a1a514abba48a2e4f93095 /lisp/=diary-ins.el | |
parent | ff0dc78e4ece7508a898a979a55e4b2b70916b89 (diff) | |
download | emacs-cd503e90db9b3b28ae6de18cd455da5961629b4d.tar.gz |
Require diary-lib, not diary.
Diffstat (limited to 'lisp/=diary-ins.el')
-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 @@ ;;; Code: -(require 'diary) +(require 'diary-lib) (defun make-diary-entry (string &optional nonmarking file) "Insert a diary entry STRING which may be NONMARKING in FILE. |