emacs-devel
[Top][All Lists]
Advanced

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

Re: typo in accept-process-output (process.c)


From: Dieter Wilhelm
Subject: Re: typo in accept-process-output (process.c)
Date: Mon, 06 Aug 2007 00:54:30 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Glenn Morris <address@hidden> writes:

> David Kastrup wrote:
>> That is not a typo.
>
> It is, however, a deprecated usage that consistently confuses people,
> exactly as it has done here.

But on the other hand I really love to be taught by Emacs ;-)

> This motivates me to tackle the TODO item to get rid of the "iff"s.

Interesting enough this seems to affect only 28 .c and no .el files:

address@hidden:/usr/local/emacs-22.1$ find -name \*el -or -name \*.c -exec grep 
-l "\<iff\>" {} \;

./src/category.c
./src/intervals.c
./src/casetab.c
./src/fileio.c
./src/process.c
./src/lread.c
./src/editfns.c
./src/getloadavg.c
./src/regex.c
./src/dired.c
./src/msdos.c
./src/keyboard.c
./src/w32term.c
./src/callproc.c
./src/fontset.c
./src/window.c
./src/indent.c
./src/keymap.c
./src/ccl.c
./src/xdisp.c
./src/textprop.c
./src/xterm.c
./src/search.c
./src/macterm.c
./src/charset.c
./src/eval.c
./lib-src/etags.c

>

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany




reply via email to

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