Mercurial > emacs
comparison lisp/progmodes/ps-mode.el @ 63574:545e1eb57222
Update version and maintainer's email address.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Jun 2005 10:41:21 +0000 |
parents | a7e02ef1e3d6 |
children | 18a818a2ee7c b7da78284d4c |
comparison
equal
deleted
inserted
replaced
63573:fc3ce6fff3ea | 63574:545e1eb57222 |
---|---|
1 ;;; ps-mode.el --- PostScript mode for GNU Emacs | 1 ;;; ps-mode.el --- PostScript mode for GNU Emacs |
2 | 2 |
3 ;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Peter Kleiweg <kleiweg@let.rug.nl> | 5 ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
6 ;; Maintainer: Peter Kleiweg <kleiweg@let.rug.nl> | 6 ;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
7 ;; Created: 20 Aug 1997 | 7 ;; Created: 20 Aug 1997 |
8 ;; Version: 1.1g, 9 Nov 2001 | 8 ;; Version: 1.1h, 16 Jun 2005 |
9 ;; Keywords: PostScript, languages | 9 ;; Keywords: PostScript, languages |
10 | 10 |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 | 12 |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;; GNU Emacs is free software; you can redistribute it and/or modify |
28 ;;; Commentary: | 28 ;;; Commentary: |
29 | 29 |
30 | 30 |
31 ;;; Code: | 31 ;;; Code: |
32 | 32 |
33 (defconst ps-mode-version "1.1g, 9 Nov 2001") | 33 (defconst ps-mode-version "1.1h, 16 Jun 2005") |
34 (defconst ps-mode-maintainer-address "Peter Kleiweg <kleiweg@let.rug.nl>") | 34 (defconst ps-mode-maintainer-address "Peter Kleiweg <p.c.j.kleiweg@rug.nl>") |
35 | 35 |
36 (require 'easymenu) | 36 (require 'easymenu) |
37 | 37 |
38 ;; Define core `PostScript' group. | 38 ;; Define core `PostScript' group. |
39 (defgroup PostScript nil | 39 (defgroup PostScript nil |