Mercurial > emacs
changeset 19310:bc1937e6cea5
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Aug 1997 00:37:22 +0000 |
parents | f8d133a2df57 |
children | a1c69eba1dd6 |
files | lisp/dabbrev.el src/emacs.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dabbrev.el Tue Aug 12 00:36:22 1997 +0000 +++ b/lisp/dabbrev.el Tue Aug 12 00:37:22 1997 +0000 @@ -1,6 +1,6 @@ ;;; dabbrev.el --- dynamic abbreviation package -;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1985, 86, 92, 94, 96, 1997 Free Software Foundation, Inc. ;; Author: Don Morrison ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se>
--- a/src/emacs.c Tue Aug 12 00:36:22 1997 +0000 +++ b/src/emacs.c Tue Aug 12 00:37:22 1997 +0000 @@ -1106,6 +1106,11 @@ extern char etext; extern Lisp_Object Fredraw_frame (); atexit (_mcleanup); + /* This uses Fredraw_frame because that function + comes first in the Emacs executable. + It might be better to use something that gives + the start of the text segment, but start_of_text + is not defined on all systems now. */ monstartup (Fredraw_frame, &etext); } else