Skip to content

Commit

Permalink
Use diary-view-entries
Browse files Browse the repository at this point in the history
Old function view-diary-entries was marked as obsolete in 2005
  • Loading branch information
Mats Lidell committed Apr 24, 2019
1 parent 343b2ca commit 159082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hui-mouse.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 159082b

Please sign in to comment.