diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fbc0e747fc..538206ae9d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-02-05 Jan Djärv <jan.h.d@swipnet.se> + + * cus-start.el (all): Add ns-use-native-fullscreen. + 2013-02-05 Glenn Morris <rgm@gnu.org> * profiler.el (profiler-report-mode-map): Add a restart menu entry. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 62e91fafcbf..2bc47426332 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -398,6 +398,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const super)) "23.1") (ns-antialias-text ns boolean "23.1") (ns-auto-hide-menu-bar ns boolean "24.0") + (ns-use-native-fullscreen ns boolean "24.4") ;; process.c (delete-exited-processes processes-basics boolean) ;; syntax.c |