From d7d9a499595fa8feb029988e1a6e6c5aeaf0c131 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 18 Jul 2012 22:48:25 +0800 Subject: [PATCH] Fix last commit. --- etc/NEWS | 1 + lisp/subr.el | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 484cfaf2717..2889367c605 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -493,6 +493,7 @@ still be supported for Emacs 24.x. *** `facemenu-unlisted-faces' *** `rmail-decode-mime-charset' +*** `last-input-char' and `last-command-char' * Lisp changes in Emacs 24.2 diff --git a/lisp/subr.el b/lisp/subr.el index 9268746f109..19b3475a95b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1271,13 +1271,6 @@ to reread, so it now uses nil to mean `no event', instead of -1." (make-obsolete-variable 'translation-table-for-input nil "23.1") (defvaralias 'messages-buffer-max-lines 'message-log-max) - -;; These aliases exist in Emacs 19.34, and probably before, but were -;; only marked as obsolete in 23.1. -;; The lisp manual (since at least Emacs 21) describes them as -;; existing "for compatibility with Emacs version 18". -(define-obsolete-variable-alias 'last-input-char 'last-input-event - "at least 19.34") ;;;; Alternate names for functions - these are not being phased out. -- 2.39.2