Mercurial > emacs
changeset 580:c8860f81ccf7
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 15 Mar 1992 03:47:41 +0000 |
parents | e2782df984a2 |
children | e7dd969ff98b |
files | etc/=MACHINES etc/README lib-src/movemail.c lisp/map-ynp.el |
diffstat | 4 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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.
--- 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.
--- 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