mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.
This commit is contained in:
parent
c77a81cf65
commit
94142e7881
1 changed files with 2 additions and 1 deletions
|
|
@ -202,7 +202,8 @@ no aliases, which is represented by this being a table with no entries.)")
|
|||
(progn
|
||||
(end-of-line)
|
||||
(build-mail-abbrevs
|
||||
(buffer-substring (match-beginning 1) (match-end 1)) t))
|
||||
(substitute-in-file-name
|
||||
(buffer-substring (match-beginning 1) (match-end 1)) t)))
|
||||
(re-search-forward "[ \t]+\\([^ \t\n]+\\)")
|
||||
(let* ((name (buffer-substring
|
||||
(match-beginning 1) (match-end 1)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue