]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/syntax.el
Make autoloading commands prompt for autoload file (Bug#7989)
[gnu-emacs] / lisp / emacs-lisp / syntax.el
index f7e0e44b0c72d945dcffd7f39a8570324547d3e3..c012e48b590ebbdab854d6d1f7c885e628c6e94c 100644 (file)
@@ -1,7 +1,6 @@
 ;;; syntax.el --- helper functions to find syntactic context
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -578,5 +577,4 @@ Point is at POS when this function returns."
 
 (provide 'syntax)
 
-;; arch-tag: 302f1eeb-e77c-4680-a8c5-c543e01161a5
 ;;; syntax.el ends here