Replace last-command-char with last-command-event.

This commit is contained in:
Glenn Morris 2009-01-09 03:57:12 +00:00
parent 4b09796d42
commit e93c003eb1
13 changed files with 67 additions and 61 deletions

View file

@ -132,7 +132,7 @@
(defun calc-select-part (num)
(interactive "P")
(or num (setq num (- last-command-char ?0)))
(or num (setq num (- last-command-event ?0)))
(calc-wrapper
(calc-prepare-selection)
(let ((sel (calc-find-nth-part (or (nth 2 calc-selection-cache-entry)