changeset 51979:c10df4bc9f06

(set-locale-environment): langinfo renamed to locale-info.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jul 2003 09:54:34 +0000
parents afa6be6a5c62
children b7fa62a1a49d
files lisp/international/mule-cmds.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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