commit d69468ea0c2ef1a7730254a1f4c9515e7999c6b2
parent aa6127b4ff8fe2bd17405d1681f30684c5ae68f3
Author: Tomas Hlavaty <tom@logand.com>
Date: Sat, 17 Oct 2020 21:12:34 +0200
add todo comment
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el
@@ -195,6 +195,7 @@
(framebuffer-tty-p
(file-chase-links (format "/proc/%d/fd/0" (emacs-pid)))))))
+;; TODO file-exists-p should return filename, not t
(defun framebuffer-file-exists-p (filename)
(when (file-exists-p filename)
filename))