1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00

revert spurious change

This commit is contained in:
jave 2014-12-31 18:34:22 +01:00
parent 446f0eeb2a
commit 4423b6a77c

View file

@ -1528,6 +1528,9 @@ If there are no buffers left to create, kill the timer."
(desktop-read)
(setq inhibit-startup-screen t)))))
;; So we can restore vc-dir buffers.
(autoload 'vc-dir-mode "vc-dir" nil t)
(provide 'desktop)
;;; desktop.el ends here