]> code.delx.au - gnu-emacs/commit
Expunge occurrences of `setq' with an odd number of arguments.
authorAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:49:23 +0000 (14:49 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:49:23 +0000 (14:49 +0000)
commit5454708346433d08a41f77a12d416614dd113721
tree7cf94a2691e9d581a8e91199c5df096c08cdbbc8
parent12ad79c23e26e02007776105f99b03b0169c2a62
Expunge occurrences of `setq' with an odd number of arguments.

* lisp/apropos.el (apropos-documentation):
* lisp/obsolete/complete.el (PC-include-file-all-completions):
* lisp/progmodes/compile.el (compilation-goto-locus):
* lisp/vc/vc-cvs.el (vc-cvs-parse-root): (twice)
Insert missing nil at end of `setq' forms.

* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Remove an
erroneous trailing variable name from a setq, thus allowing a compilation
properly to track functions not defined at runtime.
lisp/apropos.el
lisp/emacs-lisp/bytecomp.el
lisp/obsolete/complete.el
lisp/progmodes/compile.el
lisp/vc/vc-cvs.el