diff options
| author | Paul Eggert | 2012-02-10 10:58:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-02-10 10:58:48 -0800 |
| commit | 6e6c82a4e687708d5a7a3887f92db45bd74da276 (patch) | |
| tree | 85dc3105240e84a8cddadb25d572e170fcdbd8bc /lisp/cedet | |
| parent | 78df1fb1d46d556bfc2698ca1802972b13613ba8 (diff) | |
| parent | cc26d239af9a82cff079556a1daff4b4bf60eb5c (diff) | |
| download | emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.tar.gz emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/ChangeLog | 15 | ||||
| -rw-r--r-- | lisp/cedet/ede/auto.el | 3 | ||||
| -rw-r--r-- | lisp/cedet/semantic/wisent/js-wy.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/wisent/python-wy.el | 3 | ||||
| -rw-r--r-- | lisp/cedet/srecode/filters.el | 5 | ||||
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 1 |
6 files changed, 23 insertions, 6 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index f9a546ec894..361ccba10cc 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list): | ||
| 4 | Add declarations. | ||
| 5 | |||
| 6 | 2012-01-29 David Engster <deng@randomsample.de> | ||
| 7 | |||
| 8 | Fix require error when using srecode-insert (Bug#9967). | ||
| 9 | * srecode/insert.el: Require srecode/filters. | ||
| 10 | * srecode/filters.el: Drop two requires. | ||
| 11 | |||
| 1 | 2012-01-09 Eric Ludlam <zappo@gnu.org> | 12 | 2012-01-09 Eric Ludlam <zappo@gnu.org> |
| 2 | 13 | ||
| 3 | * ede.el (ede-project-directories): New option. | 14 | * ede.el (ede-project-directories): New option. |
| @@ -140,8 +151,8 @@ | |||
| 140 | 151 | ||
| 141 | 2011-07-30 Chong Yidong <cyd@stupidchicken.com> | 152 | 2011-07-30 Chong Yidong <cyd@stupidchicken.com> |
| 142 | 153 | ||
| 143 | * semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix | 154 | * semantic/grammar.el (semantic-grammar-insert-defanalyzers): |
| 144 | require. | 155 | Fix require. |
| 145 | 156 | ||
| 146 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) | 157 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) |
| 147 | 158 | ||
diff --git a/lisp/cedet/ede/auto.el b/lisp/cedet/ede/auto.el index b458cc246f0..a5ea8178858 100644 --- a/lisp/cedet/ede/auto.el +++ b/lisp/cedet/ede/auto.el | |||
| @@ -31,6 +31,9 @@ | |||
| 31 | 31 | ||
| 32 | (require 'eieio) | 32 | (require 'eieio) |
| 33 | 33 | ||
| 34 | (declare-function ede-directory-safe-p "ede") | ||
| 35 | (declare-function ede-add-project-to-global-list "ede") | ||
| 36 | |||
| 34 | (defclass ede-project-autoload () | 37 | (defclass ede-project-autoload () |
| 35 | ((name :initarg :name | 38 | ((name :initarg :name |
| 36 | :documentation "Name of this project type") | 39 | :documentation "Name of this project type") |
diff --git a/lisp/cedet/semantic/wisent/js-wy.el b/lisp/cedet/semantic/wisent/js-wy.el index b8d3240aef1..05346b02c8d 100644 --- a/lisp/cedet/semantic/wisent/js-wy.el +++ b/lisp/cedet/semantic/wisent/js-wy.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1998-2011 Ecma International | 4 | ;; Copyright (C) 1998-2011 Ecma International. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el index cb0f37c8f16..e8229dcd9ea 100644 --- a/lisp/cedet/semantic/wisent/python-wy.el +++ b/lisp/cedet/semantic/wisent/python-wy.el | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2012 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2001-2010 Python Software Foundation | 4 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | ;; 2009, 2010 Python Software Foundation; All Rights Reserved | ||
| 5 | 6 | ||
| 6 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/lisp/cedet/srecode/filters.el b/lisp/cedet/srecode/filters.el index 67435f23e90..d4a7e542770 100644 --- a/lisp/cedet/srecode/filters.el +++ b/lisp/cedet/srecode/filters.el | |||
| @@ -26,8 +26,9 @@ | |||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | (require 'newcomment) | 28 | (require 'newcomment) |
| 29 | (require 'srecode/table) | 29 | |
| 30 | (require 'srecode/insert) | 30 | (declare-function srecode-dictionary-lookup-name "srecode/dictionary") |
| 31 | (defvar srecode-inserter-variable-current-dictionary) | ||
| 31 | 32 | ||
| 32 | (defun srecode-comment-prefix (str) | 33 | (defun srecode-comment-prefix (str) |
| 33 | "Prefix each line of STR with the comment prefix characters." | 34 | "Prefix each line of STR with the comment prefix characters." |
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 40d3374c744..7d300614c08 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | (require 'srecode/find) | 33 | (require 'srecode/find) |
| 34 | (require 'srecode/dictionary) | 34 | (require 'srecode/dictionary) |
| 35 | (require 'srecode/args) | 35 | (require 'srecode/args) |
| 36 | (require 'srecode/filters) | ||
| 36 | 37 | ||
| 37 | (defvar srecode-template-inserter-point) | 38 | (defvar srecode-template-inserter-point) |
| 38 | (declare-function srecode-overlaid-activate "srecode/fields") | 39 | (declare-function srecode-overlaid-activate "srecode/fields") |