Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.449 emacs/lisp/subr.el:1.450
*** emacs/lisp/subr.el:1.449 Sun May 15 20:42:43 2005
--- emacs/lisp/subr.el Sun May 15 23:57:15 2005
***************
*** 2294,2299 ****
--- 2294,2302 ----
(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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs