emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109145: * subr.el (last-input-char,


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109145: * subr.el (last-input-char, last-command-char): Remove.
Date: Wed, 18 Jul 2012 22:46:32 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109145
fixes bug: http://debbugs.gnu.org/9195
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-18 22:46:32 +0800
message:
  * subr.el (last-input-char, last-command-char): Remove.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-18 14:29:34 +0000
+++ b/lisp/ChangeLog    2012-07-18 14:46:32 +0000
@@ -1,5 +1,7 @@
 2012-07-18  Chong Yidong  <address@hidden>
 
+       * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
+
        * simple.el (count-words): Report on narrowing (Bug#9959).
 
        * bindings.el: Bind M-= to count-words.

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-07-18 13:31:16 +0000
+++ b/lisp/subr.el      2012-07-18 14:46:32 +0000
@@ -1278,9 +1278,6 @@
 ;; existing "for compatibility with Emacs version 18".
 (define-obsolete-variable-alias 'last-input-char 'last-input-event
   "at least 19.34")
-(define-obsolete-variable-alias 'last-command-char 'last-command-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]