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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to