From: morioka Date: Sat, 27 Mar 1999 14:41:48 +0000 (+0000) Subject: Modify comments. X-Git-Tag: apel-9_16~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=61a3463a8ae10a4c3c8dc192fdc2e61d139250a7;p=elisp%2Fapel.git Modify comments. --- 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)