]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-mode-map): Replace use of kbd.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Apr 2008 07:25:40 +0000 (07:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Apr 2008 07:25:40 +0000 (07:25 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index a08e807793ae47eb4dc3a0a770182defdbf1015d..3783b4aafa4f580cdab5cada12a4115e4b915198 100644 (file)
@@ -1,5 +1,7 @@
 2008-04-07  Glenn Morris  <rgm@gnu.org>
 
+       * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
+
        * calendar.el (diary-view-entries-initially-flag): Rename
        view-diary-entries-initially.  Keep old name as alias, update users.
        (calendar-mark-diary-entries-flag): Rename
index aa5338e9e7814e691bd6e466fc7b997bc904be01..8e8942feeea848e0fd57814b7f98f06ff02e2e78 100644 (file)
@@ -1704,7 +1704,7 @@ after the inserted text.  Returns t."
     (define-key map "S"   'calendar-sunrise-sunset)
     (define-key map "M"   'calendar-phases-of-moon)
     (define-key map " "   'scroll-other-window)
-    (define-key map (kbd "DEL") 'scroll-other-window-down) ; FIXME
+    (define-key map "\d"  'scroll-other-window-down)
     (define-key map "\C-c\C-l" 'calendar-redraw)
     (define-key map "."   'calendar-goto-today)
     (define-key map "o"   'calendar-other-month)