diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-28 08:48:39 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-28 08:48:39 -0700 |
commit | 18348234f796df469fdd83841c86b7d3f28c88e0 (patch) | |
tree | 9e3e35a4b513af213b5a8eb4f15ee0836691d41e /lisp/cus-start.el | |
parent | c7f8fb2865c2d2130174ace5606bdb5fc89c19e7 (diff) | |
download | emacs-18348234f796df469fdd83841c86b7d3f28c88e0.tar.gz |
* lisp/cus-start.el: Fix some :version numbers.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 5a35cb01911..2da67112bd3 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -364,7 +364,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of left) (const control) (const meta) (const alt) (const hyper) - (const super)) "24.0") + (const super)) "24.1") (ns-command-modifier ns (choice (const :tag "No modifier" nil) @@ -378,7 +378,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of left) (const control) (const meta) (const alt) (const hyper) - (const super)) "24.0") + (const super)) "24.1") (ns-alternate-modifier ns (choice (const :tag "No modifier (work as alternate/option)" none) @@ -400,7 +400,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") + (ns-auto-hide-menu-bar ns boolean "24.1") (ns-use-native-fullscreen ns boolean "24.4") (ns-use-srgb-colorspace ns boolean "24.4") ;; process.c |