> In "emacs -Q", evaluating: > > (progn > (add-hook 'window-size-change-functions 'identity nil t) > (split-window)) > > yields: > > Symbol's function definition is void: t Does the attached patch fix it? martin