# HG changeset patch # User Stefan Monnier # Date 1128374586 0 # Node ID f6a0af865eb53fd5a34141328821f2f2bc3e4276 # Parent 2d888e7b750cc477aa5172e7c29540b7c49120d7 *** empty log message *** diff -r 2d888e7b750c -r f6a0af865eb5 lisp/ChangeLog --- 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 + + * 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 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path) @@ -18,6 +26,9 @@ 2005-10-03 Stefan Monnier + * 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.