(mail-abbrev-make-syntax-table): Give %!._- word constituent syntax.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-09-21 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
|
||||
word constituent syntax.
|
||||
|
||||
2002-09-21 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* cus-dep.el (custom-make-dependencies): Bind to t
|
||||
|
||||
@@ -420,6 +420,11 @@ of a mail alias. The value is set up, buffer-local, when first needed.")
|
||||
(set-char-table-range tab key w))))
|
||||
tab)
|
||||
(modify-syntax-entry ?@ "w" tab)
|
||||
(modify-syntax-entry ?% "w" tab)
|
||||
(modify-syntax-entry ?! "w" tab)
|
||||
(modify-syntax-entry ?. "w" tab)
|
||||
(modify-syntax-entry ?_ "w" tab)
|
||||
(modify-syntax-entry ?- "w" tab)
|
||||
(setq mail-abbrev-syntax-table tab))))
|
||||
|
||||
(defun mail-abbrev-in-expansion-header-p ()
|
||||
|
||||
Reference in New Issue
Block a user