Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3628edd
Commit
f3628edd
authored
Oct 31, 2009
by
Glenn Morris
Browse files
Suppress harmless warnings about setting up semantic-imenu (not part
of Emacs) variables.
parent
0405f8d9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
2 deletions
+29
-2
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/cedet/semantic/html.el
lisp/cedet/semantic/html.el
+5
-0
lisp/cedet/semantic/texi.el
lisp/cedet/semantic/texi.el
+5
-0
lisp/cedet/semantic/wisent/java-tags.el
lisp/cedet/semantic/wisent/java-tags.el
+5
-2
lisp/cedet/semantic/wisent/javascript.el
lisp/cedet/semantic/wisent/javascript.el
+3
-0
lisp/cedet/srecode/template.el
lisp/cedet/srecode/template.el
+3
-0
No files found.
lisp/ChangeLog
View file @
f3628edd
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.
...
...
lisp/cedet/semantic/html.el
View file @
f3628edd
...
...
@@ -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."
...
...
lisp/cedet/semantic/texi.el
View file @
f3628edd
...
...
@@ -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.
...
...
lisp/cedet/semantic/wisent/java-tags.el
View file @
f3628edd
;;; 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'.
...
...
lisp/cedet/semantic/wisent/javascript.el
View file @
f3628edd
...
...
@@ -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."
...
...
lisp/cedet/srecode/template.el
View file @
f3628edd
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment