]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ns-use-fullscreen-animation again... add boolean.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 11 Oct 2014 20:00:59 +0000 (22:00 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 11 Oct 2014 20:00:59 +0000 (22:00 +0200)
* cus-start.el (all): Add missing ns and boolean to
ns-use-fullscreen-animation.

lisp/ChangeLog
lisp/cus-start.el

index ce42d0fcb0db8381003fc9822f72885fffd3bf2d..f6807b9a5081b5ffb5773e7de9a63686a442f3d0 100644 (file)
@@ -1,6 +1,7 @@
 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * 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  <sdl.web@gmail.com>
 
index 43a0fdfe17d49254fe9662c3ec7a02c61073f698..d4795bfe6a5e138c4db5a7d230a088b644ed2faf 100644 (file)
@@ -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)