* lisp/subr.el (string-make-unibyte, string-make-multibyte): Obsolete.
This commit is contained in:
parent
998e1976ac
commit
f74d496478
2 changed files with 3 additions and 0 deletions
1
etc/NEWS
1
etc/NEWS
|
@ -738,6 +738,7 @@ instead.
|
|||
|
||||
* Lisp Changes in Emacs 26.1
|
||||
|
||||
** string-(to|as|make)-(uni|multi)byte are now declared obsolete.
|
||||
** New variable 'while-no-input-ignore-events' which allow
|
||||
setting which special events 'while-no-input' should ignore.
|
||||
It is a list of symbols.
|
||||
|
|
|
@ -1417,8 +1417,10 @@ be a list of the form returned by `event-start' and `event-end'."
|
|||
;; bug#23850
|
||||
(make-obsolete 'string-to-unibyte "use `encode-coding-string'." "26.1")
|
||||
(make-obsolete 'string-as-unibyte "use `encode-coding-string'." "26.1")
|
||||
(make-obsolete 'string-make-unibyte "use `encode-coding-string'." "26.1")
|
||||
(make-obsolete 'string-to-multibyte "use `decode-coding-string'." "26.1")
|
||||
(make-obsolete 'string-as-multibyte "use `decode-coding-string'." "26.1")
|
||||
(make-obsolete 'string-make-multibyte "use `decode-coding-string'." "26.1")
|
||||
|
||||
(defun log10 (x)
|
||||
"Return (log X 10), the log base 10 of X."
|
||||
|
|
Loading…
Add table
Reference in a new issue