aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el3
1 files changed, 3 insertions, 0 deletions
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."
2294 (and (consp object) 2294 (and (consp object)
2295 (eq (car object) 'frame-configuration))) 2295 (eq (car object) 'frame-configuration)))
2296 2296
2297(defsubst left-fringe-p ()
2298 (equal (car (window-fringes)) 0))
2299
2297(defun functionp (object) 2300(defun functionp (object)
2298 "Non-nil if OBJECT is any kind of function or a special form. 2301 "Non-nil if OBJECT is any kind of function or a special form.
2299Also non-nil if OBJECT is a symbol and its function definition is 2302Also non-nil if OBJECT is a symbol and its function definition is