X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b0126eac41487b9bca5af5cbb2212ff5b2c58b80..bc81e2c4e885787603da3e0314d6ea45a43f7862:/lisp/dos-fns.el diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index e343446a36..629360b1c1 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -1,10 +1,11 @@ ;;; dos-fns.el --- MS-Dos specific functions -;; Copyright (C) 1991, 1993, 1995, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1993, 1995-1996, 2001-2011 +;; Free Software Foundation, Inc. ;; Maintainer: Morten Welinder ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. @@ -158,7 +159,7 @@ sure to obey the 8.3 limitations." (string (copy-sequence (file-name-nondirectory filename))) (strlen (length string)) (lastchar (aref string (1- strlen))) - i firstdot) + firstdot) (setq firstdot (string-match "\\." string)) (cond (firstdot @@ -312,5 +313,4 @@ that your video hardware might not support 50-line mode." (provide 'dos-fns) -;; arch-tag: 00b03579-8ebb-4a02-8762-5c5a929774ad ;;; dos-fns.el ends here