diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-05-01 09:46:36 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-05-01 09:46:36 +0000 |
commit | 3f3410a93b97575a279acf70243f491afe4a15fe (patch) | |
tree | 6627a01bf67379cd315b2eefd6f04dbfdb8d5812 /lisp/calendar | |
parent | dcb90b5fecba0d1efe3b6c458d30ba5894b2ab9a (diff) | |
download | emacs-3f3410a93b97575a279acf70243f491afe4a15fe.tar.gz emacs-3f3410a93b97575a279acf70243f491afe4a15fe.tar.bz2 emacs-3f3410a93b97575a279acf70243f491afe4a15fe.zip |
(cal-menu-x-popup-menu): Fix argument of error call.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/cal-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 5244fe66708..cc7538133ba 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -166,7 +166,7 @@ not available." (if (display-popup-menus-p) (x-popup-menu position menu) - (error "Popup menus are not available on this system."))) + (error "Popup menus are not available on this system"))) (defun cal-menu-list-holidays-year () "Display a list of the holidays of the selected date's year." |