diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2015-05-15 16:23:29 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2015-05-15 16:23:45 +0200 |
commit | b7b0d6e25376b98404197bf0539b795d541d29f9 (patch) | |
tree | ef06d07cc07b5e2850cfad3273d9457a925bac6e | |
parent | e0e0753505cc2efefcee16bbed99ec6b9e5bcb39 (diff) | |
download | emacs-b7b0d6e25376b98404197bf0539b795d541d29f9.tar.gz |
cus-start.el: Add ns-confirm-quit.
* cus-start.el: Add ns-confirm-quit.
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 071aaa6850f..b4d2139022c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -438,6 +438,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.1") + (ns-confirm-quit ns boolean "25.1") (ns-use-native-fullscreen ns boolean "24.4") (ns-use-fullscreen-animation ns boolean "25.1") (ns-use-srgb-colorspace ns boolean "24.4") |