diff lisp/progmodes/cplus-md.el @ 798:b7932f859d4e

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 19:23:43 +0000
parents 8a533acedb77
children 20674ae6bf52
line wrap: on
line diff
--- a/lisp/progmodes/cplus-md.el	Thu Jul 16 18:51:53 1992 +0000
+++ b/lisp/progmodes/cplus-md.el	Thu Jul 16 19:23:43 1992 +0000
@@ -1,10 +1,20 @@
 ;;; c++-mode.el --- C++ code editing commands for Emacs
 
+;; Author: Dave Detlefs <dld@cs.cmu.edu>
+;; 	Stewart Clamen <clamen@cs.cmu.edu>
+;; Maintainer: Dave Detlefs <dld@cs.cmu.edu>
+;; Last-Modified: 09 May 1991
+;; Keywords: c
+
+;;; Commentary:
+
 ;; 1987 Dave Detlefs  (dld@cs.cmu.edu) 
 ;; and  Stewart Clamen (clamen@cs.cmu.edu).
 ;; Done by fairly faithful modification of:
 ;; c-mode.el, Copyright (C) 1985 Richard M. Stallman.
-;;
+
+;;; Change Log:
+
 ;; Feb, 1990 (Dave Detlefs, dld@cs.cmu.edu)
 ;;   Fixed electric-c++-terminator to handle double colons, at the
 ;;   request of John Hagerman.
@@ -70,6 +80,8 @@
 ;;
 ;; August 1987: incorporated changes done by Glen Ditchfield of Waterloo.
 
+;;; Code:
+
 (defvar c++-mode-abbrev-table nil
   "Abbrev table used in C++ mode.")
 (define-abbrev-table 'c++-mode-abbrev-table ())