summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-10 01:16:42 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-10 01:16:42 +0000
commitb77ad57db93e1fb8df189c558af5310ca96cb850 (patch)
tree8a8a36363d5c79124c95c765b20c2395b84ddb7c /src/bytecode.c
parent14a8902aad57782a0f781405a561efe839b5c7f3 (diff)
downloademacs-b77ad57db93e1fb8df189c558af5310ca96cb850.tar.gz
(Fbyte_code): Don't use Bmark.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c3
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: