# HG changeset patch # User Kim F. Storm # Date 1020172353 0 # Node ID 5b88ee8bf05ed81655615cd02e90288f2626e47b # Parent e4546fd8cb3303701fedba50dfbec1d5fb8f0a96 Fixed require for cua-mode variable diff -r e4546fd8cb33 -r 5b88ee8bf05e lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Tue Apr 30 13:01:03 2002 +0000 +++ b/lisp/emulation/cua-base.el Tue Apr 30 13:12:33 2002 +0000 @@ -244,7 +244,7 @@ (cua-mode (or value 0))) :initialize 'custom-initialize-default :set-after '(cua-enable-modeline-indications cua-use-hyper-key) - :require 'cua + :require 'cua-base :link '(emacs-commentary-link "cua-base.el") :version "21.4" :type 'boolean