Mercurial > emacs
changeset 40403:4d2b8d93aa27
(read_minibuf): Remove unused external declaration of variable
`Qread_only'.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 28 Oct 2001 10:54:56 +0000 |
parents | a7b81507a266 |
children | a126125a6d01 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Sun Oct 28 10:53:43 2001 +0000 +++ b/src/minibuf.c Sun Oct 28 10:54:56 2001 +0000 @@ -410,7 +410,7 @@ Lisp_Object mini_frame, ambient_dir, minibuffer, input_method; struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; Lisp_Object enable_multibyte; - extern Lisp_Object Qread_only, Qfront_sticky; + extern Lisp_Object Qfront_sticky; extern Lisp_Object Qrear_nonsticky; specbind (Qminibuffer_default, defalt);