Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
102675:c919d46e66e4 | 102676:100b06d58ef9 |
---|---|
248 function)) | 248 function)) |
249 ;; msdos.c | 249 ;; msdos.c |
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) |
275 (const super)) "23.1") | 275 (const super)) "23.1") |
276 (ns-antialias-text ns boolean "23.1") | 276 (ns-antialias-text ns boolean "23.1") |