Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cc4d2366
Commit
cc4d2366
authored
Nov 08, 2010
by
Stefan Monnier
Browse files
* lisp/international/mule-cmds.el (princ-list): Mark as obsolete.
parent
7f925a67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
etc/NEWS
etc/NEWS
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+2
-1
No files found.
etc/NEWS
View file @
cc4d2366
...
...
@@ -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.
...
...
lisp/ChangeLog
View file @
cc4d2366
2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule-cmds.el (princ-list): Mark as obsolete.
2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/smie.el: New package.
...
...
lisp/international/mule-cmds.el
View file @
cc4d2366
...
...
@@ -2034,10 +2034,11 @@ See `set-language-info-alist' for use in programs."
"
Do
various
unibyte-mode
setups
for
language
environment
LANGUAGE-NAME.
"
(set-display-table-and-terminal-coding-system language-name))
(def
subst
princ-list (&rest args)
(def
un
princ-list (&rest args)
"
Print
all
arguments
with
`
princ
',
then
print
\"\\n\".
"
(while args (princ (car args)) (setq args (cdr args)))
(princ "
\n
"))
(make-obsolete 'princ-list "
use
mapc
and
princ
instead
" "
23.3
")
(put 'describe-specified-language-support 'apropos-inhibit t)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment