diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-25 03:00:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-25 03:00:41 +0000 |
commit | b34a78db26159e7a881e38777b226a49e5d78b54 (patch) | |
tree | 304834c00f587299ad58e2fcb233abbde77876bc /lisp/winner.el | |
parent | c81246f3a62dbc9a3643788fa121241423db811f (diff) | |
download | emacs-b34a78db26159e7a881e38777b226a49e5d78b54.tar.gz |
(custom-print-functions): Add defvar.
Diffstat (limited to 'lisp/winner.el')
-rw-r--r-- | lisp/winner.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |