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
Open sidebar
emacs
emacs
Commits
eef289b9
Commit
eef289b9
authored
Nov 26, 2001
by
Pavel Janík
Browse files
(calendar-mode): Remove make-local-hook.
parent
a2b3d59a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
lisp/ChangeLog
lisp/ChangeLog
+13
-2
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+0
-1
No files found.
lisp/ChangeLog
View file @
eef289b9
2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
* icomplete.el (icomplete-minibuffer-setup): Likewise.
* hilit-chg.el (hilit-chg-set): Likewise.
* speedbar.el (speedbar-mode): Likewise.
* calendar/calendar.el (calendar-mode): Likewise.
* play/yow.el (psychoanalyze-pinhead): Use insert instead of
insert-string.
* play/gamegrid.el (gamegrid-init-buffer): Likewise.
* vc.el (vc-next-action-on-file): Likewise.
* term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
* term/sun-mouse.el (sun-yank-selection): Likewise.
...
...
@@ -30,6 +38,9 @@
(outline-latex-verbatim-quote-curr-line)
(outline-latexify-one-item, outlineify-sticky): Likewise.
* vc.el (vc-next-action-on-file): Likewise.
(vc-dired-mode): Remove make-local-hook.
2001-11-26 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-find-version): New function.
...
...
lisp/calendar/calendar.el
View file @
eef289b9
...
...
@@ -2101,7 +2101,6 @@ For a complete description, type \
(setq buffer-read-only t)
(setq indent-tabs-mode nil)
(update-calendar-mode-line)
(make-local-hook 'activate-menubar-hook)
(add-hook 'activate-menubar-hook 'cal-menu-update nil t)
(make-local-variable 'calendar-mark-ring)
(make-local-variable 'displayed-month);; Month in middle of window.
...
...
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