emacs-devel
[Top][All Lists]
Advanced

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

patch: byte-opt.el typo


From: Tetsurou Okazaki
Subject: patch: byte-opt.el typo
Date: Wed, 26 Mar 2008 07:53:28 +0900
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.0 Mule/5.0 (SAKAKI)

There is a typo in byte-opt.el of the trunk.  See detail as follows.


2008-03-25  Tetsurou Okazaki  <address@hidden>  (tiny change)

        * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.


Index: lisp/emacs-lisp/byte-opt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/byte-opt.el,v
retrieving revision 1.111
diff -c -r1.111 byte-opt.el
*** lisp/emacs-lisp/byte-opt.el 3 Mar 2008 21:07:12 -0000       1.111
--- lisp/emacs-lisp/byte-opt.el 22 Mar 2008 19:56:06 -0000
***************
*** 1219,1225 ****
         char-equal char-to-string char-width
         compare-strings concat coordinates-in-window-p
         copy-alist copy-sequence copy-marker cos count-lines
!        decdoe-char
         decode-time default-boundp default-value documentation downcase
         elt encode-char exp expt encode-time error-message-string
         fboundp fceiling featurep ffloor
--- 1219,1225 ----
         char-equal char-to-string char-width
         compare-strings concat coordinates-in-window-p
         copy-alist copy-sequence copy-marker cos count-lines
!        decode-char
         decode-time default-boundp default-value documentation downcase
         elt encode-char exp expt encode-time error-message-string
         fboundp fceiling featurep ffloor




reply via email to

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