# HG changeset patch # User Oleksandr Gavenko # Date 1298398855 -7200 # Node ID 1f59c7449143f11de84b18d2db01e6b74012a928 # Parent 5e3a485408f432744819a750c49057bebf72fc19 On Debian Emacs 22.2.1 'split-height-threshold' MUST be number. diff -r 5e3a485408f4 -r 1f59c7449143 .emacs-my --- a/.emacs-my Tue Feb 22 00:40:24 2011 +0200 +++ b/.emacs-my Tue Feb 22 20:20:55 2011 +0200 @@ -126,7 +126,7 @@ (when (>= emacs-major-version 22) (tooltip-mode -1)) ) -(when window-system +(when (and window-system (>= emacs-major-version 23)) ;; Prefer horizontal windows splitting. (setq split-height-threshold nil) (setq split-width-threshold nil)