Mercurial > emacs
changeset 65813:f6a0af865eb5
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 03 Oct 2005 21:23:06 +0000 |
parents | 2d888e7b750c |
children | 967a91879fee |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 03 21:22:29 2005 +0000 +++ b/lisp/ChangeLog Mon Oct 03 21:23:06 2005 +0000 @@ -1,3 +1,11 @@ +2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do + not change the global value of those vars. + + * progmodes/cc-mode.el (c-basic-common-init): Remove calls to + make-local-variable which we do not need any more. + 2005-10-03 Chong Yidong <cyd@stupidchicken.com> * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path) @@ -18,6 +26,9 @@ 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca> + * net/ange-ftp.el: Use with-current-buffer. + (ange-ftp-insert-directory): Do not follow symlinks any more. + * textmodes/ispell.el (ispell-find-aspell-dictionaries): Remove interactive spec.