From: Glenn Morris Date: Fri, 18 Feb 2011 08:17:20 +0000 (-0800) Subject: * lisp/emulation/cua-base.el (pc-selection-mode): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~821 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15e0d5a174f7ea30f5e15957234019fe89cbcf87;p=emacs.git * lisp/emulation/cua-base.el (pc-selection-mode): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6db7e1eb13f..911bee76dbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-02-18 Glenn Morris + * emulation/cua-base.el (pc-selection-mode): Declare. + * emacs-lisp/eieio-custom.el: Set generated-autoload-file. (customize-object): Add autoload cookie. * emacs-lisp/eieio-opt.el: Set generated-autoload-file. diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 267317594b1..0df9e7b16aa 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -1518,6 +1518,9 @@ If ARG is the atom `-', scroll upward by nearly full screen." c-beginning-of-statement c-end-of-statement)) (put cmd 'CUA 'move)) +;; Only called if pc-selection-mode is t, which means pc-select is loaded. +(declare-function pc-selection-mode "pc-select" (&optional arg)) + ;; State prior to enabling cua-mode ;; Value is a list with the following elements: ;; transient-mark-mode