bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8554: 24.0.50; compiler warning after make-local-variable


From: Andreas Röhler
Subject: bug#8554: 24.0.50; compiler warning after make-local-variable
Date: Tue, 26 Apr 2011 11:35:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Hi,

correcting the report:

the error occurs, if the following form is present:

(defun highlight-indentation (&optional indent-width)
  "Toggle highlight indentation.
Optional argument INDENT-WIDTH specifies which indentation
level (spaces only) should be highlighted, if omitted
indent-width will be guessed from current major-mode"
  (interactive "P")
  (let ((re (format "\\( \\) \\{%s\\}" (- highlight-indent-offset 1))))
    (if (not highlight-indent-active)

...

The bug so far only pertains to the wrong place, the warning points to.

Seems a minor bug..

Thanks

Andreas






reply via email to

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