1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1997-08-12 00:37:22 +00:00
parent b063fa35e6
commit 8b64df4625
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -1106,6 +1106,11 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
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