]> git.eshelyaron.com Git - emacs.git/commitdiff
* subr.el (last-input-char, last-command-char): Remove.
authorChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 14:46:32 +0000 (22:46 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 18 Jul 2012 14:46:32 +0000 (22:46 +0800)
Fixes: debbugs:9195
lisp/ChangeLog
lisp/subr.el

index 794de32b69b8a8d3772586fd0fcc7b7b36f56b5d..b0763462419dd05a9703360f86b8c3e3c0f54c70 100644 (file)
@@ -1,5 +1,7 @@
 2012-07-18  Chong Yidong  <cyd@gnu.org>
 
+       * 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.
index 8952ea6a9e0dcb5f6c23401cdf179e382c27d810..9268746f1096a15131db7c36a8dc972930022844 100644 (file)
@@ -1278,9 +1278,6 @@ to reread, so it now uses nil to mean `no event', instead of -1."
 ;; 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")
-
 \f
 ;;;; Alternate names for functions - these are not being phased out.