Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
346e0c2d
Commit
346e0c2d
authored
Jun 09, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(internal_self_insert): Make last_command be kboard-local.
parent
185fd0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/cmds.c
src/cmds.c
+2
-1
No files found.
src/cmds.c
View file @
346e0c2d
...
...
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "buffer.h"
#include "syntax.h"
#include "window.h"
#include "keyboard.h"
Lisp_Object
Qkill_forward_chars
,
Qkill_backward_chars
,
Vblink_paren_function
;
...
...
@@ -301,7 +302,7 @@ internal_self_insert (c1, noautofill)
#ifdef HAVE_FACES
/* If previous command specified a face to use, use it. */
if
(
!
NILP
(
Vself_insert_face
)
&&
EQ
(
last_command
,
Vself_insert_face_command
))
&&
EQ
(
current_kboard
->
V
last_command
,
Vself_insert_face_command
))
{
Lisp_Object
before
,
after
;
XSETINT
(
before
,
PT
-
1
);
...
...
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