/[emacs]/emacs/lisp/textmodes/po.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/po.el

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

revision 1.2 by eliz, Fri Mar 15 19:30:01 2002 UTC revision 1.3 by eliz, Sat Mar 16 16:13:06 2002 UTC
# Line 130  Content-Type into a Mule coding system." Line 130  Content-Type into a Mule coding system."
130                                                      (1- (point))                                                      (1- (point))
131                                                      (1- (+ (point) 4096)))))                                                      (1- (+ (point) 4096)))))
132            (setq short-read (< (nth 1 pair) 4096)))))            (setq short-read (< (nth 1 pair) 4096)))))
133      (cond (short-read nil)      (cond ((re-search-forward charset-regexp nil t) (match-string 1))
134            ((re-search-forward charset-regexp nil t) (match-string 1))            (short-read nil)
135            ;; We've found the first msgid; maybe, only a part of the msgstr            ;; We've found the first msgid; maybe, only a part of the msgstr
136            ;; value was loaded.  Load the next 1024 bytes; if charset still            ;; value was loaded.  Load the next 1024 bytes; if charset still
137            ;; isn't available, give up.            ;; isn't available, give up.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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