/[emacs]/emacs/lisp/emulation/cua-base.el
ViewVC logotype

Diff of /emacs/lisp/emulation/cua-base.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by kfstorm, Fri May 10 08:28:51 2002 UTC revision 1.6 by kfstorm, Fri May 10 11:21:10 2002 UTC
# Line 259  a shifted movement key.  If the value is Line 259  a shifted movement key.  If the value is
259  enabled."  enabled."
260    :type '(choice (const :tag "Disabled" nil)    :type '(choice (const :tag "Disabled" nil)
261                   (const :tag "Shift region only" shift)                   (const :tag "Shift region only" shift)
262                   (other :tag "Enabled"))                   (other :tag "Enabled" t))
263    :group 'cua)    :group 'cua)
264    
265  (defcustom cua-highlight-region-shift-only nil  (defcustom cua-highlight-region-shift-only nil
# Line 301  interpreted as a register number." Line 301  interpreted as a register number."
301    :type '(choice (const :tag "Disabled" nil)    :type '(choice (const :tag "Disabled" nil)
302                   (const :tag "Enabled, but C-u arg is not a register" not-ctrl-u)                   (const :tag "Enabled, but C-u arg is not a register" not-ctrl-u)
303                   (const :tag "Enabled, but only for C-u arg" ctrl-u-only)                   (const :tag "Enabled, but only for C-u arg" ctrl-u-only)
304                   (other :tag "Enabled"))                   (other :tag "Enabled" t))
305    :group 'cua)    :group 'cua)
306    
307  (defcustom cua-delete-copy-to-register-0 t  (defcustom cua-delete-copy-to-register-0 t

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26