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/editfns.c | |
| 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/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 30974e0b50e..5e1dcce0275 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -108,7 +108,7 @@ static void transpose_markers (EMACS_INT, EMACS_INT, EMACS_INT, EMACS_INT, | |||
| 108 | EMACS_INT, EMACS_INT, EMACS_INT, EMACS_INT); | 108 | EMACS_INT, EMACS_INT, EMACS_INT, EMACS_INT); |
| 109 | 109 | ||
| 110 | static Lisp_Object Qbuffer_access_fontify_functions; | 110 | static Lisp_Object Qbuffer_access_fontify_functions; |
| 111 | INFUN (Fuser_full_name, 1); | 111 | static Lisp_Object Fuser_full_name (Lisp_Object); |
| 112 | 112 | ||
| 113 | /* Symbol for the text property used to mark fields. */ | 113 | /* Symbol for the text property used to mark fields. */ |
| 114 | 114 | ||