From fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 14 Sep 2008 21:18:56 +0000 Subject: [PATCH] Fix commenting convenition. --- lisp/select.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/select.el b/lisp/select.el index f2db4070d13..96800039508 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -207,9 +207,9 @@ Cut buffers are considered obsolete; you should use selections instead." (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) -- 2.39.5