mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
org-install.el: Enhance warning
* org-install.el: Enhance warning. Thanks to Simon Thum for requesting this.
This commit is contained in:
parent
1fe4e9ecc7
commit
b1f20bde27
@ -1,8 +1,10 @@
|
||||
;;; org-install.el --- autogenerated file, do not edit
|
||||
;;; org-install.el --- backward compatibility file for obsolete configuration
|
||||
;;
|
||||
;;; Code:
|
||||
(warn "The file org-install is obsolete.
|
||||
Please change your configuration to (require 'org) instead.")
|
||||
It is provided here so that (require 'org-install) does not
|
||||
trigger an error for users with obsolete Emacs configuration.
|
||||
You can safely remove (require 'org-install) from your config.")
|
||||
|
||||
(provide 'org-install)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user