1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(sentence-end-base): Use real chars, so as

not to unnecessarily expose emacs-mule's internal char codes.
This commit is contained in:
Stefan Monnier 2005-10-25 04:56:18 +00:00
parent 6bc7646bdb
commit 75538b71d2

View file

@ -159,7 +159,7 @@ to obtain the value of this variable."
:group 'paragraphs
:type '(choice regexp (const :tag "Use default value" nil)))
(defcustom sentence-end-base "[.?!][]\"'\xd0c9\x5397d)}]*"
(defcustom sentence-end-base "[.?!][]\"'$B!I$,1r}(B)}]*"
"*Regexp matching the basic end of a sentence, not including following space."
:group 'paragraphs
:type 'string
@ -502,9 +502,9 @@ ones already marked."
(interactive "*p")
(transpose-subr 'forward-sentence arg))
;;; Local Variables:
;;; coding: iso-2022-7bit
;;; End:
;; Local Variables:
;; coding: iso-2022-7bit
;; End:
;;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
;;; paragraphs.el ends here