diff options
| author | Romain Francoise <romain@orebokech.com> | 2007-09-12 11:32:41 +0000 |
|---|---|---|
| committer | Romain Francoise <romain@orebokech.com> | 2007-09-12 11:32:41 +0000 |
| commit | 1c5eb1357a2b89a98a47cf4bd8ee954a3cc5643d (patch) | |
| tree | 7ea89bec55786d061b5cc0715015149dcad5cff9 | |
| parent | 1971a872f581e842737b8a8a77356ec0130c1a20 (diff) | |
| download | emacs-1c5eb1357a2b89a98a47cf4bd8ee954a3cc5643d.tar.gz | |
(all): Revert 2007-09-08 change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 996b70a4c34..f1cfd7a03ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-12 Romain Francoise <romain@orebokech.com> + + * cus-start.el (all): Revert 2007-09-08 change. + 2007-09-12 Aaron Hawley <aaronh@garden.org> * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to diff --git a/lisp/cus-start.el b/lisp/cus-start.el index d922329c62d..dd4a67812ca 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -359,8 +359,6 @@ since it could result in memory overflow and make Emacs crash." (const :tag "Full screen (t)" :value t) (other :tag "Always" 1))) (display-buffer-reuse-frames windows boolean "21.1") - (prefer-window-split-horizontally - windows (choice boolean integer) "22.1") ;; xdisp.c (scroll-step windows integer) (scroll-conservatively windows integer) |
