(expand-mail-aliases): Use buffer-substring-no-properties.
This commit is contained in:
parent
3b11420577
commit
2bc9b0c750
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ removed from alias expansions."
|
|||
seplen (- (point) epos))
|
||||
(setq epos (marker-position end1) seplen 0))
|
||||
(let (translation
|
||||
(string (buffer-substring pos epos)))
|
||||
(string (buffer-substring-no-properties pos epos)))
|
||||
(if (and (not (assoc string disabled-aliases))
|
||||
(setq translation
|
||||
(cdr (assoc string mail-aliases))))
|
||||
|
|
Loading…
Add table
Reference in a new issue