diff options
| author | Richard M. Stallman <rms@gnu.org> | 1998-05-10 01:16:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1998-05-10 01:16:42 +0000 |
| commit | b77ad57db93e1fb8df189c558af5310ca96cb850 (patch) | |
| tree | 8a8a36363d5c79124c95c765b20c2395b84ddb7c /src/bytecode.c | |
| parent | 14a8902aad57782a0f781405a561efe839b5c7f3 (diff) | |
| download | emacs-b77ad57db93e1fb8df189c558af5310ca96cb850.tar.gz | |
(Fbyte_code): Don't use Bmark.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 84d9ec618e6..b71d602d5c2 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -1129,9 +1129,6 @@ If the third argument is incorrect, Emacs may crash.") case Bscan_buffer: error ("scan-buffer is an obsolete bytecode"); break; - case Bmark: - error ("mark is an obsolete bytecode"); - break; #endif default: |
