From: Jan Djärv Date: Sat, 11 Oct 2014 19:58:02 +0000 (+0200) Subject: * cus-start.el (all): Add missing ns to ns-use-fullscreen-animation. X-Git-Tag: emacs-25.0.90~2635^2~679^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f98021b18babdf19d7c7a329647d028717ae90c6;p=emacs.git * cus-start.el (all): Add missing ns to ns-use-fullscreen-animation. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e4bf7b893a..ce42d0fcb0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-10-11 Jan Djärv + + * cus-start.el (all): Add missing ns to ns-use-fullscreen-animation. + 2014-10-11 Leo Liu * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes): diff --git a/lisp/cus-start.el b/lisp/cus-start.el index d59bb6732af..43a0fdfe17d 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 "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)