summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2013-04-20 04:56:16 +0900
committerMasatake YAMATO <yamato@redhat.com>2013-04-20 04:56:16 +0900
commit38ef2c8490eaa74e22504386beebc6d88d287094 (patch)
tree6059e43b93a6f01011c3a25a9989bf9c6e2edd75
parent1398a54d6abf5b7cab98ec8a1063c155707cdb83 (diff)
downloademacs-38ef2c8490eaa74e22504386beebc6d88d287094.tar.gz
Added bug number (Bug#14112) to my last ChangeLog entries.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--test/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4897aa0f30c..9bb155b74da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
2013-04-19 Masatake YAMATO <yamato@redhat.com>
* progmodes/sh-script.el (sh-imenu-generic-expression): Handle
- function names with a single character.
+ function names with a single character. (Bug#11182)
2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
diff --git a/test/ChangeLog b/test/ChangeLog
index 3619414c231..52cc61bdc06 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,6 @@
2013-04-01 Masatake YAMATO <yamato@redhat.com>
- * automated/imenu-tests.el: New file.
+ * automated/imenu-tests.el: New file. (Bug#14112)
2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>