Mercurial > hg > xemacs-beta
diff lisp/bytecomp.el @ 4907:9e7f5a77cc84
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 01:05:28 -0600 |
parents | 755ae5b97edb |
children | c17c857e20bf |
line wrap: on
line diff
--- a/lisp/bytecomp.el Mon Feb 01 01:02:40 2010 -0600 +++ b/lisp/bytecomp.el Mon Feb 01 01:05:28 2010 -0600 @@ -4072,7 +4072,7 @@ (car form))) (cdr form)))) -;;; other tricky macro-like special-forms +;;; other tricky macro-like special-operators (byte-defop-compiler-1 catch) (byte-defop-compiler-1 unwind-protect) @@ -4167,7 +4167,7 @@ (defun byte-compile-save-current-buffer (form) (if (byte-compile-version-cond byte-compile-emacs19-compatibility) - ;; `save-current-buffer' special form is not available in XEmacs 19. + ;; `save-current-buffer' special operator is not available in XEmacs 19. (byte-compile-form `(let ((_byte_compiler_save_buffer_emulation_closure_ (current-buffer))) (unwind-protect