# HG changeset patch # User Jim Blandy # Date 700631261 0 # Node ID c8860f81ccf7614ab2915e76ed82438c1b9e47fb # Parent e2782df984a221489911fbbcbedc0646a24e76a1 *** empty log message *** diff -r e2782df984a2 -r c8860f81ccf7 etc/=MACHINES --- a/etc/=MACHINES Sat Mar 14 20:43:29 1992 +0000 +++ b/etc/=MACHINES Sun Mar 15 03:47:41 1992 +0000 @@ -1,5 +1,5 @@ This is a list of the status of GNU Emacs on various machines and systems. -Last updated 4 March 1991. +Last updated 10 Feb 1992. For each system and machine, we give the `-opsystem' and `-machine' options you should pass to config.emacs to prepare to build Emacs for diff -r e2782df984a2 -r c8860f81ccf7 etc/README --- a/etc/README Sat Mar 14 20:43:29 1992 +0000 +++ b/etc/README Sun Mar 15 03:47:41 1992 +0000 @@ -1,3 +1,11 @@ +This directory contains the architecture-independent files used by or +with Emacs. This includes some text files of documentation for GNU +Emacs or of interest to Emacs users, and the file of dumped docstrings +for Emacs functions and variables. + +`termcap.dat' is for VMS. It is a copy of the `/etc/termcap' file +used on Unix. + [/amiga/editors/README Fri Nov 23 15:37:39 EST 1990] ue-patches/ Patches to Uedit by Rick Stiles. diff -r e2782df984a2 -r c8860f81ccf7 lib-src/movemail.c --- a/lib-src/movemail.c Sat Mar 14 20:43:29 1992 +0000 +++ b/lib-src/movemail.c Sun Mar 15 03:47:41 1992 +0000 @@ -1,6 +1,6 @@ /* movemail foo bar -- move file foo to file bar, locking file foo the way /bin/mail respects. - Copyright (C) 1986 Free Software Foundation, Inc. + Copyright (C) 1986, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. diff -r e2782df984a2 -r c8860f81ccf7 lisp/map-ynp.el --- a/lisp/map-ynp.el Sat Mar 14 20:43:29 1992 +0000 +++ b/lisp/map-ynp.el Sun Mar 15 03:47:41 1992 +0000 @@ -41,7 +41,7 @@ LIST is a list of objects, or a function of no arguments to return the next object or nil. -If is PROMPTER a string, the prompt is \(format PROMPTER OBJECT\). If not +If PROMPTER is a string, the prompt is \(format PROMPTER OBJECT\). If not a string, PROMPTER is a function of one arg (an object from LIST), which returns a string to be used as the prompt for that object. If the return value is not a string, it is eval'd to get the answer; it may be nil to