Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / textmodes / bibtex-style.el
index 831d4e8..b0371ed 100644 (file)
@@ -1,6 +1,6 @@
-;;; bibtex-style.el --- Major mode for BibTeX Style files
+;;; bibtex-style.el --- Major mode for BibTeX Style files -*- lexical-binding: t -*-
 
-;; Copyright (C) 2005, 2007-2011  Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2007-2012  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Keywords: tex
                (looking-at "if\\$"))
            (scan-error nil))))
      (save-excursion
-       (condition-case err
+       (condition-case nil
           (while (progn
                    (backward-sexp 1)
                    (save-excursion (skip-chars-backward " \t{") (not (bolp)))))