Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
aadbdbe2
Commit
aadbdbe2
authored
Jul 01, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fix.
parent
a7c29764
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-1
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-1
No files found.
lisp/calendar/appt.el
View file @
aadbdbe2
...
@@ -225,7 +225,7 @@ If this is non-nil, appointment checking is active.")
...
@@ -225,7 +225,7 @@ If this is non-nil, appointment checking is active.")
The
string
STRING
describes
the
appointment,
due
in
integer
MINS
minutes.
The
string
STRING
describes
the
appointment,
due
in
integer
MINS
minutes.
The
format
of
the
visible
reminder
is
controlled
by
`
appt-display-format
'.
The
format
of
the
visible
reminder
is
controlled
by
`
appt-display-format
'.
The
variable
`
appt-audible
'
controls
the
audible
reminder.
"
The
variable
`
appt-audible
'
controls
the
audible
reminder.
"
;; Let-binding for backwards compat
a
bility. Remove when obsolete
;; Let-binding for backwards compat
i
bility. Remove when obsolete
;; vars appt-msg-window and appt-visible are dropped.
;; vars appt-msg-window and appt-visible are dropped.
(let ((appt-display-format
(let ((appt-display-format
(if (eq appt-display-format 'ignore)
(if (eq appt-display-format 'ignore)
...
...
lisp/calendar/diary-lib.el
View file @
aadbdbe2
...
@@ -797,7 +797,7 @@ LIST-ONLY is non-nil, in which case it just returns the list."
...
@@ -797,7 +797,7 @@ LIST-ONLY is non-nil, in which case it just returns the list."
(unless list-only
(unless list-only
(if (and diary-display-function
(if (and diary-display-function
(listp diary-display-function))
(listp diary-display-function))
;; Backwards compat
a
bility.
;; Backwards compat
i
bility.
(run-hooks 'diary-display-function)
(run-hooks 'diary-display-function)
(funcall (or diary-display-function
(funcall (or diary-display-function
'diary-simple-display))))
'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