2002-09-27 Simon Josefsson <jas@extundo.com>
+ * 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
;; (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.")