X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8a1f4a98c1b8e3abaf1b46394a88d09531ce4c2d..59361254a6ea5fcfc2f1ec344665aa719fbb936f:/lisp/obsolete/sym-comp.el diff --git a/lisp/obsolete/sym-comp.el b/lisp/obsolete/sym-comp.el index fc2da0ff69..7e9a460ea1 100644 --- a/lisp/obsolete/sym-comp.el +++ b/lisp/obsolete/sym-comp.el @@ -1,6 +1,6 @@ ;;; sym-comp.el --- mode-dependent symbol completion -;; Copyright (C) 2004, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2008-2011 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: extensions @@ -51,7 +51,7 @@ Uses `current-word' with the buffer narrowed to the part before point." (save-restriction ;; Narrow in case point is in the middle of a symbol -- we want - ;; just the preceeding part. + ;; just the preceding part. (narrow-to-region (point-min) (point)) (current-word))) @@ -227,5 +227,4 @@ completion: (provide 'sym-comp) -;; arch-tag: 6fcce616-f3c4-4751-94b4-710e83144124 ;;; sym-comp.el ends here