diff options
| author | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
| commit | cb410433e069b5bb450193353c3fea8593a643a9 (patch) | |
| tree | d2f4269781b4841e5a0c27ec57a5a4fbcec386c0 /lisp/international/mule-util.el | |
| parent | e742450427007cdde242c11380dfe32a950fab61 (diff) | |
| parent | 4b18ef7ba3dd8aae4f3c3bf931365ef7da883baf (diff) | |
| download | emacs-feature/byte-switch.tar.gz emacs-feature/byte-switch.zip | |
Merge branch 'master' into feature/byte-switchfeature/byte-switch
Diffstat (limited to 'lisp/international/mule-util.el')
| -rw-r--r-- | lisp/international/mule-util.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 06b63eae370..92a658655ac 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el | |||
| @@ -33,16 +33,6 @@ | |||
| 33 | ;;; String manipulations while paying attention to multibyte characters. | 33 | ;;; String manipulations while paying attention to multibyte characters. |
| 34 | 34 | ||
| 35 | ;;;###autoload | 35 | ;;;###autoload |
| 36 | (defsubst string-to-list (string) | ||
| 37 | "Return a list of characters in STRING." | ||
| 38 | (append string nil)) | ||
| 39 | |||
| 40 | ;;;###autoload | ||
| 41 | (defsubst string-to-vector (string) | ||
| 42 | "Return a vector of characters in STRING." | ||
| 43 | (vconcat string)) | ||
| 44 | |||
| 45 | ;;;###autoload | ||
| 46 | (defun store-substring (string idx obj) | 36 | (defun store-substring (string idx obj) |
| 47 | "Embed OBJ (string or character) at index IDX of STRING." | 37 | "Embed OBJ (string or character) at index IDX of STRING." |
| 48 | (if (integerp obj) | 38 | (if (integerp obj) |