diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 16:15:35 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 16:15:35 +0000 |
commit | 50c8a000cf6bda3e034bb729333d8a034b39e216 (patch) | |
tree | 344496d0e9edff1f03511c2610b06d31ef319dac /lisp/case-table.el | |
parent | 3e2879e9515192e1beeaf02d8edeb55ecca29fd5 (diff) | |
download | emacs-50c8a000cf6bda3e034bb729333d8a034b39e216.tar.gz |
Some fixes to follow coding conventions in files maintained by FSF.
Diffstat (limited to 'lisp/case-table.el')
-rw-r--r-- | lisp/case-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/case-table.el b/lisp/case-table.el index 79cc96b5b31..265f9519689 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el @@ -1,4 +1,4 @@ -;;; case-table.el --- code to extend the character set and support case tables. +;;; case-table.el --- code to extend the character set and support case tables ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |