aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-07-21 04:49:48 +0000
committerGlenn Morris2009-07-21 04:49:48 +0000
commit02df3f4de84e9db382d8c902bc4526aa8bcf8013 (patch)
tree10d4ad6fbf306c7d56cfc7ba1d72d091e96b5964 /lisp/ChangeLog
parentfdd8417e493bb7804c61d08914f4c3ddad347c6e (diff)
downloademacs-02df3f4de84e9db382d8c902bc4526aa8bcf8013.tar.gz
emacs-02df3f4de84e9db382d8c902bc4526aa8bcf8013.zip
(ps-jitify, ps-lazify): Remove aliases only used to
silence compiler. Instead... (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare. (ps-print-ensure-fontified): Update for above function name changes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8e2192d0e0..1bb54430ead 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12009-07-21 Glenn Morris <rgm@gnu.org> 12009-07-21 Glenn Morris <rgm@gnu.org>
2 2
3 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4 silence compiler. Instead...
5 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6 (ps-print-ensure-fontified): Update for above function name changes.
7
3 * printing.el (pr-mh-get-msg-num, pr-mh-show) 8 * printing.el (pr-mh-get-msg-num, pr-mh-show)
4 (pr-mh-start-of-uncleaned-message): Remove aliases only used to 9 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
5 silence compiler. Instead... 10 silence compiler. Instead...