emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sun, 15 May 2005 19:57:16 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]