]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.h
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / src / keyboard.h
index 55667bfb17ce001362bc531f1c967e3449a78818..387378750c8a0181b0c1fd8cfdd663bdcb420c8c 100644 (file)
@@ -6,8 +6,8 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -415,8 +415,6 @@ extern void unuse_menu_items (void);
 #define EVENT_HEAD_KIND(event_head) \
   (Fget ((event_head), Qevent_kind))
 
-extern void (*handle_user_signal_hook) (int);
-
 /* True while doing kbd input.  */
 extern bool waiting_for_input;