Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
34755291
Commit
34755291
authored
Nov 27, 2012
by
Roland Winkler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diary-header-line-format: Use keybinding of diary-show-all-entries in the diary buffer
parent
c2f5b60a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-2
No files found.
lisp/ChangeLog
View file @
34755291
2012-11-27 Roland Winkler <winkler@gnu.org>
* calendar/diary-lib.el (diary-header-line-format): Use keybinding
of diary-show-all-entries in the diary buffer (Bug#12994).
2012-11-27 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
...
...
lisp/calendar/diary-lib.el
View file @
34755291
...
...
@@ -444,8 +444,7 @@ The format of the header is specified by `diary-header-line-format'."
(
defcustom
diary-header-line-format
'
(
:eval
(
calendar-string-spread
(
list
(
if
diary-selective-display
"
Some
text
is
hidden
-
press
\"s\"
in
calendar
\
before
edit/copy
"
"Some text is hidden - press \"C-c C-s\" before edit/copy"
"Diary"
))
?\s
(
window-width
)))
"Format of the header line displayed by `diary-simple-display'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment