emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112397: * progmodes/octave.el (o


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112397: * progmodes/octave.el (octave-sync-function-file-names): New function.
Date: Fri, 26 Apr 2013 15:02:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +  (add-hook 'before-save-hook 'octave-sync-function-file-names nil t)
[...]
> +(defun octave-sync-function-file-names ()

I think this function should use something like a `with-demoted-errors',
since any unexpected situation could otherwise prevent the user from
saving his file.


        Stefan



reply via email to

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