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
8646fe22
Commit
8646fe22
authored
Mar 27, 1998
by
Simon Marshall
Browse files
use a string that will never match.
parent
f45b7beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-1
No files found.
lisp/mail/sendmail.el
View file @
8646fe22
...
...
@@ -272,7 +272,7 @@ actually occur.")
;; Use EVAL to delay in case `mail-header-separator' gets changed.
'
(
eval
.
(
let
((
separator
(
if
(
zerop
(
length
mail-header-separator
))
" "
"
\\`\\'
"
(
regexp-quote
mail-header-separator
))))
(
cons
(
concat
"^"
separator
"$"
)
'font-lock-warning-face
)))
;; Use MATCH-ANCHORED to effectively anchor the regexp left side.
...
...
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