]> git.eshelyaron.com Git - emacs.git/commit
etags ‘fatal’ function is now printf-like
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Sep 2015 21:39:29 +0000 (14:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Sep 2015 21:39:54 +0000 (14:39 -0700)
commit82198ed57e3059f0526658608fd22b5fc87ab734
tree22d52814f4cf8bdd65739852cc8adc17c1e74050
parent641350b2fd23e47e7f9c3cc02dda04576fa10df7
etags ‘fatal’ function is now printf-like

* lib-src/etags.c (fatal): Now printf-like.  All callers changed.
Also, now static; not clear why it needed to be extern.
(verror): New function, with most of the old contents of ‘error’.
(fatal, error): Use it.
lib-src/etags.c