aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-14 12:34:42 -0700
committerPaul Eggert2011-04-14 12:34:42 -0700
commitcd64ea1d0df393beb93d1bdf19bd3990e3378f85 (patch)
tree0966573f9d7235bd550e235193867976e65ffcd0 /src/ChangeLog
parentc38bf546b2bb50932ac15cf3283c74a4bddc99c0 (diff)
downloademacs-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/ChangeLog4
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 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-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