X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=howm-mode.el;h=ec7b978f48943d0c8678d2eaa65630518590bb75;hb=032a3c1c5ee8cd139cb2e59e394e522328f5ee1e;hp=82e5815eeb64781e6f6f87b5978cd2c05cedf739;hpb=baee545447ad5ddbc2c15f1af88a4e56e07fbc25;p=howm%2Fhowm.git diff --git a/howm-mode.el b/howm-mode.el index 82e5815..ec7b978 100644 --- a/howm-mode.el +++ b/howm-mode.el @@ -1,7 +1,6 @@ ;;; howm-mode.el --- Wiki-like note-taking tool -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016 -;;; HIRAOKA Kazuyuki -;;; $Id: howm-mode.el,v 1.318 2012-12-29 08:57:18 hira Exp $ +;;; Copyright (C) 2002, 2003, 2004, 2005-2018 +;;; 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 @@ -26,7 +25,7 @@ ;; This must be earlier than (require 'howm-common), because ;; howm-common needs cl, and (require 'cl) should be written in howm.el. -(when (not (featurep 'howm-version)) +(when (not (featurep 'howm)) (message "Warning: Requiring howm-mode is obsolete. Require howm instead.") ;; (beep) ;; (sit-for 1)