summaryrefslogtreecommitdiff
blob: f64466f67ed849214f0e039b17d8da47c2bfa108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(add-to-list 'load-path "@SITELISP@")

(autoload 'protect-buffer-from-kill-mode "protbuf"
  "Protect buffer from being killed.
To remove this protection, call this command with a negative prefix argument."
  t)
(autoload 'protect-process-buffer-from-kill-mode "protbuf"
  "Protect buffer from being killed as long as it has an active process.
To remove this protection, call this command with a negative prefix argument."
  t)
(autoload 'protect-buffer-from-kill "protbuf")
(autoload 'protect-process-buffer-from-kill "protbuf")