summaryrefslogtreecommitdiff
path: root/lisp/ediff-init.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
commit0fa89f68b12f6ec79fff8ff322993b0fe2796821 (patch)
tree4b9e4897b076fd6853578f6404afdff2b6f552fc /lisp/ediff-init.el
parent7b273d79f628d9893fbf730feaeb575d1987f369 (diff)
downloademacs-0fa89f68b12f6ec79fff8ff322993b0fe2796821.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/ediff-init.el')
-rw-r--r--lisp/ediff-init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el
index da6ac26a738..4594445a89f 100644
--- a/lisp/ediff-init.el
+++ b/lisp/ediff-init.el
@@ -1,4 +1,4 @@
-;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff
+;;; ediff-init.el --- macros, variables, and defsubsts used by Ediff
;; Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
@@ -21,6 +21,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
;; Start compiler pacifier
@@ -1780,5 +1782,4 @@ Unless optional argument INPLACE is non-nil, return a new string."
(provide 'ediff-init)
-
-;;; ediff-init.el ends here
+;;; ediff-init.el ends here