mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
* case-table.el, disp-table.el, finder.el, iso-ascii.el,
iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el, swedish.el: Change "i14n" keyword to "i18n". * finder.el (finder-compile-keywords): Replacement unnecessary.
This commit is contained in:
parent
a1d15b3e90
commit
71e683dd74
1 changed files with 1 additions and 5 deletions
|
|
@ -131,11 +131,7 @@ arguments compiles from `load-path'."
|
|||
(if keywords (format "(%s)" keywords) "nil")
|
||||
")\n")
|
||||
(subst-char-in-region keystart (point) ?, ? )
|
||||
(let ((end (point)))
|
||||
(goto-char keystart)
|
||||
(while (search-forward "i14n" end t)
|
||||
(replace-match "i18n"))
|
||||
(goto-char end)))
|
||||
)
|
||||
)))
|
||||
(directory-files (or d ".")))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue