aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/select.el
diff options
context:
space:
mode:
authorPavel Janík2001-07-15 19:53:53 +0000
committerPavel Janík2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/select.el
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
downloademacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz
emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el6
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 @@
1;;; select.el --- lisp portion of standard selection support. 1;;; select.el --- lisp portion of standard selection support
2 2
3;; Keywords: internal 3;; Keywords: internal
4 4
@@ -22,6 +22,8 @@
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA. 23;; Boston, MA 02111-1307, USA.
24 24
25;;; Commentary:
26
25;;; Code: 27;;; Code:
26 28
27;; This is for temporary compatibility with pre-release Emacs 19. 29;; This is for temporary compatibility with pre-release Emacs 19.
@@ -314,4 +316,4 @@ Cut buffers are considered obsolete; you should use selections instead."
314 316
315(provide 'select) 317(provide 'select)
316 318
317;;; select.el ends here. 319;;; select.el ends here