• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/calendar/

Lines Matching +defs:end +defs:of

11 ;; This file is part of GNU Emacs.
14 ;; it under the terms of the GNU General Public License as published by
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; You should have received a copy of the GNU General Public License
30 ;; This collection of functions implements movement in the calendar for
60 (let ((last (calendar-last-day-of-month month year)))
91 position of the cursor with respect to the calendar as well as possible."
112 position of the cursor with respect to the calendar as well as possible."
119 position of the cursor with respect to the calendar as well as possible."
126 position of the cursor with respect to the calendar as well as possible."
132 The position of the cursor is unchanged if it is already on a date.
195 (defun calendar-beginning-of-week (arg)
199 (let ((day (calendar-day-of-week (calendar-cursor-to-date))))
206 (defun calendar-end-of-week (arg)
210 (let ((day (calendar-day-of-week (calendar-cursor-to-date))))
217 (defun calendar-beginning-of-month (arg)
230 (defun calendar-end-of-month (arg)
238 (last-day (calendar-last-day-of-month month year)))
246 (calendar-last-day-of-month month year)
253 (defun calendar-beginning-of-year (arg)
272 (defun calendar-end-of-year (arg)
296 (first-of-month-weekday (calendar-day-of-week (list month 1 year))))
300 (- (calendar-day-of-week (list month 1 year))
309 (- (calendar-day-of-week date)
327 (defun calendar-goto-day-of-year (year day &optional noecho)
329 Negative DAY counts backward from end of year."
346 (or noecho (calendar-print-day-of-year)))