]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/mailabbrev.el
Fix problems caused by new implementation of sub-word mode
[gnu-emacs] / lisp / mail / mailabbrev.el
index ed6a74349f5dd800fd88796c2cdc46826a61db39..a047f5f000a10298a558b0475c3485bedb356aa9 100644 (file)
@@ -574,7 +574,7 @@ of a mail alias.  The value is set up, buffer-local, when first needed.")
   (let ((end (point))
         (beg (with-syntax-table mail-abbrev-syntax-table
                (save-excursion
-                 (backward-word 1)
+                 (backward-word-strictly 1)
                  (point)))))
     (completion-in-region beg end mail-abbrevs)))