emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109146: Fix last commit.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109146: Fix last commit.
Date: Wed, 18 Jul 2012 22:48:25 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109146
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-18 22:48:25 +0800
message:
  Fix last commit.
modified:
  etc/NEWS
  lisp/subr.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-07-18 14:17:49 +0000
+++ b/etc/NEWS  2012-07-18 14:48:25 +0000
@@ -493,6 +493,7 @@
 
 *** `facemenu-unlisted-faces'
 *** `rmail-decode-mime-charset'
+*** `last-input-char' and `last-command-char'
 
 
 * Lisp changes in Emacs 24.2

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-07-18 14:46:32 +0000
+++ b/lisp/subr.el      2012-07-18 14:48:25 +0000
@@ -1271,13 +1271,6 @@
 (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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]