* bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT
@ 2011-12-23 10:49 martin rudalics
2011-12-23 13:13 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: martin rudalics @ 2011-12-23 10:49 UTC (permalink / raw)
To: 10354
Section 11.14 Variables with Restricted Values of the Elisp manual
contains the following text:
Variables of type `DEFVAR_INT' can only take on integer values.
Attempting to assign them any other value will result in an error:
(setq window-min-height 5.0)
error--> Wrong type argument: integerp, 5.0
This text is no longer valid since `window-min-height' is now defined in
window.el.
martin
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT
2011-12-23 10:49 bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT martin rudalics
@ 2011-12-23 13:13 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2011-12-23 13:13 UTC (permalink / raw)
To: martin rudalics; +Cc: 10354-done
> This text is no longer valid since `window-min-height' is now defined in
> window.el.
Fixed. I've used undo-limit.
Juanma
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-23 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 10:49 bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT martin rudalics
2011-12-23 13:13 ` Juanma Barranquero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).