From e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 7 Mar 2000 14:21:40 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ src/ChangeLog | 3 +++ 2 files changed, 7 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 8f89a8980e9..ae13ffd8c66 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1019,6 +1019,10 @@ Note that +++ before an item means the Lisp manual has been updated. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The function documentation-property now evaluates the value of +the given property to obtain a a string if it doesn't refer to etc/DOC +and isn't a string. + +++ ** The last argument of `define-key-after' defaults to t for convenience. diff --git a/src/ChangeLog b/src/ChangeLog index 11f10d79cae..08700fe69cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-03-07 Gerd Moellmann + * doc.c (Fdocumentation_property): If value is not a string, + and doesn't refer to etc/DOC, evaluate it to obtain a string. + * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to close the display with XtCloseDisplay. This caused a bus error on OpenWindows. -- 2.39.5