equal
deleted
inserted
replaced
124 (global-set-key [apps] 'my-popup-menu) |
124 (global-set-key [apps] 'my-popup-menu) |
125 (global-set-key [menu] 'my-popup-menu) |
125 (global-set-key [menu] 'my-popup-menu) |
126 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
126 (when (>= emacs-major-version 22) (tooltip-mode -1)) |
127 ) |
127 ) |
128 |
128 |
129 (when window-system |
129 (when (and window-system (>= emacs-major-version 23)) |
130 ;; Prefer horizontal windows splitting. |
130 ;; Prefer horizontal windows splitting. |
131 (setq split-height-threshold nil) |
131 (setq split-height-threshold nil) |
132 (setq split-width-threshold nil) |
132 (setq split-width-threshold nil) |
133 ) |
133 ) |
134 |
134 |