;; This file: http://user.it.uu.se/~embe8573/conf/emacs-init/my-string.el (defun empty-string-p (str) (string= str "") ) (provide 'my-string)