OSDN Git Service

set version as 1.4.5-snapshot2
[howm/howm.git] / howm-view.el
index 0de540d..6fef9e5 100644 (file)
@@ -1,7 +1,6 @@
 ;;; howm-view.el --- Wiki-like note-taking tool
 ;;; Copyright (C) 2002, 2003, 2004, 2005-2018
-;;;   HIRAOKA Kazuyuki <khi@users.sourceforge.jp>
-;;; $Id: howm-view.el,v 1.251 2012-12-29 08:57:18 hira Exp $
+;;;   HIRAOKA Kazuyuki <khi@users.osdn.me>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
 (defalias 'howm-view-restore-window-configuration #'riffle-restore-window-configuration)
 
 ;; for howmoney.el
-;; http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?howmoney
+;; https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?howmoney
 (defun howm-view-get-buffer (name-format &optional name new)
   (let ((riffle-type ':howm)) ;; cheat
     (riffle-get-buffer name-format name new)))
@@ -686,7 +685,7 @@ But I'm not sure for multi-byte characters on other versions of emacsen."
   (let ((kw font-lock-keywords))
     (prog1
         ;; return item-list for
-        ;; http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
+        ;; https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
         (howm-view-summary-rebuild (funcall proc (howm-view-item-list) switch))
       (setq font-lock-keywords kw))))