]> code.delx.au - gnu-emacs/blobdiff - lisp/nxml/nxml-enc.el
-
[gnu-emacs] / lisp / nxml / nxml-enc.el
index 7bcae56e08e7aac7837be64209304c16d2fbcf01..6406f57ff63abcc2ae814054b47ead6b9d0be4e9 100644 (file)
@@ -1,9 +1,9 @@
-;;; nxml-enc.el --- XML encoding auto-detection
+;;; nxml-enc.el --- XML encoding auto-detection  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2003, 2007-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2007-2016 Free Software Foundation, Inc.
 
 ;; Author: James Clark
-;; Keywords: XML
+;; Keywords: wp, hypermedia, languages, XML
 
 ;; This file is part of GNU Emacs.
 
@@ -68,7 +68,7 @@
     (and nxml-non-xml-set-auto-coding-function
         (funcall nxml-non-xml-set-auto-coding-function file-name size))))
 
-(defun nxml-set-xml-coding (file-name size)
+(defun nxml-set-xml-coding (_file-name size)
   "Function to use as `set-auto-coding-function' when file is known to be XML."
   (nxml-detect-coding-system (+ (point) (min size 1024))))