From 44c596acca8dc8f7e2d844fd145a88caab158dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ibhear=20=C3=93=20hAnluain?= Date: Mon, 16 Oct 2023 13:58:03 +0100 Subject: [PATCH] last-command-char has been fully removed, and last-command-event is its replacement --- contrib/pls-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pls-mode.el b/contrib/pls-mode.el index 9f649dc..c2f99a1 100644 --- a/contrib/pls-mode.el +++ b/contrib/pls-mode.el @@ -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