# HG changeset patch # User Jay Belanger # Date 1098196910 0 # Node ID 072bb54df5bd3f38c8da784d0738019e954fe643 # Parent 63d364b66fec092195dc13d2d30936a5c230fca1 (calc-fancy-prefix): Removed emacs version check. diff -r 63d364b66fec -r 072bb54df5bd lisp/calc/calc-ext.el --- a/lisp/calc/calc-ext.el Tue Oct 19 14:41:18 2004 +0000 +++ b/lisp/calc/calc-ext.el Tue Oct 19 14:41:50 2004 +0000 @@ -1393,8 +1393,7 @@ (and (>= last-command-char 0) (< last-command-char ? ) (not (memq last-command-char '(?\e))))) (calc-wrapper)) ; clear flags if not a Calc command. - (if calc-emacs-type-19 - (setq last-command-event (cdr event))) + (setq last-command-event (cdr event)) (if (or (not (integerp last-command-char)) (eq last-command-char ?-)) (calc-unread-command)