diff options
| author | Po Lu | 2023-01-02 21:38:37 +0800 |
|---|---|---|
| committer | Po Lu | 2023-01-02 21:38:37 +0800 |
| commit | 6d823d1077e979b3266e85cbdc476646b7bdb36b (patch) | |
| tree | 99c1ce32391f258084caa4bfc44686d12dff7c34 /lisp/image | |
| parent | a32963e11f9f8e5d22b0d754d34a867f3b178ed2 (diff) | |
| parent | c209802f7b3721a1b95113290934a23fee88f678 (diff) | |
| download | emacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.tar.gz emacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'lisp/image')
| -rw-r--r-- | lisp/image/compface.el | 2 | ||||
| -rw-r--r-- | lisp/image/exif.el | 2 | ||||
| -rw-r--r-- | lisp/image/gravatar.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-converter.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-crop.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-dired.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-external.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-tags.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired-util.el | 2 | ||||
| -rw-r--r-- | lisp/image/image-dired.el | 2 | ||||
| -rw-r--r-- | lisp/image/wallpaper.el | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lisp/image/compface.el b/lisp/image/compface.el index b8bb7a83bc3..25204147906 100644 --- a/lisp/image/compface.el +++ b/lisp/image/compface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compface.el --- functions for converting X-Face headers -*- lexical-binding: t -*- | 1 | ;;; compface.el --- functions for converting X-Face headers -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: multimedia, news | 6 | ;; Keywords: multimedia, news |
diff --git a/lisp/image/exif.el b/lisp/image/exif.el index 53d2074ed71..c561ea729af 100644 --- a/lisp/image/exif.el +++ b/lisp/image/exif.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; exif.el --- parsing Exif data in JPEG images -*- lexical-binding: t -*- | 1 | ;;; exif.el --- parsing Exif data in JPEG images -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |
diff --git a/lisp/image/gravatar.el b/lisp/image/gravatar.el index 8c49c1edf28..b2f0d453761 100644 --- a/lisp/image/gravatar.el +++ b/lisp/image/gravatar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gravatar.el --- Get Gravatars -*- lexical-binding: t -*- | 1 | ;;; gravatar.el --- Get Gravatars -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Julien Danjou <julien@danjou.info> | 5 | ;; Author: Julien Danjou <julien@danjou.info> |
| 6 | ;; Keywords: comm, multimedia | 6 | ;; Keywords: comm, multimedia |
diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el index 9c2f24819a3..596e623357e 100644 --- a/lisp/image/image-converter.el +++ b/lisp/image/image-converter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-converter.el --- Converting images from exotic formats -*- lexical-binding: t -*- | 1 | ;;; image-converter.el --- Converting images from exotic formats -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |
diff --git a/lisp/image/image-crop.el b/lisp/image/image-crop.el index 7fbbf85f939..e6e5abf53d8 100644 --- a/lisp/image/image-crop.el +++ b/lisp/image/image-crop.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-crop.el --- Image Cropping -*- lexical-binding: t -*- | 1 | ;;; image-crop.el --- Image Cropping -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: multimedia | 5 | ;; Keywords: multimedia |
| 6 | 6 | ||
diff --git a/lisp/image/image-dired-dired.el b/lisp/image/image-dired-dired.el index 46adf3f26f6..85bdd537c27 100644 --- a/lisp/image/image-dired-dired.el +++ b/lisp/image/image-dired-dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-dired.el --- Dired specific commands for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-dired.el --- Dired specific commands for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-external.el b/lisp/image/image-dired-external.el index b1f8a6c2285..b3ee4b36ad3 100644 --- a/lisp/image/image-dired-external.el +++ b/lisp/image/image-dired-external.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-external.el --- External process support for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-external.el --- External process support for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-tags.el b/lisp/image/image-dired-tags.el index dfd64732859..039a7a6617a 100644 --- a/lisp/image/image-dired-tags.el +++ b/lisp/image/image-dired-tags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-tags.el --- Tag support for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-tags.el --- Tag support for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired-util.el b/lisp/image/image-dired-util.el index bc7a3552620..c03f9d2e3d3 100644 --- a/lisp/image/image-dired-util.el +++ b/lisp/image/image-dired-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired-util.el --- util functions for Image-Dired -*- lexical-binding: t -*- | 1 | ;;; image-dired-util.el --- util functions for Image-Dired -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el index d4fd3c62db1..0c6fd74392c 100644 --- a/lisp/image/image-dired.el +++ b/lisp/image/image-dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-dired.el --- use dired to browse and manipulate your images -*- lexical-binding: t -*- | 1 | ;;; image-dired.el --- use dired to browse and manipulate your images -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> | 5 | ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> |
| 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index bc76f1a1087..e5b87b51430 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wallpaper.el --- Change the desktop background -*- lexical-binding: t; -*- | 1 | ;;; wallpaper.el --- Change the desktop background -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | ;; Keywords: images | 6 | ;; Keywords: images |