]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadhist.el (file-set-intersect): Drop it.
authorEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 07:55:12 +0000 (08:55 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 07:55:12 +0000 (08:55 +0100)
lisp/loadhist.el

index a6a6f8fb2cfb5d125d714bca852205a4ef59ad6b..5cbb2e1f2902c85f066843eafcd96288e7231caf 100644 (file)
@@ -326,13 +326,6 @@ something strange, such as redefining an Emacs function."
   ;; Don't return load-history, it is not useful.
   nil)
 
-;; Obsolete.
-
-(defsubst file-set-intersect (p q)
-  "Return the set intersection of two lists."
-  (declare (obsolete seq-intersection "28.1"))
-  (nreverse (seq-intersection p q #'eq)))
-
 (provide 'loadhist)
 
 ;;; loadhist.el ends here