From ba8ff16485a6d02b9f18a03f03cb88ae8b4e3f1c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 27 Sep 2002 01:34:23 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 3 +++ lisp/gnus-art.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 574266b..c798492 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-09-27 Simon Josefsson + * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in + article buffers. + * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload it just in case. (nnimap-update-unseen): New function; update unseen count in diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index beaf1e5..bf5b9db 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1460,6 +1460,9 @@ It is a string, such as \"PGP\". If nil, ask user." ;; (modify-syntax-entry ?- "w" table) (modify-syntax-entry ?> ")<" table) (modify-syntax-entry ?< "(>" table) + ;; make M-. in article buffers work for `foo' strings + (modify-syntax-entry ?' "-" table) + (modify-syntax-entry ?` "-" table) table) "Syntax table used in article mode buffers. Initialized from `text-mode-syntax-table.") -- 1.7.10.4