]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/css-mode.el
Fix next-file command in etags.el.
[gnu-emacs] / lisp / textmodes / css-mode.el
index 759778eb025302ea5ebf2887366384af2fd3ddf4..ef51fb250355a555b45d3679b1fb1d964e23a0dc 100644 (file)
@@ -1,6 +1,6 @@
-;;; css-mode.el --- Major mode to edit CSS files
+;;; css-mode.el --- Major mode to edit CSS files -*- lexical-binding: t -*-
 
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2006-2011  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Keywords: hypermedia
         (indent-line-to indent)))))
 
 (provide 'css-mode)
-;; arch-tag: b4d8b8e2-b130-4e74-b3aa-cd8f1ab659d0
 ;;; css-mode.el ends here