comparison lisp/progmodes/c-mode.el @ 11234:4d2a2fe1d8d7

Update copyright.
author Karl Heuer <kwzh@gnu.org>
date Fri, 07 Apr 1995 01:20:53 +0000
parents 5f696061a082
children 70e05c1afba7
comparison
equal deleted inserted replaced
11233:d3b0cf2c3b78 11234:4d2a2fe1d8d7
1 ;;; c-mode.el --- C code editing commands for Emacs 1 ;;; c-mode.el --- C code editing commands for Emacs
2 ;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc. 2 ;; Copyright (C) 1985, 86, 87, 92, 94, 95 Free Software Foundation, Inc.
3 3
4 ;; Maintainer: FSF 4 ;; Maintainer: FSF
5 ;; Keywords: c 5 ;; Keywords: c
6 6
7 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 22
23 ;;; Commentary: 23 ;;; Commentary:
24 24
25 ;; A smart editing mode for C code. It knows a lot about C syntax and tries 25 ;; A smart editing mode for C code. It knows a lot about C syntax and tries
26 ;; to position the curser according to C layout conventions. You can 26 ;; to position the cursor according to C layout conventions. You can
27 ;; change the details of the layout style with option variables. Load it 27 ;; change the details of the layout style with option variables. Load it
28 ;; and do M-x describe-mode for details. 28 ;; and do M-x describe-mode for details.
29 29
30 ;;; Code: 30 ;;; Code:
31 31