diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-28 20:06:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-28 20:06:41 +0000 |
commit | f01fc2a361d2433559d666afa48ac26a958ae2f3 (patch) | |
tree | 43ae0b0d5da062dd26f710266b640f551f60d612 /editors/Makefile | |
parent | Paje is a graphical tool that displays traces produced during the (diff) |
This is GNU Emacs ported to OS X and GNUstep, based on the earlier
Rhapsody, OPENSTEP, and NeXTSTEP versions.
This port offers superior platform support for MacOS X and GNUstep,
including full desktop integration (dock, drag/drop, etc.), standard
keybindings, use of standard Font, Color, and File open/save panels,
and support for Services. Via GNUstep, it provides anti-aliased font
rendering on Linux and other Unix systems.
This port is based on GNU Emacs 23 from CVS.
PR: 103510
Submitted by: Gürkan Sengün
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6c5bcd11d321..1e6243ce51f5 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -42,6 +42,7 @@ SUBDIR += em SUBDIR += emacs SUBDIR += emacs-devel + SUBDIR += emacs.app SUBDIR += emacs19 SUBDIR += emacs20 SUBDIR += emacs20-dl |