diff --git a/site-lisp/fb-note-publish.el b/site-lisp/fb-note-publish.el index d93f444..7743978 100644 --- a/site-lisp/fb-note-publish.el +++ b/site-lisp/fb-note-publish.el @@ -180,7 +180,7 @@ This replaces the existing ID, if present, otherwise it adds it." (let ((in-buffer (or buffer (current-buffer)))) (with-current-buffer in-buffer (let ((existing-id)) - (setq existing-id (fbn--note-id buffer)) + (setq existing-id (fbn--note-id in-buffer)) (unless (equal id existing-id) (if existing-id (delete-region (line-beginning-position) diff --git a/site-lisp/fb-note-publish.elc b/site-lisp/fb-note-publish.elc deleted file mode 100644 index 167a4cf..0000000 Binary files a/site-lisp/fb-note-publish.elc and /dev/null differ diff --git a/site-lisp/sd.elc b/site-lisp/sd.elc deleted file mode 100644 index e171467..0000000 Binary files a/site-lisp/sd.elc and /dev/null differ