diff options
| author | Miles Bader | 2004-06-29 16:48:18 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-06-29 16:48:18 +0000 |
| commit | e76ca790dba0f70693ba6d4b4dd1151eca26cf73 (patch) | |
| tree | c349ed0ce15c8a6465abd73f374d2d6e108cf76f | |
| parent | 12483a9413619e286efc673a2b277d85cebf3b0c (diff) | |
| download | emacs-e76ca790dba0f70693ba6d4b4dd1151eca26cf73.tar.gz emacs-e76ca790dba0f70693ba6d4b4dd1151eca26cf73.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-18
Fix merge screwups
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -918,6 +918,8 @@ string_make_multibyte (string) | |||
| 918 | { | 918 | { |
| 919 | unsigned char *buf; | 919 | unsigned char *buf; |
| 920 | int nbytes; | 920 | int nbytes; |
| 921 | Lisp_Object ret; | ||
| 922 | USE_SAFE_ALLOCA; | ||
| 921 | 923 | ||
| 922 | if (STRING_MULTIBYTE (string)) | 924 | if (STRING_MULTIBYTE (string)) |
| 923 | return string; | 925 | return string; |