]> code.delx.au - gnu-emacs/commitdiff
lisp/calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Feb 2013 04:27:05 +0000 (05:27 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Feb 2013 04:27:05 +0000 (05:27 +0100)
lisp/ChangeLog
lisp/calc/calc-graph.el

index 7581b2a376cb12954d21b102115ddacadc392bb6..fb9c6b25c54a5f9cae4870198141c2a75ba970c3 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
+
 2013-02-21  Glenn Morris  <rgm@gnu.org>
 
        * files.el (basic-save-buffer): Move check for existing parent
index c84c7fdf94926a4b625a1167b050605462698343..16fc6c09dbef81d0443a616d485e9709d32ad5f2 100644 (file)
@@ -948,7 +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-dump-map [?\S-\ ] 'scroll-down-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)