summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-03-08 09:08:46 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-03-08 09:09:40 -0800
commitdb9c924d3d53f46846ad8fd74a5d08f4586a520e (patch)
treec37a307f6c34279103e203dc0a3c64eab9192a36 /lisp/language
parent0dbc4a697afb2a1e409909289f608fd4da875c24 (diff)
downloademacs-db9c924d3d53f46846ad8fd74a5d08f4586a520e.tar.gz
More regexp corrections and tweaks
From suggestions by Mattias Engdegård in: https://lists.gnu.org/r/emacs-devel/2019-03/msg00131.html * lisp/arc-mode.el (archive-rar-summarize): * lisp/gnus/gnus-art.el (gnus-button-valid-localpart-regexp): * lisp/language/ethio-util.el (ethio-fidel-to-tex-buffer): * lisp/nxml/rng-uri.el (rng-file-name-uri): * lisp/org/org-mobile.el (org-mobile-apply): * lisp/progmodes/cperl-mode.el (cperl-init-faces): * lisp/progmodes/fortran.el (fortran-fill): * lisp/progmodes/mantemp.el (mantemp-remove-comments) (mantemp-remove-memfuncs, mantemp-insert-cxx-syntax): * lisp/speedbar.el (speedbar-directory-buttons-follow): * lisp/vc/add-log.el (change-log-font-lock-keywords): Fix more regular expressions that seem to be typos or infelicities.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ethio-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index 512d49b9c5d..04b15ddd9a8 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -804,7 +804,7 @@ The 2nd and 3rd arguments BEGIN and END specify the region."
;; Special Ethiopic punctuation.
(goto-char (point-min))
- (while (re-search-forward "\\ce[»\\.?]\\|«\\ce" nil t)
+ (while (re-search-forward "\\ce[».?]\\|«\\ce" nil t)
(cond
((= (setq ch (preceding-char)) ?\»)
(delete-char -1)