* Some small question... next attempt.
@ 2006-09-19 8:14 David Kastrup
2006-09-19 22:57 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: David Kastrup @ 2006-09-19 8:14 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
Hi,
I find that I have, as a result of some past report or discussion, the
following patch in my local tree. It is likely not the only place
where a "*" interactive argument might make sense.
Does anybody see a problem with checking this in?
I mean this:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 307 bytes --]
--- menu-bar.el 01 Jun 2006 10:24:47 +0200 1.293
+++ menu-bar.el 16 Sep 2006 00:14:12 +0200
@@ -510,7 +510,7 @@
(defun clipboard-yank ()
"Insert the clipboard contents, or the last stretch of killed text."
- (interactive)
+ (interactive "*")
(let ((x-select-enable-clipboard t))
(yank)))
[-- Attachment #3: Type: text/plain, Size: 54 bytes --]
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
[-- Attachment #4: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Some small question... next attempt.
2006-09-19 8:14 Some small question... next attempt David Kastrup
@ 2006-09-19 22:57 ` Richard Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2006-09-19 22:57 UTC (permalink / raw)
Cc: emacs-devel
--- menu-bar.el 01 Jun 2006 10:24:47 +0200 1.293
+++ menu-bar.el 16 Sep 2006 00:14:12 +0200
@@ -510,7 +510,7 @@
(defun clipboard-yank ()
"Insert the clipboard contents, or the last stretch of killed text."
- (interactive)
+ (interactive "*")
(let ((x-select-enable-clipboard t))
(yank)))
Please install it.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-19 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-19 8:14 Some small question... next attempt David Kastrup
2006-09-19 22:57 ` Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.