X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/49f70d46ea38ceb7a501594db7f6ea35e19681aa..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/international/utf-7.el diff --git a/lisp/international/utf-7.el b/lisp/international/utf-7.el index d55d85f459..8e10c94900 100644 --- a/lisp/international/utf-7.el +++ b/lisp/international/utf-7.el @@ -1,7 +1,6 @@ ;;; utf-7.el --- utf-7 coding system -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003-2012 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: i18n, mail @@ -62,7 +61,7 @@ IMAP non-nil means use the IMAP version." (decode-coding-region p (point) 'utf-16be) (save-excursion (goto-char p) - (delete-backward-char 1))))))) + (delete-char -1))))))) (- (point-max) (point-min))))) ;;;###autoload @@ -127,5 +126,4 @@ ESC and SKIP-CHARS are adjusted for the normal and IMAP versions." (provide 'utf-7) -;; arch-tag: 975ee403-90a4-4286-97d2-4ed1323f4ef9 ;;; utf-7.el ends here