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

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

bug#21526: 24.5; prolog-mode: broken indentation for if-then-else constr


From: Stefan Monnier
Subject: bug#21526: 24.5; prolog-mode: broken indentation for if-then-else construct
Date: Thu, 01 Oct 2015 10:07:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +    ;; directives declaring predicate properties

Please capitalize and punctuate comments.

> +    ("discontiguous" -1150 -1150)
> +    ("dynamic" -1150 -1150)
> +    ("meta_predicate" -1150 -1150)
> +    ("module_transparent" -1150 -1150)
> +    ("multifile" -1150 -1150)
> +    ("public" -1150 -1150)

IIUC these are all prefix, so I think it'd be better to write them as

       ("foo" nil -1150)

Other than that, looks good, please install.


-- Stefan





reply via email to

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