From 61a3463a8ae10a4c3c8dc192fdc2e61d139250a7 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 27 Mar 1999 14:41:48 +0000 Subject: [PATCH] Modify comments. --- poe.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poe.el b/poe.el index 524d712..6a8fbff 100644 --- a/poe.el +++ b/poe.el @@ -235,14 +235,14 @@ The extension, in a file name, is the part that follows the last `.'." (substring file 0 (match-beginning 0))) filename)))) -;; They are not Emacs features - +;; It is not Emacs feature. (defmacro-maybe add-local-hook (hook function &optional append) (if (fboundp 'make-local-hook) (list 'add-hook hook function append t) (list 'add-hook hook function append) )) +;; It is not Emacs feature. (defmacro-maybe remove-local-hook (hook function) (if (fboundp 'make-local-hook) (list 'remove-hook hook function t) -- 1.7.10.4