emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 159082b 09/13: Use diary-view-entries


From: Stefan Monnier
Subject: [elpa] externals/hyperbole 159082b 09/13: Use diary-view-entries
Date: Sun, 12 May 2019 11:11:47 -0400 (EDT)

branch: externals/hyperbole
commit 159082b74108dbd60decd5e8f0d8f0c3cc377583
Author: Mats Lidell <address@hidden>
Commit: Mats Lidell <address@hidden>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]