[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [PATCH] Report org-version after reloading
From: |
Bernt Hansen |
Subject: |
[Orgmode] [PATCH] Report org-version after reloading |
Date: |
Thu, 9 Apr 2009 17:19:30 -0400 |
---
I'm always typing 'M-x org-version' after reloading the compiled or uncompiled
org files using 'M-x org-reload'. This just saves me typing that extra
command each time. Yes I'm lazy ;)
This and the following patches are available on my for-carsten branch.
-Bernt
lisp/org.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index c17a694..249f843 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14774,7 +14774,8 @@ With prefix arg UNCOMPILED, load the uncompiled
versions."
(file-exists-p (concat f ".elc")))
(load (concat f ".elc") nil nil t)
(load (concat f ".el") nil nil t))))
- files)))
+ files))
+ (org-version))
;;;###autoload
(defun org-customize ()
--
1.6.2.2.485.ge37347
- [Orgmode] [PATCH] Report org-version after reloading,
Bernt Hansen <=