]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/wisent/wisent.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / wisent / wisent.el
index 0ca3e11ccaf0c04f71229a176da40c75d367fccd..fd00080f543f9ab44ffae93be2a289b5c27a0af8 100644 (file)
@@ -1,7 +1,6 @@
 ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime
 
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009
-;;; Free Software Foundation, Inc.
+;;; Copyright (C) 2002-2007, 2009-2015 Free Software Foundation, Inc.
 
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -47,8 +46,8 @@
            \\_         _/
             (     `o  `      (European ;-) Bison
              \\      ` /
-             (   D  ,¨       for Emacs!
-              ` ~ ,¨
+             (   D  ,\"       for Emacs!
+              ` ~ ,\"
                `\"\""
   :group 'semantic)
 
@@ -135,7 +134,7 @@ POSITIONS are available."
   "Toggle whether to issue more messages while parsing."
   (interactive)
   (setq wisent-parse-verbose-flag (not wisent-parse-verbose-flag))
-  (when (interactive-p)
+  (when (called-interactively-p 'interactive)
     (message "More messages while parsing %sabled"
              (if wisent-parse-verbose-flag "en" "dis"))))
 
@@ -476,5 +475,8 @@ automaton has only one entry point."
 
 (provide 'semantic/wisent/wisent)
 
-;; arch-tag: c299c5a4-d96f-4f1c-8307-ef2af3c8bdcb
+;; Local variables:
+;; generated-autoload-load-name: "semantic/wisent/wisent"
+;; End:
+
 ;;; semantic/wisent/wisent.el ends here