comparison lisp/calc/calc-keypd.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f2ebccfa87d4
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
611 (if (commandp cmd) 611 (if (commandp cmd)
612 (command-execute cmd) 612 (command-execute cmd)
613 (error "Not a Calc command: %s" (key-description keys))))) 613 (error "Not a Calc command: %s" (key-description keys)))))
614 614
615 615
616 ;;; arch-tag: 4ba0d360-2bb6-40b8-adfa-eb373765b3f9
616 ;;; calc-keypd.el ends here 617 ;;; calc-keypd.el ends here