Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / obsolete / complete.el
index 9910901..5cb9456 100644 (file)
@@ -1,7 +1,6 @@
 ;;; complete.el --- partial completion mechanism plus other goodies
 
-;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1990-1993, 1999-2012 Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
 ;; Keywords: abbrev convenience
@@ -699,7 +698,7 @@ GOTO-END is non-nil, however, it instead replaces up to END."
        (if (and (eq mode 'word)
                 (not PC-word-failed-flag))
            (let ((PC-word-failed-flag t))
-             (delete-backward-char 1)
+             (delete-char -1)
              (PC-do-completion 'word))
                (when abbreviated
                  (delete-region beg end)
@@ -1120,5 +1119,4 @@ This is only used by "
 
 (provide 'complete)
 
-;; arch-tag: fc7e2768-ff44-4e22-b579-4d825b968458
 ;;; complete.el ends here