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
d0a3b8c2
Commit
d0a3b8c2
authored
Nov 22, 2007
by
Glenn Morris
Browse files
(x-clipboard-yank): Fix declaration.
parent
145cc6b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d0a3b8c2
2007-11-22 Glenn Morris <rgm@gnu.org>
* emulation/cua-base.el (x-clipboard-yank): Fix declaration.
* emacs-lisp/check-declare.el (check-declare-locate): New function.
(check-declare-scan): Use check-declare-locate.
(check-declare-verify): No longer adjust fnfile, now
...
...
lisp/emulation/cua-base.el
View file @
d0a3b8c2
...
...
@@ -874,7 +874,7 @@ With numeric prefix arg, copy to register 0-9 instead."
(
if
(
fboundp
'cua--cancel-rectangle
)
(
cua--cancel-rectangle
)))
(
declare-function
x-clipboard-yank
"term/x-win"
())
(
declare-function
x-clipboard-yank
"
../
term/x-win"
())
(
defun
cua-paste
(
arg
)
"Paste last cut or copied region or rectangle.
...
...
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