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
commit4e284bea4d6f43618f0695ba49f7b6f5a4328762 (patch)
tree64250c3a1ae4abdf5c784c42529b3f1ca0dfa5cc /src/bytecode.c
parent7d3b0327e2e33856999c8608e8171ae45ea8cd2c (diff)
downloademacs-4e284bea4d6f43618f0695ba49f7b6f5a4328762.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: