emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/select.el,v
Date: Sun, 14 Sep 2008 21:18:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/09/14 21:18:56

Index: select.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/select.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- select.el   12 Jun 2008 03:56:16 -0000      1.44
+++ select.el   14 Sep 2008 21:18:56 -0000      1.45
@@ -207,9 +207,9 @@
   (x-store-cut-buffer-internal 'CUT_BUFFER0 string))
 
 
-;;; Functions to convert the selection into various other selection types.
-;;; Every selection type that Emacs handles is implemented this way, except
-;;; for TIMESTAMP, which is a special case.
+;; Functions to convert the selection into various other selection types.
+;; Every selection type that Emacs handles is implemented this way, except
+;; for TIMESTAMP, which is a special case.
 
 (defun xselect-convert-to-string (selection type value)
   (let (str coding)




reply via email to

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