emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to vector and add new slots.
Date: Thu, 8 Aug 2013 15:03:26 +0200

I just realized that a predicate function with this profile

  (defun frameset-p (object &optional valid-p)
    "Return non-nil if OBJECT is a frameset, nil otherwise.

  With VALID-P, return non-nil if OBJECT is a valid frameset
  \(i.e. check more thoroughly)."
    ...)

would also be kosher, at least in the CL tradition.

No, I'm not going to go that route, just an idle thought.
    J



reply via email to

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