javascript.el trivia.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:35:54 +0000 (09:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:35:54 +0000 (09:35 -0700)
* lisp/semantic/wisent/javascript.el (semantic-get-local-variables):
Use define-mode-local-override rather than its obsolete alias.

lisp/cedet/ChangeLog
lisp/cedet/semantic/wisent/javascript.el

index b5ecfdd..7899ed0 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * semantic/wisent/javascript.el (semantic-get-local-variables):
+       Use define-mode-local-override rather than its obsolete alias.
+
 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
index 9b26143..16b729f 100644 (file)
@@ -63,7 +63,7 @@ to this variable NAME."
 ;; These methods override aspects of how semantic-tools can access
 ;; the tags created by the javascript parser.
 ;; Local context
-(define-mode-overload-implementation semantic-get-local-variables
+(define-mode-local-override semantic-get-local-variables
   javascript-mode ()
   "Get local values from a specific context.
 This function overrides `get-local-variables'."