18c7c38a99
Notable changes: * simple.el (count-words): If called from Lisp, return the word count, for symmetry with `count-lines'. Arglist changed. * faces.el (face-spec-reset-face): For the default face, reset the attributes to default values (Bug#10748). * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in previous patch: Check `message-send-mail-function', and not the default function (bug#10897). * cus-start.el: Make x-select-enable-clipboard-manager customizable. * Depessimize the handling of very large macros.
10 lines
223 B
Makefile
10 lines
223 B
Makefile
# $NetBSD: version.mk,v 1.12 2012/03/06 03:01:30 minskim Exp $
|
|
|
|
_EMACS_FLAVOR= emacs
|
|
_EMACS_REQD= emacs>=23
|
|
_EMACS_PKGDEP.base=
|
|
_EMACS_PKGDEP.leim=
|
|
|
|
_EMACS_VERSION_MAJOR= 24
|
|
_EMACS_VERSION_MINOR= 0
|
|
_EMACS_VERSION_MICRO= 94
|