/[emacs]/emacs/lisp/ps-mule.el
ViewVC logotype

Diff of /emacs/lisp/ps-mule.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.45 by handa, Fri Sep 30 07:00:11 2005 UTC
# Line 1415  FONTTAG should be a string \"/h0\" or \" Line 1415  FONTTAG should be a string \"/h0\" or \"
1415          (goto-char from)          (goto-char from)
1416          (while (and (<= (length char-pos-list) max-unprintable-chars)          (while (and (<= (length char-pos-list) max-unprintable-chars)
1417                      (re-search-forward "\\cu" to t))                      (re-search-forward "\\cu" to t))
1418            (push (cons (preceding-char) (1- (point))) char-pos-list))))            (or (aref ps-print-translation-table (preceding-char))
1419                  (push (cons (preceding-char) (1- (point))) char-pos-list)))))
1420      (with-output-to-temp-buffer "*Warning*"      (with-output-to-temp-buffer "*Warning*"
1421        (with-current-buffer standard-output        (with-current-buffer standard-output
1422          (when char-pos-list          (when char-pos-list

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26