aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 22:45:42 -0700
committerGlenn Morris2013-09-11 22:45:42 -0700
commit96b3f75a809761389cbbdc2eb0ed85f4559a8eef (patch)
tree94d7869fd228b3ea3ed9d20f633e4631733ee0e8 /lisp/ChangeLog
parent08d664200f0a49b15c2b17a673f1b10881d109fa (diff)
downloademacs-96b3f75a809761389cbbdc2eb0ed85f4559a8eef.tar.gz
emacs-96b3f75a809761389cbbdc2eb0ed85f4559a8eef.zip
Silence some vc- compilation warnings
* vc/vc-bzr.el (vc-exec-after): Remove unused declaration. (vc-compilation-mode): Declare. (vc-bzr-pull): Require vc-dispatcher. * vc/vc-git.el (vc-compilation-mode): Declare. (vc-git-pull): Require vc-dispatcher.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1cca32a55c4..beeb53d5c31 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12013-09-12 Glenn Morris <rgm@gnu.org> 12013-09-12 Glenn Morris <rgm@gnu.org>
2 2
3 * vc/vc-bzr.el (vc-exec-after): Remove unused declaration.
4 (vc-compilation-mode): Declare.
5 (vc-bzr-pull): Require vc-dispatcher.
6 * vc/vc-git.el (vc-compilation-mode): Declare.
7 (vc-git-pull): Require vc-dispatcher.
8
3 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare. 9 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4 10
5 * progmodes/octave.el (help-button-action): Declare. 11 * progmodes/octave.el (help-button-action): Declare.