diff options
| author | Jan Djärv | 2014-10-11 22:00:59 +0200 |
|---|---|---|
| committer | Jan Djärv | 2014-10-11 22:00:59 +0200 |
| commit | c1ec59da4905015d841ffeba9bb53a674b3a44f4 (patch) | |
| tree | 2c6d7e0631fccf6b278ed59a16325c2fa192e04c | |
| parent | f98021b18babdf19d7c7a329647d028717ae90c6 (diff) | |
| download | emacs-c1ec59da4905015d841ffeba9bb53a674b3a44f4.tar.gz emacs-c1ec59da4905015d841ffeba9bb53a674b3a44f4.zip | |
Fix ns-use-fullscreen-animation again... add boolean.
* cus-start.el (all): Add missing ns and boolean to
ns-use-fullscreen-animation.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-10-11 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2014-10-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * cus-start.el (all): Add missing ns to ns-use-fullscreen-animation. | 3 | * cus-start.el (all): Add missing ns and boolean to |
| 4 | ns-use-fullscreen-animation. | ||
| 4 | 5 | ||
| 5 | 2014-10-11 Leo Liu <sdl.web@gmail.com> | 6 | 2014-10-11 Leo Liu <sdl.web@gmail.com> |
| 6 | 7 | ||
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 | |||
| 404 | (ns-antialias-text ns boolean "23.1") | 404 | (ns-antialias-text ns boolean "23.1") |
| 405 | (ns-auto-hide-menu-bar ns boolean "24.1") | 405 | (ns-auto-hide-menu-bar ns boolean "24.1") |
| 406 | (ns-use-native-fullscreen ns boolean "24.4") | 406 | (ns-use-native-fullscreen ns boolean "24.4") |
| 407 | (ns-use-fullscreen-animation ns "25.1") | 407 | (ns-use-fullscreen-animation ns boolean "25.1") |
| 408 | (ns-use-srgb-colorspace ns boolean "24.4") | 408 | (ns-use-srgb-colorspace ns boolean "24.4") |
| 409 | ;; process.c | 409 | ;; process.c |
| 410 | (delete-exited-processes processes-basics boolean) | 410 | (delete-exited-processes processes-basics boolean) |