]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): No need to require time-date when compiling.
authorGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2008 03:58:56 +0000 (03:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2008 03:58:56 +0000 (03:58 +0000)
lisp/ChangeLog
lisp/time.el

index cee818996a25cba265ec3dd63b4cea9a293b7fe9..559347d6f09ebc0b4468be4a80c723d6834c4bc8 100644 (file)
@@ -1,3 +1,27 @@
+2008-02-22  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <handa@ni.aist.go.jp>
 
        * loadup.el: Don't load language/devanagari, language/kannanda,
index 63bc23c459b3a87d61467adacd2dba98d2df9277..d889a7c7531278fc7b1bb194e375ab1e8b8e35e1 100644 (file)
@@ -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