comparison lisp/progmodes/cmacexp.el @ 14734:20f4c4a078b2

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Mar 1996 06:37:35 +0000
parents 9defc34879ad
children 27804f629145
comparison
equal deleted inserted replaced
14733:eae53a7dcf03 14734:20f4c4a078b2
1 ;;; cmacexp.el --- expand C macros in a region 1 ;;; cmacexp.el --- expand C macros in a region
2 2
3 ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
4 4
5 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> 5 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
6 ;; Version: $Id: cmacexp.el,v 1.21 1996/01/14 07:34:30 erik Exp rms $ 6 ;; Version: $Id: cmacexp.el,v 1.22 1996/01/29 05:26:21 rms Exp rms $
7 ;; Adapted-By: ESR 7 ;; Adapted-By: ESR
8 ;; Keywords: c 8 ;; Keywords: c
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11