# HG changeset patch # User Stefan Monnier # Date 1221427136 0 # Node ID dc54ec9cb5421efabf7d171487b1ea62af3d1d92 # Parent 841e92880f1187d371239fb7e4b9ac6050c942fa Fix commenting convenition. diff -r 841e92880f11 -r dc54ec9cb542 lisp/select.el --- a/lisp/select.el Sun Sep 14 21:16:30 2008 +0000 +++ b/lisp/select.el Sun Sep 14 21:18:56 2008 +0000 @@ -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)