]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-dired.el: Move obsolete things to "Obsolete" section
authorStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 03:16:05 +0000 (05:16 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 04:12:25 +0000 (06:12 +0200)
lisp/image-dired.el

index 37c324f4804b2ff0d60e036ded6f91f01d47ca9a..53cc8678948a745014a7dd2c8b8204bfa4650dee 100644 (file)
@@ -1146,9 +1146,6 @@ displayed."
 ;;;###autoload
 (defalias 'image-dired 'image-dired-show-all-from-dir)
 
-;;;###autoload
-(define-obsolete-function-alias 'tumme 'image-dired "24.4")
-
 (defun image-dired-sane-db-file ()
   "Check if `image-dired-db-file' exists.
 If not, try to create it (including any parent directories).
@@ -1836,10 +1833,6 @@ Note that n, p and <down> and <up> will be hijacked and bound to
 `image-dired-dired-x-line'."
   :keymap image-dired-minor-mode-map)
 
-;;;###autoload
-(define-obsolete-function-alias 'image-dired-setup-dired-keybindings 'image-dired-minor-mode
-  "26.1")
-
 (declare-function clear-image-cache "image.c" (&optional filter))
 
 (defun image-dired-create-thumbs (&optional arg)
@@ -2824,6 +2817,13 @@ tags to their respective image file.  Internal function used by
 
 ;;;; Obsolete
 
+;;;###autoload
+(define-obsolete-function-alias 'tumme #'image-dired "24.4")
+
+;;;###autoload
+(define-obsolete-function-alias 'image-dired-setup-dired-keybindings
+  #'image-dired-minor-mode "26.1")
+
 (defcustom image-dired-cmd-read-exif-data-program "exiftool"
   "Program used to read EXIF data to image.
 Used together with `image-dired-cmd-read-exif-data-options'."