Changeset 4131 for trunk/lisp/textmodes/po.el
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/lisp/textmodes/po.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/textmodes/po.el
r4091 r4131 43 43 (defun po-find-charset (filename) 44 44 "Return PO charset value for FILENAME. 45 If FILENAME is a cons , the cdr partis a buffer that already contains45 If FILENAME is a cons cell, its CDR is a buffer that already contains 46 46 the PO file (but not yet decoded)." 47 47 (let ((charset-regexp
