mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(custom-print-functions): Add defvar.
This commit is contained in:
parent
c81246f3a6
commit
b34a78db26
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue