From 6eb83a35e18abe5f7681b485783e93827f95706a Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 9 Jan 2006 19:26:27 +0000 Subject: [PATCH] Use consistent verbiage with compiler defvars. Removed defvars that are no longer needed. --- lisp/mh-e/mh-e.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index b5c8d7107a6..31ae49bfc43 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1753,7 +1753,7 @@ purely for compatibility. The former symbol is used in Emacs 21.4 onward while the latter is used in previous versions and XEmacs." (if (boundp 'write-file-functions) ''write-file-functions ;Emacs 21.4 - ''local-write-file-hooks)) ;