aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-05-23 04:18:01 +0000
committerColin Walters2002-05-23 04:18:01 +0000
commitd76014d945f57b2f183009572c737a91cb3b9663 (patch)
tree4dd36ccdc38e2a10b7d46aea855a715c81a2e66e
parent32db08f13e467184ebf63f7ee6397a5685d68069 (diff)
downloademacs-d76014d945f57b2f183009572c737a91cb3b9663.tar.gz
emacs-d76014d945f57b2f183009572c737a91cb3b9663.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ab630ecba0..20313f11bfa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,12 +2,13 @@
2 2
3 * info.el (Info-mode-hook): Change `font-lock-mode' to 3 * info.el (Info-mode-hook): Change `font-lock-mode' to
4 `turn-on-font-lock'. 4 `turn-on-font-lock'.
5 5
6 * font-core.el (font-lock-function): New variable. 6 * font-core.el (font-lock-function): New variable.
7 (font-lock-default-function): New function, created from 7 (font-lock-default-function): New function, created from
8 `font-lock-mode'. 8 `font-lock-mode'.
9 (font-lock-mode): Just funcall `font-lock-default-function'. 9 (font-lock-mode): Just funcall `font-lock-default-function'.
10 10 (font-lock-symbol-category-alist): New variable.
11
112002-05-22 Markus Rost <rost@math.ohio-state.edu> 122002-05-22 Markus Rost <rost@math.ohio-state.edu>
12 13
13 * files.el (file-newest-backup): Use file-name-sans-versions. 14 * files.el (file-newest-backup): Use file-name-sans-versions.