Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f1e9abb9
Commit
f1e9abb9
authored
May 22, 2005
by
Lute Kamstra
Browse files
(font-lock-defaults): Remove defvar as it's already defined in font-core.el.
parent
822b23b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/subr.el
lisp/subr.el
+0
-4
No files found.
lisp/ChangeLog
View file @
f1e9abb9
2005-05-23 Lute Kamstra <lute@gnu.org>
* subr.el (font-lock-defaults): Remove defvar as it's already
defined in font-core.el.
* font-lock.el (font-lock-beginning-of-syntax-function): Fix
docstring.
2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
* font-core.el: Update comment.
...
...
lisp/subr.el
View file @
f1e9abb9
...
...
@@ -1458,10 +1458,6 @@ BEG and END default respectively to the beginning and end of buffer."
;;;; Miscellanea.
;; A number of major modes set this locally.
;; Give it a global value to avoid compiler warnings.
(defvar font-lock-defaults nil)
(
defvar
suspend-hook
nil
"Normal hook run by `suspend-emacs', before suspending."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment