Mercurial > emacs
comparison lisp/ChangeLog @ 91377:510381911395
Use find-file-hook instead of find-file-hooks.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 01 Feb 2008 18:52:51 +0000 |
parents | 0e2ade584fbb |
children | e0c314fded45 |
comparison
equal
deleted
inserted
replaced
91376:0e2ade584fbb | 91377:510381911395 |
---|---|
3371 (ccl-encode-mac-roman-font): Delete. | 3371 (ccl-encode-mac-roman-font): Delete. |
3372 | 3372 |
3373 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, | 3373 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, |
3374 utf-8.el, and utf-8-subst.el as they can't be bytecompiled | 3374 utf-8.el, and utf-8-subst.el as they can't be bytecompiled |
3375 currently. This is just a temporary workaround. | 3375 currently. This is just a temporary workaround. |
3376 | |
3377 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
3378 | |
3379 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead | |
3380 of `find-file-hooks'. | |
3381 (global-whitespace-toggle-options): Doc fix. | |
3376 | 3382 |
3377 2008-02-01 Juanma Barranquero <lekktu@gmail.com> | 3383 2008-02-01 Juanma Barranquero <lekktu@gmail.com> |
3378 | 3384 |
3379 * whitespace.el (whitespace): Set :version tag to 23.1. | 3385 * whitespace.el (whitespace): Set :version tag to 23.1. |
3380 (whitespace-turn-off, whitespace-toggle-options): Fix typos. | 3386 (whitespace-turn-off, whitespace-toggle-options): Fix typos. |