]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 14:48:25 +0000 (22:48 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 14:48:25 +0000 (22:48 +0800)
etc/NEWS
lisp/subr.el

index 484cfaf27174420283b2739cf9bbf89d197e96d3..2889367c605c6d9b2d8da66a3fb5d1f7dc8328ae 100644 (file)
--- 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'
 
 \f
 * Lisp changes in Emacs 24.2
index 9268746f1096a15131db7c36a8dc972930022844..19b3475a95be438ee6b923a7e1828ecc7e381425 100644 (file)
@@ -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")
 \f
 ;;;; Alternate names for functions - these are not being phased out.