last-command-char has been fully removed, and last-command-event is its replacement

This commit is contained in:
Éibhear Ó hAnluain 2023-10-16 13:58:03 +01:00
parent 3e76f589e8
commit 44c596acca
Signed by: eibhear
GPG key ID: D124FE9CF2177106

View file

@ -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