diff options
| author | Stefan Kangas | 2023-12-10 12:39:54 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 12:39:54 +0100 |
| commit | 2773cf9e013a989df99a689317de941bde2cbf29 (patch) | |
| tree | 97e338f65e2ed5d63a55d60fb253501d9987541b /src/pgtkterm.c | |
| parent | 020aff95fa3e503387a7f9b240e0f7e9f2f054ae (diff) | |
| download | emacs-2773cf9e013a989df99a689317de941bde2cbf29.tar.gz emacs-2773cf9e013a989df99a689317de941bde2cbf29.zip | |
; Fix typos
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index e767e15cc07..b010b486e30 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -6256,7 +6256,7 @@ symbol_to_drag_action (Lisp_Object act) | |||
| 6256 | if (NILP (act)) | 6256 | if (NILP (act)) |
| 6257 | return GDK_ACTION_DEFAULT; | 6257 | return GDK_ACTION_DEFAULT; |
| 6258 | 6258 | ||
| 6259 | signal_error ("Invalid drag acction", act); | 6259 | signal_error ("Invalid drag action", act); |
| 6260 | } | 6260 | } |
| 6261 | 6261 | ||
| 6262 | static Lisp_Object | 6262 | static Lisp_Object |