aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reitter2009-03-21 13:01:44 +0000
committerDavid Reitter2009-03-21 13:01:44 +0000
commitae2349fed8c140d4d891519dce29ca9abf7ec0f7 (patch)
tree805b4cccb4a4f5cadced24f5702dd1fe09eb842b
parent7ed88398085aa8836390cefc22c47c6f10c85ddd (diff)
downloademacs-ae2349fed8c140d4d891519dce29ca9abf7ec0f7.tar.gz
emacs-ae2349fed8c140d4d891519dce29ca9abf7ec0f7.zip
(all): Use existing `ns' rather than new `nextstep' group for variables affected by last two changes.
-rw-r--r--lisp/cus-start.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 8f444799ae7..10b352f0e46 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -250,25 +250,25 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
250 (dos-unsupported-char-glyph display integer) 250 (dos-unsupported-char-glyph display integer)
251 ;; nsterm.m 251 ;; nsterm.m
252 (ns-control-modifier 252 (ns-control-modifier
253 nextstep 253 ns
254 (choice (const :tag "No modifier" nil) 254 (choice (const :tag "No modifier" nil)
255 (const control) (const meta) 255 (const control) (const meta)
256 (const alt) (const hyper) 256 (const alt) (const hyper)
257 (const super)) "23.1") 257 (const super)) "23.1")
258 (ns-command-modifier 258 (ns-command-modifier
259 nextstep 259 ns
260 (choice (const :tag "No modifier" nil) 260 (choice (const :tag "No modifier" nil)
261 (const control) (const meta) 261 (const control) (const meta)
262 (const alt) (const hyper) 262 (const alt) (const hyper)
263 (const super)) "23.1") 263 (const super)) "23.1")
264 (ns-alternate-modifier 264 (ns-alternate-modifier
265 nextstep 265 ns
266 (choice (const :tag "No modifier (work as alternate/option)" none) 266 (choice (const :tag "No modifier (work as alternate/option)" none)
267 (const control) (const meta) 267 (const control) (const meta)
268 (const alt) (const hyper) 268 (const alt) (const hyper)
269 (const super)) "23.1") 269 (const super)) "23.1")
270 (ns-function-modifier 270 (ns-function-modifier
271 nextstep 271 ns
272 (choice (const :tag "No modifier (work as function)" none) 272 (choice (const :tag "No modifier (work as function)" none)
273 (const control) (const meta) 273 (const control) (const meta)
274 (const alt) (const hyper) 274 (const alt) (const hyper)