]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/make-mode.el
* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
[gnu-emacs] / lisp / progmodes / make-mode.el
index 20673866bc4f6dd331994b159414fd51e0d1ba0b..3069c790e1c0271ab7ba9151fb8cbc8f5432eafb 100644 (file)
@@ -241,7 +241,7 @@ to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\"."
   "List of special targets.
 You will be offered to complete on one of those in the minibuffer whenever
 you enter a \".\" at the beginning of a line in `makefile-mode'."
-  :type '(repeat (list string))
+  :type '(repeat string)
   :group 'makefile)
 (put 'makefile-special-targets-list 'risky-local-variable t)