From dfb5b6c2fd74515ccbc933a71faf687464e5d00e Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 15 May 2005 23:57:15 +0000 Subject: [PATCH] (left-fringe-p): New function. --- lisp/subr.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2