comparison lisp/progmodes/ps-mode.el @ 90197:b7da78284d4c

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
author Miles Bader <miles@gnu.org>
date Fri, 24 Jun 2005 01:59:52 +0000
parents f042e7c0fe20 545e1eb57222
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90196:82d495f87e7b 90197:b7da78284d4c
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