aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-07-29 19:54:18 +0000
committerStefan Monnier <[email protected]>2005-07-29 19:54:18 +0000
commit01e4a4fa0349d23595f61f531fec66d8f3c11c65 (patch)
treead1aded31b11d02f1e3f2347fa930156ad2b7af1 /lisp/ChangeLog
parentd0278ce84522bdbc650e00e91137904e001b5de9 (diff)
(byte-compile-make-variable-buffer-local)
(byte-compile-form-make-variable-buffer-local): New functions to warn about misuses of make-variable-buffer-local where make-local-variable was meant.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1cc3c86785..4f7aa114de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-29 Stefan Monnier <[email protected]>
+
+ * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
+ (byte-compile-form-make-variable-buffer-local): New functions to warn
+ about misuses of make-variable-buffer-local where make-local-variable
+ was meant.
+
2005-07-29 Juanma Barranquero <[email protected]>
* bs.el (bs-attributes-list): Doc fix.
@@ -21,8 +28,8 @@
2005-07-29 Kenichi Handa <[email protected]>
- * international/mule-cmds.el (select-message-coding-system): Be
- sure to use LF for end-of-line. If no coding system is decided,
+ * international/mule-cmds.el (select-message-coding-system):
+ Be sure to use LF for end-of-line. If no coding system is decided,
return iso-8859-1-unix.
2005-07-28 Stefan Monnier <[email protected]>
@@ -89,17 +96,15 @@
* term/README: Describe the terminal-init-* functionality.
- * startup.el (command-line): After loading the terminal
- initialization file call the corresponding terminal initialization
- function.
+ * startup.el (command-line): After loading the terminal initialization
+ file call the corresponding terminal initialization function.
2005-07-27 Kenichi Handa <[email protected]>
* ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
negative.
- * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
- setcharwidth.
+ * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.