(diary-show-all-entries): Fix last change,
which mistakenly removed a call to display-buffer.
This commit is contained in:
parent
ef19e61015
commit
0ffde81e4b
1 changed files with 2 additions and 1 deletions
|
|
@ -764,7 +764,8 @@ is created."
|
|||
(pop-up-frames (window-dedicated-p (selected-window))))
|
||||
(with-current-buffer (or (find-buffer-visiting d-file)
|
||||
(find-file-noselect d-file t))
|
||||
(diary-unhide-everything))))
|
||||
(diary-unhide-everything)
|
||||
(display-buffer (current-buffer)))))
|
||||
|
||||
(defcustom diary-mail-addr
|
||||
(if (boundp 'user-mail-address) user-mail-address "")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue