Mercurial > emacs
comparison lisp/ps-print.el @ 105170:f8ba8d6fd250
Fix typos.
* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 24 Sep 2009 01:37:14 +0000 |
parents | 10c38084881d |
children | db5e4a5897ec |
comparison
equal
deleted
inserted
replaced
105169:1d903e2f65af | 105170:f8ba8d6fd250 |
---|---|
5879 ps-encode-header-string-function nil) | 5879 ps-encode-header-string-function nil) |
5880 ;; initialize page dimensions | 5880 ;; initialize page dimensions |
5881 (ps-get-page-dimensions) | 5881 (ps-get-page-dimensions) |
5882 ;; final check | 5882 ;; final check |
5883 (unless (listp ps-lpr-switches) | 5883 (unless (listp ps-lpr-switches) |
5884 (error "`ps-lpr-switches' value should be a list.")) | 5884 (error "`ps-lpr-switches' value should be a list")) |
5885 (and ps-color-p | 5885 (and ps-color-p |
5886 (equal ps-default-background ps-default-foreground) | 5886 (equal ps-default-background ps-default-foreground) |
5887 (error | 5887 (error |
5888 (concat | 5888 (concat |
5889 "`ps-default-fg' and `ps-default-bg' have the same color.\n" | 5889 "`ps-default-fg' and `ps-default-bg' have the same color.\n" |