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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/po.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:35 -0400

Index: emacs/lisp/textmodes/po.el
diff -c emacs/lisp/textmodes/po.el:1.5.2.1 emacs/lisp/textmodes/po.el:1.5.2.2
*** emacs/lisp/textmodes/po.el:1.5.2.1  Fri Apr  4 01:20:39 2003
--- emacs/lisp/textmodes/po.el  Tue Oct 14 19:30:21 2003
***************
*** 42,48 ****
  (defun po-find-charset (filename)
    "Return PO charset value for FILENAME."
    (let ((charset-regexp
!        "^\"Content-Type: text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")
        (short-read nil))
      ;; Try the first 4096 bytes.  In case we cannot find the charset value
      ;; within the first 4096 bytes (the PO file might start with a long
--- 42,48 ----
  (defun po-find-charset (filename)
    "Return PO charset value for FILENAME."
    (let ((charset-regexp
!        "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")
        (short-read nil))
      ;; Try the first 4096 bytes.  In case we cannot find the charset value
      ;; within the first 4096 bytes (the PO file might start with a long
***************
*** 122,125 ****
--- 122,126 ----
  
  (provide 'po)
  
+ ;;; arch-tag: 56748a57-d64c-4200-8f6b-c3a70496eb8c
  ;;; po.el ends here




reply via email to

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