diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-08 10:45:49 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-08 10:45:49 -0500 |
commit | cc4d2366a733e88a13e85e796a127931266816e4 (patch) | |
tree | d1b3eb105e76c30b35489848c62d0457c25e49eb /etc | |
parent | 7f925a67c1c716fc1ac55d38e02410f6cd2bde89 (diff) | |
download | emacs-cc4d2366a733e88a13e85e796a127931266816e4.tar.gz |
* lisp/international/mule-cmds.el (princ-list): Mark as obsolete.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ indentation, which can be adjusted via ad-hoc indentation rules. ** `e' and `pi' are now called `float-e' and `float-pi'. The old names are obsolete. ** The use of unintern without an obarray arg is declared obsolete. - +** The function `princ-list' is declared obsolete. ** New function byte-to-string, like char-to-string but for bytes. |