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.
;; 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.