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
d270305a
Commit
d270305a
authored
Oct 24, 2009
by
Glenn Morris
Browse files
Convert comment about autoload into autoload comment.
(vc-responsible-backend): Fix declaration.
parent
12ea3d65
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
+4
-0
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d270305a
2009-10-24 Glenn Morris <rgm@gnu.org>
* vc-hooks.el (vc-responsible-backend): Fix declaration.
2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--embedded-envvar-table): Fix last change.
...
...
lisp/vc-hooks.el
View file @
d270305a
...
...
@@ -205,7 +205,7 @@ individually should stay local."
;; Tell Emacs about this new kind of minor mode
;; (add-to-list 'minor-mode-alist '(vc-mode vc-mode))
;;
A
utoload
if this file no longer dumped.
;;
;###a
utoload
(
put
'vc-mode
'risky-local-variable
t
)
(
make-variable-buffer-local
'vc-mode
)
(
put
'vc-mode
'permanent-local
t
)
...
...
@@ -1019,7 +1019,7 @@ current, and kill the buffer that visits the link."
(
defalias
'vc-menu-map
vc-menu-map
)
(
declare-function
vc-responsible-backend
"vc"
(
file
&optional
register
))
(
declare-function
vc-responsible-backend
"vc"
(
file
))
(
defun
vc-menu-map-filter
(
orig-binding
)
(
if
(
and
(
symbolp
orig-binding
)
(
fboundp
orig-binding
))
...
...
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