changeset 3945:7a8d0a08eac7

(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jul 1993 20:25:42 +0000
parents 5e740ac08e39
children 535f1f575d04
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Thu Jul 01 18:39:58 1993 +0000
+++ b/lisp/mail/mailabbrev.el	Thu Jul 01 20:25:42 1993 +0000
@@ -202,7 +202,8 @@
 		(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)))