From 19fb71867201967e05691815044afb06bbad8a22 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 18 Jul 2012 22:46:32 +0800 Subject: [PATCH] * subr.el (last-input-char, last-command-char): Remove. Fixes: debbugs:9195 --- lisp/ChangeLog | 2 ++ lisp/subr.el | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 794de32b69b..b0763462419 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-07-18 Chong Yidong + * 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. diff --git a/lisp/subr.el b/lisp/subr.el index 8952ea6a9e0..9268746f109 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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") - ;;;; Alternate names for functions - these are not being phased out. -- 2.11.4.GIT