Mercurial > emacs
diff lisp/cus-start.el @ 102676:100b06d58ef9
(all): Use existing `ns' rather than new `nextstep' group for variables affected by last two changes.
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Sat, 21 Mar 2009 13:01:44 +0000 |
parents | be0eefc75451 |
children | 364aae6e6402 |
line wrap: on
line diff
--- a/lisp/cus-start.el Sat Mar 21 13:01:20 2009 +0000 +++ b/lisp/cus-start.el Sat Mar 21 13:01:44 2009 +0000 @@ -250,25 +250,25 @@ (dos-unsupported-char-glyph display integer) ;; nsterm.m (ns-control-modifier - nextstep + ns (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-command-modifier - nextstep + ns (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-alternate-modifier - nextstep + ns (choice (const :tag "No modifier (work as alternate/option)" none) (const control) (const meta) (const alt) (const hyper) (const super)) "23.1") (ns-function-modifier - nextstep + ns (choice (const :tag "No modifier (work as function)" none) (const control) (const meta) (const alt) (const hyper)