diff options
| author | Stefan Monnier | 2008-09-14 21:18:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-09-14 21:18:56 +0000 |
| commit | fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5 (patch) | |
| tree | b3e12eab5c4caa4ad1a346b8306f7b74641c3d09 | |
| parent | 68035b97640be3248dd931e8853e20d642b40bd4 (diff) | |
| download | emacs-fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5.tar.gz emacs-fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5.zip | |
Fix commenting convenition.
| -rw-r--r-- | lisp/select.el | 6 |
1 files 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." | |||
| 207 | (x-store-cut-buffer-internal 'CUT_BUFFER0 string)) | 207 | (x-store-cut-buffer-internal 'CUT_BUFFER0 string)) |
| 208 | 208 | ||
| 209 | 209 | ||
| 210 | ;;; Functions to convert the selection into various other selection types. | 210 | ;; Functions to convert the selection into various other selection types. |
| 211 | ;;; Every selection type that Emacs handles is implemented this way, except | 211 | ;; Every selection type that Emacs handles is implemented this way, except |
| 212 | ;;; for TIMESTAMP, which is a special case. | 212 | ;; for TIMESTAMP, which is a special case. |
| 213 | 213 | ||
| 214 | (defun xselect-convert-to-string (selection type value) | 214 | (defun xselect-convert-to-string (selection type value) |
| 215 | (let (str coding) | 215 | (let (str coding) |