[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/mac/src/macterm.c
From: |
Pavel Janík |
Subject: |
[Emacs-diffs] Changes to emacs/mac/src/macterm.c |
Date: |
Sat, 12 Jan 2002 10:17:59 -0500 |
Index: emacs/mac/src/macterm.c
diff -c emacs/mac/src/macterm.c:1.17 emacs/mac/src/macterm.c:1.18
*** emacs/mac/src/macterm.c:1.17 Fri Nov 30 20:34:24 2001
--- emacs/mac/src/macterm.c Sat Jan 12 10:17:59 2002
***************
*** 2145,2153 ****
4. `:height HEIGHT' specifies that the height of the stretch produced
should be HEIGHT, measured in canonical character units.
! 5. `:relative-height FACTOR' specifies that the height of the the
! stretch should be FACTOR times the height of the characters having
! the glyph property.
Either none or exactly one of 4 or 5 must be present.
--- 2145,2153 ----
4. `:height HEIGHT' specifies that the height of the stretch produced
should be HEIGHT, measured in canonical character units.
! 5. `:relative-height FACTOR' specifies that the height of the stretch
! should be FACTOR times the height of the characters having the glyph
! property.
Either none or exactly one of 4 or 5 must be present.
***************
*** 11737,11743 ****
#endif
/* These few functions implement Emacs as a normal Mac application
! (almost): set up the the heap and the Toolbox, handle necessary
system events plus a few simple menu events. They also set up
Emacs's access to functions defined in the rest of this file.
Emacs uses function hooks to perform all its terminal I/O. A
--- 11737,11743 ----
#endif
/* These few functions implement Emacs as a normal Mac application
! (almost): set up the heap and the Toolbox, handle necessary
system events plus a few simple menu events. They also set up
Emacs's access to functions defined in the rest of this file.
Emacs uses function hooks to perform all its terminal I/O. A
- [Emacs-diffs] Changes to emacs/mac/src/macterm.c,
Pavel Janík <=