Variable: locate-ls-subdir-switches
locate-ls-subdir-switches is a customizable variable defined in
locate.el.gz.
Value
"-al"
Documentation
ls switches for inserting subdirectories in *Locate* buffers.
This should contain the "-l" switch, but not the "-F" or "-b" switches.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/locate.el.gz
;;;###autoload
(defcustom locate-ls-subdir-switches (purecopy "-al")
"`ls' switches for inserting subdirectories in `*Locate*' buffers.
This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches."
:type 'string
:group 'locate
:version "22.1")