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
b9c22adf
Commit
b9c22adf
authored
Jul 27, 1997
by
Richard M. Stallman
Browse files
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
parent
9f993a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/mail-extr.el
lisp/mail/mail-extr.el
+1
-1
No files found.
lisp/mail/mail-extr.el
View file @
b9c22adf
...
...
@@ -1456,7 +1456,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is
(let ((cbeg (point)))
(set-syntax-table mail-extr-address-text-comment-syntax-table)
(cond ((memq (following-char) '(?\' ?\`))
(search-forward "'" nil
t
(search-forward "'" nil
'move
(if (eq ?\' (following-char)) 2 1)))
(t
(or (mail-extr-safe-move-sexp 1)
...
...
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