diff options
| author | Richard M. Stallman | 2003-07-21 09:54:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-21 09:54:34 +0000 |
| commit | 3479c8063517133c84c42a7145f1876ca9dca7c2 (patch) | |
| tree | 2667b07596070a8081aafeb2a949209ee3369c3c | |
| parent | 66643502dd8b370d08c01c1a1878c411138d25c6 (diff) | |
| download | emacs-3479c8063517133c84c42a7145f1876ca9dca7c2.tar.gz emacs-3479c8063517133c84c42a7145f1876ca9dca7c2.zip | |
(set-locale-environment): langinfo renamed to locale-info.
| -rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index d56c382c990..3d2372b4f75 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -2302,9 +2302,9 @@ See also `locale-charset-language-names', `locale-language-names', | |||
| 2302 | (setq locale-coding-system coding-system)))) | 2302 | (setq locale-coding-system coding-system)))) |
| 2303 | 2303 | ||
| 2304 | ;; Default to A4 paper if we're not in a C, POSIX or US locale. | 2304 | ;; Default to A4 paper if we're not in a C, POSIX or US locale. |
| 2305 | ;; (See comments in Flanginfo.) | 2305 | ;; (See comments in Flocale_info.) |
| 2306 | (let ((locale locale) | 2306 | (let ((locale locale) |
| 2307 | (paper (langinfo 'paper))) | 2307 | (paper (locale-info 'paper))) |
| 2308 | (if paper | 2308 | (if paper |
| 2309 | ;; This will always be null at the time of writing. | 2309 | ;; This will always be null at the time of writing. |
| 2310 | (cond | 2310 | (cond |