diff options
| author | Lute Kamstra | 2005-05-22 23:50:05 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-22 23:50:05 +0000 |
| commit | f1e9abb9bfab9c806cf3bb0dbea57812b160322e (patch) | |
| tree | 4785d2274d753c6723be9b2d17675070892f48b4 | |
| parent | 822b23b008755ef36383d003b082625bca8b9422 (diff) | |
| download | emacs-f1e9abb9bfab9c806cf3bb0dbea57812b160322e.tar.gz emacs-f1e9abb9bfab9c806cf3bb0dbea57812b160322e.zip | |
(font-lock-defaults): Remove defvar as it's already defined in font-core.el.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/subr.el | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2273e72b118..21d9cbca88c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-05-23 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * subr.el (font-lock-defaults): Remove defvar as it's already | ||
| 4 | defined in font-core.el. | ||
| 5 | |||
| 6 | * font-lock.el (font-lock-beginning-of-syntax-function): Fix | ||
| 7 | docstring. | ||
| 8 | |||
| 1 | 2005-05-22 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2005-05-22 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 10 | ||
| 3 | * font-core.el: Update comment. | 11 | * font-core.el: Update comment. |
diff --git a/lisp/subr.el b/lisp/subr.el index 8f9b51c56c7..41116c2839c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1458,10 +1458,6 @@ BEG and END default respectively to the beginning and end of buffer." | |||
| 1458 | 1458 | ||
| 1459 | ;;;; Miscellanea. | 1459 | ;;;; Miscellanea. |
| 1460 | 1460 | ||
| 1461 | ;; A number of major modes set this locally. | ||
| 1462 | ;; Give it a global value to avoid compiler warnings. | ||
| 1463 | (defvar font-lock-defaults nil) | ||
| 1464 | |||
| 1465 | (defvar suspend-hook nil | 1461 | (defvar suspend-hook nil |
| 1466 | "Normal hook run by `suspend-emacs', before suspending.") | 1462 | "Normal hook run by `suspend-emacs', before suspending.") |
| 1467 | 1463 | ||