comparison lisp/calc/calc-keypd.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 0d8b17d428b5
children 4ad5e0d74a81 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
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