diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2011-03-27 12:55:07 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2011-03-27 12:55:07 +0200 |
commit | 5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81 (patch) | |
tree | d407bf3ddd5ac79cb2f46b3d67c6bc490464fc54 /lisp | |
parent | f0a1382af3afa31708d3ce2f4c28bce61565aada (diff) | |
download | emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.tar.gz emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.tar.bz2 emacs-5ffb62aa7e2a1f60e05399a0088e77a3e7a57d81.zip |
Format doc and add customize for ns-auto-hide-menu-bar.
* lisp/cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
* src/nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
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 f6d06821062..a8838161136 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-03-27 Jan Djärv <jan.h.d@swipnet.se> + + * cus-start.el (all): Add boolean ns-auto-hide-menu-bar. + 2011-03-27 Leo Liu <sdl.web@gmail.com> * ansi-color.el (ansi-color-names-vector): Allow cons cell value diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 788731e4dbc..1188d37150a 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -356,6 +356,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const alt) (const hyper) (const super)) "23.1") (ns-antialias-text ns boolean "23.1") + (ns-auto-hide-menu-bar ns boolean "24.0") ;; process.c (delete-exited-processes processes-basics boolean) ;; syntax.c |