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
c7972fb1
Commit
c7972fb1
authored
Jan 16, 2008
by
Stefan Monnier
Browse files
(rng-nxml-mode-init): Don't overwrite mode-line-process.
parent
23eabff6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/nxml/rng-nxml.el
lisp/nxml/rng-nxml.el
+2
-2
No files found.
lisp/ChangeLog
View file @
c7972fb1
2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
* nxml/rng-nxml.el (rng-nxml-mode-init):
Don't overwrite mode-line-process.
* ibuffer.el (mode): Pass the buffer to format-mode-line.
(ibuffer-update-mode-name): Remove.
(ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
...
...
lisp/nxml/rng-nxml.el
View file @
c7972fb1
...
...
@@ -102,8 +102,8 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil."
(
easy-menu-define
rng-nxml-menu
nxml-mode-map
"Menu for nxml-mode used with rng-validate-mode."
rng-nxml-easy-menu
)
(
setq
mode-line-process
'
(
rng-validate-mode
(
:eval
(
rng-compute-mode-line-string
))))
(
add-to-list
'
mode-line-process
'
(
rng-validate-mode
(
:eval
(
rng-compute-mode-line-string
))))
(
cond
(
rng-nxml-auto-validate-flag
(
rng-validate-mode
1
)
(
add-hook
'nxml-completion-hook
'rng-complete
nil
t
)
...
...
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