Mercurial > hg > octave-lyh
view .dir-locals.el @ 15569:3649a6012eaa stable
legend.m: Fix segmentation fault when deleting legend where plot has already been removed (Bug #37640)
* legend.m: Use ishandle to check that plot is still valid before removing listeners on it.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 30 Oct 2012 11:35:19 -0700 |
parents | 7600200a54c8 |
children |
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))))