aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-08-30 00:33:34 +0000
committerRichard M. Stallman <[email protected]>1994-08-30 00:33:34 +0000
commit2b9873337385d0a7d02b3455980dbb5ccd3dc73a (patch)
tree3bdb04363e10b888967fa73a72d5ddb190f1bc09
parente06403735b16e31ec7f39247c2a9965a1f64e8cd (diff)
Require diary-lib, not diary.
-rw-r--r--lisp/diary-ins.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diary-ins.el b/lisp/diary-ins.el
index 5109462986..d84bb26067 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.