last-command-char has been fully removed, and last-command-event is its replacement
This commit is contained in:
parent
3e76f589e8
commit
44c596acca
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ identifier."
|
|||
(defun pls-adjust-case-interactive (arg)
|
||||
(interactive "P")
|
||||
(if pls-auto-case
|
||||
(let ((lastk last-command-char))
|
||||
(let ((lastk last-command-event))
|
||||
(cond ((or (eq lastk ?\n)
|
||||
(eq lastk ?\r))
|
||||
;; horrible kludge
|
||||
|
|
Loading…
Reference in a new issue