diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-29 21:50:39 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-29 21:50:39 +0000 |
commit | b886686079fa2565808f1a48ed1d06f103c5698f (patch) | |
tree | 1ad0d38846a4a41b223750bd5e395281112bc99b /lisp/button.el | |
parent | b88c11ac65125f430b49f1fec637409670765f70 (diff) | |
download | emacs-b886686079fa2565808f1a48ed1d06f103c5698f.tar.gz |
(set_initial_environment): Rename from set_global_environment.
Diffstat (limited to 'lisp/button.el')
-rw-r--r-- | lisp/button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/button.el b/lisp/button.el index 3afe9302042..85180a92356 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -470,5 +470,5 @@ Returns the button found." (provide 'button) -;;; arch-tag: 5f2c7627-413b-4097-b282-630f89d9c5e9 +;; arch-tag: 5f2c7627-413b-4097-b282-630f89d9c5e9 ;;; button.el ends here |