emacs-devel
[Top][All Lists]
Advanced

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

Removing non `loop' features from cl.el - `cl-map-overlays', `cl-map-int


From: Stephen J. Turnbull
Subject: Removing non `loop' features from cl.el - `cl-map-overlays', `cl-map-intervals', `cl-map-extents'
Date: Sun, 12 Dec 2010 20:44:13 +0900

MON KEY writes:
 > cl.el defines `cl-map-extents' as:
 > 
 > (defun cl-map-extents (&rest cl-args)
 >   (apply 'cl-map-overlays cl-args))

Presumably this function is for compatibility with code written for
XEmacs.  I don't see why anybody using GNU Emacs would need it.




reply via email to

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