diff options
| author | Mats Lidell <matsl@gnu.org> | 2019-04-24 23:27:46 +0200 |
|---|---|---|
| committer | Mats Lidell <matsl@gnu.org> | 2019-04-24 23:27:46 +0200 |
| commit | 159082b74108dbd60decd5e8f0d8f0c3cc377583 (patch) | |
| tree | f2d9466e943634b08ad26471b0d62ece89cb001a /hui-mouse.el | |
| parent | 343b2ca151ad1c00ca311122964c7507f1ab970a (diff) | |
Use diary-view-entries
Old function view-diary-entries was marked as obsolete in 2005
Diffstat (limited to 'hui-mouse.el')
| -rw-r--r-- | hui-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
