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
4fb4bdcf
Commit
4fb4bdcf
authored
May 10, 2007
by
Richard M. Stallman
Browse files
(iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
parent
7d5e5e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/international/iso-cvt.el
lisp/international/iso-cvt.el
+2
-2
No files found.
lisp/international/iso-cvt.el
View file @
4fb4bdcf
...
...
@@ -823,13 +823,13 @@ Optional arg BUFFER is ignored (for use in `format-alist')."
(
iso-translate-conventions
from
to
iso-sgml2iso-trans-tab
))
;;;###autoload
(
defun
iso-cvt-read-only
()
(
defun
iso-cvt-read-only
(
&rest
ignore
)
"Warn that format is read-only."
(
interactive
)
(
error
"This format is read-only; specify another format for writing"
))
;;;###autoload
(
defun
iso-cvt-write-only
()
(
defun
iso-cvt-write-only
(
&rest
ignore
)
"Warn that format is write-only."
(
interactive
)
(
error
"This format is write-only"
))
...
...
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