diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | cafd54559f59b7fa33a3402c449b1191e2e81c76 (patch) | |
tree | 0dc682013d7ddbb04a8f03b2ee4ec1bb919067d0 /lisp/expand.el | |
parent | f22a19c6ad181bd8e8d22a57991472c4b09594c3 (diff) | |
download | emacs-cafd54559f59b7fa33a3402c449b1191e2e81c76.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/expand.el')
-rw-r--r-- | lisp/expand.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/expand.el b/lisp/expand.el index deb4a5f8577..0e700c1d2a4 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -1,4 +1,4 @@ -;;; expand.el --- make abbreviations more usable. +;;; expand.el --- make abbreviations more usable ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. |