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
141d2f67
Commit
141d2f67
authored
Mar 12, 2000
by
Dave Love
Browse files
(info-lookup): Use display-color-p.
parent
27cd44bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/info-look.el
lisp/info-look.el
+1
-1
No files found.
lisp/info-look.el
View file @
141d2f67
...
...
@@ -361,7 +361,7 @@ If optional argument QUERY is non-nil, query for the help mode."
(
re-search-forward
(
concat
prefix
(
regexp-quote
item
)
suffix
))
(
goto-char
(
match-beginning
0
))
(
and
window-system
info-lookup-highlight-face
(
and
(
display-color-p
)
info-lookup-highlight-face
;; Search again for ITEM so that the first
;; occurence of ITEM will be highlighted.
(
re-search-forward
(
regexp-quote
item
))
...
...
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