diff lisp/case-table.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cd7543be581
children 904853a03d9a
line wrap: on
line diff
--- a/lisp/case-table.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/case-table.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Functions for extending the character set and dealing with case tables.
+;;; case-table.el --- functions for extending the character set and dealing with case tables.
+
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -98,3 +99,5 @@
   (modify-syntax-entry c syntax text-mode-syntax-table))
 
 (provide 'case-table)
+
+;;; case-table.el ends here