Function: msb--strip-dir
msb--strip-dir is a byte-compiled function defined in msb.el.gz.
Signature
(msb--strip-dir DIR)
Documentation
Strip one hierarchy level from the end of DIR.
Source Code
;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defun msb--strip-dir (dir)
"Strip one hierarchy level from the end of DIR."
(file-name-directory (directory-file-name dir)))