From b34a78db26159e7a881e38777b226a49e5d78b54 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 03:00:41 +0000 Subject: [PATCH] (custom-print-functions): Add defvar. --- lisp/winner.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/winner.el b/lisp/winner.el index 15a86994c7b..dfc93a2a707 100644 --- a/lisp/winner.el +++ b/lisp/winner.el @@ -169,6 +169,8 @@ With arg, turn Winner mode on if and only if arg is positive." (defvar winner-stacks nil) ; ------ " ------ +;; This works around a bug in defstruct. +(defvar custom-print-functions nil) ;; A stack of window configurations with some additional information. (defstruct (winner-stack -- 2.39.5