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
4
Issues
4
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
c253eff0
Commit
c253eff0
authored
Feb 08, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(diary-fancy-display): It doesn't make sense to check font-lock-mode
(see comments; reverts 2008-04-02 change). (Bug#2199)
parent
6ed17433
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+3
-1
No files found.
lisp/ChangeLog
View file @
c253eff0
2009-02-08 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker, calendar-mark-visible-date):
* calendar/diary-lib.el (diary-fancy-display):
It doesn't make sense to check font-lock-mode (see comments;
reverts 2008-04-02 change). (Bug#2199)
2009-02-08 Juri Linkov <juri@jurta.org>
* simple.el (toggle-word-wrap): New command.
...
...
lisp/calendar/diary-lib.el
View file @
c253eff0
...
...
@@ -1017,7 +1017,9 @@ This is an option for `diary-display-function'."
(nth 1 entry)))
:type 'diary-entry)
(insert this-entry ?\n))
(and font-lock-mode
;; Doesn't make sense to check font-lock-mode - see
;; comments above diary-entry-marker in calendar.el.
(and ; font-lock-mode
(setq marks (nth 4 entry))
(save-excursion
(setq temp-face (calendar-make-temp-face marks))
...
...
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