diff options
| author | Dave Love | 2002-10-14 17:29:54 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-14 17:29:54 +0000 |
| commit | 0cb13aacbe6d691b52233687cfd44caf5903d764 (patch) | |
| tree | f32d946cde461a750e120829e78977e9e5cd9d84 | |
| parent | d7a9db1c67a72a3f95151410928170232198e873 (diff) | |
| download | emacs-0cb13aacbe6d691b52233687cfd44caf5903d764.tar.gz emacs-0cb13aacbe6d691b52233687cfd44caf5903d764.zip | |
(side-effect-free-fns): Add
string-make-unibyte string-make-multibyte string-to-multibyte
string-as-multibyte string-as-unibyte.
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 059e84e599f..7c235f8f2d9 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1169,7 +1169,8 @@ | |||
| 1169 | radians-to-degrees rassq regexp-quote reverse round | 1169 | radians-to-degrees rassq regexp-quote reverse round |
| 1170 | sin sqrt string string< string= string-equal string-lessp string-to-char | 1170 | sin sqrt string string< string= string-equal string-lessp string-to-char |
| 1171 | string-to-int string-to-number substring symbol-function symbol-plist | 1171 | string-to-int string-to-number substring symbol-function symbol-plist |
| 1172 | symbol-value | 1172 | symbol-value string-make-unibyte string-make-multibyte |
| 1173 | string-to-multibyte string-as-multibyte string-as-unibyte | ||
| 1173 | tan unibyte-char-to-multibyte upcase user-variable-p vconcat | 1174 | tan unibyte-char-to-multibyte upcase user-variable-p vconcat |
| 1174 | window-buffer window-dedicated-p window-edges window-height | 1175 | window-buffer window-dedicated-p window-edges window-height |
| 1175 | window-hscroll window-minibuffer-p window-width | 1176 | window-hscroll window-minibuffer-p window-width |