freebsd-ports/misc/compat.el/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

18 lines
904 B
Text

Compat.el is a forwards-compatibility library for (GNU) Emacs Lisp,
versions 24.3 and newer.
The intended audience of this library aren't day-to-day users, but
package developers that wish to make use of newer functionality, not
provided in older versions of Emacs, without breaking compatibility
for users bound to specific Emacs releases.
Version 24.3 is chosen as the oldest version, because this is the
newest version on CentOS 7. It is intended to preserve compatibility
for at least as the Centos 7 reaches EOL, 2024.
Note that compat.el provides a few prefixed function, ie. functions
with a compat- prefix. These are used to provide extended
functionality for commands that are already defined (sort, assoc,
...). It might be possible to transform these into advised functions
later on, so that the modified functionality is accessible without a
prefix. Feedback on this point is appreciated.