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)
|
(defun pls-adjust-case-interactive (arg)
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(if pls-auto-case
|
(if pls-auto-case
|
||||||
(let ((lastk last-command-char))
|
(let ((lastk last-command-event))
|
||||||
(cond ((or (eq lastk ?\n)
|
(cond ((or (eq lastk ?\n)
|
||||||
(eq lastk ?\r))
|
(eq lastk ?\r))
|
||||||
;; horrible kludge
|
;; horrible kludge
|
||||||
|
|
Loading…
Reference in a new issue