aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-14 11:21:08 +0000
committerPavel Janík <[email protected]>2001-07-14 11:21:08 +0000
commit1cd7adc68ae35528a20418b76f13f2b84db827dd (patch)
tree72fa14e562d56aba99842bdd78f10522c60a9ea8 /lisp/cus-start.el
parent07b1b9126d535f7ce7908a05cb4da8545ac1766e (diff)
Emacs lisp coding convention fixes.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index ce0a220620..c42124f4e7 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -1,4 +1,4 @@
-;;; cus-start.el --- define customization properties of builtins.
+;;; cus-start.el --- define customization properties of builtins
;;
;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
;;
@@ -308,4 +308,4 @@
(unless purify-flag
(provide 'cus-start))
-;;; cus-start.el ends here.
+;;; cus-start.el ends here