diff options
| author | Kenichi Handa | 2009-08-18 01:21:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-08-18 01:21:01 +0000 |
| commit | e739cc85342a82ab4e6f60d6460e8c7dc81d2602 (patch) | |
| tree | b6d4b1a286c581dbfc349b44ed0e4d708e99af84 /lisp/textmodes | |
| parent | e4abaae3c259d1aae2fcd2519cc19b10cf0dd18e (diff) | |
| download | emacs-e739cc85342a82ab4e6f60d6460e8c7dc81d2602.tar.gz emacs-e739cc85342a82ab4e6f60d6460e8c7dc81d2602.zip | |
Change to utf-8. Adjust coding cookie.
(texinfo-mode): Delete duplicated chars from sentence-end-base.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 04458461103..b936c45b50c 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*- | 1 | ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, | 3 | ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| @@ -584,7 +584,7 @@ value of `texinfo-mode-hook'." | |||
| 584 | (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) | 584 | (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) |
| 585 | (make-local-variable 'sentence-end-base) | 585 | (make-local-variable 'sentence-end-base) |
| 586 | (setq sentence-end-base | 586 | (setq sentence-end-base |
| 587 | "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$B!I$,1r}(B)}]*") | 587 | "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'”)}]*") |
| 588 | (make-local-variable 'adaptive-fill-mode) | 588 | (make-local-variable 'adaptive-fill-mode) |
| 589 | (setq adaptive-fill-mode nil) | 589 | (setq adaptive-fill-mode nil) |
| 590 | (make-local-variable 'fill-column) | 590 | (make-local-variable 'fill-column) |