diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/obsolete/sun-fns.el | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efaa7aa0c31..0fdd025d0be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-09-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code. | ||
| 4 | * term/sun-mouse.el (suspend-emacstool): Remove. | ||
| 5 | * term/sun.el: Remove emacstool-related code. | ||
| 6 | |||
| 1 | 2007-09-21 Kevin Ryde <user42@zip.com.au> | 7 | 2007-09-21 Kevin Ryde <user42@zip.com.au> |
| 2 | 8 | ||
| 3 | * international/mule.el (sgml-html-meta-auto-coding-function): | 9 | * international/mule.el (sgml-html-meta-auto-coding-function): |
diff --git a/lisp/obsolete/sun-fns.el b/lisp/obsolete/sun-fns.el index 2f95d5011c1..1b6a5d239bd 100644 --- a/lisp/obsolete/sun-fns.el +++ b/lisp/obsolete/sun-fns.el | |||
| @@ -385,7 +385,6 @@ relative X divided by window width." | |||
| 385 | ) | 385 | ) |
| 386 | 386 | ||
| 387 | (defmenu emacs-quit-menu | 387 | (defmenu emacs-quit-menu |
| 388 | ("Suspend" suspend-emacstool) | ||
| 389 | ("Quit" save-buffers-kill-emacs)) | 388 | ("Quit" save-buffers-kill-emacs)) |
| 390 | 389 | ||
| 391 | (defmenu emacs-menu | 390 | (defmenu emacs-menu |