]> code.delx.au - gnu-emacs/blobdiff - lisp/files-x.el
* etc/AUTHORS: Update the AUTHORS file
[gnu-emacs] / lisp / files-x.el
index 524ad4921740a3385e579378b58fa16997ab076d..f0102fd83afc0aabe829368b44dbf6824dab4db1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; files-x.el --- extended file handling commands
 
-;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Juri Linkov <juri@jurta.org>
 ;; Maintainer: emacs-devel@gnu.org
@@ -189,7 +189,7 @@ from the Local Variables list ignoring the input argument VALUE."
        (unless (let ((case-fold-search t))
                  (goto-char beg)
                  (search-forward "Local Variables:" nil t))
-         (throw 'exit (message "Cant add file-local variables"))))
+         (throw 'exit (message "Can't add file-local variables"))))
 
       ;; prefix is what comes before "local variables:" in its line.
       ;; suffix is what comes after "local variables:" in its line.