1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

*** empty log message ***

This commit is contained in:
Lute Kamstra 2005-06-14 12:11:54 +00:00
parent ccedb10b8b
commit b59f605b06
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,19 @@
2005-06-14 Lute Kamstra <lute@gnu.org>
* net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
and run-mode-hooks. Simplify.
* mail/rmailedit.el (rmail-edit-mode):
* progmodes/octave-inf.el (inferior-octave-mode):
* progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
* recentf.el (recentf-dialog-mode): Use kill-all-local-variables
and run-mode-hooks.
(recentf-edit-list, recentf-open-files): Don't call
kill-all-local-variables directly.
* emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2005-06-14 Juanma Barranquero <lekktu@gmail.com>
* forms.el (forms--intuit-from-file): Fix reference to

View File

@ -1,3 +1,8 @@
2005-06-14 Lute Kamstra <lute@gnu.org>
* debugging.texi (Function Debugging): Primitives can break on
entry too.
2005-06-14 Kim F. Storm <storm@cua.dk>
* variables.texi (Setting Variables): Add add-to-ordered-list.