branch: externals/org-mem
commit 3a90968f693dfa80d6c8b2b3f3482de63a390f7d
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>

    Polish
---
 org-mem.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/org-mem.el b/org-mem.el
index a0c04b01ed..6206120be0 100644
--- a/org-mem.el
+++ b/org-mem.el
@@ -41,7 +41,7 @@
 ;;; Code:
 
 (define-obsolete-variable-alias 'org-mem--bump-int 'org-mem-internal-version 
"2026-01-27 (after 0.26.4)")
-(defconst org-mem-internal-version 41 "Not a version number, but bumped 
sometimes.")
+(defconst org-mem-internal-version 42 "Not a version number, but bumped 
sometimes.")
 
 (require 'cl-lib)
 (require 'subr-x)
@@ -335,6 +335,7 @@ Note: All tables cleared often, meant for memoizations."
 
 ;;; To find objects to operate on
 
+;; TODO: Add to context menu
 ;; This is the kind of thing I try not to have in org-mem, because look at all
 ;; the special-cases needed.  This one seems too useful to leave out, though.
 (defun org-mem-entry-at-point (&optional actually-file interactive)
@@ -1798,7 +1799,7 @@ may be removed from the package."
        (declare (obsolete ,(cadr new) ,when))
        (unless checked-once
          (setq checked-once t)
-         (lwarn ,old :warning "Obsolete since %s, will be removed by %s; use 
`%s' instead. (Check your initfiles)"
+         (lwarn ,old :warning "Obsolete since %s, will be removed by %s; use 
`%s' instead. "
                 ,when ,removed-by ,new))
        (apply ,new args))))
 

Reply via email to