aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2011-12-08 08:20:20 -0500
committerStefan Monnier <[email protected]>2011-12-08 08:20:20 -0500
commit39c9faef2f2027336f7235d5521269714cc370c8 (patch)
treea646929106cad0f65d2823c5ed1aa0e6dca8d0a1 /lisp/ChangeLog
parent8b8059decd84744f886aed505b856a4052a0a99e (diff)
* lisp/pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
(pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that end in ".mk". (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors when reading the makefile. Fixes: debbugs:10116
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 443ca2d5c3..f27ed2abb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2011-12-08 Stefan Monnier <[email protected]>
+
+ * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
+ (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
+ end in ".mk".
+ (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
+ when reading the makefile (bug#10116).
+
2011-12-06 Stefan Monnier <[email protected]>
* pcmpl-gnu.el (pcomplete/make): Also allow filename arguments