(internal_self_insert): Fix return value.
This commit is contained in:
parent
49db96ce3d
commit
6787d111ea
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ internal_self_insert (c, noautofill)
|
|||
Lisp_Object prop;
|
||||
prop = Fget (XSYMBOL (sym)->function, intern ("no-self-insert"));
|
||||
if (! NILP (prop))
|
||||
return Qnil;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (MODIFF != modiff)
|
||||
|
|
Loading…
Add table
Reference in a new issue