From: Bill Wohler Date: Mon, 9 Jan 2006 19:26:27 +0000 (+0000) Subject: Use consistent verbiage with compiler defvars. X-Git-Tag: emacs-pretest-22.0.90~4828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6eb83a35e18abe5f7681b485783e93827f95706a;p=emacs.git Use consistent verbiage with compiler defvars. Removed defvars that are no longer needed. --- 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)) ;