]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-start.el (all): Add missing ns to ns-use-fullscreen-animation.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 11 Oct 2014 19:58:02 +0000 (21:58 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 11 Oct 2014 19:58:02 +0000 (21:58 +0200)
lisp/ChangeLog
lisp/cus-start.el

index 4e4bf7b893a65ba9b1c6ba0aedc496ce64a0991a..ce42d0fcb0db8381003fc9822f72885fffd3bf2d 100644 (file)
@@ -1,3 +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.
+
 2014-10-11  Leo Liu  <sdl.web@gmail.com>
 
        * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
index d59bb6732aff7435d1c7cc3e3b238e98db0a4e31..43a0fdfe17d49254fe9662c3ec7a02c61073f698 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 "25.1")
+             (ns-use-fullscreen-animation ns "25.1")
              (ns-use-srgb-colorspace ns boolean "24.4")
             ;; process.c
             (delete-exited-processes processes-basics boolean)