annotate lispref/configure.in @ 25168:0fbd51325497

All functions rewritten, except when noted above their declaration. Below is a list of interface changes. (apply-on-rectangle): New function, mostly replaces `operate-on-rectangle'. All callers changed. (move-to-column-force): Pass new second argument to `move-to-column'. (kill-rectangle): Added optional prefix arg to fill lines. (delete-rectangle): Ditto. (delete-whitespace-rectangle): Ditto. (delete-extract-rectangle): Ditto. (open-rectangle): Ditto. (clear-rectangle): Ditto. (delete-whitespace-rectangle-line): New function. (delete-rectangle-line): Added third arg FILL. (delete-extract-rectangle-line): Ditto. (open-rectangle-line): Ditto. (clear-rectangle-line): Ditto.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Aug 1999 18:36:16 +0000
parents 7385a4939c61
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23149
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 dnl Process this file with autoconf to produce a configure script.
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2 AC_INIT(elisp.texi)
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 AC_OUTPUT(Makefile)