emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi
Date: Fri, 09 Jan 2009 05:22:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/09 05:22:19

Modified files:
        doc/lispref    : ChangeLog commands.texi 

Log message:
        (Command Loop Info): Say that last-command-char and last-input-char
        are obsolete aliases.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.187&r2=1.188
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/commands.texi?cvsroot=emacs&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- ChangeLog   8 Jan 2009 20:57:30 -0000       1.187
+++ ChangeLog   9 Jan 2009 05:22:19 -0000       1.188
@@ -1,3 +1,15 @@
+2009-01-09  Glenn Morris  <address@hidden>
+
+       * commands.texi (Command Loop Info): Say that last-command-char and
+       last-input-char are obsolete aliases.
+
+       * edebug.texi (Edebug Recursive Edit): Remove separate references to
+       last-input-char and last-command-char, since they are just aliases for
+       last-input-event and last-command-event.
+
+       * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
+       last-command-char.
+
 2009-01-08  Chong Yidong  <address@hidden>
 
        * elisp.texi: Update node listing.

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/commands.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- commands.texi       8 Jan 2009 05:28:56 -0000       1.11
+++ commands.texi       9 Jan 2009 05:22:19 -0000       1.12
@@ -898,8 +898,7 @@
 @noindent
 The value is 5 because that is the @acronym{ASCII} code for @kbd{C-e}.
 
-The alias @code{last-command-char} exists for compatibility with
-Emacs version 18.
+The alias @code{last-command-char} is obsolete.
 @end defvar
 
 @c Emacs 19 feature
@@ -2658,8 +2657,7 @@
 @end group
 @end example
 
-The alias @code{last-input-char} exists for compatibility with
-Emacs version 18.
+The alias @code{last-input-char} is obsolete.
 @end defvar
 
 @defmac while-no-input address@hidden




reply via email to

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