diff lisp/calendar/calendar.el @ 93815:f25074f90473

(calendar-mode-map): Replace use of kbd.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Apr 2008 07:25:04 +0000
parents 2c72483f42c9
children bf9ef749c23e
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Mon Apr 07 04:46:48 2008 +0000
+++ b/lisp/calendar/calendar.el	Mon Apr 07 07:25:04 2008 +0000
@@ -1704,7 +1704,7 @@
     (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)