aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b /lisp/progmodes
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/asm-mode.el3
-rw-r--r--lisp/progmodes/awk-mode.el5
-rw-r--r--lisp/progmodes/c-mode.el5
-rw-r--r--lisp/progmodes/cmacexp.el5
-rw-r--r--lisp/progmodes/cplus-md.el5
-rw-r--r--lisp/progmodes/etags.el6
-rw-r--r--lisp/progmodes/inf-lisp.el4
7 files changed, 24 insertions, 9 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 6ef6e5ff83..55202cd63a 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -1,4 +1,5 @@
-;; Mode for editing assembler code
+;;; asm-mode.el --- Mode for editing assembler code
+
;; Copyright (C) 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index 7b70f82b74..61cd531e9d 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -1,4 +1,5 @@
-;; C code editing commands for Emacs
+;;; awk-mode.el --- AWK code editing commands for Emacs
+
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -81,3 +82,5 @@ with no args, if that value is non-nil."
(make-local-variable 'comment-indent-hook)
(setq comment-indent-hook 'c-comment-indent)
(run-hooks 'awk-mode-hook))
+
+;;; awk-mode.el ends here
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el
index ef3319c9e0..c5ed38bf5e 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
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el
index f60c2254f5..431fa13cf1 100644
--- a/lisp/progmodes/cmacexp.el
+++ b/lisp/progmodes/cmacexp.el
@@ -1,4 +1,5 @@
-;; C macro expansion
+;;; cmacexp.el --- C macro expansion
+
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -82,3 +83,5 @@ and macros to predefine."
(while (eolp) (delete-char 1))
(delete-region (point-min) (point)))
(display-buffer outbuf)))
+
+;;; cmacexp.el ends here
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index f5082895e1..1de2e826c3 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -1,4 +1,5 @@
-;; C++ code editing commands for Emacs
+;;; c++-mode.el --- C++ code editing commands for Emacs
+
;; 1987 Dave Detlefs ([email protected])
;; and Stewart Clamen ([email protected]).
;; Done by fairly faithful modification of:
@@ -964,3 +965,5 @@ If non-nil, use `c++-defun-header-strong'.")
(next-line 1)
(beginning-of-line 1)))
(goto-char restore)))
+
+;;; c++-mode.el ends here
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 3b74be87cc..c7daec726e 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1,4 +1,5 @@
-;; Tags facility for Emacs.
+;;; etags.el --- tags facility for Emacs.
+
;; Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -351,7 +352,6 @@ unless it has one in the tag table."
(terpri)
(forward-line 1)))))
-;; etags.el ends here
-
(provide 'etags)
+;;; etags.el ends here
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index f3e3ce606d..98299190f4 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -1,4 +1,5 @@
-;;; -*-Emacs-Lisp-*- cmulisp.el
+;;; cmulisp.el --- improved version of standard inferior-lisp mode
+
;;; Copyright Olin Shivers (1988).
;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
;;; notice appearing here to the effect that you may use this code any
@@ -600,3 +601,4 @@ This is a good place to put keybindings.")
(provide 'cmulisp)
+;;; cmulisp.el ends here