diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-01-21 02:22:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-01-21 02:22:56 +0000 |
commit | 3e970550ca8132662432040549cf129b09cce71b (patch) | |
tree | 41ac1ea618ff5ec5c137befd78bde319075421c5 /src/cmds.c | |
parent | dd84ef4bd92e608c42e74e29380bb93c417b03aa (diff) | |
download | emacs-3e970550ca8132662432040549cf129b09cce71b.tar.gz |
Comment change.
Diffstat (limited to 'src/cmds.c')
-rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index 27d6812d05f..f2688656600 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -443,7 +443,7 @@ internal_self_insert (c, noautofill) sym = Fexpand_abbrev (); - /* If we expanded an abbrev which has only a hook, + /* If we expanded an abbrev which has a hook, and the hook has a non-nil `no-self-insert' property, return right away--don't really self-insert. */ if (! NILP (sym) && ! NILP (XSYMBOL (sym)->function) |