From: Chong Yidong Date: Wed, 18 Jul 2012 14:48:25 +0000 (+0800) Subject: Fix last commit. X-Git-Tag: emacs-24.2.90~1142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7d9a499595fa8feb029988e1a6e6c5aeaf0c131;p=emacs.git Fix last commit. --- 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.