emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/po.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/po.el
Date: Sat, 16 Mar 2002 11:13:06 -0500

Index: emacs/lisp/textmodes/po.el
diff -c emacs/lisp/textmodes/po.el:1.2 emacs/lisp/textmodes/po.el:1.3
*** emacs/lisp/textmodes/po.el:1.2      Fri Mar 15 14:30:01 2002
--- emacs/lisp/textmodes/po.el  Sat Mar 16 11:13:06 2002
***************
*** 130,137 ****
                                                    (1- (point))
                                                    (1- (+ (point) 4096)))))
          (setq short-read (< (nth 1 pair) 4096)))))
!     (cond (short-read nil)
!         ((re-search-forward charset-regexp nil t) (match-string 1))
          ;; We've found the first msgid; maybe, only a part of the msgstr
          ;; value was loaded.  Load the next 1024 bytes; if charset still
          ;; isn't available, give up.
--- 130,137 ----
                                                    (1- (point))
                                                    (1- (+ (point) 4096)))))
          (setq short-read (< (nth 1 pair) 4096)))))
!     (cond ((re-search-forward charset-regexp nil t) (match-string 1))
!         (short-read nil)
          ;; We've found the first msgid; maybe, only a part of the msgstr
          ;; value was loaded.  Load the next 1024 bytes; if charset still
          ;; isn't available, give up.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]