mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(left-fringe-p): New function.
This commit is contained in:
parent
0f182ca265
commit
dfb5b6c2fd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue