summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-save-excursion.el
blob: 38185457192fe0a2110856ac78c095cb6e98794e (plain)
1
2
3
4
5
;;; -*- lexical-binding: t -*-
(defun foo ()
  (save-excursion
    (set-buffer (current-buffer))
    nil))