branch: externals/xeft commit 32735a2a631fc2957b79cc65ad851546b7d572df Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@gmail.com>
; * xeft.el (xeft-default-title): Fix typo. --- xeft.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeft.el b/xeft.el index e6f151c6e5..cc3f96685b 100644 --- a/xeft.el +++ b/xeft.el @@ -597,7 +597,7 @@ title." (let ((bol (point)) title) (end-of-line) (setq title (buffer-substring-no-properties bol (point))) - (if (eq title "") + (if (equal title "") (file-name-base file) title)))