diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/cus-start.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3ea27c9642..78cd8a13ce1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-10-11 Jan Djärv <jan.h.d@swipnet.se> + + * cus-start.el (all): Add ns-use-fullscreen-animation. + 2014-10-11 Glenn Morris <rgm@gnu.org> * calendar/diary-lib.el (diary-display-function): 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 |