emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Thu, 09 Jun 2005 20:58:22 -0400

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.52 
emacs/lisp/emulation/cua-base.el:1.53
*** emacs/lisp/emulation/cua-base.el:1.52       Mon Jun  6 13:19:15 2005
--- emacs/lisp/emulation/cua-base.el    Fri Jun 10 00:58:22 2005
***************
*** 447,459 ****
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horisontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horisontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
--- 447,459 ----
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horizontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horizontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
***************
*** 471,483 ****
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horisontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horisontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
--- 471,483 ----
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horizontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horizontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
***************
*** 495,507 ****
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horisontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horisontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
--- 495,507 ----
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horizontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horizontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
***************
*** 520,532 ****
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horisontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horisontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)
--- 520,532 ----
          (choice :tag "Type"
                  (const :tag "Filled box" box)
                  (const :tag "Vertical bar" bar)
!                 (const :tag "Horizontal bar" hbar)
                  (const :tag "Hollow box" hollow))
          (cons :tag "Color and Type"
                (choice :tag "Type"
                        (const :tag "Filled box" box)
                        (const :tag "Vertical bar" bar)
!                       (const :tag "Horizontal bar" hbar)
                        (const :tag "Hollow box" hollow))
                (color :tag "Color")))
    :group 'cua)




reply via email to

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