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 18:32:38 +0200

On Thu, Aug 8, 2013 at 4:40 PM, Stefan Monnier <address@hidden> wrote:

> I don't think there's a way to do that.

Hmm, there's no reason why this wouldn't work:

;;;###autoload
(autoload 'frameset-p "frameset" "Return non-nil if OBJECT is a
frameset, nil otherwise." nil)

and, though ugly, is still prettier than having to require 'frameset
from register.el (which has to be done at the point of call of
frameset-p, because register.el is preloaded).

WDYT?

   J



reply via email to

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