tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
624 stars 93 forks source link

Fix emacs native compilation warning #212

Closed sdwolfz closed 2 years ago

sdwolfz commented 2 years ago

To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run M-x emacs-lisp-native-compile-and-load before and after the changes to see the warning is removed.

request.el:817:25: Warning: ‘point’ is an obsolete generalized variable; use
    ‘goto-char’ instead.
request.el:822:25: Warning: ‘point’ is an obsolete generalized variable; use
    ‘goto-char’ instead.