Skip to content

Commit

Permalink
Small fixes from Mats
Browse files Browse the repository at this point in the history
  • Loading branch information
rswgnu committed May 11, 2019
2 parents 042842d + 159082b commit 9755e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions hypb.el
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ Without file, the banner is prepended to the current buffer."
(setq button (make-button (- (point) 3) (- (point) 2) :type 'hyperbole-banner))
(button-put button 'help-echo (concat "Click to visit " hypb:home-page))
(button-put button 'action #'hypb:browse-home-page)
(button-put button 'face 'default)
(button-put button 'keymap hypb:hyperbole-banner-keymap)))))

(defun hypb:display-file-with-logo-xemacs (&optional file)
Expand Down

0 comments on commit 9755e7e

Please sign in to comment.