]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_local_map: Don't declare here.
authorDave Love <fx@gnu.org>
Mon, 29 May 2000 11:33:35 +0000 (11:33 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 May 2000 11:33:35 +0000 (11:33 +0000)
src/lisp.h

index 3d9be2759312b222cc1c211b45517496aeb055c0..d4f7aaa981aa33fb64c66805695d7d8f1598e1a3 100644 (file)
@@ -2755,9 +2755,6 @@ extern Lisp_Object set_text_properties P_ ((Lisp_Object, Lisp_Object,
                                            Lisp_Object, Lisp_Object,
                                            Lisp_Object));
 
-/* defined in intervals.c */
-extern Lisp_Object get_local_map P_ ((int, struct buffer *));
-
 /* defined in xmenu.c */
 EXFUN (Fx_popup_menu, 2);
 EXFUN (Fx_popup_dialog, 2);