comparison lisp/progmodes/cmacexp.el @ 32807:7d91ceb03536

Update author's email address.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 24 Oct 2000 09:15:44 +0000
parents 94efc4f944a4
children b174db545cfd
comparison
equal deleted inserted replaced
32806:9502d0a5b2ad 32807:7d91ceb03536
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, 1996 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> 5 ;; Author: Francesco Potorti` <pot@gnu.org>
6 ;; Adapted-By: ESR 6 ;; Adapted-By: ESR
7 ;; Keywords: c 7 ;; Keywords: c
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
60 ;;(setq c-macro-prompt-flag t) 60 ;;(setq c-macro-prompt-flag t)
61 61
62 ;; BUG REPORTS ======================================================= 62 ;; BUG REPORTS =======================================================
63 63
64 ;; Please report bugs, suggestions, complaints and so on to 64 ;; Please report bugs, suggestions, complaints and so on to
65 ;; pot@cnuce.cnr.it (Francesco Potorti`). 65 ;; pot@gnu.org (Francesco Potorti`).
66 66
67 ;; IMPROVEMENTS OVER emacs 18.xx cmacexp.el ========================== 67 ;; IMPROVEMENTS OVER emacs 18.xx cmacexp.el ==========================
68 68
69 ;; - A lot of user and programmer visible changes. See above. 69 ;; - A lot of user and programmer visible changes. See above.
70 ;; - #line directives are inserted, so __LINE__ and __FILE__ are 70 ;; - #line directives are inserted, so __LINE__ and __FILE__ are