Fix ns-use-fullscreen-animation again... add boolean.
* cus-start.el (all): Add missing ns and boolean to ns-use-fullscreen-animation.
This commit is contained in:
parent
f98021b18b
commit
c1ec59da49
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue