diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-02 06:37:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-02 06:37:35 +0000 |
commit | 9596811a3d13a77893315e7db35a74a7fccd1b14 (patch) | |
tree | 15a484e25ec046e526cdcf582053b9aa3a3475fc /lisp/progmodes/cmacexp.el | |
parent | f5632218b0992192a4f6c1ad59afe285b1f91d1f (diff) | |
download | emacs-9596811a3d13a77893315e7db35a74a7fccd1b14.tar.gz |
Comment change.
Diffstat (limited to 'lisp/progmodes/cmacexp.el')
-rw-r--r-- | lisp/progmodes/cmacexp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 0a773404186..168dcc9f623 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -1,9 +1,9 @@ ;;; cmacexp.el --- expand C macros in a region -;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc. ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> -;; Version: $Id: cmacexp.el,v 1.21 1996/01/14 07:34:30 erik Exp rms $ +;; Version: $Id: cmacexp.el,v 1.22 1996/01/29 05:26:21 rms Exp rms $ ;; Adapted-By: ESR ;; Keywords: c |