emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/menu-bar.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el,v
Date: Wed, 20 Sep 2006 04:13:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     06/09/20 04:13:33

Index: menu-bar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -b -r1.293 -r1.294
--- menu-bar.el 26 May 2006 20:01:16 -0000      1.293
+++ menu-bar.el 20 Sep 2006 04:13:32 -0000      1.294
@@ -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)))
 




reply via email to

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