emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111842: lisp/calc/calc-graph.el (cal


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111842: lisp/calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
Date: Thu, 21 Feb 2013 05:27:05 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111842
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-21 05:27:05 +0100
message:
  lisp/calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
modified:
  lisp/ChangeLog
  lisp/calc/calc-graph.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-21 02:44:06 +0000
+++ b/lisp/ChangeLog    2013-02-21 04:27:05 +0000
@@ -1,3 +1,7 @@
+2013-02-21  Juanma Barranquero  <address@hidden>
+
+       * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
+
 2013-02-21  Glenn Morris  <address@hidden>
 
        * files.el (basic-save-buffer): Move check for existing parent

=== modified file 'lisp/calc/calc-graph.el'
--- a/lisp/calc/calc-graph.el   2013-02-12 04:46:18 +0000
+++ b/lisp/calc/calc-graph.el   2013-02-21 04:27:05 +0000
@@ -948,7 +948,7 @@
          (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]