comparison lisp/man.el @ 90159:08185296b491

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 05 May 2005 00:04:55 +0000
parents 13796b0653c7 031ee12ed124
children 01137c1fdbe9
comparison
equal deleted inserted replaced
90158:bf4846baba9a 90159:08185296b491
385 385
386 (defvar man-mode-syntax-table 386 (defvar man-mode-syntax-table
387 (let ((table (copy-syntax-table (standard-syntax-table)))) 387 (let ((table (copy-syntax-table (standard-syntax-table))))
388 (modify-syntax-entry ?. "w" table) 388 (modify-syntax-entry ?. "w" table)
389 (modify-syntax-entry ?_ "w" table) 389 (modify-syntax-entry ?_ "w" table)
390 (modify-syntax-entry ?: "w" table) ; for PDL::Primitive in Perl man pages
390 table) 391 table)
391 "Syntax table used in Man mode buffers.") 392 "Syntax table used in Man mode buffers.")
392 393
393 (if Man-mode-map 394 (if Man-mode-map
394 nil 395 nil