diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2014-10-11 10:28:11 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2014-10-11 10:28:11 +0200 |
commit | b34cba38292e9ac536b99b0b4dabbfc3b61bcab6 (patch) | |
tree | ff055b894737c7d99de940bd3de720e41aaa299b /lisp/cus-start.el | |
parent | 1badfceee76202acff5e46158c7edb53d44deb92 (diff) | |
download | emacs-b34cba38292e9ac536b99b0b4dabbfc3b61bcab6.tar.gz |
* cus-start.el (all): Add ns-use-fullscreen-animation.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b446a00bb8f..d59bb6732af 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -404,7 +404,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (ns-antialias-text ns boolean "23.1") (ns-auto-hide-menu-bar ns boolean "24.1") (ns-use-native-fullscreen ns boolean "24.4") - (ns-use-srgb-colorspace ns boolean "24.4") + (ns-use-fullscreen-animation "25.1") + (ns-use-srgb-colorspace ns boolean "24.4") ;; process.c (delete-exited-processes processes-basics boolean) ;; syntax.c |