summaryrefslogtreecommitdiff
path: root/lisp/format.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@Penguin.CS.UCLA.EDU>2018-07-15 18:28:35 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-07-15 18:30:16 -0700
commitf521161c1bc5a9cd10ee25ff5f4b7b8d753db55d (patch)
treee69fe95f27785811d092d9b327e2b1f47a47e57f /lisp/format.el
parent6de91809a35719a2dbbc121e234a7a154ef121c3 (diff)
downloademacs-f521161c1bc5a9cd10ee25ff5f4b7b8d753db55d.tar.gz
* lisp/format.el (format-proper-list-p): New alias.
Diffstat (limited to 'lisp/format.el')
-rw-r--r--lisp/format.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/format.el b/lisp/format.el
index 5bf1be39475..49d3c718abc 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -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