diff options
| author | Dave Love | 2003-01-07 18:06:20 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-07 18:06:20 +0000 |
| commit | f9cbd456598fa5a1ba614fa06be5b33939b379d8 (patch) | |
| tree | 659815b29b769366c4de8074f1b9b04741cf280b | |
| parent | 92eaa22e5dc223aec591a70eea0a00336d853f6b (diff) | |
| download | emacs-f9cbd456598fa5a1ba614fa06be5b33939b379d8.tar.gz emacs-f9cbd456598fa5a1ba614fa06be5b33939b379d8.zip | |
(side-effect-free-fns): Add langinfo,
multibyte-char-to-unibyte.
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 7c235f8f2d9..dc95be958bf 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1162,8 +1162,8 @@ | |||
| 1162 | int-to-string | 1162 | int-to-string |
| 1163 | keymap-parent | 1163 | keymap-parent |
| 1164 | length local-variable-if-set-p local-variable-p log log10 logand | 1164 | length local-variable-if-set-p local-variable-p log log10 logand |
| 1165 | logb logior lognot logxor lsh | 1165 | logb logior lognot logxor lsh langinfo |
| 1166 | marker-buffer max member memq min mod | 1166 | marker-buffer max member memq min mod multibyte-char-to-unibyte |
| 1167 | next-window nth nthcdr number-to-string | 1167 | next-window nth nthcdr number-to-string |
| 1168 | parse-colon-path prefix-numeric-value previous-window propertize | 1168 | parse-colon-path prefix-numeric-value previous-window propertize |
| 1169 | radians-to-degrees rassq regexp-quote reverse round | 1169 | radians-to-degrees rassq regexp-quote reverse round |