diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 6c0d3e7a800435aea234af023d1b2ca320ac284a (patch) | |
tree | 080983ad81b43633eb87f92bbe7843f7a14ab79b /lisp/select.el | |
parent | 9db4dfe6a5df6292a801b9ce83bd2f221ca3b944 (diff) | |
download | emacs-6c0d3e7a800435aea234af023d1b2ca320ac284a.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/select.el')
-rw-r--r-- | lisp/select.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/select.el b/lisp/select.el index 6e0231ca1fc..e0dc04ee3d0 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -1,4 +1,4 @@ -;;; select.el --- lisp portion of standard selection support. +;;; select.el --- lisp portion of standard selection support ;; Keywords: internal @@ -22,6 +22,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: ;; This is for temporary compatibility with pre-release Emacs 19. @@ -314,4 +316,4 @@ Cut buffers are considered obsolete; you should use selections instead." (provide 'select) -;;; select.el ends here. +;;; select.el ends here |