summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cmacexp.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix error diagnostics of c-macro-expandEli Zaretskii2015-05-021-2/+2
| | | | | | | * lisp/progmodes/cmacexp.el (c-macro-expansion): Don't bail out too early if no start-marker string was found -- that generally means cpp exited abnormally, and we still want to show its error messages to the user.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
|
* Use accented form of some namesGlenn Morris2013-10-121-4/+7
| | | | | | | | | | * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/emacs.texi (Acknowledgments): * doc/lispref/intro.texi (Acknowledgments): Use accented form of some names. * lisp/emacs-lisp/authors.el (authors-aliases, authors-ignored-files): Add some entries. (authors-fixed-entries): Use accented form of name.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
|
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes. * comint.el (comint-prompt-read-only): * custom.el (defcustom): * hi-lock.el (hi-lock-mode): * ibuffer.el (ibuffer-formats): * ielm.el (ielm-prompt-read-only): * novice.el (disable-command): * saveplace.el (toggle-save-place): * speedbar.el (speedbar-supported-extension-expressions): * startup.el (auto-save-list-file-prefix, init-file-user) (after-init-hook, inhibit-startup-echo-area-message): * strokes.el (strokes-help): * time-stamp.el (time-stamp): * calendar/calendar.el (calendar, diary-file): * calendar/diary-lib.el (diary-mail-entries, diary) (diary-list-entries-hook): * calendar/holidays.el (holidays, calendar-holidays): * calendar/lunar.el (lunar-phases): * calendar/solar.el (sunrise-sunset): * emulation/edt.el (edt-load-keys): * emulation/viper.el (viper-mode): * eshell/em-alias.el (eshell-command-aliases-list): * eshell/esh-util.el (eshell-convert-numeric-arguments): * international/ogonek.el (ogonek-information): * net/tramp-cmds.el (tramp-bug): * net/quickurl.el (quickurl-reread-hook-postfix): * play/decipher.el (decipher-font-lock-keywords): * progmodes/cc-styles.el (c-set-style): * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern): * progmodes/inf-lisp.el (inferior-lisp-prompt): * progmodes/octave-mod.el (octave-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password): * progmodes/verilog-mode.el (verilog-read-defines): * textmodes/two-column.el (2C-mode): Likewise.
* Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
|
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-3/+3
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Cleanup the bug-report email addresses and make sure theStefan Monnier2008-04-161-0/+7
| | | | maintainer is still willing to handle bug reports.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* Message format fixes, commit no. 3Deepak Goel2005-09-181-2/+2
|
* (msdos-shells): Add defvar.Juanma Barranquero2005-08-301-0/+3
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-3/+5
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (c-macro-preprocessor): Use locate-file to look for the preprocessorEli Zaretskii2005-05-061-8/+13
| | | | | with exec-suffixes. If not found in standard places, look in exec-path. Remove most of the tests that used system-type.
* (c-macro-preprocessor): Update for BSD andNick Roberts2005-05-041-1/+1
| | | | use gcc instead of cpp.
* (c-macro-preprocessor): Update for Mac OSX.Nick Roberts2005-05-031-0/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (c-macro-preprocessor): Use "gcc -E" forEli Zaretskii2001-09-021-2/+4
| | | | MS-DOS, since cpp might not be available.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+3
|
* Update author's email address.Eli Zaretskii2000-10-241-3/+3
|
* progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.Sam Steingold1999-11-021-3/+4
|
* Use make-temp-file.Stefan Monnier1999-10-151-1/+1
|
* (c-macro-expansion): Use small-temporary-file-directory when non-nil.Eli Zaretskii1999-09-021-1/+2
|
* (c-macro-expansion):Richard M. Stallman1998-05-161-1/+3
| | | | Use temporary-file-directory. Choose temp file name properly.
* (c-macro-expansion): Use system-tmp-directory.Richard M. Stallman1998-05-161-4/+1
|
* (c-macro-expand): Add autoload cookie.Richard M. Stallman1997-08-251-0/+1
|
* Delete RCS version header.Richard M. Stallman1997-06-231-1/+0
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-10/+23
|
* (c-macro-preprocessor): New clause for Solaris.Richard M. Stallman1996-06-071-2/+8
|
* (c-macro-expansion): Delete ??! trigraph in uniquestring.Karl Heuer1996-05-211-10/+11
| | | | | | Use same syntax table in outbuf as in inbuf. Insert newline instead of space at end, for proprocessors which don't like truncated lines.
* (c-macro-expansion): Correct bug in creating tempname.Karl Heuer1996-05-211-3/+5
|
* Comment change.Richard M. Stallman1996-03-021-2/+2
|
* (c-macro-preprocessor): Define a preprocessor nameRichard M. Stallman1996-01-291-10/+27
| | | | | | | | | | | which is valid on MS-DOS. (c-macro-expansion): Do not rely on ``/tmp/'' being present; use environment variables as alternatives (MSDOS). Use `shell-file-name' rather than ``sh''. Redirect `stderr' with `call-process-region' option, not from the shell. Handle shells which don't return exit code from `cpp' (MSDOS). Put messages from `cpp' inside a comment, to avoid messing up syntax highlighting.
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* Require cc-mode.Richard M. Stallman1995-10-261-1/+3
|
* * cmacexp.el (c-macro-expansion): put the unique string before theFrancesco Potortì1995-03-071-4/+4
| | | | first #line directive (instead of after), preceded by a newline.
* (c-macro-prompt-flag): Set default back to nil.Richard M. Stallman1994-09-051-2/+2
|
* * cmacexp.el (c-macro-prompt-flag): set default to t.Francesco Potortì1994-09-011-4/+5
| | | | | (c-macro-expand): buffer-flush-undo is outdated. (c-macro-expansion): make exit-status a local variable.