diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2006-09-20 20:00:03 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2006-09-20 20:00:03 +0000 |
commit | 502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c (patch) | |
tree | 24b173a546f193364f1d18673bdc4289c8f4981c /lisp/printing.el | |
parent | 63381c91ed369650222f9e76119fdd7d77aa0ea9 (diff) | |
download | emacs-502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c.tar.gz |
Adjust X-URL
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 94be3dfbfab..18252155e49 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,10 +5,10 @@ ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> -;; Time-stamp: <2006-02-06 15:06:40 ttn> +;; Time-stamp: <2006/09/15 18:53:14 vinicius> ;; Keywords: wp, print, PostScript ;; Version: 6.8.4 -;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ +;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre (defconst pr-version "6.8.4" "printing.el, v 6.8.4 <2005/06/11 vinicius> @@ -2799,7 +2799,7 @@ See `pr-ps-printer-alist'.") (defalias 'pr-get-symbol - (if (fboundp 'easy-menu-intern) + (if (fboundp 'easy-menu-intern) ; hacked from easymenu.el 'easy-menu-intern (lambda (s) (if (stringp s) (intern s) s)))) |