diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5481e389c76..4bd509ce277 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-08-03 Chong Yidong <cyd@gnu.org> | 1 | 2012-08-03 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS. | ||
| 4 | |||
| 3 | * sort.el (sort-regexp-fields): Doc fix. | 5 | * sort.el (sort-regexp-fields): Doc fix. |
| 4 | 6 | ||
| 5 | 2012-08-03 Tassilo Horn <tsdh@gnu.org> | 7 | 2012-08-03 Tassilo Horn <tsdh@gnu.org> |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 619510e8833..75814fb7f67 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1490,8 +1490,6 @@ mail status in mode line")) | |||
| 1490 | (bindings--define-key menu [separator-vc] | 1490 | (bindings--define-key menu [separator-vc] |
| 1491 | menu-bar-separator) | 1491 | menu-bar-separator) |
| 1492 | 1492 | ||
| 1493 | (bindings--define-key menu [pcl-cvs] | ||
| 1494 | '(menu-item "PCL-CVS" cvs-global-menu)) | ||
| 1495 | (bindings--define-key menu [vc] nil) ;Create the place for the VC menu. | 1493 | (bindings--define-key menu [vc] nil) ;Create the place for the VC menu. |
| 1496 | 1494 | ||
| 1497 | (bindings--define-key menu [separator-compare] | 1495 | (bindings--define-key menu [separator-compare] |