diff options
Diffstat (limited to 'lisp/progmodes/c-mode.el')
-rw-r--r-- | lisp/progmodes/c-mode.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index ef3319c9e00..c5ed38bf5e8 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -1,4 +1,5 @@ -;; C code editing commands for Emacs +;;; c-mode.el --- C code editing commands for Emacs + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -1062,3 +1063,5 @@ Available styles are GNU, K&R, BSD and Whitesmith." (while vars (set (car (car vars)) (cdr (car vars))) (setq vars (cdr vars))))) + +;;; c-mode.el ends here |