mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
(cal-menu-scroll-menu): Remove entries that don't scroll the calendar.
This commit is contained in:
parent
049cb68556
commit
912b78ddda
2 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,14 @@
|
|||
2009-01-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
|
||||
scroll the calendar.
|
||||
|
||||
* international/mule-cmds.el (universal-coding-system-argument):
|
||||
last-input-char need not be a char.
|
||||
|
||||
* textmodes/ispell.el (ispell-check-minver): Declare.
|
||||
Use string-to-number rather than string-to-int.
|
||||
|
||||
2009-01-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* add-log.el (change-log-search-tag-name): Reflow docstring.
|
||||
|
|
|
|||
|
|
@ -145,11 +145,9 @@
|
|||
|
||||
(defconst cal-menu-scroll-menu
|
||||
'("Scroll"
|
||||
["Forward 1 Week" calendar-forward-week]
|
||||
["Forward 1 Month" calendar-scroll-left]
|
||||
["Forward 3 Months" calendar-scroll-left-three-months]
|
||||
["Forward 1 Year" (calendar-scroll-left 12) :keys "4 C-v"]
|
||||
["Backward 1 Week" calendar-backward-week]
|
||||
["Backward 1 Month" calendar-scroll-right]
|
||||
["Backward 3 Months" calendar-scroll-right-three-months]
|
||||
["Backward 1 Year" (calendar-scroll-right 12) :keys "4 M-v"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue