Changeset 4169 for trunk/lisp/printing.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/printing.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/printing.el
r4037 r4169 6 6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 7 7 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> 8 ;; Time-stamp: <2006 -02-06 15:06:40 ttn>8 ;; Time-stamp: <2006/09/15 18:53:14 vinicius> 9 9 ;; Keywords: wp, print, PostScript 10 10 ;; Version: 6.8.4 11 ;; X-URL: http://www. cpqd.com.br/~vinicius/emacs/11 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre 12 12 13 13 (defconst pr-version "6.8.4" … … 2800 2800 2801 2801 (defalias 'pr-get-symbol 2802 (if (fboundp 'easy-menu-intern) 2802 (if (fboundp 'easy-menu-intern) ; hacked from easymenu.el 2803 2803 'easy-menu-intern 2804 2804 (lambda (s) (if (stringp s) (intern s) s))))
