X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0bafabe7b28b6ee05cf052579e398102fd73e0eb..d6e164af0211eb18fad654d777549a019776e9ba:/lisp/international/iso-cvt.el diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index 407ff3ae7a..cad8bc5639 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el @@ -1,7 +1,7 @@ ;;; iso-cvt.el --- translate ISO 8859-1 from/to various encodings -*- coding: utf-8 -*- ;; This file was formerly called gm-lingo.el. -;; Copyright (C) 1993-1998, 2000-2013 Free Software Foundation, Inc. +;; Copyright (C) 1993-1998, 2000-2016 Free Software Foundation, Inc. ;; Author: Michael Gschwind ;; Keywords: tex, iso, latin, i18n @@ -46,7 +46,7 @@ (defvar iso-spanish-trans-tab '( ("~n" "ñ") - ("\([a-zA-Z]\)#" "\\1ñ") + ("([a-zA-Z])#" "\\1ñ") ("~N" "Ñ") ("\\([-a-zA-Z\"`]\\)\"u" "\\1ü") ("\\([-a-zA-Z\"`]\\)\"U" "\\1Ü")