(url-basepath): Add url-basepath as an alias for url-file-directory.
This commit is contained in:
parent
92066e8365
commit
08299ea7e3
1 changed files with 3 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ Will not do anything if `url-show-status' is nil."
|
|||
(round (* 100 (/ x (float y))))
|
||||
(/ (* x 100) y)))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'url-basepath 'url-file-directory)
|
||||
|
||||
;;;###autoload
|
||||
(defun url-file-directory (file)
|
||||
"Return the directory part of FILE, for a URL."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue