]> code.delx.au - gnu-emacs/blobdiff - src/tparam.c
(make_cursor_line_fully_visible): Handle case of rows
[gnu-emacs] / src / tparam.c
index a5ee362eaa4f5fcdefde568a7bb05474ceb0d04b..42be1f128841339958e732ce45dee43789c9dd70 100644 (file)
@@ -13,7 +13,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Emacs config.h may rename various library functions such as malloc.  */
 #ifdef HAVE_CONFIG_H
@@ -289,6 +290,9 @@ tparam1 (string, outstring, len, up, left, argp)
            case 'D':           /* %D means weird Delta Data transformation.  */
              argp[0] -= 2 * (tem % 16);
              break;
+
+           default:
+             abort ();
            }
        }
       else