diff options
| -rw-r--r-- | lisp/mail/mailabbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index c07a1bea6d5..4a41faff1c4 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -202,7 +202,7 @@ no aliases, which is represented by this being a table with no entries.)") | |||
| 202 | (end-of-line) | 202 | (end-of-line) |
| 203 | (build-mail-abbrevs | 203 | (build-mail-abbrevs |
| 204 | (substitute-in-file-name | 204 | (substitute-in-file-name |
| 205 | (buffer-substring (match-beginning 1) (match-end 1)) t))) | 205 | (buffer-substring (match-beginning 1) (match-end 1))))) |
| 206 | (re-search-forward "[ \t]+\\([^ \t\n]+\\)") | 206 | (re-search-forward "[ \t]+\\([^ \t\n]+\\)") |
| 207 | (let* ((name (buffer-substring | 207 | (let* ((name (buffer-substring |
| 208 | (match-beginning 1) (match-end 1))) | 208 | (match-beginning 1) (match-end 1))) |