comparison lisp/simple.el @ 107172:0d1117b6ae66

from trunk
author Kenichi Handa <handa@m17n.org>
date Wed, 17 Feb 2010 15:51:01 +0900
parents 282ddc0ca465
children b6cc517c1044
comparison
equal deleted inserted replaced
107171:dfc03b454687 107172:0d1117b6ae66
2804 2804
2805 (defvar kill-ring-yank-pointer nil 2805 (defvar kill-ring-yank-pointer nil
2806 "The tail of the kill ring whose car is the last thing yanked.") 2806 "The tail of the kill ring whose car is the last thing yanked.")
2807 2807
2808 (defcustom save-interprogram-paste-before-kill nil 2808 (defcustom save-interprogram-paste-before-kill nil
2809 "Save the paste strings into `kill-ring' before replacing it with emacs strings. 2809 "Save clipboard strings into kill ring before replacing them.
2810 When one selects something in another program to paste it into Emacs, 2810 When one selects something in another program to paste it into Emacs,
2811 but kills something in Emacs before actually pasting it, 2811 but kills something in Emacs before actually pasting it,
2812 this selection is gone unless this variable is non-nil, 2812 this selection is gone unless this variable is non-nil,
2813 in which case the other program's selection is saved in the `kill-ring' 2813 in which case the other program's selection is saved in the `kill-ring'
2814 before the Emacs kill and one can still paste it using \\[yank] \\[yank-pop]." 2814 before the Emacs kill and one can still paste it using \\[yank] \\[yank-pop]."