2
नए इमेकन पर फलेट के लिए सही प्रतिस्थापन क्या है?
मेरे पास कुछ कोड हैं जो fletकार्यों के व्यवहार को अस्थायी रूप से बदलने के लिए उपयोग करते हैं। ;; prevent changing the window (flet ((pop-to-buffer (buffer &rest args) (switch-to-buffer buffer))) (compilation-next-error-function n reset)) हालाँकि, Emacs का बाइट कंपाइलर एक चेतावनी देता है: In ag/next-error-function: ag.el:103:7:Warning: `flet' is an obsolete …
17
cl-lib