comparison lisp/progmodes/pascal.el @ 13337:84acc3adcd63

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 17:35:01 +0000
parents 83fd8f17cfe4
children 36dc9ede3562
comparison
equal deleted inserted replaced
13336:f225e4de23b4 13337:84acc3adcd63
1 ;;; pascal.el - Major mode for editing pascal source in emacs. 1 ;;; pascal.el --- major mode for editing pascal source in Emacs
2 2
3 ;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5 ;;; Author: Espen Skoglund (espensk@stud.cs.uit.no) 5 ;; Author: Espen Skoglund (espensk@stud.cs.uit.no)
6 ;;; Keywords: languages 6 ;; Keywords: languages
7 7
8 ;;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;;; This program is free software; you can redistribute it and/or modify 10 ;; This program is free software; you can redistribute it and/or modify
11 ;;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
12 ;;; the Free Software Foundation; either version 2 of the License, or 12 ;; the Free Software Foundation; either version 2 of the License, or
13 ;;; (at your option) any later version. 13 ;; (at your option) any later version.
14 14
15 ;;; This program is distributed in the hope that it will be useful, 15 ;; This program is distributed in the hope that it will be useful,
16 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;;; along with this program; if not, write to the Free Software 21 ;; along with this program; if not, write to the Free Software
22 ;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;;; USAGE 26 ;;; USAGE
27 ;;; ===== 27 ;;; =====