]> code.delx.au - gnu-emacs/blobdiff - lisp/dired-x.el
Remove incorrect uses of "modeline".
[gnu-emacs] / lisp / dired-x.el
index 1012deccd3ccfec0994f2b1fe9f6ac71e9219a7e..f176cf7dbe0c5c3b73b714210b789ab041516e8d 100644 (file)
@@ -800,8 +800,8 @@ See also `dired-enable-local-variables'."
                (hack-local-variables))
            ;; Delete this stuff: `eobp' is used to find last subdir by dired.el.
            (delete-region opoint (point-max)))
-         ;; Make sure that the modeline shows the proper information.
-         (dired-sort-set-modeline))))
+         ;; Make sure that the mode line shows the proper information.
+         (dired-sort-set-mode-line))))
 
 (make-obsolete 'dired-hack-local-variables
                'hack-dir-local-variables-non-file-buffer "24.1")