mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(expand-mail-aliases): Use buffer-substring-no-properties.
This commit is contained in:
parent
3b11420577
commit
2bc9b0c750
@ -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…
Reference in New Issue
Block a user