Mercurial > emacs
comparison src/xfns.c @ 3888:25b4e4ee7ba7
* commands.h (Vglobal_mouse_map): Removed; unused.
* xfns.c (Vglobal_mouse_map): Same.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Jun 1993 08:17:56 +0000 |
parents | 9d92b383b584 |
children | cb16ebff1c44 |
comparison
equal
deleted
inserted
replaced
3887:d8eb17d07558 | 3888:25b4e4ee7ba7 |
---|---|
193 /* The below are defined in frame.c. */ | 193 /* The below are defined in frame.c. */ |
194 extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth; | 194 extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth; |
195 extern Lisp_Object Qunsplittable, Qmenu_bar_lines; | 195 extern Lisp_Object Qunsplittable, Qmenu_bar_lines; |
196 | 196 |
197 extern Lisp_Object Vwindow_system_version; | 197 extern Lisp_Object Vwindow_system_version; |
198 | |
199 /* Mouse map for clicks in windows. */ | |
200 extern Lisp_Object Vglobal_mouse_map; | |
201 | 198 |
202 | 199 |
203 /* Error if we are not connected to X. */ | 200 /* Error if we are not connected to X. */ |
204 static void | 201 static void |
205 check_x () | 202 check_x () |