# HG changeset patch # User David Reitter # Date 1237640504 0 # Node ID 100b06d58ef90493e2644c99e685dc4083c8068a # Parent c919d46e66e4da96a36cfc477c35ed4b26852efc (all): Use existing `ns' rather than new `nextstep' group for variables affected by last two changes. diff -r c919d46e66e4 -r 100b06d58ef9 lisp/cus-start.el --- 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)