home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / mac-emacs-src / emacs-68k.r < prev    next >
Encoding:
Text File  |  1994-05-24  |  1001 b   |  47 lines  |  [TEXT/EMAC]

  1. /*
  2.  * Copyright (C) 1994 Marc Parmet.
  3.  * This file is part of the Macintosh port of GNU Emacs.
  4.  *
  5.  * GNU Emacs is distributed in the hope that it will be useful,
  6.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  8.  * GNU General Public License for more details.
  9.  */
  10.  
  11. #include "Types.r"
  12. #include "SysTypes.r"
  13. #include "BalloonTypes.r"
  14.  
  15. #include "::kbd-patch:emacs-version.h"
  16.  
  17. /* Straight from Inside Mac Volume 6 page 9-23 */
  18.  
  19. resource 'vers' (1,purgeable) {
  20.     emacs_version_major,
  21.     emacs_version_minor,
  22.     0x20,
  23.     0x00,
  24.     verUS,
  25.     emacs_version_string,
  26.     "GNU Emacs 18.59, Macintosh Port Version " emacs_version_string
  27. };
  28.  
  29. resource 'vers' (128,purgeable) {
  30.     emacs_version_major,
  31.     emacs_version_minor,
  32.     0x20,
  33.     0x00,
  34.     verUS,
  35.     emacs_version_string,
  36.     "Preferences for Emacs " emacs_version_string
  37. };
  38.  
  39. resource 'hfdr' (-5696) {
  40.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  41.     {
  42.         HMStringItem {
  43.             "Use Emacs to edit text files."
  44.         }
  45.     }
  46. };
  47.