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
adf4e762
Commit
adf4e762
authored
Jan 07, 2012
by
Juanma Barranquero
Browse files
lisp/progmodes/which-func.el (which-func-mode): Fix bug#10428.
Turn into a non-interactive function and mark as obsolete.
parent
89bd9ccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/which-func.el
lisp/progmodes/which-func.el
+3
-1
No files found.
lisp/ChangeLog
View file @
adf4e762
2012-01-07 Juanma Barranquero <lekktu@gmail.com>
* progmodes/which-func.el (which-func-mode): Turn into a
non-interactive function and mark as obsolete (bug#10428).
2012-01-06 Chong Yidong <cyd@gnu.org>
* files.el (hack-dir-local-variables-non-file-buffer): Add doc.
...
...
lisp/progmodes/which-func.el
View file @
adf4e762
...
...
@@ -229,7 +229,9 @@ It creates the Imenu index for the buffer, if necessary."
(error "
Error
in
which-func-update:
%S
" info))))))
;;;###autoload
(defalias 'which-func-mode 'which-function-mode)
(defun which-func-mode (&optional arg)
(which-function-mode arg))
(make-obsolete 'which-func-mode 'which-function-mode "
24.1
")
(defvar which-func-update-timer nil)
...
...
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