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
6fe3681b
Commit
6fe3681b
authored
Jan 12, 1998
by
Oliver Seidel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added patch from Don Hejna <djhejna@oasis.ambit.com>.
parent
7792090e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
lisp/calendar/todo-mode.el
lisp/calendar/todo-mode.el
+7
-3
No files found.
lisp/calendar/todo-mode.el
View file @
6fe3681b
...
...
@@ -4,7 +4,7 @@
;; Author: Oliver.Seidel@cl.cam.ac.uk (was valid on Aug 2, 1997)
;; Created: 2 Aug 1997
;; Version: $Id: todo-mode.el,v 1.3
2
1997/12/0
3
1
2:18
:2
0
os10000 Exp os10000 $
;; Version: $Id: todo-mode.el,v 1.3
3
1997/12/0
4
1
7:45
:2
2
os10000 Exp os10000 $
;; Keywords: Categorised TODO list editor, todo-mode
;; This file is part of GNU Emacs.
...
...
@@ -96,7 +96,7 @@
;;
;; Which version of todo-mode.el does this documentation refer to?
;;
;; $Id: todo-mode.el,v 1.3
2
1997/12/0
3
1
2:18
:2
0
os10000 Exp os10000 $
;; $Id: todo-mode.el,v 1.3
3
1997/12/0
4
1
7:45
:2
2
os10000 Exp os10000 $
;;
;; Pre-Requisites
;;
...
...
@@ -267,6 +267,9 @@
;;; Change Log:
;; $Log: todo-mode.el,v $
;; Revision 1.33 1997/12/04 17:45:22 os10000
;; Another patch by Michael Cook to fix annotation.
;;
;; Revision 1.32 1997/12/03 12:18:20 os10000
;; Added category patch by Michael R Cook <mcook@cognex.com>.
;;
...
...
@@ -655,7 +658,8 @@ Use `todo-categories' instead.")
"Make TODO mode display the current category correctly."
(
let
((
name
(
nth
todo-category-number
todo-categories
)))
(
setq
mode-line-buffer-identification
(
concat
"Category: "
name
))
;; (concat "Category: " name))
(
concat
"Category: "
(
format
"%18s"
name
)))
(
widen
)
(
goto-char
(
point-min
))
(
search-forward-regexp
...
...
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