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
ead14730
Commit
ead14730
authored
Mar 25, 2004
by
Juri Linkov
Browse files
* jit-lock.el (jit-lock): Remove links to removed Support Modes
Info node.
parent
894325b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
3 deletions
+29
-3
lisp/ChangeLog
lisp/ChangeLog
+29
-2
lisp/jit-lock.el
lisp/jit-lock.el
+0
-1
No files found.
lisp/ChangeLog
View file @
ead14730
2004-03-25 Juri Linkov <juri@jurta.org>
* descr-text.el (describe-property-list): Add a button
for `face' property that calls `describe-face'.
Suggested by luis fernandes <elf@ee.ryerson.ca>
* international/mule.el (keyboard-coding-system):
* kmacro.el (kmacro-call-macro): Fix docstring.
* dired.el: Fix comments.
* textmodes/fill.el (fill): Fix Info link.
* font-lock.el (fast-lock, lazy-lock):
* jit-lock.el (jit-lock): Remove links to removed Support Modes
Info node.
* info-xref.el: Fix commentary.
2004-03-25 Kevin Ryde <user42@zip.com.au>
* info-xref.el (info-xref-check-buffer): Report empty filename parts.
Remove spurious node duplicate suppression, doesn't work, not wanted.
(info-xref-output): Take format style args, add "sit-for 0" to let
user see the results as they progress.
(info-xref-check-all-custom): New function.
2004-03-25 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el: Moved to progmodes.
2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
* calendar/appt.el (appt-check): Remove superfluous progn.
...
...
@@ -18,7 +45,7 @@
2004-03-23 Dave Love <fx@gnu.org>
* dired.el (dired) <defgroup>: Add link to manual.
(dired-font-lock-keywords): Ad highlighting on unusual permissions.
(dired-font-lock-keywords): Ad
d
highlighting on unusual permissions.
(dired-revert): Use dolist.
(dired-mode-map): Add U binding.
(dired-mode): Add font-lock-beginning-of-syntax-function.
...
...
lisp/jit-lock.el
View file @
ead14730
...
...
@@ -60,7 +60,6 @@ Preserves the `buffer-modified-p' state of the current buffer."
(
defgroup
jit-lock
nil
"Font Lock support mode to fontify just-in-time."
:link
'
(
custom-manual
"(emacs)Support Modes"
)
:version
"21.1"
:group
'font-lock
)
...
...
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