emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp cus-start.el


From: David Reitter
Subject: [Emacs-diffs] emacs/lisp cus-start.el
Date: Sat, 21 Mar 2009 13:01:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      09/03/21 13:01:44

Modified files:
        lisp           : cus-start.el 

Log message:
        (all): Use existing `ns' rather than new `nextstep'  group for 
variables affected by last two changes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cus-start.el?cvsroot=emacs&r1=1.134&r2=1.135

Patches:
Index: cus-start.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- cus-start.el        21 Mar 2009 09:47:13 -0000      1.134
+++ cus-start.el        21 Mar 2009 13:01:44 -0000      1.135
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]