diff options
| author | Paul Eggert | 2011-04-14 12:34:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-14 12:34:42 -0700 |
| commit | cd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch) | |
| tree | 0966573f9d7235bd550e235193867976e65ffcd0 /src/ChangeLog | |
| parent | c38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff) | |
| download | emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.tar.gz emacs-cd64ea1d0df393beb93d1bdf19bd3990e3378f85.zip | |
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html>.
All uses spelled out.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b566b0d95e..29b2457e08a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | ||
| 4 | <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00393.html>. | ||
| 5 | All uses spelled out. | ||
| 6 | |||
| 3 | Don't publish debugger-only interfaces to other modules. | 7 | Don't publish debugger-only interfaces to other modules. |
| 4 | * lisp.h (safe_debug_print, debug_output_compilation_hack): | 8 | * lisp.h (safe_debug_print, debug_output_compilation_hack): |
| 5 | (verify_bytepos, count_markers): Move decls to the only modules | 9 | (verify_bytepos, count_markers): Move decls to the only modules |