mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Suppress harmless warnings about setting up semantic-imenu (not part
of Emacs) variables.
This commit is contained in:
parent
0405f8d9a3
commit
f3628edde6
6 changed files with 29 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2009-10-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
|
||||
* cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
|
||||
* cedet/semantic/html.el:
|
||||
Suppress harmless warnings about setting up semantic-imenu (not
|
||||
part of Emacs) variables.
|
||||
|
||||
2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-bzr.el (vc-bzr-revision-keywords): New var.
|
||||
|
|
|
|||
|
|
@ -222,6 +222,11 @@ tag with greater section value than LEVEL is found."
|
|||
"The children TAG expands to."
|
||||
(semantic-html-components tag))
|
||||
|
||||
;; In semantic-imenu.el, not part of Emacs.
|
||||
(defvar semantic-imenu-expandable-tag-classes)
|
||||
(defvar semantic-imenu-bucketize-file)
|
||||
(defvar semantic-imenu-bucketize-type-members)
|
||||
|
||||
;;;###autoload
|
||||
(defun semantic-default-html-setup ()
|
||||
"Set up a buffer for parsing of HTML files."
|
||||
|
|
|
|||
|
|
@ -447,6 +447,11 @@ that start with that symbol."
|
|||
|
||||
;;; Parser Setup
|
||||
;;
|
||||
;; In semantic-imenu.el, not part of Emacs.
|
||||
(defvar semantic-imenu-expandable-tag-classes)
|
||||
(defvar semantic-imenu-bucketize-file)
|
||||
(defvar semantic-imenu-bucketize-type-members)
|
||||
|
||||
(defun semantic-default-texi-setup ()
|
||||
"Set up a buffer for parsing of Texinfo files."
|
||||
;; This will use our parser.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs
|
||||
|
||||
;;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009
|
||||
;;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: David Ponce <david@dponce.com>
|
||||
;; Maintainer: David Ponce <david@dponce.com>
|
||||
|
|
@ -78,6 +78,9 @@ This function override `get-local-variables'."
|
|||
;;;; Semantic integration of the Java LALR parser
|
||||
;;;;
|
||||
|
||||
;; In semantic-imenu.el, not part of Emacs.
|
||||
(defvar semantic-imenu-summary-function)
|
||||
|
||||
;;;###autoload
|
||||
(defun wisent-java-default-setup ()
|
||||
"Hook run to setup Semantic in `java-mode'.
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@ This function overrides `get-local-variables'."
|
|||
;;
|
||||
;; This sets up the javascript parser
|
||||
|
||||
;; In semantic-imenu.el, not part of Emacs.
|
||||
(defvar semantic-imenu-summary-function)
|
||||
|
||||
;;;###autoload
|
||||
(defun wisent-javascript-setup-parser ()
|
||||
"Setup buffer for parse."
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
ans)
|
||||
))
|
||||
|
||||
;; In semantic-imenu.el, not part of Emacs.
|
||||
(defvar semantic-imenu-summary-function)
|
||||
|
||||
;;;###autoload
|
||||
(defun srecode-template-setup-parser ()
|
||||
"Setup buffer for parse."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue