diff options
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 24f8ac3bade..8e94e85f84c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -272,6 +272,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (tool-bar-mode (frames mouse) boolean nil ; :initialize custom-initialize-default :set custom-set-minor-mode) + (frame-resize-pixelwise windows boolean "24.4") ;; fringe.c (overflow-newline-into-fringe fringe boolean) ;; image.c @@ -448,6 +449,7 @@ since it could result in memory overflow and make Emacs crash." :value display-buffer) (other :tag "Always (t)" :value t)) "24.3") + (window-resize-pixelwise windows boolean "24.4") ;; xdisp.c ;; The whitespace group is for whitespace.el. (show-trailing-whitespace editing-basics boolean nil |