diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-01-09 03:27:04 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-01-09 03:27:04 +0000 |
commit | fd7ec851c6ca45adc3f060b8f824820080abc674 (patch) | |
tree | 244d4fed8411ac854b24da8a5395e0860e704d01 /lisp/ps-samp.el | |
parent | 01f5d76d8ce80d80839dae3d275dd22f71389bc4 (diff) | |
download | emacs-fd7ec851c6ca45adc3f060b8f824820080abc674.tar.gz |
Fix face attributes recognition
Diffstat (limited to 'lisp/ps-samp.el')
-rw-r--r-- | lisp/ps-samp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index a8e4086fe0b..ffe434b1815 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -1,6 +1,6 @@ ;;; ps-samp.el --- ps-print sample setup code -;; Copyright (C) 2007 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) ;; Jacques Duthen (was <duthen@cegelec-red.fr>) @@ -9,7 +9,6 @@ ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Keywords: wp, print, PostScript -;; Version: 7.2.2 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; This file is part of GNU Emacs. |