comparison lisp/ps-mule.el @ 90735:be5c45687c00

Handle frame parameters changing dynamically
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 21 Jan 2007 13:07:12 +0000
parents 0b79f231aae3
children ef1369583937
comparison
equal deleted inserted replaced
90734:e4e4a56ef723 90735:be5c45687c00
1 ;;; ps-mule.el --- provide multi-byte character facility to ps-print 1 ;;; ps-mule.el --- provide multi-byte character facility to ps-print
2 2
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007 Free Software Foundation, Inc.
5 5
6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7 ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) 7 ;; Kenichi Handa <handa@m17n.org> (multi-byte characters)
8 ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) 8 ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters)
9 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> 9 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br>