view .dir-locals.el @ 17138:96526baf7423

Fix reading of images using PixelRegion with ranges ending before the limit. * __magick_read__.cc (calculate_region): reduce image cache being loaded into memory by checking max() instead of limit(). Simplify calculation of output size by using nelem(). Fix calculation of the pointer shift required when moving to next column in cases where limit() and max () were different.
author Carnë Draug <carandraug@octave.org>
date Thu, 01 Aug 2013 18:37:07 +0100
parents 7600200a54c8
children 9ff04de067ce
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (string-match "\\.h\\'" (buffer-file-name))
                 (unless (string-match "/gnulib/" (buffer-file-name))
                   (c++-mode)
                   (c-set-style "gnu"))))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))