Mercurial > hg > xemacs-beta
diff lisp/packages/ps-print.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 318232e2a3f0 |
children |
line wrap: on
line diff
--- a/lisp/packages/ps-print.el Mon Aug 13 10:03:54 2007 +0200 +++ b/lisp/packages/ps-print.el Mon Aug 13 10:04:58 2007 +0200 @@ -2728,7 +2728,10 @@ (if (and (boundp 'lazy-lock-mode) lazy-lock-mode) (if (fboundp 'lazy-lock-fontify-region) (lazy-lock-fontify-region start end) ; the new - (lazy-lock-fontify-buffer)))) ; the old + (lazy-lock-fontify-buffer))) ; the old + (if (and (boundp 'lazy-shot-mode) lazy-shot-mode) ;; temporary untill + (lazy-shot-fontify-region start end))) ;; lazy-shot is renamed + (defun ps-generate-postscript-with-faces (from to) ;; Build the reference lists of faces if necessary.