[Emacs] Fix "function definition is void: abbr-pwd" error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-10-22 15:46:28 +02:00
parent 7d39ccd8a6
commit ae94dd23ff
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,7 @@
(cond
((stringp $path) (f-short
(if $abbreviate
(phundrak/abbr-path (f-split (abbr-pwd $path)))
(phundrak/abbr-path (f-split (phundrak/abbr-path $path)))
$path)))
((null $path) "")
((listp $path)