summaryrefslogtreecommitdiff
path: root/lisp/electric.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/electric.el')
-rw-r--r--lisp/electric.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/electric.el b/lisp/electric.el
index eab8cd135ed..50e2a015389 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -1,4 +1,5 @@
-;; electric -- Window maker and Command loop for `electric' modes.
+;;; electric.el --- window maker and Command loop for `electric' modes.
+
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Principal author K. Shane Hartman
@@ -180,4 +181,6 @@
(goto-char (point-min))
win)))
-(provide 'electric) \ No newline at end of file
+(provide 'electric)
+
+; electric.el ends here