diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-11-12 09:46:22 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-11-12 09:46:22 +0800 |
commit | 2b02b9035b7796fd8800a941c0b8516470bb71e8 (patch) | |
tree | 94432732499c70bdfbb1eae5aace7a4259b290c5 /editors/psgml/Makefile | |
parent | 275b4bc4f4ff6bf359937cb961dddf2dfcacea0f (diff) | |
download | freebsd-ports-gnome-2b02b9035b7796fd8800a941c0b8516470bb71e8.tar.gz freebsd-ports-gnome-2b02b9035b7796fd8800a941c0b8516470bb71e8.tar.zst freebsd-ports-gnome-2b02b9035b7796fd8800a941c0b8516470bb71e8.zip |
o Use sgml-mode for *.html files instead of html-mode.
o Turn on syntax highlighting by default.
If you want to disable this, please add (setq sgml-set-face nil) after
(require 'psgml-startup) line.
Diffstat (limited to 'editors/psgml/Makefile')
-rw-r--r-- | editors/psgml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 2f17a0757b17..c9828264943c 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -7,6 +7,7 @@ PORTNAME= psgml PORTVERSION= ${PSGML_VER} +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |