]> git.eshelyaron.com Git - emacs.git/commitdiff
Obsolete image-jpeg-p
authorRobert Pluim <rpluim@gmail.com>
Thu, 24 May 2018 15:28:11 +0000 (17:28 +0200)
committerRobert Pluim <rpluim@gmail.com>
Thu, 31 May 2018 15:14:28 +0000 (17:14 +0200)
* lisp/image.el (image-jpeg-p): Declare obsolete.

lisp/image.el

index e084fe329af608bac71eb1364d8ca4a5bac2a7d1..8d12b680ea929093fbfb6f9bcd4da31bff3c18fb 100644 (file)
@@ -248,6 +248,7 @@ compatibility with versions of Emacs that lack the variable
 ;; Used to be in image-type-header-regexps, but now not used anywhere
 ;; (since 2009-08-28).
 (defun image-jpeg-p (data)
+  (declare (obsolete "It is unused inside Emacs and will be removed." "27.1"))
   "Value is non-nil if DATA, a string, consists of JFIF image data.
 We accept the tag Exif because that is the same format."
   (setq data (ignore-errors (string-to-unibyte data)))