changeset 11007:433d4013f39b

(specbind): Rename perdisplay to kboard.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Mar 1995 01:48:03 +0000
parents 2aa4135eee50
children 5407034f6ece
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Wed Mar 15 01:47:43 1995 +0000
+++ b/src/eval.c	Wed Mar 15 01:48:03 1995 +0000
@@ -2288,7 +2288,7 @@
   specpdl_ptr->func = 0;
   specpdl_ptr->old_value = ovalue = find_symbol_value (symbol);
   specpdl_ptr++;
-  if (BUFFER_OBJFWDP (ovalue) || DISPLAY_OBJFWDP (ovalue))
+  if (BUFFER_OBJFWDP (ovalue) || KBOARD_OBJFWDP (ovalue))
     store_symval_forwarding (symbol, ovalue, value);
   else
     Fset (symbol, value);