Mercurial > emacs
changeset 45024:5b88ee8bf05e
Fixed require for cua-mode variable
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 30 Apr 2002 13:12:33 +0000 |
parents | e4546fd8cb33 |
children | b38fc6fb7a1a |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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