From c1ec59da4905015d841ffeba9bb53a674b3a44f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sat, 11 Oct 2014 22:00:59 +0200 Subject: [PATCH] Fix ns-use-fullscreen-animation again... add boolean. * cus-start.el (all): Add missing ns and boolean to ns-use-fullscreen-animation. --- lisp/ChangeLog | 3 ++- lisp/cus-start.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce42d0fcb0d..f6807b9a508 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2014-10-11 Jan Djärv - * cus-start.el (all): Add missing ns to ns-use-fullscreen-animation. + * cus-start.el (all): Add missing ns and boolean to + ns-use-fullscreen-animation. 2014-10-11 Leo Liu diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 43a0fdfe17d..d4795bfe6a5 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -404,7 +404,7 @@ 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-fullscreen-animation ns "25.1") + (ns-use-fullscreen-animation ns boolean "25.1") (ns-use-srgb-colorspace ns boolean "24.4") ;; process.c (delete-exited-processes processes-basics boolean) -- 2.39.5