Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
15e0d5a1
Commit
15e0d5a1
authored
Feb 18, 2011
by
Glenn Morris
Browse files
* lisp/emulation/cua-base.el (pc-selection-mode): Declare.
parent
002b46b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+3
-0
No files found.
lisp/ChangeLog
View file @
15e0d5a1
2011-02-18 Glenn Morris <rgm@gnu.org>
* 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.
...
...
lisp/emulation/cua-base.el
View file @
15e0d5a1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment