Function: dired-into-dir-with-symlinks

dired-into-dir-with-symlinks is a byte-compiled function defined in dired-aux.el.gz.

Signature

(dired-into-dir-with-symlinks TARGET)

Source Code

;; Defined in /usr/src/emacs/lisp/dired-aux.el.gz
(defun dired-into-dir-with-symlinks (target)
  (and (file-directory-p target)
       (not (file-symlink-p target))))