From 2b9873337385d0a7d02b3455980dbb5ccd3dc73a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Aug 1994 00:33:34 +0000 Subject: [PATCH] Require diary-lib, not diary. --- lisp/diary-ins.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2