diff --git a/lisp/subr.el b/lisp/subr.el index 8d6c3d6cabf..8eda9e542c2 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2294,6 +2294,9 @@ configuration." (and (consp object) (eq (car object) 'frame-configuration))) +(defsubst left-fringe-p () + (equal (car (window-fringes)) 0)) + (defun functionp (object) "Non-nil if OBJECT is any kind of function or a special form. Also non-nil if OBJECT is a symbol and its function definition is