Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.82k stars 253 forks source link

Add when argument to define-obsolete-function-alias #1410

Closed pkryger closed 3 years ago

pkryger commented 3 years ago

The when has become mandatory since https://emba.gnu.org/emacs/emacs/-/commit/32c6732d16385f242b1109517f25e9aefd6caa5c (credit to @zflat).

Fortunately the emacs-24.3 (the lowest supported version according to package), has already support for the when parameter.

I've used v2.2 as this is the tag that follows commit that added the obsole call (dbf1ca3b2518d43f8c1b897d71126cfd132ef30b).

fixes #1408

Andersbakken commented 3 years ago

Thanks. Sorry about the delay.

Andersbakken commented 3 years ago

Not sure why the PR got closed without merging but I manually merged the change from your branch. Thanks.