diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-17 03:41:07 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-17 03:41:07 +0000 |
commit | cacd966dd8431f20d210c414709456ee2b5500c9 (patch) | |
tree | 2d991dc8e3e5b3229e9fcb3ec882419def441955 /editors/emacs21/Makefile | |
parent | Shared library version bump because of audio/mad update (diff) |
Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r-- | editors/emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 23536992983b..9c904a745dfb 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} |