Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
835c8222
Commit
835c8222
authored
Jul 03, 2002
by
Dave Love
Browse files
(Fself_insert_command): Use CHARACTERP.
parent
f6e5cae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/cmds.c
src/cmds.c
+1
-1
No files found.
src/cmds.c
View file @
835c8222
...
...
@@ -297,7 +297,7 @@ Whichever character you type to run this command is inserted. */)
CHECK_NUMBER
(
n
);
/* Barf if the key that invoked this was not a character. */
if
(
!
INTEG
ERP
(
last_command_char
))
if
(
!
CHARACT
ERP
(
last_command_char
))
bitch_at_user
();
else
if
(
XINT
(
n
)
>=
2
&&
NILP
(
current_buffer
->
overwrite_mode
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment