From b77ad57db93e1fb8df189c558af5310ca96cb850 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 10 May 1998 01:16:42 +0000 Subject: [PATCH] (Fbyte_code): Don't use Bmark. --- src/bytecode.c | 3 --- 1 file changed, 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: -- 2.39.2