emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103333: * lisp/emulation/cua-base.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103333: * lisp/emulation/cua-base.el (pc-selection-mode): Declare.
Date: Fri, 18 Feb 2011 00:17:20 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103333
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-02-18 00:17:20 -0800
message:
  * lisp/emulation/cua-base.el (pc-selection-mode): Declare.
modified:
  lisp/ChangeLog
  lisp/emulation/cua-base.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-18 08:00:08 +0000
+++ b/lisp/ChangeLog    2011-02-18 08:17:20 +0000
@@ -1,5 +1,7 @@
 2011-02-18  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/emulation/cua-base.el'
--- a/lisp/emulation/cua-base.el        2011-02-12 23:40:43 +0000
+++ b/lisp/emulation/cua-base.el        2011-02-18 08:17:20 +0000
@@ -1518,6 +1518,9 @@
    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


reply via email to

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