bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6588: 24.0.50; built-in Lisp functions look strange


From: Katsumi Yamaoka
Subject: bug#6588: 24.0.50; built-in Lisp functions look strange
Date: Fri, 09 Jul 2010 11:02:54 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Emacs head I built today looks strange; many built-in Lisp functions
have `LISP-OBJECT' as the first argument.  For example:

,----
| kill-buffer is an interactive built-in function in `C source code'.
|
| It is bound to C-x k.
|
| (kill-buffer &optional LISP-OBJECT BUFFER-OR-NAME)
|
| Kill buffer BUFFER-OR-NAME.
| [...]
`----

,----
| raise-frame is an interactive built-in function in `C source code'.
|
| (raise-frame &optional LISP-OBJECT FRAME)
|
| Bring FRAME to the front, so it occludes any frames it overlaps.
| [...]
`----

This seems to be due to the recent change:

Dan Nicolaescu wrote:
> ------------------------------------------------------------
> revno: 100758
> committer: Dan Nicolaescu <dann@ics.uci.edu>
> branch nick: trunk
> timestamp: Thu 2010-07-08 14:25:08 -0700
> message:
>   Convert DEFUNs to standard C.
>   * src/alloc.c: Convert DEFUNs to standard C.
>   * src/buffer.c:
[...]
> Diff too large for email (13107 lines, the limit is 10000).

In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2010-07-09 on ******
Windowing system distributor `Fedora Project', version 11.0.10802000
configured using `configure  '--verbose' '--with-x-toolkit=lucid'\
 '--without-xim''





reply via email to

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