Mercurial > emacs
changeset 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 | c919d46e66e4 |
children | d2c2e1206e31 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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)