Mercurial > emacs
changeset 57594:072bb54df5bd
(calc-fancy-prefix): Removed emacs version check.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 19 Oct 2004 14:41:50 +0000 |
parents | 63d364b66fec |
children | 8ca090ac0a97 |
files | lisp/calc/calc-ext.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)