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
0aaf5bb0
Commit
0aaf5bb0
authored
Dec 14, 2006
by
Vinicius Jose Latorre
Browse files
Fix rare bug in align.el
parent
e00fabd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/align.el
lisp/align.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0aaf5bb0
2006-12-14 Stephen Leake <stephen_leake@member.fsf.org> (tiny change)
* align.el (align-match-tex-pattern): Fix a rare bug which hanged
Emacs.
2006-12-14 Richard Stallman <rms@gnu.org>
* startup.el (use-fancy-splash-screens-p): Use frame-height
lisp/align.el
View file @
0aaf5bb0
...
...
@@ -1075,7 +1075,7 @@ current position."
(
eq
(
char-before
pos
)
?\\
))
(
setq
count
(
1+
count
)
pos
(
1-
pos
)))
(
eq
(
mod
count
2
)
1
))
(
goto-char
(
match-beginning
2
))))
(
goto-char
(
match-beginning
(
if
reverse
1
2
)
))))
result
))
(
defun
align-new-section-p
(
beg
end
separator
)
...
...
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