comparison lisp/ChangeLog @ 34539:ed447b1eada2

Fix typos.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Dec 2000 05:44:18 +0000
parents 8743523db8bf
children dd4372cead8d
comparison
equal deleted inserted replaced
34538:881bdfeacf55 34539:ed447b1eada2
5 5
6 2000-12-13 Karl Fogel <kfogel@red-bean.com> 6 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7 7
8 * bookmark.el: Provide a generic exit hook, as suggested by 8 * bookmark.el: Provide a generic exit hook, as suggested by
9 Ovidiu Predescu <ovidiu@cup.hp.com>: 9 Ovidiu Predescu <ovidiu@cup.hp.com>:
10 (bookmark-exit-hook): new var. 10 (bookmark-exit-hook): New var.
11 (bookmark-exit-hook-internal): new func, replaces 11 (bookmark-exit-hook-internal): New func, replaces
12 old raw lambda form in `kill-emacs-hook', and runs new 12 old raw lambda form in `kill-emacs-hook', and runs new
13 `bookmark-exit-hooks'. No longer tests for the bookmark feature, 13 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
14 as logically that feature must have been provided if this function 14 as logically that feature must have been provided if this function
15 is running. 15 is running.
16 Removed ;;;###autoload before the `add-hook' call. 16 Removed ;;;###autoload before the `add-hook' call.
68 68
69 2000-12-12 Andrew Choi <akochoi@i-cable.com> 69 2000-12-12 Andrew Choi <akochoi@i-cable.com>
70 70
71 * term/mac-win.el: Remove load for ls-lisp. 71 * term/mac-win.el: Remove load for ls-lisp.
72 72
73 * loadup.el: Load ls-lisp for system-type macros. 73 * loadup.el: Load ls-lisp for system-type `macos'.
74 74
75 2000-12-12 Miles Bader <miles@gnu.org> 75 2000-12-12 Miles Bader <miles@gnu.org>
76 76
77 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter. 77 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
78 Respect field end too. 78 Respect field end too.