# HG changeset patch # User Richard M. Stallman # Date 1058781274 0 # Node ID c10df4bc9f063766035b4a38dea0d366d0852f11 # Parent afa6be6a5c62a0744f87418deaf911a90482a4ce (set-locale-environment): langinfo renamed to locale-info. diff -r afa6be6a5c62 -r c10df4bc9f06 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Mon Jul 21 09:54:09 2003 +0000 +++ b/lisp/international/mule-cmds.el Mon Jul 21 09:54:34 2003 +0000 @@ -2302,9 +2302,9 @@ (setq locale-coding-system coding-system)))) ;; Default to A4 paper if we're not in a C, POSIX or US locale. - ;; (See comments in Flanginfo.) + ;; (See comments in Flocale_info.) (let ((locale locale) - (paper (langinfo 'paper))) + (paper (locale-info 'paper))) (if paper ;; This will always be null at the time of writing. (cond