branch: externals/hyperbole commit 159082b74108dbd60decd5e8f0d8f0c3cc377583 Author: Mats Lidell <ma...@gnu.org> Commit: Mats Lidell <ma...@gnu.org>
Use diary-view-entries Old function view-diary-entries was marked as obsolete in 2005 --- hui-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hui-mouse.el b/hui-mouse.el index 8f4f94b..c97e317 100644 --- a/hui-mouse.el +++ b/hui-mouse.el @@ -603,7 +603,7 @@ If key is pressed: ((< (current-column) 5) (calendar-cursor-to-nearest-date) (scroll-calendar-right-three-months 1)) (t (calendar-cursor-to-nearest-date) - (view-diary-entries 1)))) + (diary-view-entries 1)))) (defun smart-calendar-assist () "Uses a single assist-key or mouse assist-key to manipulate the scrolling calendar.