From: Glenn Morris Date: Fri, 22 Feb 2008 03:58:56 +0000 (+0000) Subject: (top-level): No need to require time-date when compiling. X-Git-Tag: emacs-pretest-23.0.90~7756 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1eb2d407153eda24a92a7d5e1f120cbfe39edc51;p=emacs.git (top-level): No need to require time-date when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cee818996a2..559347d6f09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,27 @@ +2008-02-22 Glenn Morris + + * json.el (top-level): No need to require thingatpt. + (json-read-keyword): Use thing-at-point rather than word-at-point. + + * time.el (top-level): No need to require time-date when compiling. + + * emacs-lisp/copyright.el (copyright-update-year): Fix + subexpression numbering for the case when years are split over + lines, and for the replace case. + + * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete. + (tpu-caar, tpu-cadr): Delete functions. + (zmacs-regions): No need to declare for compiler. + (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr. + (tpu-spell-check): Rewrite, and handle mark after point. + (tpu-special-insert): Use or rather than if. + + * emulation/vip.el (vip-special-prefix-com): Use ispell-region + rather than spell-region. + + * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler + warnings about spell-region. + 2008-02-22 Kenichi Handa * loadup.el: Don't load language/devanagari, language/kannanda, diff --git a/lisp/time.el b/lisp/time.el index 63bc23c459b..d889a7c7531 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -32,8 +32,6 @@ ;;; Code: -(eval-when-compile (require 'time-date)) - (defgroup display-time nil "Display time and load in mode line of Emacs." :group 'mode-line