Added return value to Fhandle_save_session to avoid compiler warning.
This commit is contained in:
parent
6ee8e16746
commit
ad4ace7a65
1 changed files with 2 additions and 0 deletions
|
@ -489,6 +489,8 @@ Do not call this function yourself. */)
|
|||
|
||||
doing_interact = False;
|
||||
}
|
||||
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue