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
41fa7178
Commit
41fa7178
authored
Oct 05, 2000
by
Stefan Monnier
Browse files
*** empty log message ***
parent
542c6552
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
lisp/ChangeLog
lisp/ChangeLog
+25
-0
No files found.
lisp/ChangeLog
View file @
41fa7178
...
...
@@ -26,6 +26,31 @@
* diff-mode.el (diff-goto-source): Update call to
`diff-hunk-status-msg' to reflect new REV variable.
2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/icon.el (icon-mode):
Don't gratuitously override the default for comment-column.
* vc-hooks.el (vc-mode-line): Fix interactive spec.
* jit-lock.el (with-buffer-unmodified): Use unwind-protect.
(jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
(jit-lock-functions): New var.
(jit-lock-function-1): Use it if non-nil.
Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
Set the `fontified' property before doing the fontification to avoid
repeatedly going through the same error.
Don't turn errors into messages.
(jit-lock-register, jit-lock-unregister): New functions.
* dired.el (dired-mark-pop-up): Turn comment into docstring.
Use with-current-buffer.
* dired-aux.el (dired-do-create-files, dired-kill-tree):
Turn comment into docstring.
* apropos.el (apropos-mode): Use define-derived-mode.
2000-10-04 Gerd Moellmann <gerd@gnu.org>
* startup.el (fancy-splash-pending-command): New variable.
...
...
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