From: Marco Wahl Date: Wed, 8 Jun 2016 23:03:34 +0000 (-0700) Subject: org.el: Fix bindings of < and > for calendar scrolling X-Git-Tag: emacs-25.0.95~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27fe1e4;p=emacs.git org.el: Fix bindings of < and > for calendar scrolling [This patch taken from upstream Org repo with 8b63dc9 dated 2014-10-20 (Bug#23725).] * lisp/org/org.el (org-read-date-minibuffer-local-map): Switch to the current calendar API for scrolling the calendar. --- diff --git a/lisp/org/org.el b/lisp/org/org.el index 61bcb451d70..13e4a222131 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -16296,10 +16296,10 @@ So these are more for recording a certain time/date." (message ""))) (org-defkey map ">" (lambda () (interactive) - (org-eval-in-calendar '(scroll-calendar-left 1)))) + (org-eval-in-calendar '(calendar-scroll-left 1)))) (org-defkey map "<" (lambda () (interactive) - (org-eval-in-calendar '(scroll-calendar-right 1)))) + (org-eval-in-calendar '(calendar-scroll-right 1)))) (org-defkey map "\C-v" (lambda () (interactive) (org-eval-in-calendar