diff options
| author | Karl Heuer | 1997-11-17 01:58:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-11-17 01:58:42 +0000 |
| commit | f674d9acf54225df8018fed2b3a658b71673763b (patch) | |
| tree | ce99b1b1e2d4df83efcd8c73b5ca801ea50abe90 | |
| parent | fd5733a94b26898952b004eae93d9d6c4250eb85 (diff) | |
| download | emacs-f674d9acf54225df8018fed2b3a658b71673763b.tar.gz emacs-f674d9acf54225df8018fed2b3a658b71673763b.zip | |
(list-hebrew-diary-entries): Add the diary entry
"specifier" to the entry on the list.
| -rw-r--r-- | lisp/calendar/cal-hebrew.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 79bbd956474..a8a0d6ad1df 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el | |||
| @@ -568,7 +568,10 @@ not be marked in the calendar. This function is provided for use with the | |||
| 568 | (backward-char 1) | 568 | (backward-char 1) |
| 569 | (subst-char-in-region date-start (point) ?\^M ?\n t) | 569 | (subst-char-in-region date-start (point) ?\^M ?\n t) |
| 570 | (add-to-diary-list | 570 | (add-to-diary-list |
| 571 | gdate (buffer-substring entry-start (point))))))) | 571 | gdate |
| 572 | (buffer-substring-no-properties entry-start (point)) | ||
| 573 | (buffer-substring-no-properties | ||
| 574 | (1+ date-start) (1- entry-start))))))) | ||
| 572 | (setq d (cdr d)))) | 575 | (setq d (cdr d)))) |
| 573 | (setq gdate | 576 | (setq gdate |
| 574 | (calendar-gregorian-from-absolute | 577 | (calendar-gregorian-from-absolute |