emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"(setq name)": Is this a bug?


From: Alan Mackenzie
Subject: "(setq name)": Is this a bug?
Date: Tue, 14 Jul 2009 16:01:46 +0000
User-agent: Mutt/1.5.9i

Hi, Emacs,

In .../lisp/files.el, function set-auto-mode, L2553, appears the strange
invocation:

    (setq name)

.  One of my analysis tools tripped up on it.  According to setq's doc
string, this is invalid.  In each [SYM VAL] in (setq [SYM VAL] ...), the
VAL is not optional.  Surely?

I think this is a bug.

-- 
Alan Mackenzie (Nuremberg, Germany).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]