Mercurial > emacs
diff lisp/ChangeLog @ 106503:6cfa584799d3
Minor cleanup.
* ffap.el (ffap-symbol-value): Replace ffap-soft-value. Adjust all callers.
(ffap-locate-file): Remove unused arg `dir-ok' and make other args compulsory.
Adjust callers.
(ffap-gopher-at-point): Remove unused var `name'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Dec 2009 02:11:29 +0000 |
parents | edbd6b615dbe |
children | 7287842d7e07 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 09 02:06:16 2009 +0000 +++ b/lisp/ChangeLog Wed Dec 09 02:11:29 2009 +0000 @@ -1,5 +1,12 @@ 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca> + Minor cleanup. + * ffap.el (ffap-symbol-value): Replace ffap-soft-value. + Adjust all callers. + (ffap-locate-file): Remove unused arg `dir-ok' and make other + args compulsory. Adjust callers. + (ffap-gopher-at-point): Remove unused var `name'. + Get rid of the ELCFILES abomination. * Makefile.in (update-elclist, ELCFILES, compile-last): Remove. (compile-elcfiles): New phony target. @@ -14,8 +21,8 @@ 2009-12-09 Kenichi Handa <handa@m17n.org> * international/mule-cmds.el (ucs-names): Supply a sufficiently - fine ranges instead of pre-calculating accurate ranges. Iterate - with bigger gc-cons-threshold. + fine ranges instead of pre-calculating accurate ranges. + Iterate with bigger gc-cons-threshold. 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>