]> git.eshelyaron.com Git - emacs.git/commit
Fix use of obsolete constructor in semantic/complete.el
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Jun 2019 11:30:30 +0000 (13:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Jun 2019 11:30:30 +0000 (13:30 +0200)
commita07c647a2a0426e3e7380d279f4d469fcd3e913c
tree397bb99f3a39c8ab063c3698437a97ea41a283f2
parent0161a4ae09b4269a14143808cfa44a6fd02790df
Fix use of obsolete constructor in semantic/complete.el

* lisp/cedet/semantic/complete.el (make-instance): Use
make-instance instead of the obsolete constructor method...  which
didn't work, anyway.  The following would bug out
lisp/cedet/semantic/complete.el