diff options
Diffstat (limited to 'lisp')
-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 @@ 2012-08-03 Chong Yidong <cyd@gnu.org> + * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS. + * sort.el (sort-regexp-fields): Doc fix. 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")) (bindings--define-key menu [separator-vc] menu-bar-separator) - (bindings--define-key menu [pcl-cvs] - '(menu-item "PCL-CVS" cvs-global-menu)) (bindings--define-key menu [vc] nil) ;Create the place for the VC menu. (bindings--define-key menu [separator-compare] |