|
@@ -5,7 +5,7 @@
|
|
|
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
|
|
;; Keywords: outlines, hypermedia, calendar, wp
|
|
|
;; Homepage: http://orgmode.org
|
|
|
-;; Version: 5.12a
|
|
|
+;; Version: 5.12c
|
|
|
;;
|
|
|
;; This file is part of GNU Emacs.
|
|
|
;;
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
;;; Version
|
|
|
|
|
|
-(defconst org-version "5.12a"
|
|
|
+(defconst org-version "5.12c"
|
|
|
"The version number of the file org.el.")
|
|
|
(defun org-version ()
|
|
|
(interactive)
|
|
@@ -13595,7 +13595,7 @@ The auto-repeater uses this.")
|
|
|
"")))))
|
|
|
(if lines (setq note (concat note " \\\\")))
|
|
|
(push note lines))
|
|
|
- (when (or current-prefix-arg org-note-abort (setq lines nil)))
|
|
|
+ (when (or current-prefix-arg org-note-abort) (setq lines nil))
|
|
|
(when lines
|
|
|
(save-excursion
|
|
|
(set-buffer (marker-buffer org-log-note-marker))
|