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
75a756f1
Commit
75a756f1
authored
May 28, 2003
by
Stefan Monnier
Browse files
(Info-fontify-node): Hide \n------- rather than -------\n.
parent
9b5e7a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/info.el
View file @
75a756f1
...
...
@@ -2856,7 +2856,7 @@ the variable `Info-file-list-for-emacs'."
;; frame types at once. We want this text to be invisible
;; on frames that can display the font above.
(
when
(
memq
(
framep
(
selected-frame
))
'
(
x
pc
w32
mac
))
(
add-text-properties
(
match-beginning
2
)
(
1+
(
match-end
2
)
)
(
add-text-properties
(
1-
(
match-beginning
2
)
)
(
match-end
2
)
'
(
invisible
t
))))
(
goto-char
(
point-min
))
(
while
(
re-search-forward
"\\(\\*Note[ \t]*\\)\n?[ \t]*\\([^:]*\\)\\(:[^.,:(]*\\(([^)]*)[^.,:]*\\)?[,:]?\n?\\)"
nil
t
)
...
...
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