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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Fri, 10 May 2002 07:21:11 -0400

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.5 
emacs/lisp/emulation/cua-base.el:1.6
*** emacs/lisp/emulation/cua-base.el:1.5        Fri May 10 04:28:51 2002
--- emacs/lisp/emulation/cua-base.el    Fri May 10 07:21:10 2002
***************
*** 259,265 ****
  enabled."
    :type '(choice (const :tag "Disabled" nil) 
                 (const :tag "Shift region only" shift)
!                (other :tag "Enabled"))
    :group 'cua)
  
  (defcustom cua-highlight-region-shift-only nil
--- 259,265 ----
  enabled."
    :type '(choice (const :tag "Disabled" nil) 
                 (const :tag "Shift region only" shift)
!                (other :tag "Enabled" t))
    :group 'cua)
  
  (defcustom cua-highlight-region-shift-only nil
***************
*** 301,307 ****
    :type '(choice (const :tag "Disabled" nil) 
                 (const :tag "Enabled, but C-u arg is not a register" 
not-ctrl-u)
                 (const :tag "Enabled, but only for C-u arg" ctrl-u-only)
!                (other :tag "Enabled"))
    :group 'cua)
  
  (defcustom cua-delete-copy-to-register-0 t
--- 301,307 ----
    :type '(choice (const :tag "Disabled" nil) 
                 (const :tag "Enabled, but C-u arg is not a register" 
not-ctrl-u)
                 (const :tag "Enabled, but only for C-u arg" ctrl-u-only)
!                (other :tag "Enabled" t))
    :group 'cua)
  
  (defcustom cua-delete-copy-to-register-0 t



reply via email to

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