annotate man/lispref/scrollbars.texi @ 4575:eecd28508f4a
Add #'subr-arity, API taken from GNU, implementation our own.
lisp/ChangeLog addition:
2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
* subr.el: Correct a comment, we now have #'syntax-after in
syntax.el.
(subr-arity): New.
Docstring and API taken initially from GNU's data.c, revision
1.275, GPLv2.
tests/ChangeLog addition:
2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el ():
Test #'subr-arity, recently added to subr.el.
author |
Aidan Kehoe <kehoea@parhasard.net> |
date |
Sun, 11 Jan 2009 13:18:42 +0000 |
parents |
abe6d1db359e |
children |
9fae6227ede5 |
rev |
line source |
428
|
1 @c -*-texinfo-*-
|
|
2 @c This is part of the XEmacs Lisp Reference Manual.
|
|
3 @c Copyright (C) 1995 Ben Wing.
|
|
4 @c See the file lispref.texi for copying conditions.
|
|
5 @setfilename ../../info/glyphs.info
|
442
|
6 @node Scrollbars, Drag and Drop, Gutter, top
|
|
7 @chapter Scrollbars
|
428
|
8 @cindex scrollbars
|
|
9
|
|
10 Not yet documented.
|