diff options
| author | Glenn Morris | 2009-07-21 04:49:48 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-21 04:49:48 +0000 |
| commit | 02df3f4de84e9db382d8c902bc4526aa8bcf8013 (patch) | |
| tree | 10d4ad6fbf306c7d56cfc7ba1d72d091e96b5964 /lisp/ChangeLog | |
| parent | fdd8417e493bb7804c61d08914f4c3ddad347c6e (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2009-07-21 Glenn Morris <rgm@gnu.org> | 1 | 2009-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... |