Replace last-command-char with last-command-event.
This commit is contained in:
parent
4b09796d42
commit
e93c003eb1
13 changed files with 67 additions and 61 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue