X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=howm-view.el;h=95414e866e8bae8cb765075253749d9da9020bcc;hb=77fce4bc2cd757b0d904e8c71ed9f17cf9ea14de;hp=2868646360c4db2fd5b1148cdca3846239007f2b;hpb=df1071aafef0d5935236d15afa21c326bbe144ee;p=howm%2Fhowm.git diff --git a/howm-view.el b/howm-view.el index 2868646..95414e8 100644 --- a/howm-view.el +++ b/howm-view.el @@ -1,7 +1,6 @@ ;;; howm-view.el --- Wiki-like note-taking tool -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017 -;;; HIRAOKA Kazuyuki -;;; $Id: howm-view.el,v 1.251 2012-12-29 08:57:18 hira Exp $ +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 +;;; HIRAOKA Kazuyuki ;;; ;;; 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 @@ -124,7 +123,7 @@ (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))))