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
fcb764df
Commit
fcb764df
authored
Jul 19, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
2e146aa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/backquote.el
lisp/emacs-lisp/backquote.el
+1
-1
src/term.c
src/term.c
+1
-1
No files found.
lisp/emacs-lisp/backquote.el
View file @
fcb764df
...
...
@@ -151,7 +151,7 @@ See backquote.el for details"
(
mapcar
'bq-iterative-list-builder
(
reverse
form
))
(
and
state
(
cond
((
eq
state
'quote
)
(
list
state
tailmaker
))
(
list
state
(
if
(
equal
form
tailmaker
)
form
tailmaker
)
))
((
=
(
length
tailmaker
)
1
)
(
funcall
(
bq-cadr
(
assq
state
bq-singles
))
tailmaker
))
(
t
(
cons
state
tailmaker
))))))
...
...
src/term.c
View file @
fcb764df
...
...
@@ -120,7 +120,7 @@ int (*mouse_tracking_enable_hook) ( /* int ENABLE */ );
screen; under X, this means it lies about where the focus is.
This hook tells the window system code to re-decide where to put
the highlight. */
extern
void
(
*
screen_rehighlight_hook
)
(
/* SCREEN_PTR s */
);
void
(
*
screen_rehighlight_hook
)
(
/* SCREEN_PTR s */
);
/* Strings, numbers and flags taken from the termcap entry. */
...
...
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