Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.org
[bpt/emacs.git] / lisp / calc / calc-graph.el
index 4376e21..16fc6c0 100644 (file)
@@ -948,6 +948,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
          (setq calc-dumb-map (make-sparse-keymap))
          (define-key calc-dumb-map "\n" 'scroll-up-command)
          (define-key calc-dumb-map " " 'scroll-up-command)
+         (define-key calc-dumb-map [?\S-\ ] 'scroll-down-command)
          (define-key calc-dumb-map "\177" 'scroll-down-command)
          (define-key calc-dumb-map "<" 'scroll-left)
          (define-key calc-dumb-map ">" 'scroll-right)