Variable: dired-sort-inhibit

dired-sort-inhibit is a variable defined in dired.el.gz.

Value

nil

Documentation

Non-nil means the Dired sort command is disabled.

The idea is to set this buffer-locally in special Dired buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defvar dired-sort-inhibit nil
  "Non-nil means the Dired sort command is disabled.
The idea is to set this buffer-locally in special Dired buffers.")