* lisp/image/image-dired.el: Bump version for Emacs 29.

This commit is contained in:
Stefan Kangas 2022-09-17 20:43:20 +02:00
parent 7fe22182d3
commit 704cdf5e6c
5 changed files with 9 additions and 1 deletions

View file

@ -23,6 +23,8 @@
;;; Commentary:
;; See the description of the `image-dired' package.
;;; Code:
(eval-when-compile (require 'subr-x)) ; for string-join

View file

@ -23,6 +23,8 @@
;;; Commentary:
;; See the description of the `image-dired' package.
;;; Code:
(require 'dired)

View file

@ -23,6 +23,8 @@
;;; Commentary:
;; See the description of the `image-dired' package.
;;; Code:
(require 'dired)

View file

@ -22,6 +22,8 @@
;;; Commentary:
;; See the description of the `image-dired' package.
;;; Code:
(require 'xdg)

View file

@ -4,7 +4,7 @@
;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
;; Version: 0.4.11
;; Version: 0.5
;; Keywords: multimedia
;; This file is part of GNU Emacs.