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
294500f2
Commit
294500f2
authored
May 19, 1999
by
Richard M. Stallman
Browse files
(texinfo-anchor): Don't delete a non-speace after the @anchor command.
parent
b97771fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/texinfmt.el
lisp/textmodes/texinfmt.el
+2
-1
No files found.
lisp/textmodes/texinfmt.el
View file @
294500f2
...
...
@@ -1143,7 +1143,8 @@ Leave point after argument."
(
let
(
anchor-string
(
here
(
-
(
point
)
7
))
; save location of beginning of `@anchor'
(
arg
(
texinfo-parse-arg-discard
)))
(
delete-char
1
)
; since a space is left after -discard
(
if
(
looking-at
" "
)
; since a space may be left after -discard
(
delete-char
1
))
(
forward-paragraph
)
(
let
((
end
(
point
)))
(
if
(
save-excursion
...
...
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