* lisp/format.el (format-proper-list-p): New alias.

This commit is contained in:
Paul Eggert 2018-07-15 18:28:35 -07:00 committed by Paul Eggert
parent 6de91809a3
commit f521161c1b
2 changed files with 4 additions and 1 deletions

View file

@ -713,7 +713,8 @@ manual for more details.
+++
** New function 'proper-list-p'.
Given a proper list as argument, this predicate returns its length;
otherwise, it returns nil.
otherwise, it returns nil. 'format-proper-list-p' is now an obsolete
alias for the new function.
** define-minor-mode automatically documents the meaning of ARG

View file

@ -539,6 +539,8 @@ Compare using `equal'."
(setq tail next)))
(cons acopy bcopy)))
(define-obsolete-function-alias 'format-proper-list-p 'proper-list-p "27.1")
(defun format-reorder (items order)
"Arrange ITEMS to follow partial ORDER.
Elements of ITEMS equal to elements of ORDER will be rearranged